washoe_polls 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -0
- data/.rspec +2 -0
- data/Changelog +0 -0
- data/Gemfile +5 -0
- data/Gemfile.lock +43 -0
- data/LICENSE +0 -0
- data/README.rdoc +26 -0
- data/lib/washoe_polls/client.rb +65 -0
- data/lib/washoe_polls/version.rb +3 -0
- data/lib/washoe_polls.rb +21 -0
- data/spec/fixtures/fetch.html +623 -0
- data/spec/fixtures/lookup.html +591 -0
- data/spec/helper.rb +17 -0
- data/spec/washoe_polls_spec.rb +44 -0
- data/washoe_polls.gemspec +30 -0
- metadata +140 -0
@@ -0,0 +1,623 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
|
+
|
3
|
+
<html>
|
4
|
+
|
5
|
+
<head>
|
6
|
+
<title>Your Voter Registration Information</title>
|
7
|
+
<link rel="stylesheet" href="/repository/templates/wc/global.css" media="screen" />
|
8
|
+
<link rel="stylesheet" href="/repository/templates/wc/print.css" media="print" />
|
9
|
+
<link rel="stylesheet" href="/repository/templates/wc/new_www_style.css" media="screen" />
|
10
|
+
<link rel="stylesheet" href="/repository/templates/calendar.css" />
|
11
|
+
<script type="text/javascript" src="/js/lib/prototype.js"></script>
|
12
|
+
|
13
|
+
<script type="text/javascript" src="/js/src/scriptaculous.js"></script>
|
14
|
+
<script type="text/javascript" src="/js/lib/jquery-1.4.min.js"></script>
|
15
|
+
<script type="text/javascript" src="/js/lib/jquery.hoverIntent.minified.js"></script>
|
16
|
+
<script type="text/javascript" src="/js/ajax.js"></script>
|
17
|
+
<script type="text/javascript" src="/js/default.js"></script>
|
18
|
+
<script language="javascript" type="text/javascript">
|
19
|
+
function explainCAPTCHA() {
|
20
|
+
alert("By asking this question, we prevent automatic mass email programs from successfully bombarding our site with a variety of inappropriate emails.");
|
21
|
+
}
|
22
|
+
document.observe('dom:loaded', function() {
|
23
|
+
//new Ajax.Autocompleter('kb_keywords', 'kb_results', '/cgi-bin/keywords-xml.rb', {fullsearch:true});
|
24
|
+
new Ajax.Autocompleter('kb_keywords', 'kb_results', '/js/keywords.php', {fullsearch:true});
|
25
|
+
});
|
26
|
+
</script>
|
27
|
+
|
28
|
+
</head>
|
29
|
+
|
30
|
+
<body>
|
31
|
+
|
32
|
+
<div id="spacer">
|
33
|
+
<div id="container">
|
34
|
+
<div id="mask" class="mask"></div>
|
35
|
+
<div id="lightbox"></div>
|
36
|
+
<div id="photo_zoom"></div>
|
37
|
+
<div id="home_click"><a href="/" style="cursor: pointer;"><div id="home_click_area"></div></a></div>
|
38
|
+
<div id="header">
|
39
|
+
|
40
|
+
<div id="home" class="header_menu"><a href="/" class="header_menu">RETURN HOME</a></div>
|
41
|
+
<div id="top_bar" class="">
|
42
|
+
<div id="dept" class="grid_2 header_menu">
|
43
|
+
<a href="/index/departments.html" id="dept" class="header_menu">DEPARTMENT LIST</a>
|
44
|
+
<div id="dept_list">
|
45
|
+
<div class="grid_2">
|
46
|
+
<div style="margin: .6em;"><a href="/enforcement" class="list_link">Administrative Enforcement</a></div>
|
47
|
+
<div style="margin: .6em;"><a href="/apd" class="list_link">Alternate Public Defender</a></div>
|
48
|
+
|
49
|
+
<div style="margin: .6em;"><a href="/animal" class="list_link">Animal Services</a></div>
|
50
|
+
<div style="margin: .6em;"><a href="/assessor" class="list_link">Assessor`s Office</a></div>
|
51
|
+
<div style="margin: .6em;"><a href="/bcc" class="list_link">Board of County Commissioners</a></div>
|
52
|
+
<div style="margin: .6em;"><a href="/bldgsafety" class="list_link">Building and Safety</a></div>
|
53
|
+
<div style="margin: .6em;"><a href="/citizens" class="list_link">Citizen Involvement</a></div>
|
54
|
+
<div style="margin: .6em;"><a href="/clerks" class="list_link">Clerk's Office</a></div>
|
55
|
+
<div style="margin: .6em;"><a href="/comdev" class="list_link">Community Development</a></div>
|
56
|
+
</div>
|
57
|
+
<div class="grid_2">
|
58
|
+
<div style="margin: .6em;"><a href="http://www.unce.unr.edu/areas/western/" target="_blank" class="list_link">Cooperative Extension</a></div>
|
59
|
+
|
60
|
+
<div style="margin: .6em;"><a href="/da" class="list_link">District Attorney</a></div>
|
61
|
+
<div style="margin: .6em;"><a href="http://www.washoecourts.com" target="_blank" class="list_link">District Court</a></div>
|
62
|
+
<div style="margin: .6em;"><a href="/em" class="list_link">Emergency Management and Homeland Security</a></div>
|
63
|
+
<div style="margin: .6em;"><a href="/finance" class="list_link">Finance</a></div>
|
64
|
+
<div style="margin: .6em;"><a href="/GIS" class="list_link">Geographic Information Systems</a></div>
|
65
|
+
<div style="margin: .6em;"><a href="/green" class="list_link">Green Team</a></div>
|
66
|
+
<div style="margin: .6em;"><a href="/health" class="list_link">Health</a></div>
|
67
|
+
<div style="margin: .6em;"><a href="/humanresources" class="list_link">Human Resources</a></div>
|
68
|
+
</div>
|
69
|
+
|
70
|
+
<div class="grid_2">
|
71
|
+
<div style="margin: .6em;"><a href="/ijc" class="list_link">Incline Village Justice Court</a></div>
|
72
|
+
<div style="margin: .6em;"><a href="/juvenilesvs" class="list_link">Juvenile Services</a></div>
|
73
|
+
<div style="margin: .6em;"><a href="/lawlib" class="list_link">Law Library</a></div>
|
74
|
+
<div style="margin: .6em;"><a href="/library" class="list_link">Library</a></div>
|
75
|
+
<div style="margin: .6em;"><a href="/mgrsoff" class="list_link">Manager`s Office</a></div>
|
76
|
+
<div style="margin: .6em;"><a href="/coroner" class="list_link">Medical Examiner and Coroner`s Office</a></div>
|
77
|
+
<div style="margin: .6em;"><a href="/NNCTC" class="list_link">Northern Nevada Counter-Terrorism Center</a></div>
|
78
|
+
<div style="margin: .6em;"><a href="/parks" class="list_link">Parks - Regional Parks and Open Space</a></div>
|
79
|
+
|
80
|
+
<div style="margin: .6em;"><a href="/permits" class="list_link">Permits Plus Zone</a></div>
|
81
|
+
</div>
|
82
|
+
<div class="grid_2">
|
83
|
+
<div style="margin: .6em;"><a href="/pubadmin" class="list_link">Public Administrator</a></div>
|
84
|
+
<div style="margin: .6em;"><a href="/defender" class="list_link">Public Defender</a></div>
|
85
|
+
<div style="margin: .6em;"><a href="/guardian" class="list_link">Public Guardian</a></div>
|
86
|
+
<div style="margin: .6em;"><a href="/pubworks" class="list_link">Public Works</a></div>
|
87
|
+
<div style="margin: .6em;"><a href="/purchasing" class="list_link">Purchasing</a></div>
|
88
|
+
<div style="margin: .6em;"><a href="/recorder" class="list_link">Recorder`s Office</a></div>
|
89
|
+
<div style="margin: .6em;"><a href="/rjc" class="list_link">Reno Justice Court</a></div>
|
90
|
+
|
91
|
+
<div style="margin: .6em;"><a href="/seniorsrv" class="list_link">Senior Services</a></div>
|
92
|
+
<div style="margin: .6em;"><a href="http://www.washoesheriff.com" target="_blank" class="list_link">Sheriff`s Office</a></div>
|
93
|
+
</div>
|
94
|
+
<div class="grid_2">
|
95
|
+
<div style="margin: .6em;"><a href="/sierrafire" class="list_link">Sierra Fire Protection District</a></div>
|
96
|
+
<div style="margin: .6em;"><a href="/socsrv" class="list_link">Social Services</a></div>
|
97
|
+
<div style="margin: .6em;"><a href="/SJC" class="list_link">Sparks Justice Court</a></div>
|
98
|
+
<div style="margin: .6em;"><a href="/technology" class="list_link">Technology Services</a></div>
|
99
|
+
<div style="margin: .6em;"><a href="/treas" class="list_link">Treasurer`s Office</a></div>
|
100
|
+
<div style="margin: .6em;"><a href="http://www.truckeeflood.us" target="_blank" class="list_link">Truckee River Flood Project</a></div>
|
101
|
+
|
102
|
+
<div style="margin: .6em;"><a href="/voters" class="list_link">Voters, Registrar of</a></div>
|
103
|
+
<div style="margin: .6em;"><a href="/water" class="list_link">Water Resources</a></div>
|
104
|
+
</div>
|
105
|
+
</div>
|
106
|
+
</div>
|
107
|
+
<div class="grid_2 header_menu center"><a href="/index/contact.html" class="header_menu">CONTACT US</a></div>
|
108
|
+
<div class="grid_2 header_menu center"><a href="/index/site_map.html" class="header_menu">SITE MAP</a></div>
|
109
|
+
<div class="grid_4">
|
110
|
+
|
111
|
+
<form action="/index/search.html" method="post">
|
112
|
+
<input id="kb_keywords" type="text" name="search" style="width: 15em;" method="post" value="">
|
113
|
+
<input type="submit" class="button" value="SEARCH">
|
114
|
+
</form>
|
115
|
+
<div id="kb_results"></div>
|
116
|
+
</div>
|
117
|
+
</div>
|
118
|
+
</div>
|
119
|
+
<div id="bump">
|
120
|
+
|
121
|
+
<div id="menu">
|
122
|
+
<div class="top_button">
|
123
|
+
<a href="/index/start.html~cat=Online" class="padded">ONLINE SERVICES</a>
|
124
|
+
<div id="online_services" class="menu_list_header">
|
125
|
+
<div class="padding">
|
126
|
+
<div class="grid_25"><div class="topic_header">Employment Information</div>
|
127
|
+
<ul class="topic_list">
|
128
|
+
<li><a href="/humanresources/careers/jobs.htm" class="topic_link">Online Job Application</a></li>
|
129
|
+
|
130
|
+
<li><a href="/citizens/volunteers.html" class="topic_link">Volunteer Opportunities</a></li>
|
131
|
+
</ul>
|
132
|
+
<div class="topic_header">General Information</div>
|
133
|
+
<ul class="topic_list">
|
134
|
+
<li><a href="http://icris.washoecounty.us:8888/clerk/web/ " class="topic_link">Marriage Records</a></li>
|
135
|
+
<li><a href="http://icris.washoecounty.us:8888/clerk/web/ " class="topic_link">Search DBA Names</a></li>
|
136
|
+
<li><a href="/index/surveys.html" class="topic_link">Online Surveys</a></li>
|
137
|
+
</ul>
|
138
|
+
</div><div class="grid_25"><ul class="topic_list">
|
139
|
+
</ul>
|
140
|
+
<div class="topic_header">Law Enforcement</div>
|
141
|
+
|
142
|
+
<ul class="topic_list">
|
143
|
+
<li><a href="http://washoesheriff.com/WCSO-begin-report.htm" class="topic_link">File a Report Online</a></li>
|
144
|
+
<li><a href="http://washoesheriff.com/inmate-search.htm" class="topic_link">Inmate Search</a></li>
|
145
|
+
<li><a href="http://washoesheriff.com/case_requests_form.php" class="topic_link">Case Info Request</a></li>
|
146
|
+
<li><a href="http://www.crimereports.com/map/index/?search=+Reno+NV " class="topic_link">Crime Reports</a></li>
|
147
|
+
</ul>
|
148
|
+
<div class="topic_header">Library Services</div>
|
149
|
+
<ul class="topic_list">
|
150
|
+
<li><a href="/library/lib_card.html" class="topic_link">Get a Library Card</a></li>
|
151
|
+
</ul>
|
152
|
+
</div><div class="grid_25"><ul class="topic_list">
|
153
|
+
|
154
|
+
<li><a href="/library/ask.html" class="topic_link">Ask a Librarian</a></li>
|
155
|
+
<li><a href="http://wcllcatalog.washoecounty.us" class="topic_link">Law Library Catalog</a></li>
|
156
|
+
</ul>
|
157
|
+
<div class="topic_header">Property Information</div>
|
158
|
+
<ul class="topic_list">
|
159
|
+
<li><a href="/assessor/cama/index.php" class="topic_link">Property Information</a></li>
|
160
|
+
<li><a href="/assessor/dec/" class="topic_link">Personal Property</a></li>
|
161
|
+
<li><a href="https://etaxes.washoecounty.us/" class="topic_link">View / Pay Taxes</a></li>
|
162
|
+
<li><a href="http://icris.washoecounty.us/recorder/web/" class="topic_link">Recorded Documents</a></li>
|
163
|
+
<li><a href="/gis/onlinemapping.htm" class="topic_link">Online Maps</a></li>
|
164
|
+
|
165
|
+
</ul>
|
166
|
+
</div><div class="grid_25"><ul class="topic_list">
|
167
|
+
</ul>
|
168
|
+
<div class="topic_header">Report a Violation</div>
|
169
|
+
<ul class="topic_list">
|
170
|
+
<li><a href="/health/cchs/smokecomplaint.php" class="topic_link">Smoking Complaint</a></li>
|
171
|
+
<li><a href="/health/ehs/vector/request.html" class="topic_link">Vector Service Request</a></li>
|
172
|
+
</ul>
|
173
|
+
<div class="topic_header">Voting Information</div>
|
174
|
+
<ul class="topic_list">
|
175
|
+
<li><a href="/voters/regsearch.php" class="topic_link">Voter Registration Info</a></li>
|
176
|
+
</ul>
|
177
|
+
|
178
|
+
</div><div class="clear"></div> </div>
|
179
|
+
<div class="topic_more">
|
180
|
+
<div class="more_button"><a href="/index/start.html~cat=Online" class="more_link">more links</a></div>
|
181
|
+
</div>
|
182
|
+
</div>
|
183
|
+
</div>
|
184
|
+
<div class="top_button">
|
185
|
+
<a href="/index/start.html~cat=Citizens" class="padded">FOR CITIZENS</a>
|
186
|
+
|
187
|
+
<div id="citizens" class="menu_list_header">
|
188
|
+
<div class="padding">
|
189
|
+
<div class="grid_25"><div class="topic_header">Applications / Licenses / Permits</div>
|
190
|
+
<ul class="topic_list">
|
191
|
+
<li><a href="/clerks/marriage_bureau.php" class="topic_link">Marriage Application</a></li>
|
192
|
+
</ul>
|
193
|
+
<div class="topic_header">Citizen Participation</div>
|
194
|
+
<ul class="topic_list">
|
195
|
+
<li><a href="/citizens" class="topic_link">Citizen Involvement</a></li>
|
196
|
+
<li><a href="/citizens/volunteers.html" class="topic_link">Volunteer Opportunities</a></li>
|
197
|
+
|
198
|
+
</ul>
|
199
|
+
</div><div class="grid_25"><ul class="topic_list">
|
200
|
+
</ul>
|
201
|
+
<div class="topic_header">Employment Information</div>
|
202
|
+
<ul class="topic_list">
|
203
|
+
<li><a href="/humanresources/careers/jobs.htm" class="topic_link">Jobs</a></li>
|
204
|
+
</ul>
|
205
|
+
<div class="topic_header">Family Services</div>
|
206
|
+
<ul class="topic_list">
|
207
|
+
<li><a href="/socsrv/socsrv_child_adoption.html" class="topic_link">Adoptions</a></li>
|
208
|
+
<li><a href="/socsrv/socsrv_child_fostercare.html" class="topic_link">Foster Care</a></li>
|
209
|
+
<li><a href="/socsrv/socsrv_adult_hcap.html" class="topic_link">Health and Welfare Assistance</a></li>
|
210
|
+
|
211
|
+
</ul>
|
212
|
+
</div><div class="grid_25"><ul class="topic_list">
|
213
|
+
</ul>
|
214
|
+
<div class="topic_header">Property Information</div>
|
215
|
+
<ul class="topic_list">
|
216
|
+
<li><a href="/repository/files/27/Foreclosure%20Seminars%203-4-11.pdf" class="topic_link">Foreclosure Seminars</a></li>
|
217
|
+
<li><a href="/mgrsoff/boe" class="topic_link">Board of Equalization</a></li>
|
218
|
+
<li><a href="/pubworks/fema.htm" class="topic_link">Floodplain Info</a></li>
|
219
|
+
</ul>
|
220
|
+
<div class="topic_header">Public Health</div>
|
221
|
+
<ul class="topic_list">
|
222
|
+
<li><a href="/health/cchs/imm.html" class="topic_link">Immunizations</a></li>
|
223
|
+
|
224
|
+
<li><a href="/health/cchs/flu.html" class="topic_link">Flu Information</a></li>
|
225
|
+
</ul>
|
226
|
+
</div><div class="grid_25"><ul class="topic_list">
|
227
|
+
</ul>
|
228
|
+
<div class="topic_header">Records</div>
|
229
|
+
<ul class="topic_list">
|
230
|
+
<li><a href="/assessor/cama/index.php" class="topic_link">Property Information</a></li>
|
231
|
+
<li><a href="https://etaxes.washoecounty.us" class="topic_link">View / Pay Taxes</a></li>
|
232
|
+
<li><a href="http://icris.washoecounty.us" class="topic_link">Recorded Documents</a></li>
|
233
|
+
</ul>
|
234
|
+
<div class="topic_header">Voting Information</div>
|
235
|
+
|
236
|
+
<ul class="topic_list">
|
237
|
+
<li><a href="/voters/regsearch.php" class="topic_link">Register to Vote</a></li>
|
238
|
+
</ul>
|
239
|
+
</div><div class="clear"></div> </div>
|
240
|
+
<div class="topic_more">
|
241
|
+
<div class="more_button"><a href="/index/start.html~cat=Citizens" class="more_link">more links</a></div>
|
242
|
+
</div>
|
243
|
+
</div>
|
244
|
+
</div>
|
245
|
+
|
246
|
+
<div class="top_button">
|
247
|
+
<a href="/index/start.html~cat=Business" class="padded">FOR BUSINESSES</a>
|
248
|
+
<div id="businesses" class="menu_list_header">
|
249
|
+
<div class="padding">
|
250
|
+
<div class="grid_25"><div class="topic_header">Applications / Licenses / Permits</div>
|
251
|
+
<ul class="topic_list">
|
252
|
+
<li><a href="/comdev/business_license.htm " class="topic_link">Business Licenses</a></li>
|
253
|
+
<li><a href="/bldgsafety/application_page/index.html" class="topic_link">Building Permits</a></li>
|
254
|
+
|
255
|
+
<li><a href="/clerks/dba_forms.php" class="topic_link">DBA Forms</a></li>
|
256
|
+
</ul>
|
257
|
+
<div class="topic_header">Financial Information</div>
|
258
|
+
<ul class="topic_list">
|
259
|
+
<li><a href="https://www.washoecounty.us/assessor/dec" class="topic_link">Personal Property</a></li>
|
260
|
+
</ul>
|
261
|
+
</div><div class="grid_25"><ul class="topic_list">
|
262
|
+
</ul>
|
263
|
+
<div class="topic_header">Legal Information</div>
|
264
|
+
<ul class="topic_list">
|
265
|
+
<li><a href="/bldgsafety/codes_index.html" class="topic_link">Building Codes</a></li>
|
266
|
+
</ul>
|
267
|
+
|
268
|
+
<div class="topic_header">Maps</div>
|
269
|
+
<ul class="topic_list">
|
270
|
+
<li><a href="/comdev/planning_docs" class="topic_link">Zoning / Area Plan Maps</a></li>
|
271
|
+
</ul>
|
272
|
+
</div><div class="grid_25"><ul class="topic_list">
|
273
|
+
</ul>
|
274
|
+
<div class="topic_header">Property Information</div>
|
275
|
+
<ul class="topic_list">
|
276
|
+
<li><a href="/assessor/cama/index.php" class="topic_link">Parcel Information</a></li>
|
277
|
+
</ul>
|
278
|
+
<div class="topic_header">Public Health</div>
|
279
|
+
<ul class="topic_list">
|
280
|
+
|
281
|
+
<li><a href="/health/air/burning/recommend.html" class="topic_link">Burn Codes</a></li>
|
282
|
+
</ul>
|
283
|
+
</div><div class="clear"></div> <div class="topic_more">
|
284
|
+
<div class="more_button"><a href="/index/start.html~cat=Business" class="more_link">more links</a></div>
|
285
|
+
</div>
|
286
|
+
</div>
|
287
|
+
</div>
|
288
|
+
</div>
|
289
|
+
<div class="top_button">
|
290
|
+
|
291
|
+
<a href="/index/start.html~cat=Visitors" class="padded">FOR VISITORS</a>
|
292
|
+
<div id="visitors" class="menu_list_header">
|
293
|
+
<div class="padding">
|
294
|
+
<div class="grid_25"><div class="topic_header">General Information</div>
|
295
|
+
<ul class="topic_list">
|
296
|
+
<li><a href="/index/about.html" class="topic_link">About the County</a></li>
|
297
|
+
<li><a href="/gis" class="topic_link">Online Maps</a></li>
|
298
|
+
<li><a href="/humanresources/careers/jobs.htm" class="topic_link">Employment</a></li>
|
299
|
+
|
300
|
+
<li><a href="/mgrsoff/wctv.html" class="topic_link">Washoe County Television</a></li>
|
301
|
+
<li><a href="/index/photos.html" class="topic_link">Photo Tour</a></li>
|
302
|
+
</ul>
|
303
|
+
</div><div class="grid_25"><ul class="topic_list">
|
304
|
+
</ul>
|
305
|
+
<div class="topic_header">Report a Violation</div>
|
306
|
+
<ul class="topic_list">
|
307
|
+
<li><a href="/health/ehs/fpc.html" class="topic_link">Food / Restaurant Complaints</a></li>
|
308
|
+
</ul>
|
309
|
+
<div class="topic_header">Voting Information</div>
|
310
|
+
<ul class="topic_list">
|
311
|
+
<li><a href="/voters" class="topic_link">Election Results</a></li>
|
312
|
+
|
313
|
+
</ul>
|
314
|
+
</div><div class="clear"></div> </div>
|
315
|
+
<div class="topic_more">
|
316
|
+
<div class="more_button"><a href="/index/start.html~cat=Visitors" class="more_link">more links</a></div>
|
317
|
+
</div>
|
318
|
+
</div>
|
319
|
+
</div>
|
320
|
+
<div class="top_button">
|
321
|
+
<a href="/index/start.html~cat=Government" class="padded">GOVERNMENT INFO</a>
|
322
|
+
|
323
|
+
<div id="government" class="menu_list_header">
|
324
|
+
<div class="padding">
|
325
|
+
<div class="grid_25"><div class="topic_header">Construction Projects</div>
|
326
|
+
<ul class="topic_list">
|
327
|
+
<li><a href="/pubworks/capital_projects/capital_projects.htm" class="topic_link">Capital Improvement Projects</a></li>
|
328
|
+
</ul>
|
329
|
+
<div class="topic_header">Financial Information</div>
|
330
|
+
<ul class="topic_list">
|
331
|
+
<li><a href="/finance/budget_index.html" class="topic_link">County Budget</a></li>
|
332
|
+
<li><a href="/finance/cafr2010.htm" class="topic_link">Annual Financial Report (CAFR)</a></li>
|
333
|
+
|
334
|
+
</ul>
|
335
|
+
</div><div class="grid_25"><ul class="topic_list">
|
336
|
+
</ul>
|
337
|
+
<div class="topic_header">General Information</div>
|
338
|
+
<ul class="topic_list">
|
339
|
+
<li><a href="/mgrsoff/mediaroom/pressreleases.php" class="topic_link">Press Releases</a></li>
|
340
|
+
<li><a href="/mgrsoff/eupdate.html" class="topic_link">Manager`s eUpdate</a></li>
|
341
|
+
<li><a href="/index/faq.html" class="topic_link">FAQs</a></li>
|
342
|
+
<li><a href="/index/outreach.html" class="topic_link">Announcements</a></li>
|
343
|
+
<li><a href="/repository/files/1/org%20chart.pdf" class="topic_link">Organizational Chart</a></li>
|
344
|
+
</ul>
|
345
|
+
|
346
|
+
</div><div class="grid_25"><ul class="topic_list">
|
347
|
+
</ul>
|
348
|
+
<div class="topic_header">Legal Information</div>
|
349
|
+
<ul class="topic_list">
|
350
|
+
<li><a href="/clerks/county_code.php" class="topic_link">Washoe County Code</a></li>
|
351
|
+
<li><a href="/mgrsoff/2011_Nevada_Legislative_Session/indexhtm" class="topic_link">Legislative Information</a></li>
|
352
|
+
<li><a href="/enforcement" class="topic_link">Nuisance and Administrative Enforcement</a></li>
|
353
|
+
</ul>
|
354
|
+
<div class="topic_header">Organization</div>
|
355
|
+
<ul class="topic_list">
|
356
|
+
<li><a href="/bcc" class="topic_link">County Commission</a></li>
|
357
|
+
|
358
|
+
<li><a href="/citizens/boards.html" class="topic_link">Other Boards & Commissions</a></li>
|
359
|
+
</ul>
|
360
|
+
</div><div class="grid_25"><ul class="topic_list">
|
361
|
+
<li><a href="/mgrsoff/boe" class="topic_link">Board of Equalization</a></li>
|
362
|
+
<li><a href="/cab" class="topic_link">Citizen Advisory Boards (CAB)</a></li>
|
363
|
+
</ul>
|
364
|
+
<div class="topic_header">Records</div>
|
365
|
+
<ul class="topic_list">
|
366
|
+
<li><a href="/bcc/agendas.html" class="topic_link">County Commission Agendas</a></li>
|
367
|
+
<li><a href="/clerks/board_minutes.php" class="topic_link">Board Minutes</a></li>
|
368
|
+
|
369
|
+
</ul>
|
370
|
+
</div><div class="clear"></div> </div>
|
371
|
+
<div class="topic_more">
|
372
|
+
<div class="more_button"><a href="/index/start.html~cat=Government" class="more_link">more links</a></div>
|
373
|
+
</div>
|
374
|
+
</div>
|
375
|
+
</div>
|
376
|
+
</div>
|
377
|
+
<div id="interior_photo">
|
378
|
+
|
379
|
+
<div id="photo_desc"><div class="buffer">Poppies spring up around the Truckee Meadows</div></div>
|
380
|
+
<img src="/repository/images/2/poppies_100207_003.jpg" height=150 width=950 border=0 alt="Poppies spring up around the Truckee Meadows">
|
381
|
+
</div>
|
382
|
+
<div id="content_block">
|
383
|
+
<div id="content_area">
|
384
|
+
<div id="dept_menu">
|
385
|
+
<ul class="top_menu">
|
386
|
+
<li ><a href="/voters/index.htm">Home</a></li>
|
387
|
+
|
388
|
+
<li ><a href="/voters/cetitlepage.html">Contribution and Expenditure Reports<span style="font-weight: bold;"> +</span></a>
|
389
|
+
<ul class="sub_menu">
|
390
|
+
<li ><a href="/voters/11CEAnnual.html">11 Candidate Annual C & E Reports</a> </li>
|
391
|
+
<li ><a href="/voters/10CEReportsPartisan.html">10 Candidate C & E Reports - Partisan Offices</a> </li>
|
392
|
+
<li ><a href="/voters/10CERptsNons.html">10 Candidate C & E Reports - Nonpartisan Offices</a> </li>
|
393
|
+
|
394
|
+
<li ><a href="/voters/10PACSBAGS.html">10 PACS & BAGS C & E Reports</a> </li>
|
395
|
+
<li ><a href="/voters/10CEAnnual.html">10 Candidate Annual C & E Reports</a> </li>
|
396
|
+
<li ><a href="/voters/09CE.html">09 Candidate C & E Annual Reports</a> </li>
|
397
|
+
<li ><a href="/voters/08candidatecereports.html">08 Candidate C & E Reports - Partisan Offices</a> </li>
|
398
|
+
|
399
|
+
<li ><a href="/voters/08CEReportsNonpartisans.html">08 Candidate C & E Reports - Nonpartisan Offices</a> </li>
|
400
|
+
<li ><a href="/voters/08annualce.html">08 Candidate Annual C & E Reports</a> </li>
|
401
|
+
<li ><a href="/voters/08pacsparties.html">08 PACS and Parties Annual Reports</a> </li>
|
402
|
+
<li ><a href="/voters/candidateces.htm">2000-2006 Candidate C & E Reports </a> </li>
|
403
|
+
|
404
|
+
</ul>
|
405
|
+
</li>
|
406
|
+
<li ><a href="/voters/election04info.htm">Election Results Information <span style="font-weight: bold;"> +</span></a>
|
407
|
+
<ul class="sub_menu">
|
408
|
+
<li ><a href="/voters/10GenAbstract.html">2010 General Election Results<span style="font-weight: bold;"> +</span></a>
|
409
|
+
<ul class="sub_menu">
|
410
|
+
<li ><a href="/voters/2010electionmaps.html">2010 General Election Results Maps </a> </li>
|
411
|
+
</ul>
|
412
|
+
|
413
|
+
</li>
|
414
|
+
<li ><a href="/voters/primaryresults2010.html">2010 Primary Election Results Maps</a> </li>
|
415
|
+
<li ><a href="/voters/10primaryresults.html">2010 Primary Election Results</a> </li>
|
416
|
+
<li ><a href="/voters/genresults2008.html ">2008 General Election Results Maps</a> </li>
|
417
|
+
</ul>
|
418
|
+
</li>
|
419
|
+
<li ><a href="/voters/12OfficesUp.html">2012 Offices Up for Election</a></li>
|
420
|
+
|
421
|
+
<li ><a href="/voters/electionworkers.html">Election Workers<span style="font-weight: bold;"> +</span></a>
|
422
|
+
<ul class="sub_menu">
|
423
|
+
<li ><a href="/voters/ABEV11Spec.html">AB/EV Roster List for 2011 Special</a> </li>
|
424
|
+
</ul>
|
425
|
+
</li>
|
426
|
+
<li ><a href="/voters/regsearch.php">Your Voter Registration status</a></li>
|
427
|
+
<li ><a href="/voters/ElectedOfficials.html">Your Elected Officials<span style="font-weight: bold;"> +</span></a>
|
428
|
+
<ul class="sub_menu">
|
429
|
+
<li ><a href="/voters/FedOffices.html">Federal Offices</a> </li>
|
430
|
+
|
431
|
+
<li ><a href="/voters/StateOffices.html">State Offices</a> </li>
|
432
|
+
<li ><a href="/voters/StateSenateandAssembly.html">State Senate </a> </li>
|
433
|
+
<li ><a href="/voters/stateassembly.html">State Assembly</a> </li>
|
434
|
+
<li ><a href="/voters/CountyOffices.html">County Commissioners and Offices</a> </li>
|
435
|
+
<li ><a href="/voters/SupremeCourtJustices.html">Supreme Court Justices</a> </li>
|
436
|
+
|
437
|
+
<li ><a href="/voters/DistrictCourtJudges.html">District Court Judges</a> </li>
|
438
|
+
<li ><a href="/voters/StBdofEdUnivRegSchlTrustees.html">State Bd of Ed, Univ Regents, School Bd Trustees</a> </li>
|
439
|
+
<li ><a href="/voters/GIDs.html">General Improvement Districts</a> </li>
|
440
|
+
<li ><a href="/voters/Reno.html">City of Reno Offices</a> </li>
|
441
|
+
<li ><a href="/voters/Sparks.html">City of Sparks Offices</a> </li>
|
442
|
+
|
443
|
+
<li ><a href="/voters/JPs.html">Justices of the Peace</a> </li>
|
444
|
+
</ul>
|
445
|
+
</li>
|
446
|
+
<li ><a href="/voters/forms.htm">Forms</a></li>
|
447
|
+
<li ><a href="/voters/reports.htm">Voter Registration Statistics</a></li>
|
448
|
+
<li ><a href="/voters/precinct_district_maps.htm">Precinct & District Maps<span style="font-weight: bold;"> +</span></a>
|
449
|
+
<ul class="sub_menu">
|
450
|
+
<li ><a href="/voters/">District Maps</a> </li>
|
451
|
+
|
452
|
+
</ul>
|
453
|
+
</li>
|
454
|
+
<li ><a href="/voters/PrecHistory.html">Precinct History</a></li>
|
455
|
+
<li ><a href="/voters/militaryoverseas.htm">Military and Overseas Citizens</a></li>
|
456
|
+
<li ><a href="/voters/disabilities.html">Voters with Disabilities</a></li>
|
457
|
+
<li ><a href="/voters/BillofRights.html">Voters' Bill of Rights</a></li>
|
458
|
+
<li ><a href="/voters/ETF.html">Elections Task Force</a></li>
|
459
|
+
<li ><a href="/voters/voterregfaq.htm">FAQs</a></li>
|
460
|
+
<li ><a href="/voters/contactus.htm">Contact Us</a></li>
|
461
|
+
</ul>
|
462
|
+
|
463
|
+
</div>
|
464
|
+
<div id="content">
|
465
|
+
<div id="content_interior">
|
466
|
+
<div style="font-size: .8em; margin: 20px 0 10px 5px; padding: 2px; border: 0px solid #aaaaaa; background-color: #fff; width: 95%;"><a href="/">County Home</a> => <a href="/voters/">Voters, Registrar of</a> => <span style="font-weight: bold;" style="display: inline-block;">Your Voter Registration Information</span></div>
|
467
|
+
<br /><h3 align="center">Search for your voter registration status/information by entering your name<br /> and date of birth in the boxes below.<br /> <span class="footnote">(You can enter your birthdate in most commonly used formats)</span></h3>
|
468
|
+
|
469
|
+
<p class="normal"> <span> </span> </p>
|
470
|
+
<h3 align="center"><form action="/voters/regsearch.php" method=post>
|
471
|
+
<input type=hidden name=submit value=on>
|
472
|
+
<input type=hidden name=color value="blue">
|
473
|
+
<input type=hidden name=text_version value="">
|
474
|
+
<div width=510 style="padding: 5px; background-color: #ddeeff; border: 1px solid #444488;">
|
475
|
+
<table width=500 align=center cellpadding=1 cellspacing=1>
|
476
|
+
<tr>
|
477
|
+
<td width=200 align=right><span style="font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;">Last Name</span></td>
|
478
|
+
<td width=300 align=center><input type=text name=Last size=30 value="Lucchesi" style="background-color: #dddddd; font-size: 8pt; font-weight: bold; font-family: verdana, helvetica, arial;"></td>
|
479
|
+
</tr>
|
480
|
+
<tr>
|
481
|
+
<td width=200 align=right><span style="font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;">Birth Date</span></td>
|
482
|
+
|
483
|
+
<td width=300 align=center><input type=text name=Birth size=30 value="" style="background-color: #dddddd; font-size: 8pt; font-weight: bold; font-family: verdana, helvetica, arial;"></td>
|
484
|
+
</tr>
|
485
|
+
<tr>
|
486
|
+
<td> </td>
|
487
|
+
<td align=center><input type=submit class="auto submit" style="font-size: .7em;" value="Search Records"></td>
|
488
|
+
</tr>
|
489
|
+
</table>
|
490
|
+
</form>
|
491
|
+
|
492
|
+
|
493
|
+
<div width=510 style="padding: 5px; background-color: #ffffff; border: 1px solid #444488;">
|
494
|
+
<table width=500 align=center cellpadding=1 cellspacing=2 style="text-align: left;">
|
495
|
+
|
496
|
+
<tr>
|
497
|
+
<td width=200 align=right valign=top><span style="color: #222266; font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;">Name:</span></td>
|
498
|
+
<td width=300 valign=top>LUCCHESI, BENJAMIN JAMES</td>
|
499
|
+
</tr>
|
500
|
+
<tr>
|
501
|
+
<td width=200 align=right valign=top><span style="color: #222266; font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;">Birth Date:</span></td>
|
502
|
+
<td width=300 valign=top>08/20/74</td>
|
503
|
+
|
504
|
+
</tr>
|
505
|
+
<tr>
|
506
|
+
<td width=200 align=right valign=top><span style="color: #222266; font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;">Precinct:</span></td>
|
507
|
+
<td width=300 valign=top>1029</td>
|
508
|
+
</tr>
|
509
|
+
|
510
|
+
<tr>
|
511
|
+
<td width=200 align=right valign=top><span style="color: #222266; font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;"><a href="http://wcgisweb.washoecounty.us/Vote/Index.htm?1029" target="_blank"><span style="text-decoration: none; margin-right: 10px; border: 1px solid #6677aa; background-color: #446688; color: #fff; font-weight: bold; font-size: .8em; padding: 3px;">SHOW ME!</span></a>Polling Place:</span></td>
|
512
|
+
|
513
|
+
<td width=300 valign=top>HORSEMANS PARK<br>3000 SKYLINE BLVD<br><a href="/voters/regsearch.php~poll_place=9932&voter=166973">click for directions</a></td>
|
514
|
+
</tr>
|
515
|
+
|
516
|
+
<tr>
|
517
|
+
<td width=200 align=right valign=top><span style="color: #222266; font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;">Address (Residence):</span></td>
|
518
|
+
<td width=300 valign=top>2931 BLUE GROUSE DR<br>RENO NV 89509</td>
|
519
|
+
</tr>
|
520
|
+
|
521
|
+
<tr>
|
522
|
+
<td width=200 align=right valign=top><span style="color: #222266; font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;">Party Affiliation:</span></td>
|
523
|
+
<td width=300 valign=top>NP</td>
|
524
|
+
</tr>
|
525
|
+
<tr>
|
526
|
+
<td width=200 align=right valign=top><span style="color: #222266; font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;">Registered Since:</span></td>
|
527
|
+
<td width=300 valign=top>10/01/08</td>
|
528
|
+
|
529
|
+
</tr>
|
530
|
+
|
531
|
+
<tr>
|
532
|
+
<td colspan=2 align=left><span style="color: #222266; font-weight: bold; font-size: 8pt; font-family: verdana, helvetica, arial;">1. <a href="/large_files/ballots/special/2011_special.pdf" target=_blank>Download sample ballot information for the Special Election</a></span></td>
|
533
|
+
</tr>
|
534
|
+
|
535
|
+
</table></div>
|
536
|
+
</div></h3>
|
537
|
+
<p class="footnote">Voter Files Updated Nightly </p> </div>
|
538
|
+
|
539
|
+
</div>
|
540
|
+
<div class="clear"></div>
|
541
|
+
</div>
|
542
|
+
<div id="interior_footer">
|
543
|
+
<!-- feedback form... 3/30/11 dmosher -->
|
544
|
+
<style type="text/css">
|
545
|
+
#feedback { z-index: 1000; position: absolute; bottom: 5px; width: 170px; background: transparent; color: #FFF; padding: 10px; font-size: .8em; margin-top: 100px; }
|
546
|
+
#feedback h4 { margin: 0; padding: 0; text-align: center; font-size: 1.1em; }
|
547
|
+
#feedback label { display: inline-block; font-weight: bold; padding-top: 10px; padding-bottom: 0; margin: 0; clear: both; }
|
548
|
+
#feedback textarea { font-family: verdana, helvetica, geneva, sans-serif !important; font-size: 12px; height: 75px; width: 165px; border: 1px solid #545454;}
|
549
|
+
#feedback button { display:block; float:right; margin:2px; background-color:#f5f5f5; border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee; text-decoration:none; font-weight:bold; color:#565656; cursor:pointer; padding:2px; font-size: .9em; }
|
550
|
+
#feedback button:hover { background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; }
|
551
|
+
#feedback .error { font-weight: bold; margin: 15px 0; color: #C24848; padding: 8px 10px 8px 37px; background: #FFD6D6 url(/repository/files/24/no.png) 10px 55% no-repeat; border: 1px solid #FFC2C2; }
|
552
|
+
#feedback .success { font-weight: bold; margin: 15px 0; color: #3F9153; padding: 8px 10px 8px 37px; background: #D7F7DF url(/repository/files/24/yes.png) 10px 55% no-repeat; border: 1px solid #A3F7B8 }
|
553
|
+
.hide { display: none; }
|
554
|
+
</style>
|
555
|
+
<link rel="stylesheet" href="/clerks/files/rating/jquery.rating.css" media="screen" />
|
556
|
+
<script type="text/javascript" src="/clerks/files/rating/jquery.rating.js"></script>
|
557
|
+
|
558
|
+
<script type="text/javascript">
|
559
|
+
jq(document).ready(function() {
|
560
|
+
jq('.hover-star').rating({
|
561
|
+
focus: function(value, link){
|
562
|
+
var tip = jq('#hover-test');
|
563
|
+
tip[0].data = tip[0].data || tip.html();
|
564
|
+
tip.html(link.title || 'value: '+value);
|
565
|
+
},
|
566
|
+
blur: function(value, link){
|
567
|
+
//console.log(jq("input[name=feedback-rating]:checked").val());
|
568
|
+
tip = jq("input[name=feedback-rating]:checked").attr("title");
|
569
|
+
jq('#hover-test').html(tip || ' ');
|
570
|
+
},
|
571
|
+
required: true
|
572
|
+
});
|
573
|
+
|
574
|
+
jq("#feedback-form").submit(function() {
|
575
|
+
rating_val = jq("input[name=feedback-rating]:checked").val();
|
576
|
+
comments_val = jq("textarea[name=feedback-comments]").val();
|
577
|
+
if (!rating_val) {
|
578
|
+
jq("#feedback_form").prepend("<div id='feedback-error' class='hide error'>You must first select a rating!</div>");
|
579
|
+
jq("#feedback-error").slideDown();
|
580
|
+
return false;
|
581
|
+
} else {
|
582
|
+
return true;
|
583
|
+
}
|
584
|
+
});
|
585
|
+
jq("#feedback .success").slideDown();
|
586
|
+
});
|
587
|
+
</script>
|
588
|
+
<!--
|
589
|
+
<div id="feedback">
|
590
|
+
<h4>Was this page helpful?</h4>
|
591
|
+
<div id="feedback_form">
|
592
|
+
<form method="post" action="/voters/regsearch.php#feedback_form" id="feedback-form">
|
593
|
+
<input type="hidden" name="page_ID" value="2162" />
|
594
|
+
<label for="feedback-rating"><span id="hover-test" style="width: 120px; float: right; text-align: right; font-weight: normal;"> </span>Rating:</label><br />
|
595
|
+
<input style="display: none;" class="hover-star" id="feedback-rating" name="feedback-rating" value="1" title="Not At All Helpful" type="radio">
|
596
|
+
<input style="display: none;" class="hover-star" name="feedback-rating" value="2" title="Not Very Helpful" type="radio">
|
597
|
+
<input style="display: none;" class="hover-star" name="feedback-rating" value="3" title="Somewhat Helpful" type="radio">
|
598
|
+
<input style="display: none;" class="hover-star" name="feedback-rating" value="4" title="Very Helpful" type="radio">
|
599
|
+
<input style="display: none;" class="hover-star" name="feedback-rating" value="5" title="Extremely Helpful" type="radio">
|
600
|
+
<label for="feedback-comments">Tell Us About It:</label><br />
|
601
|
+
<textarea name="feedback-comments" id="feedback-comments"></textarea>
|
602
|
+
<button type="submit" id="feedback-submit">Send »</button>
|
603
|
+
</form>
|
604
|
+
<br class="clear" />
|
605
|
+
</div>
|
606
|
+
</div>
|
607
|
+
-->
|
608
|
+
<!-- end feedback form -->
|
609
|
+
|
610
|
+
</div>
|
611
|
+
</div>
|
612
|
+
</div>
|
613
|
+
</div>
|
614
|
+
</div>
|
615
|
+
|
616
|
+
<!-- Google Analytics -->
|
617
|
+
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
|
618
|
+
<script type="text/javascript">
|
619
|
+
_uacct = "UA-572800-1";
|
620
|
+
urchinTracker();
|
621
|
+
</script>
|
622
|
+
</body>
|
623
|
+
</html>
|