Mercurial > laserkard
diff buy.html @ 18:2f537455ebf7 laserkard
[svn r19] lots o changes
author | rlm |
---|---|
date | Sun, 03 Jan 2010 00:26:19 -0500 |
parents | 839533015ed3 |
children | cf8ca6cde192 |
line wrap: on
line diff
1.1 --- a/buy.html Sat Jan 02 17:41:29 2010 -0500 1.2 +++ b/buy.html Sun Jan 03 00:26:19 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> 1.27 +<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);">PERL-REPLACE::DISPLAY</div> 1.28 1.29 +<div id="inputbox" >PERL-REPLACE::INPUTBOX</div> 1.30 1.31 -<div id="pokedex"> 1.32 -</div> 1.33 + 1.34 + 1.35 + 1.36 + 1.37 + 1.38 +<div id="pokedex"></div> 1.39 +<div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">PERL-REPLACE::MATERIALS</div> 1.40 + 1.41 + 1.42 1.43 </body> 1.44