diff buy.html @ 19:cf8ca6cde192 laserkard

[svn r20]
author rlm
date Sun, 03 Jan 2010 00:46:36 -0500
parents 2f537455ebf7
children 896afe03bc67
line wrap: on
line diff
     1.1 --- a/buy.html	Sun Jan 03 00:26:19 2010 -0500
     1.2 +++ b/buy.html	Sun Jan 03 00:46:36 2010 -0500
     1.3 @@ -15,29 +15,29 @@
     1.4  PERL-REPLACE::TOP_MENU
     1.5  
     1.6  
     1.7 +<div class="whole">
     1.8  
     1.9  
    1.10 +<div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">
    1.11 +PERL-REPLACE::MATERIALS
    1.12 +</div>
    1.13  
    1.14  
    1.15 +<div id="templates" >
    1.16 +PERL-REPLACE::TEMPLATES
    1.17 +</div>
    1.18  
    1.19 +<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"></div>
    1.20  
    1.21 +<div id="inputbox" ></div>
    1.22  
    1.23 -<div id="templates" >PERL-REPLACE::TEMPLATES</div>
    1.24  
    1.25  
    1.26 -<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);">PERL-REPLACE::DISPLAY</div>
    1.27 +</div>
    1.28 +<br>
    1.29  
    1.30 -<div id="inputbox" >PERL-REPLACE::INPUTBOX</div>
    1.31 -
    1.32 -
    1.33 -
    1.34 -
    1.35 -
    1.36 -
    1.37 -<div id="pokedex"></div>
    1.38 -<div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">PERL-REPLACE::MATERIALS</div>
    1.39 -
    1.40 -
    1.41 +<div id="pokedex">
    1.42 +</div>
    1.43  
    1.44  </body>
    1.45