Mercurial > boosterpack
diff 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 |
line wrap: on
line diff
1.1 --- a/index.html Tue Sep 08 06:55:23 2009 -0400 1.2 +++ b/index.html Tue Sep 08 17:20:52 2009 -0400 1.3 @@ -10,7 +10,7 @@ 1.4 1.5 <form id="radiobuttons"> 1.6 <h3>Pick a Set: </h3> 1.7 - <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Base Set" checked="checked"><a href="#">Base Set</a> 1.8 + <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Base Set"><a href="#">Base Set</a> 1.9 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Jungle"><a href="#">Jungle</a> 1.10 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Fossil"><a href="#">Fossil</a> 1.11 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Team Rocket"><a href="#">Team Rocket</a> 1.12 @@ -30,5 +30,13 @@ 1.13 1.14 1.15 1.16 +<b>Rules:</b><br> 1.17 + 1.18 + 1.19 + 1.20 + 1.21 + 1.22 + 1.23 + 1.24 </body> 1.25 </html> 1.26 \ No newline at end of file