Mercurial > laserkard
diff 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 |
line wrap: on
line diff
1.1 --- a/buy.html Wed Dec 30 02:10:57 2009 -0500 1.2 +++ b/buy.html Thu Dec 31 22:49:06 2009 -0500 1.3 @@ -4,7 +4,6 @@ 1.4 <link href="./main.css" rel="stylesheet" type="text/css"/> 1.5 <link href="./sexy.css" rel="stylesheet" type="text/css"/> 1.6 1.7 - 1.8 <title>Laserkard | Design Studio</title> 1.9 1.10 <script type="text/javascript" src="./buycode.js"></script> 1.11 @@ -13,47 +12,25 @@ 1.12 1.13 <body> 1.14 1.15 - 1.16 - 1.17 PERL-REPLACE::TOP_MENU 1.18 1.19 1.20 -<div id="materials"> 1.21 - <form id="radiobuttons"> 1.22 - <h3>PICK your Materials?: </h3> 1.23 - 1.24 - <div class = "Acrylic"> 1.25 - Acrylic: 1.26 - <input TYPE="radio" onclick="template(['radio1'], ['templates']); " ID="radio1" NAME="radio" VALUE="basic_acrylic_clear"><a href="#">Clear</a> 1.27 - <input TYPE="radio" onclick="template(['radio2'], ['templates']); " ID="radio2" NAME="radio" VALUE="basic_acrylic_blue" ><a href="#">Blue</a> 1.28 - <input TYPE="radio" onclick="template(['radio3'], ['templates']); " ID="radio3" NAME="radio" VALUE="basic_acrylic_green"><a href="#">Green</a> 1.29 - 1.30 - </div> 1.31 - 1.32 - <div class = "Aluminum"> 1.33 - Aluminum: 1.34 - <input TYPE="radio" onclick="template(['radio4'], ['templates']); " ID="radio4" NAME="radio" VALUE="basic_aluminum_red"><a href="#">Red</a> 1.35 - <input TYPE="radio" onclick="template(['radio5'], ['templates']); " ID="radio5" NAME="radio" VALUE="basic_aluminum_blue"><a href="#">Blue</a> 1.36 - <input TYPE="radio" onclick="template(['radio6'], ['templates']); " ID="radio6" NAME="radio" VALUE="basic_aluminum_green"><a href="#">Green</a> 1.37 - <input TYPE="radio" onclick="template(['radio7'], ['templates']); " ID="radio7" NAME="radio" VALUE="basic_aluminum_black"><a href="#">Black</a> 1.38 - 1.39 - </div> 1.40 - 1.41 - 1.42 - </form> 1.43 +<div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);"> 1.44 +PERL-REPLACE::MATERIALS 1.45 </div> 1.46 1.47 1.48 - 1.49 -<div id="templates" > 1.50 +<div id="templates" > 1.51 +PERL-REPLACE::TEMPLATES 1.52 </div> 1.53 1.54 -<div id="inputbox"> 1.55 +<div id="inputbox" > 1.56 </div> 1.57 - 1.58 1.59 +<div id="display" onmouseover="pokedex(['args__display'],['pokedex']);"> 1.60 +</div> 1.61 1.62 -<div id="display"> 1.63 +<div id="pokedex"> 1.64 </div> 1.65 1.66