annotate index.html @ 5:e91d6f908222 boosterpack

[svn r7] finished!
author robert
date Tue, 08 Sep 2009 06:55:23 -0400
parents 90181bbf7a0c
children 4246c7ef6487
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@5 13 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Base Set" checked="checked"><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@0 33 </body>
robert@0 34 </html>