forked from andrewcmyers/civs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublic_elections.html
executable file
·75 lines (67 loc) · 3.1 KB
/
public_elections.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Condorcet Internet Voting Service</title>
<link rel="canonical" href="@CIVSURL@/public_elections.html">
<link rel="stylesheet" type="text/css" href="@CIVSURL@/style.css" />
</head>
<body>
<table class="banner" border="0" width="100%" cellspacing="0" cellpadding="7">
<tbody><tr>
<td width="100%" valign="top" nowrap>
<h1> Condorcet Internet Voting
Service</h1>
</td>
<td width=0% nowrap valign=top align=right>
<a href="@CIVSHOME@">CIVS</a><br>
<a href="@CIVSURL@/civs_create.html">Create new poll</a><br>
<a href="@CIVSURL@/sec_priv.html">Security and privacy</a><br>
<a href="@CIVSURL@/faq.html">FAQ</a>
</td>
</tr>
<tr>
<td width="100%" valign="top" nowrap colspan=2>
<h2 align="center">Public Elections</h2>
</td>
</tr>
</tbody>
</table>
<div class="contents">
<p>The following elections are open polls of opinion. Anyone may cast a vote.
There is little attempt to prevent people from voting more than once, so the
results of these polls should not be considered to be valid measures of
public opinion. They are offered merely as a demonstration of how
CIVS works. You may create your own open elections by checking the
appropriate checkbox in the election creation form. However, they will not
appear on this list.</p>
<ul>
<li>
<a href="http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/vote.pl?id=E_2f518db8cac442cf&akey=77fb34f2ed44ee86">Recommend a good book</a>
<li><a href="@PROTO@://@THISHOST@@CIVSBINURL@/vote@PERLEXT@?id=E_054b748ca9ace717">
Hypothetical 2004 Presidential Election</a></li>
<!-- <li><a href="@PROTO@://@THISHOST@@CIVSBINURL@/vote@PERLEXT@?id=E_089eef32f3a319b7">
Favorite Ice Cream Flavors</a> -->
<li>
<a href="http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/vote.pl?id=E_4e62bfdb14d5f61e&akey=3f460c25aaa1f858">Favorite Movies</a>
<a href="@PROTO@://@THISHOST@@CIVSBINURL@/vote@PERLEXT@?id=E_2dd041b9e6993e78">(round 1)</a>
<a href="@PROTO@://@THISHOST@@CIVSBINURL@/results@PERLEXT@?id=E_384d07b975f0e911&akey=76f9ef9925ff6c0a">(round 2)</a>
</li>
<li><a href="@PROTO@://@THISHOST@@CIVSBINURL@/vote@PERLEXT@?id=E_9c65094a4730f9bc">Ice Cream Assortment</a></li>
<li>
<a href="http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/vote.pl?id=E_abe4aabf49a217e6&akey=931c12384fd4e886">Democratic Presidential Primary 2008</a>
<a href="http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/results.pl?id=E_d7241556a584a0ca">(Results from round 4)</a>
(<a href="@PROTO@://@THISHOST@@CIVSBINURL@/results@PERLEXT@?id=E_6a996509644c8c88&akey=ac98e0f71403c0c7">Results from round 3</a>)
</li>
<li>
<a href="http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/vote.pl?id=E_4396d0e428482b6d&akey=e311f4c57a690275">
Republican Presidential Primary 2008</a>
<a href="@PROTO@://@THISHOST@@CIVSBINURL@/results@PERLEXT@?id=E_7541c7e956308389">
(Results from Round 1)</a></li>
<li><a href="@SUGGESTION_BOX@">
CIVS Suggestion Box</a>
<li><a href="http://www.cs.cornell.edu/w8/~andru/cgi-perl/civs/vote.pl?id=E_ddfd7ba8d78043e1&akey=55426123feb7e40b">European Vacation</a></li>
</li>
</ul>
</div>
</body>
</html>