Mercurial > laserkard
diff not-used/buy.php @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/not-used/buy.php Wed Dec 30 02:01:25 2009 -0500 1.3 @@ -0,0 +1,77 @@ 1.4 +<html> 1.5 +<head> 1.6 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1.7 + 1.8 + 1.9 +<STYLE TYPE="text/css" > 1.10 +<!-- 1.11 + @import url(./main.css); 1.12 + @import url(./sexy.css); 1.13 + DT { background: yellow; color: black } 1.14 +--> 1.15 +</STYLE> 1.16 + 1.17 + 1.18 + 1.19 +<title>BUY LASERKARDS!!!</title> 1.20 + 1.21 +<script type="text/javascript" src="./buycode.js"></script> 1.22 + 1.23 +</head> 1.24 + 1.25 +<body> 1.26 + 1.27 + 1.28 + 1.29 + 1.30 +<?php include("top_menu.html"); ?> 1.31 + 1.32 + 1.33 +<div id="materials"> 1.34 + 1.35 + 1.36 + 1.37 + <form id="radiobuttons"> 1.38 + <h3>PICK your Materials?: </h3> 1.39 + 1.40 + <div class = "Acrylic"> 1.41 + Acrylic: 1.42 + <input TYPE="radio" onclick="template(['radio1'], ['templates']); " ID="radio1" NAME="radio" VALUE="basic_acrylic_clear"><a href="#">Clear</a> 1.43 + <input TYPE="radio" onclick="template(['radio2'], ['templates']); " ID="radio2" NAME="radio" VALUE="basic_acrylic_blue" ><a href="#">Blue</a> 1.44 + <input TYPE="radio" onclick="template(['radio3'], ['templates']); " ID="radio3" NAME="radio" VALUE="basic_acrylic_green"><a href="#">Green</a> 1.45 + 1.46 + </div> 1.47 + 1.48 + <div class = "Aluminum"> 1.49 + Aluminum: 1.50 + <input TYPE="radio" onclick="template(['radio4'], ['templates']); " ID="radio4" NAME="radio" VALUE="basic_aluminum_red"><a href="#">Red</a> 1.51 + <input TYPE="radio" onclick="template(['radio5'], ['templates']); " ID="radio5" NAME="radio" VALUE="basic_aluminum_blue"><a href="#">Blue</a> 1.52 + <input TYPE="radio" onclick="template(['radio6'], ['templates']); " ID="radio6" NAME="radio" VALUE="basic_aluminum_green"><a href="#">Green</a> 1.53 + <input TYPE="radio" onclick="template(['radio7'], ['templates']); " ID="radio7" NAME="radio" VALUE="basic_aluminum_black"><a href="#">Black</a> 1.54 + 1.55 + </div> 1.56 + 1.57 + 1.58 + </form> 1.59 +</div> 1.60 + 1.61 + 1.62 + 1.63 +<div id="templates" > 1.64 +</div> 1.65 + 1.66 +<div id="inputbox"> 1.67 +</div> 1.68 + 1.69 + 1.70 + 1.71 +<div id="display"> 1.72 +</div> 1.73 + 1.74 + 1.75 + 1.76 +</body> 1.77 + 1.78 +</html> 1.79 + 1.80 +