comparison 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
comparison
equal deleted inserted replaced
17:1481aa25c3c7 18:2f537455ebf7
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
21 <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">
22 PERL-REPLACE::MATERIALS
23 </div>
24
25
26 <div id="templates" >
27 PERL-REPLACE::TEMPLATES
28 </div>
29
30 <div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"></div>
31
32 <div id="inputbox" ></div>
33 18
34 19
35 20
36 </div>
37 21
38 22
39 <div id="pokedex"> 23
40 </div> 24
25 <div id="templates" >PERL-REPLACE::TEMPLATES</div>
26
27
28 <div id="display" onmouseover="pokedex(['args__display'],['pokedex']);">PERL-REPLACE::DISPLAY</div>
29
30 <div id="inputbox" >PERL-REPLACE::INPUTBOX</div>
31
32
33
34
35
36
37 <div id="pokedex"></div>
38 <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">PERL-REPLACE::MATERIALS</div>
39
40
41 41
42 </body> 42 </body>
43 43
44 </html> 44 </html>
45 45