-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdigital-ballot-tracking.content
More file actions
25 lines (21 loc) · 1.03 KB
/
digital-ballot-tracking.content
File metadata and controls
25 lines (21 loc) · 1.03 KB
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
<section>
<header>
<h1>Tracking Your Digital Ballot</h1>
</header>
<p>This site is used to track digital ballots from the current election in
Pelican County. Please enter the first few characters of a
ballot tracking code, using the search box below. When you've
found your code, click the "Track Ballot" button. </p>
<p> The resulting tracking information will show whether the ballot has been
received and stored in the digital ballot box, and if so whether it has yet been
validated and approved for counting, or rejected.</p>
<p> No personal information is available as part of ballot tracking.
Although you can track a ballot, the identity of its voter is not available,
and the content of the ballot is not available.</p>
<form>
<label for="code">Enter the first few characters of your ballot-tracking code: </label>
<input type="text" name="code" id="code" />
<br />
<input type="submit" value="Track Ballot" />
</form>
</section>