annotate index.html @ 2:d7dd496a4fa6 boosterpack

[svn r4] actual functionality!
author robert
date Tue, 08 Sep 2009 02:45:26 -0400
parents 477258d09353
children 2e849c856026
rev   line source
robert@0 1 <html>
robert@0 2 <head>
robert@0 3 <title>
robert@0 4 Pokemon Booster Pack Generator
robert@0 5 </title>
robert@0 6 </head>
robert@0 7
robert@0 8 <body>
robert@0 9 <h1>Pokèmon Draft Battle!!</h1>
robert@0 10
robert@0 11
robert@0 12 <div id="out1" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
robert@0 13 </div>
robert@0 14 <div id="num2" style="border: 1px solid black; width: 440px; height: 80px; overflow: auto">
robert@0 15 </div>
robert@0 16
robert@2 17 <input type="button" id="b2" size="6" value='Generate Booster Pack' onclick="gen_pack(['NO_CACHE'], ['out1']);"><br/>
robert@2 18
robert@2 19
robert@2 20
robert@2 21 <form>
robert@2 22 <DIV id="radiobuttons" onclick="change_rules(['radio1'], ['result'] );">
robert@2 23 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Base Set">Base Set
robert@2 24 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Jungle">Jungle
robert@2 25 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Fossil">Fossil
robert@2 26 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Team Rocket">Team Rocket
robert@2 27 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Gym Challenge">Gym Challenge
robert@2 28 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Gym Heroes">Gym Heroes
robert@2 29
robert@2 30
robert@2 31
robert@2 32 </DIV>
robert@2 33 <div id='result'> </div>
robert@2 34 </form>
robert@0 35
robert@0 36
robert@0 37 <a href = "rules.pl">rules</a> <a href = "cards.pl">cards</a>
robert@0 38
robert@0 39
robert@0 40 </body>
robert@0 41 </html>