Mercurial > boosterpack
diff index.html @ 2:d7dd496a4fa6 boosterpack
[svn r4] actual functionality!
author | robert |
---|---|
date | Tue, 08 Sep 2009 02:45:26 -0400 |
parents | 477258d09353 |
children | 2e849c856026 |
line wrap: on
line diff
1.1 --- a/index.html Mon Aug 31 14:53:15 2009 -0400 1.2 +++ b/index.html Tue Sep 08 02:45:26 2009 -0400 1.3 @@ -14,8 +14,24 @@ 1.4 <div id="num2" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto"> 1.5 </div> 1.6 1.7 -<input type="button" id="b2" size="6" value='Generate Booster Pack' onclick="perl_script(['NO_CACHE'], ['out1']);"><br/> 1.8 -<input type="button" id="b3" size="6" value='Generate Booster Pack' onclick="num2(['NO_CACHE'], ['num2']);"><br/> 1.9 +<input type="button" id="b2" size="6" value='Generate Booster Pack' onclick="gen_pack(['NO_CACHE'], ['out1']);"><br/> 1.10 + 1.11 + 1.12 + 1.13 +<form> 1.14 +<DIV id="radiobuttons" onclick="change_rules(['radio1'], ['result'] );"> 1.15 +<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Base Set">Base Set 1.16 +<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Jungle">Jungle 1.17 +<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Fossil">Fossil 1.18 +<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Team Rocket">Team Rocket 1.19 +<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Gym Challenge">Gym Challenge 1.20 +<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Gym Heroes">Gym Heroes 1.21 + 1.22 + 1.23 + 1.24 +</DIV> 1.25 +<div id='result'> </div> 1.26 +</form> 1.27 1.28 1.29 <a href = "rules.pl">rules</a> <a href = "cards.pl">cards</a>