comparison buy.html @ 16:839533015ed3 laserkard

[svn r17] made it look good.
author rlm
date Sat, 02 Jan 2010 01:42:50 -0500
parents 116b15d3d68c
children 2f537455ebf7
comparison
equal deleted inserted replaced
15:5c7f16af1dd2 16:839533015ed3
13 <body> 13 <body>
14 14
15 PERL-REPLACE::TOP_MENU 15 PERL-REPLACE::TOP_MENU
16 16
17 17
18 <div class="whole">
19
20
18 <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);"> 21 <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">
19 PERL-REPLACE::MATERIALS 22 PERL-REPLACE::MATERIALS
20 </div> 23 </div>
21 24
22 25
23 <div id="templates" > 26 <div id="templates" >
24 PERL-REPLACE::TEMPLATES 27 PERL-REPLACE::TEMPLATES
25 </div> 28 </div>
26 29
30 <div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"></div>
31
27 <div id="inputbox" ></div> 32 <div id="inputbox" ></div>
28 33
29 <div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"> 34
35
30 </div> 36 </div>
37
31 38
32 <div id="pokedex"> 39 <div id="pokedex">
33 </div> 40 </div>
34
35
36 41
37 </body> 42 </body>
38 43
39 </html> 44 </html>
40 45