annotate index.html @ 7:4c495190076f boosterpack

[svn r9] fixed blanes dodrio bug
author robert
date Thu, 10 Sep 2009 08:01:18 -0400
parents 4246c7ef6487
children 8c6d2ce90677
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@6 13 <input TYPE="radio" onclick="change_rules(['radio1'], ['result'] );" ID="radio1" NAME="radio1" VALUE="Base Set"><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@6 33 <b>Rules:</b><br>
robert@6 34
robert@6 35
robert@7 36 <SCRIPT LANGUAGE="JavaScript">
robert@7 37 <!-- Idea by: Nic Wolfe -->
robert@7 38 <!-- This script and many more are available free online at -->
robert@7 39 <!-- The JavaScript Source!! http://javascript.internet.com -->
robert@7 40
robert@7 41 <!-- Begin
robert@7 42 function popUp(URL) {
robert@7 43 day = new Date();
robert@7 44 id = day.getTime();
robert@7 45 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');");
robert@7 46 }
robert@7 47 // End -->
robert@7 48 </script>
robert@6 49
robert@6 50
robert@6 51
robert@6 52
robert@6 53
robert@0 54 </body>
robert@0 55 </html>