Mercurial > laserkard
comparison buy.html @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children | e2e7c63a0a08 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:599d0315537d |
---|---|
1 <html> | |
2 <head> | |
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
4 <link href="./main.css" rel="stylesheet" type="text/css"/> | |
5 <link href="./sexy.css" rel="stylesheet" type="text/css"/> | |
6 | |
7 | |
8 <title>Laserkard | Design Studio</title> | |
9 | |
10 <script type="text/javascript" src="./buycode.js"></script> | |
11 | |
12 </head> | |
13 | |
14 <body> | |
15 | |
16 | |
17 | |
18 PERL-REPLACE::TOP_MENU | |
19 | |
20 | |
21 <div id="materials"> | |
22 <form id="radiobuttons"> | |
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> | |
45 | |
46 | |
47 | |
48 <div id="templates" > | |
49 </div> | |
50 | |
51 <div id="inputbox"> | |
52 </div> | |
53 | |
54 | |
55 | |
56 <div id="display"> | |
57 </div> | |
58 | |
59 | |
60 | |
61 </body> | |
62 | |
63 </html> | |
64 | |
65 |