Mercurial > laserkard
comparison not-used/buybkup.html @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children |
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 rel="stylesheet" href="../akward.css" type="text/css" media="screen" /> | |
5 <title>BUY LASERKARDS!!!</title> | |
6 | |
7 <script type="text/javascript" src="./buycode.js"></script> | |
8 | |
9 </head> | |
10 | |
11 <body> | |
12 | |
13 | |
14 | |
15 | |
16 <div id="materials"> | |
17 | |
18 | |
19 | |
20 <form id="radiobuttons"> | |
21 <h3>PICK your Materials?: </h3> | |
22 | |
23 <div class = "Acrylic"> | |
24 Acrylic: | |
25 <input TYPE="radio" onclick="template(['radio1'], ['templates']); " ID="radio1" NAME="radio" VALUE="basic_acrylic_clear"><a href="#">Clear</a> | |
26 <input TYPE="radio" onclick="template(['radio2'], ['templates']); " ID="radio2" NAME="radio" VALUE="basic_acrylic_blue" ><a href="#">Blue</a> | |
27 <input TYPE="radio" onclick="template(['radio3'], ['templates']); " ID="radio3" NAME="radio" VALUE="basic_acrylic_green"><a href="#">Green</a> | |
28 | |
29 </div> | |
30 | |
31 <div class = "Aluminum"> | |
32 Aluminum: | |
33 <input TYPE="radio" onclick="template(['radio4'], ['templates']); " ID="radio4" NAME="radio" VALUE="basic_aluminum_red"><a href="#">Red</a> | |
34 <input TYPE="radio" onclick="template(['radio5'], ['templates']); " ID="radio5" NAME="radio" VALUE="basic_aluminum_blue"><a href="#">Blue</a> | |
35 <input TYPE="radio" onclick="template(['radio6'], ['templates']); " ID="radio6" NAME="radio" VALUE="basic_aluminum_green"><a href="#">Green</a> | |
36 <input TYPE="radio" onclick="template(['radio7'], ['templates']); " ID="radio7" NAME="radio" VALUE="basic_aluminum_black"><a href="#">Black</a> | |
37 | |
38 </div> | |
39 | |
40 | |
41 </form> | |
42 </div> | |
43 | |
44 | |
45 | |
46 <div id="templates" > | |
47 </div> | |
48 | |
49 <div id="inputbox"> | |
50 </div> | |
51 | |
52 | |
53 | |
54 <div id="display"> | |
55 </div> | |
56 | |
57 | |
58 | |
59 </body> | |
60 | |
61 </html> | |
62 | |
63 |