Mercurial > laserkard
comparison buy.html @ 22:3298256dd459 laserkard
[svn r23] did much cosmetic work.
author | rlm |
---|---|
date | Sun, 03 Jan 2010 03:36:21 -0500 |
parents | 896afe03bc67 |
children | 707d202f58b1 |
comparison
equal
deleted
inserted
replaced
21:142054e0d572 | 22:3298256dd459 |
---|---|
8 | 8 |
9 <script type="text/javascript" src="./buycode.js"></script> | 9 <script type="text/javascript" src="./buycode.js"></script> |
10 | 10 |
11 </head> | 11 </head> |
12 | 12 |
13 <body> | 13 <body id = "buy"> |
14 | 14 |
15 PERL-REPLACE::TOP_MENU | 15 PERL-REPLACE::TOP_MENU |
16 | 16 |
17 | 17 |
18 <div class="whole"> | 18 <div id="whole" class = "clearfix"> |
19 | |
20 <div id="templates" >PERL-REPLACE::TEMPLATES</div> | |
19 | 21 |
20 | 22 |
21 <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);"> | 23 <div id = "centerbox" > |
22 PERL-REPLACE::MATERIALS | 24 <div id="display" onmouseover="pokedex(['args__display'],['pokedex']);">PERL-REPLACE::DISPLAY</div> |
25 <div id="pokedex"></div> | |
23 </div> | 26 </div> |
24 | 27 |
25 | 28 |
26 <div id="templates" > | 29 <div id="inputbox" >PERL-REPLACE::INPUTBOX</div> |
27 PERL-REPLACE::TEMPLATES | 30 <div id = "garbage"> </div> |
28 </div> | |
29 | |
30 <div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"></div> | |
31 | |
32 <div id="inputbox" ></div> | |
33 | |
34 | |
35 | 31 |
36 </div> | 32 </div> |
37 | 33 |
38 | 34 |
39 <div id="pokedex"> | 35 |
40 </div> | 36 <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">PERL-REPLACE::MATERIALS</div> |
37 | |
41 | 38 |
42 </body> | 39 </body> |
43 | 40 |
44 </html> | 41 </html> |
45 | 42 |