diff index.html @ 5:e91d6f908222 boosterpack

[svn r7] finished!
author robert
date Tue, 08 Sep 2009 06:55:23 -0400
parents 90181bbf7a0c
children 4246c7ef6487
line wrap: on
line diff
     1.1 --- a/index.html	Tue Sep 08 06:05:47 2009 -0400
     1.2 +++ b/index.html	Tue Sep 08 06:55:23 2009 -0400
     1.3 @@ -1,37 +1,34 @@
     1.4  <html>
     1.5  <head>
     1.6 -<title>
     1.7 -Pokèmon Booster Pack Generator
     1.8 -</title>
     1.9 +<title>Pokèmon Booster Pack Generator</title>
    1.10  <link href="./style.css" rel="stylesheet" type="text/css">
    1.11  </head>
    1.12  
    1.13  <body>
    1.14 -
    1.15  <div id="header">
    1.16 -
    1.17  	<h1>Pokèmon Draft Battle!!</h1>
    1.18 -	
    1.19 -	<form id="radiobuttons" onclick="change_rules(['radio1'], ['result'] );">
    1.20 +		
    1.21 +	<form id="radiobuttons">
    1.22  		<h3>Pick a Set:&nbsp;</h3>
    1.23 -		<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Base Set"><a href="#">Base Set</a>
    1.24 -		<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Jungle"><a href="#">Jungle</a>
    1.25 -		<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Fossil"><a href="#">Fossil</a>
    1.26 -		<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Team Rocket"><a href="#">Team Rocket</a>
    1.27 -		<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Gym Challenge"><a href="#">Gym Challenge </a>
    1.28 -		<input TYPE="radio" ID="radio1" NAME="radio1" VALUE="Gym Heroes"><a href="#">Gym Heroes</a>
    1.29 +		<input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Base Set" checked="checked"><a href="#">Base Set</a>
    1.30 +		<input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Jungle"><a href="#">Jungle</a>
    1.31 +		<input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Fossil"><a href="#">Fossil</a>
    1.32 +		<input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Team Rocket"><a href="#">Team Rocket</a>
    1.33 +		<input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Heroes"><a href="#">Gym Heroes </a>
    1.34 +		<input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Challenge"><a href="#">Gym Challenge </a>
    1.35  		
    1.36  		<input type="button" id="b2" value="Generate Booster Pack &raquo;" onclick="gen_pack(['NO_CACHE'], ['out1']);">
    1.37  	</form>
    1.38 -	
    1.39  </div>
    1.40  
    1.41  <div id="out1"></div>
    1.42 -
    1.43  <div id="footer">
    1.44  	<h3>Current Settings:</h3>
    1.45 -	<div id="result">There are no Current Settings</div>
    1.46 +	<div id="result">These are no current settings</div>
    1.47  </div>
    1.48  
    1.49 +
    1.50 +
    1.51 +
    1.52  </body>
    1.53  </html>
    1.54 \ No newline at end of file