Mercurial > boosterpack
diff index.html @ 8:8c6d2ce90677 boosterpack
[svn r11] saving for transference to cd
author | rlm |
---|---|
date | Fri, 19 Mar 2010 07:28:10 -0400 |
parents | 4c495190076f |
children |
line wrap: on
line diff
1.1 --- a/index.html Thu Sep 10 08:01:18 2009 -0400 1.2 +++ b/index.html Fri Mar 19 07:28:10 2010 -0400 1.3 @@ -1,55 +1,55 @@ 1.4 -<html> 1.5 -<head> 1.6 -<title>Pokèmon Booster Pack Generator</title> 1.7 -<link href="./style.css" rel="stylesheet" type="text/css"> 1.8 -</head> 1.9 - 1.10 -<body> 1.11 -<div id="header"> 1.12 - <h1>Pokèmon Draft Battle!!</h1> 1.13 - 1.14 - <form id="radiobuttons"> 1.15 - <h3>Pick a Set: </h3> 1.16 - <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Base Set"><a href="#">Base Set</a> 1.17 - <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Jungle"><a href="#">Jungle</a> 1.18 - <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Fossil"><a href="#">Fossil</a> 1.19 - <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Team Rocket"><a href="#">Team Rocket</a> 1.20 - <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Heroes"><a href="#">Gym Heroes </a> 1.21 - <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Challenge"><a href="#">Gym Challenge </a> 1.22 - 1.23 - <input type="button" id="b2" value="Generate Booster Pack »" onclick="gen_pack(['NO_CACHE'], ['out1']);"> 1.24 - </form> 1.25 -</div> 1.26 - 1.27 -<div id="out1"></div> 1.28 -<div id="footer"> 1.29 - <h3>Current Settings:</h3> 1.30 - <div id="result">These are no current settings</div> 1.31 -</div> 1.32 - 1.33 - 1.34 - 1.35 - 1.36 -<b>Rules:</b><br> 1.37 - 1.38 - 1.39 -<SCRIPT LANGUAGE="JavaScript"> 1.40 -<!-- Idea by: Nic Wolfe --> 1.41 -<!-- This script and many more are available free online at --> 1.42 -<!-- The JavaScript Source!! http://javascript.internet.com --> 1.43 - 1.44 -<!-- Begin 1.45 -function popUp(URL) { 1.46 -day = new Date(); 1.47 -id = day.getTime(); 1.48 -eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=356,height=467,left = 476,top = 197');"); 1.49 -} 1.50 -// End --> 1.51 -</script> 1.52 - 1.53 - 1.54 - 1.55 - 1.56 - 1.57 -</body> 1.58 -</html> 1.59 \ No newline at end of file 1.60 +<html> 1.61 +<head> 1.62 +<title>Pokèmon Booster Pack Generator</title> 1.63 +<link href="./style.css" rel="stylesheet" type="text/css"> 1.64 +</head> 1.65 + 1.66 +<body> 1.67 +<div id="header"> 1.68 + <h1>Pokèmon Draft Battle!!</h1> 1.69 + 1.70 + <form id="radiobuttons"> 1.71 + <h3>Pick a Set: </h3> 1.72 + <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Base Set"><a href="#">Base Set</a> 1.73 + <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Jungle"><a href="#">Jungle</a> 1.74 + <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Fossil"><a href="#">Fossil</a> 1.75 + <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Team Rocket"><a href="#">Team Rocket</a> 1.76 + <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Heroes"><a href="#">Gym Heroes </a> 1.77 + <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Gym Challenge"><a href="#">Gym Challenge </a> 1.78 + 1.79 + <input type="button" id="b2" value="Generate Booster Pack »" onclick="gen_pack(['NO_CACHE'], ['out1']);"> 1.80 + </form> 1.81 +</div> 1.82 + 1.83 +<div id="out1"></div> 1.84 +<div id="footer"> 1.85 + <h3>Current Settings:</h3> 1.86 + <div id="result">These are no current settings</div> 1.87 +</div> 1.88 + 1.89 + 1.90 + 1.91 + 1.92 +<b>Rules:</b><br> 1.93 + 1.94 + 1.95 +<SCRIPT LANGUAGE="JavaScript"> 1.96 +<!-- Idea by: Nic Wolfe --> 1.97 +<!-- This script and many more are available free online at --> 1.98 +<!-- The JavaScript Source!! http://javascript.internet.com --> 1.99 + 1.100 +<!-- Begin 1.101 +function popUp(URL) { 1.102 +day = new Date(); 1.103 +id = day.getTime(); 1.104 +eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=356,height=467,left = 476,top = 197');"); 1.105 +} 1.106 +// End --> 1.107 +</script> 1.108 + 1.109 + 1.110 + 1.111 + 1.112 + 1.113 +</body> 1.114 +</html>