Mercurial > boosterpack
comparison index.html @ 5:e91d6f908222 boosterpack
[svn r7] finished!
author | robert |
---|---|
date | Tue, 08 Sep 2009 06:55:23 -0400 |
parents | 90181bbf7a0c |
children | 4246c7ef6487 |
comparison
equal
deleted
inserted
replaced
4:90181bbf7a0c | 5:e91d6f908222 |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title> | 3 <title>Pokèmon Booster Pack Generator</title> |
4 Pokèmon Booster Pack Generator | |
5 </title> | |
6 <link href="./style.css" rel="stylesheet" type="text/css"> | 4 <link href="./style.css" rel="stylesheet" type="text/css"> |
7 </head> | 5 </head> |
8 | 6 |
9 <body> | 7 <body> |
10 | |
11 <div id="header"> | 8 <div id="header"> |
12 | |
13 <h1>Pokèmon Draft Battle!!</h1> | 9 <h1>Pokèmon Draft Battle!!</h1> |
14 | 10 |
15 <form id="radiobuttons" onclick="change_rules(['radio1'], ['result'] );"> | 11 <form id="radiobuttons"> |
16 <h3>Pick a Set: </h3> | 12 <h3>Pick a Set: </h3> |
17 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Base Set"><a href="#">Base Set</a> | 13 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Base Set" checked="checked"><a href="#">Base Set</a> |
18 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Jungle"><a href="#">Jungle</a> | 14 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Jungle"><a href="#">Jungle</a> |
19 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Fossil"><a href="#">Fossil</a> | 15 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Fossil"><a href="#">Fossil</a> |
20 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Team Rocket"><a href="#">Team Rocket</a> | 16 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Team Rocket"><a href="#">Team Rocket</a> |
21 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Gym Challenge"><a href="#">Gym Challenge </a> | 17 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Heroes"><a href="#">Gym Heroes </a> |
22 <input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Gym Heroes"><a href="#">Gym Heroes</a> | 18 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Challenge"><a href="#">Gym Challenge </a> |
23 | 19 |
24 <input type="button" id="b2" value="Generate Booster Pack »" onclick="gen_pack(['NO_CACHE'], ['out1']);"> | 20 <input type="button" id="b2" value="Generate Booster Pack »" onclick="gen_pack(['NO_CACHE'], ['out1']);"> |
25 </form> | 21 </form> |
26 | |
27 </div> | 22 </div> |
28 | 23 |
29 <div id="out1"></div> | 24 <div id="out1"></div> |
30 | |
31 <div id="footer"> | 25 <div id="footer"> |
32 <h3>Current Settings:</h3> | 26 <h3>Current Settings:</h3> |
33 <div id="result">There are no Current Settings</div> | 27 <div id="result">These are no current settings</div> |
34 </div> | 28 </div> |
29 | |
30 | |
31 | |
35 | 32 |
36 </body> | 33 </body> |
37 </html> | 34 </html> |