<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
   "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
   <script type="text/javascript" src="js/hacks2_5.js"></script>
   <link rel="stylesheet" type="text/css" href="/css/hacks2_5.css" />
   <title>Wysyanie wartoci pl wyboru</title>
</head>
<body>
<h3>Wybr ulubionych sportw</h3>
<h4>Druyna sportowa</h4>
<form id="team" action="javascript:void%200" method="get">
<div id="team_d" class="team">
<input type="checkbox" name="team_sports" id=
"baseball" value="baseball" /> Baseball  <br />
<input type="checkbox" name="team_sports" id=
"soccer" value="soccer"  /> Pika nona  <br />
<input type="checkbox" name="team_sports" id=
"football" value="football"  /> Rugby  <br />
<input type="checkbox" name="team_sports" id=
"basketball" value="basketball"  /> Koszykwka  <br />
<input type="checkbox" name="team_sports" id=
"lacrosse" value="lacrosse" /> Hokej na trawie  <br />
<input type="checkbox" name="team_sports" id=
"hockey" value="hockey" /> Hokej  <br />
<input type="checkbox" name="team_sports" id=
"tennis" value="tennis" /> Tenis  <br />
</div>
</form>
<div id="team_poll" class="poll">
   <span id="t_title" class="p_title"></span>
   <span id="t_results" class="p_results"></span></div>
<h4>Dyscyplina sportowa</h4>
<form  id="ind" action="javascript:void%200" method="get">
<div id="ind_d" class="ind">
<input type="checkbox" name="individual_sports" id=
"cycling" value="cycling" /> Kolarstwo  <br />
<input type="checkbox" name="individual_sports" id=
"running" value="running"  /> Bieganie  <br />
<input type="checkbox" name="individual_sports" id=
"swimming" value="swimming"  /> Pywanie  <br />
<input type="checkbox" name="individual_sports" id=
"nordic_skiing" value="nordic_skiing"  /> Narciarstwo alpejskie  <br />
<input type="checkbox" name="individual_sports" id=
"inline_skating" value="inline_skating"  /> ywiarstwo  <br />
<input type="checkbox" name="individual_sports" id=
"triathlon" value="triathlon"  /> Trjbj  <br />
<input type="checkbox" name="individual_sports" id=
"track" value="track"  /> uel  <br />
</div>
</form>
<div id="individual_poll" class="poll">
   <span id="i_title" class="p_title"></span>
   <span id="i_results" class="p_results"></span></div>
</body>
</html>
