German election 2009: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) (New page: ==Bundestagswahl 2009== <html> <link rel="stylesheet" type="text/css" href="/distrib/jsxgraph.css" /> <script type="text/javascript" src="/distrib/jquery.min.js"></script> <script type="te...) |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
<script type="text/javascript" src="/ajax/germany.js"></script> | <script type="text/javascript" src="/ajax/germany.js"></script> | ||
<div style="width:800px"> | <div style="width:800px"> | ||
</html> | |||
<jsxgraph width="500" height="700"> | |||
var minX =-289319.4, | var minX =-289319.4, | ||
maxY = 6827620, | maxY = 6827620, | ||
Line 312: | Line 296: | ||
brd.suspendUpdate(); | brd.suspendUpdate(); | ||
timedChunk(points, createCurve, null, final); | timedChunk(points, createCurve, null, final); | ||
</jsxgraph> | |||
<html> | |||
</div> | |||
<form> | |||
<input type="radio" value="0" onclick="selectParty(0);" name="parties" checked='checked'>CDU/CSU<br/> | |||
<input type="radio" value="1" onclick="selectParty(1);" name="parties">SPD<br/> | |||
<input type="radio" value="2" onclick="selectParty(2);" name="parties">FDP<br/> | |||
<input type="radio" value="3" onclick="selectParty(3);" name="parties">Die Grünen<br/> | |||
<input type="radio" value="4" onclick="selectParty(4);" name="parties">Die Linke<br/> | |||
<input type="radio" value="5" onclick="selectParty(5);" name="parties">NPD<br/> | |||
<input type="radio" value="6" onclick="selectParty(6);" name="parties">REP<br/> | |||
<input type="radio" value="7" onclick="selectParty(7);" name="parties">DVU<br/> | |||
<input type="radio" value="8" onclick="selectParty(8);" name="parties">Die Piraten<br/> | |||
<br /> | |||
<input type="radio" value="9" onclick="selectParty(9);" name="parties">Wahlbeteiligung<br/> | |||
</form> | |||
</html> | </html> |
Revision as of 15:13, 23 October 2009
Bundestagswahl 2009