-
Notifications
You must be signed in to change notification settings - Fork 3
/
st_index_pyt.html
executable file
·22 lines (22 loc) · 1.85 KB
/
st_index_pyt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html><head><title>$statename Redistricting</title>
<link href="/dist/d.css" rel="stylesheet" type="text/css" />
<style>body{color:#000000;background-color:#ffffff;}</style></head>
<body bgcolor="#ffffff">
<div style="float:right;width:20em;"><a href="/">Redistricting Home</a><br />Other States:<br />${statenav}</div>
<h1>$statename Redistricting</h1>
<table id="imt"><tr><td align="center"><a href="${ba_large}"><img src="${ba_small}" title="$statename congressional district map, current and my way" alt="$statename congressional district map, current and my way" border="1"></a></td></tr>
<tr><td align="center">$statename current congressional district map and a possible solution from my solver.<br /><a href="${ba_large}" title="$statename congressional district map, current and my way">Larger $statename map</a></td></tr></table>
<div class="myo"><table id="myo"><tr><td></td><td class="myoh">average distance between a voter and the center of their district (in kilometers)</td><td class="myoh">difference in population between the least populous district and the most populous district (out of about ${avgpop})</td><td class="myoh">standard deviation of district populations</td></tr>
<tr><td class="myow">Current map</td><td class="myon">$current_kmpp</td><td class="myon">$current_spread</td><td class="myon">$current_std</td></tr>
<tr><td class="myow">My map</td><td class="myon">$my_kmpp</td><td class="myon">$my_spread</td><td class="myon">$my_std</td></tr></table>
</div>
${extra}
${racedata}
<hr>
<p><a href="/">Redistricting Home</a><br />Other States:<br />${statenav}</p>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
</body></html>