annotate index.html @ 6:4246c7ef6487 boosterpack

[svn r8] bug fix -- holos need to be one int three compared to rares
author robert
date Tue, 08 Sep 2009 17:20:52 -0400
parents e91d6f908222
children 4c495190076f
rev   line source
robert@0 1 <html>
robert@0 2 <head>
robert@5 3 <title>Pokèmon Booster Pack Generator</title>
robert@4 4 <link href="./style.css" rel="stylesheet" type="text/css">
robert@0 5 </head>
robert@0 6
robert@0 7 <body>
robert@4 8 <div id="header">
robert@4 9 <h1>Pokèmon Draft Battle!!</h1>
robert@5 10
robert@5 11 <form id="radiobuttons">
robert@4 12 <h3>Pick a Set:&nbsp;</h3>
robert@6 13 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Base Set"><a href="#">Base Set</a>
robert@5 14 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Jungle"><a href="#">Jungle</a>
robert@5 15 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Fossil"><a href="#">Fossil</a>
robert@5 16 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Team Rocket"><a href="#">Team Rocket</a>
robert@5 17 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Heroes"><a href="#">Gym Heroes </a>
robert@5 18 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Challenge"><a href="#">Gym Challenge </a>
robert@4 19
robert@4 20 <input type="button" id="b2" value="Generate Booster Pack &raquo;" onclick="gen_pack(['NO_CACHE'], ['out1']);">
robert@4 21 </form>
robert@0 22 </div>
robert@3 23
robert@4 24 <div id="out1"></div>
robert@4 25 <div id="footer">
robert@4 26 <h3>Current Settings:</h3>
robert@5 27 <div id="result">These are no current settings</div>
robert@4 28 </div>
robert@0 29
robert@5 30
robert@5 31
robert@5 32
robert@6 33 <b>Rules:</b><br>
robert@6 34
robert@6 35
robert@6 36
robert@6 37
robert@6 38
robert@6 39
robert@6 40
robert@0 41 </body>
robert@0 42 </html>