Mercurial > rlmcintyre
diff BoosterPack/.svn/text-base/index.html.svn-base @ 0:0d795f02a8bb tip
initial committ. what was I thinking?
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 27 Sep 2010 16:57:26 -0400 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/BoosterPack/.svn/text-base/index.html.svn-base Mon Sep 27 16:57:26 2010 -0400 1.3 @@ -0,0 +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