Mercurial > laserkard
comparison buy.html @ 2:e2e7c63a0a08 laserkard
[svn r3] Cleaned up graphics.
author | rlm |
---|---|
date | Thu, 31 Dec 2009 22:49:06 -0500 |
parents | 599d0315537d |
children | 116b15d3d68c |
comparison
equal
deleted
inserted
replaced
1:388bd7feec61 | 2:e2e7c63a0a08 |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
4 <link href="./main.css" rel="stylesheet" type="text/css"/> | 4 <link href="./main.css" rel="stylesheet" type="text/css"/> |
5 <link href="./sexy.css" rel="stylesheet" type="text/css"/> | 5 <link href="./sexy.css" rel="stylesheet" type="text/css"/> |
6 | |
7 | 6 |
8 <title>Laserkard | Design Studio</title> | 7 <title>Laserkard | Design Studio</title> |
9 | 8 |
10 <script type="text/javascript" src="./buycode.js"></script> | 9 <script type="text/javascript" src="./buycode.js"></script> |
11 | 10 |
12 </head> | 11 </head> |
13 | 12 |
14 <body> | 13 <body> |
15 | 14 |
16 | |
17 | |
18 PERL-REPLACE::TOP_MENU | 15 PERL-REPLACE::TOP_MENU |
19 | 16 |
20 | 17 |
21 <div id="materials"> | 18 <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);"> |
22 <form id="radiobuttons"> | 19 PERL-REPLACE::MATERIALS |
23 <h3>PICK your Materials?: </h3> | |
24 | |
25 <div class = "Acrylic"> | |
26 Acrylic: | |
27 <input TYPE="radio" onclick="template(['radio1'], ['templates']); " ID="radio1" NAME="radio" VALUE="basic_acrylic_clear"><a href="#">Clear</a> | |
28 <input TYPE="radio" onclick="template(['radio2'], ['templates']); " ID="radio2" NAME="radio" VALUE="basic_acrylic_blue" ><a href="#">Blue</a> | |
29 <input TYPE="radio" onclick="template(['radio3'], ['templates']); " ID="radio3" NAME="radio" VALUE="basic_acrylic_green"><a href="#">Green</a> | |
30 | |
31 </div> | |
32 | |
33 <div class = "Aluminum"> | |
34 Aluminum: | |
35 <input TYPE="radio" onclick="template(['radio4'], ['templates']); " ID="radio4" NAME="radio" VALUE="basic_aluminum_red"><a href="#">Red</a> | |
36 <input TYPE="radio" onclick="template(['radio5'], ['templates']); " ID="radio5" NAME="radio" VALUE="basic_aluminum_blue"><a href="#">Blue</a> | |
37 <input TYPE="radio" onclick="template(['radio6'], ['templates']); " ID="radio6" NAME="radio" VALUE="basic_aluminum_green"><a href="#">Green</a> | |
38 <input TYPE="radio" onclick="template(['radio7'], ['templates']); " ID="radio7" NAME="radio" VALUE="basic_aluminum_black"><a href="#">Black</a> | |
39 | |
40 </div> | |
41 | |
42 | |
43 </form> | |
44 </div> | 20 </div> |
45 | 21 |
46 | 22 |
47 | 23 <div id="templates" > |
48 <div id="templates" > | 24 PERL-REPLACE::TEMPLATES |
49 </div> | 25 </div> |
50 | 26 |
51 <div id="inputbox"> | 27 <div id="inputbox" > |
52 </div> | 28 </div> |
53 | |
54 | 29 |
30 <div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"> | |
31 </div> | |
55 | 32 |
56 <div id="display"> | 33 <div id="pokedex"> |
57 </div> | 34 </div> |
58 | 35 |
59 | 36 |
60 | 37 |
61 </body> | 38 </body> |