-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
423 lines (376 loc) · 27.1 KB
/
main.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>DC Apps</title>
<!-- link href="css/feedback.css" rel="stylesheet" type="text/css" / -->
<link href="static/css/Area_Res.css" rel="stylesheet" type="text/css" />
<link href="static/lib/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
<link href="static/highlights/highlights_bar.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcNormalize.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcLayout.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcMasthead.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcTopNav.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcDepNav.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcSpryAccordion.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcTab.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcContent.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcPictureContent.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcMediaContent.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcHighlights.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcHorizMediaScroller.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcVideoGrid.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcInfoNav.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcForum.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcPhoto.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcBlog.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcEvent.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcCalendar.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcFooter.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcPopup.css" rel="stylesheet" type="text/css" />
<link href="static/css/dcBrick.css" rel="stylesheet" type="text/css" />
<script src="static/lib/yui/utilities/utilities.js" type="text/javascript"></script>
<script src="static/js/SpryAccordion2.js" type="text/javascript"></script>
<script src="static/lib/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
<script src="static/js/dcInit.js" type="text/javascript"></script>
<script src="static/js/dcTopNav.js" type="text/javascript"></script>
<!-- script src="js/dcAccordion.js" type="text/javascript"></script -->
<script src="static/highlights/js/dw_event.js" type="text/javascript"></script>
<script src="static/highlights/js/dw_scroll.js" type="text/javascript"></script>
<script src="static/highlights/js/scroll_controls.js" type="text/javascript"></script>
<script src="static/js/dcHighlights.js" type="text/javascript"></script>
<script src="static/js/dcVideoGrid.js" type="text/javascript"></script>
<script src="static/js/dcInfoNav.js" type="text/javascript"></script>
<script src="static/js/dcPopup.js" type="text/javascript"></script>
<script src="static/js/dcDwGenerated.js" type="text/javascript"><!-- do not close --></script>
<script src="static/js/accessibleFont.js" type="text/javascript"></script><!-- For font resize -->
<script src="static/js/bookmark.js" type="text/javascript"></script><!-- For bookmark browser recognition -->
<script src="static/js/photoGallerySelector.js" type="text/javascript"></script><!-- For image rotator/navigator -->
<script src="static/Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="static/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<!--
Color Theme Changes
dcSkin0 - Full White Theme
dcSkin1 - Gradient Grey Bg, Gradient Blue Nav
dcSkin2 - Gradient Grey LtBlue Bg, Gradient Grey LtBlue Nav
dcSkin3 - Gradient Yellow Bg, Gradient Green Nav
dcSkin4 - Short Gradient Lt Brown White Bg, Gradient Lt Brown White Nav
-->
<body class="dcSkin2 dcLayoutVertSaver dcPageClass_agencySite dcPageClass_agencySite_gdc dcPageClass_sub">
<div id="layout" align="center">
<div id="skip"><a href="#pcontent">Skip to Main Content</a></div>
<div class="dcBody dcMediaContent">
<div id="skip"><a href="#pcontent">Skip to Main Content</a></div>
<table class="dcLayout dcMasthead">
<tr>
<td width="25%">
<div class="dcLogo">
<a href="jspGen_home.html" title="DC.gov Home"><img src="static/img/DCgovLOGO.gif" border="0" alt="DC.gov Home" align="top" onmouseover="DC.doImageOn(this)" onmouseout="DC.doImageOff(this)"/></a>
</div>
</td>
<td width="75%">
<div class="dcSearchBar">
<form action="http://google.dc.gov/search" method="get" id="gs">
<fieldset>
<table cellspacing="0">
<tr>
<td>
<img class="dcSearchForm_leftCap" src="static/img/gsearchbar_left.jpg" alt=""/>
</td>
<td>
<input name="q" type="text" class="dcSearchForm" value="" maxlength="" title="Search Term or Phrase" />
</td>
<td>
<input type="image" class="dcSearchButton" title="Search" src="static/img/gsearchbar_button.jpg" alt="Search" align="top"/>
</td>
</tr>
</table>
<div class="site-filter dcSearchFilter">
<div class="inner_site-filter">
<input id="radio_all" class="filter-radio" type="radio" checked="checked" value="0" name="emb" onclick="embedRestrictClick('all')" title="DC.gov"/>
DC.gov
<!--
<input id="site_search" class="filter-radio" type="radio" value="1" name="emb" onclick="embedRestrictClick('emb')" title="Apps"/>
Apps
-->
</div>
</div>
<input type="hidden" name="ud" value="1">
<input type="hidden" name="sort" value="date:D:L:d1">
<input type="hidden" name="output" value="xml_no_dtd">
<input type="hidden" name="oe" value="UTF-8"><input type="hidden" name="ie" value="UTF-8">
<input type="hidden" name="client" value="default_frontend">
<input type="hidden" name="proxystylesheet" value="default_frontend">
<input type="hidden" name="site" value="default_collection">
</fieldset>
</form>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="dcHeaderLinks">
<ul>
<li><a href="http://dc.gov/contact/index.shtm" title="Contact Us">Contact Us</a></li>
<li class="dcDivider">|</li>
<li><a href="http://dc.gov/agencies/index.asp" title="Agency Directory">Agency Directory</a></li>
<li class="dcDivider">|</li>
<li class="dcLastChild">Call 311</li>
</ul>
</div>
</td>
</tr>
</table>
<div class="dcTopNav dcSkinBg">
<ul>
<li class="dcTopNav_item" onmouseover="DC.topNav.doImageOver(this)" onmouseout="DC.topNav.doImageOut(this)">
<a href="http://311.dc.gov" title="Service Request Center"><img src="static/img/topnav/serviceRequestCenter.jpg" alt="Service Request Center" /></a>
</li>
<!-- @note selected items must have a class name of "dcSelected" and the image must the "on" state image -->
<li class="dcTopNav_item" onmouseover="DC.topNav.doImageOver(this)" onmouseout="DC.topNav.doImageOut(this)">
<a href="http://rrc.dc.gov" title="Area Residents"><img src="static/img/topnav/areaResidents.jpg" alt="Area Residents" /></a>
</li>
<li class="dcTopNav_item" onmouseover="DC.topNav.doImageOver(this)" onmouseout="DC.topNav.doImageOut(this)">
<a href="http://brc.dc.gov" title="Business and Non-Profit"><img src="static/img/topnav/businessAndNp.jpg" alt="Business and Non-Profit" /></a>
</li>
<li class="dcTopNav_item" onmouseover="DC.topNav.doImageOver(this)" onmouseout="DC.topNav.doImageOut(this)">
<a href="http://vrc.dc.gov" title="Visitors"><img src="static/img/topnav/visitors.jpg" alt="Visitors" /></a>
</li>
<li class="dcTopNav_item" onmouseover="DC.topNav.doImageOver(this)" onmouseout="DC.topNav.doImageOut(this)">
<a href="http://dc.gov/mayor/news/index.asp" title="Media"><img src="static/img/topnav/media.jpg" alt="Media" /></a>
</li>
<li class="dcTopNav_item" onmouseover="DC.topNav.doImageOver(this)" onmouseout="DC.topNav.doImageOut(this)">
<a href="http://grc.dc.gov" title="Government"><img src="static/img/topnav/govt.jpg" alt="Government" /></a>
</li>
</ul>
<ul class="dcSubNav dcTopicPath">
<li>
<a href="http://dc.gov" title="DC HOME">DC HOME</a>
</li>
<li class="dcDivider">></li>
<li>
APPS HOME
</li>
</ul>
</div>
<div class="dcRegMain dcSkinBgImg">
<table style="width:100%">
<tr class="dcTitle">
<td colspan="2">
<h1>DC Apps</h1>
</td>
</tr>
<tr>
<td class="dcRegLeft dcContent">
<h2 style="color: #619210">Featured Apps</h2>
<div class="dcCallout dcLastChild">
<!-- Code for Feature Rotator -->
<div id="featureRotator">
<!-- Each segment needs to be wrapped in a span tag -->
<span style="display:block">
<table cellpadding="0" cellspacing="0">
<tr valign="top"><td>
<div class="dcMediaPictureContentFeaturesPage">
<div class="dcMediaPictureFrameFeaturesPage">
<div style="height: 163; width: 254;"><a href="http://apps.dc.gov/app?appid=DC%20Data%20Catalog" title="DC Data Catalog"><img src="static/images/apps/data.png" border="0" alt="Picture Title" /></a></div><div style="vertical-align:bottom;padding-top:5px;"><a href="#" title="Previous" onclick="javascript:aSlideShow.previous(0); return false;"><img src="static/img/mydc/sm_scroll_but_left.gif" align="bottom" /> Previous</a> | <a href="#" onclick="javascript:aSlideShow.next(0); return false;" title="Next">Next <img src="static/img/mydc/sm_scroll_but_right.gif" align="bottom" /></a></div>
</div>
</div>
</td></tr></table>
</span>
<span style="display:none">
<table cellpadding="0" cellspacing="0">
<tr valign="top"><td>
<div class="dcMediaPictureContentFeaturesPage">
<div class="dcMediaPictureFrameFeaturesPage">
<div style="height: 163; width: 211;"><a href="http://apps.dc.gov/app?appid=DC%20Police%20Crime%20Mapping" title="DC Police Crime Mapping"><img src="static/images/apps/crimemap.png" border="0" alt="Picture Title" /></a></div><div style="vertical-align:bottom;padding-top:5px;"><a href="#" title="Previous" onclick="javascript:aSlideShow.previous(0); return false;"><img src="static/img/mydc/sm_scroll_but_left.gif" align="bottom" /> Previous</a> | <a href="#" onclick="javascript:aSlideShow.next(0); return false;" title="Next">Next <img src="static/img/mydc/sm_scroll_but_right.gif" align="bottom" /></a></div>
</div>
</div>
</td></tr></table>
</span>
<span style="display:none">
<table cellpadding="0" cellspacing="0">
<tr valign="top"><td>
<div class="dcMediaPictureContentFeaturesPage">
<div class="dcMediaPictureFrameFeaturesPage">
<div style="height: 163; width: 211;"><a href="http://apps.dc.gov/app?appid=Business%20License%20Verification" title="DCRA License Verification Tool"><img src="static/images/apps/bblv.png" border="0" alt="DCRA Licence Verification Tool" /></a></div><div style="vertical-align:bottom;padding-top:5px;"><a href="#" title="Previous" onclick="javascript:aSlideShow.previous(0); return false;"><img src="static/img/mydc/sm_scroll_but_left.gif" align="bottom" /> Previous</a> | <a href="#" onclick="javascript:aSlideShow.next(0); return false;" title="Next">Next <img src="static/img/mydc/sm_scroll_but_right.gif" align="bottom" /></a></div>
</div>
</div>
</td></tr></table>
</span>
</div>
<script type="text/javascript">
//Start Slide Changer
init();
</script>
<!-- End code for Feature Rotator -->
</div>
<div class="dcHorizLineDot"> </div>
<h2 style="color: #619210">Browse Categories</h2>
<div class="dcContentAndList">
<p>Application categories:
<a href="category?category=Education" title="Education">Education</a>,
<a href="category?category=Public%20Safety" title="Public Safety">Public Safety</a>,
<a href="category?category=Economic%20Development" title="Economic Development">Economic Development</a>,
<a href="category?category=Infrastructure" title="Infrastructure">Infrastructure</a>,
<a href="category?category=Government%20Operations" title="Government Operations">Government Operations</a>,
<a href="category?category=Health%20and%20Human%20Services" title="Health and Human Services">Health and Human Services</a>,
<a href="category?category=About%20DC" title="About DC">About DC</a>,
<a href="category?category=Other" title="Other">Other</a>
</p>
</div>
<div class="dcHorizLineDot"> </div>
<h2 style="color: #619210">Submit Your App</h2>
<div class="dcContentAndList">
<p>Built a new app that uses government data? Submit it
<a href="/submit" title="Submit your App">here.</a>
</p>
</div>
<div class="dcHorizLineDot"> </div>
</td>
<td class="dcRegCenter dcContent dcVertLineDot">
<h2 style="color: #619210">Top Government Apps</h2>
<div class="dcContentAndList">
<p>Most popular applications built by DC government based on user votes.
{% for app in govapps %}
<table width="100%">
<tr>
<td width="74px">
<a href="{{app.url}}" border="0"><img src="/dynamic/image?appid={{ app.appid }}&type=icon"/></a>
</td>
<td align="left">
<b>{{ app.name }}</b><br/>
{{app.summary}} <a href="app?appid={{app.appid}}">more...</a>
</td>
</tr>
</table>
<div class="dcHorizLineDot"> </div>
{% endfor %}
</p>
</div>
</td>
<td class="dcRegRight dcContent dcVertLineDot">
<h2 style="color: #619210">Top Non-government Apps</h2>
<div class="dcContentAndList">
<p>Best applications built by individuals/companies.
{% for app in nongovapps %}
<table width="100%">
<tr>
<td width="74px">
<a href="{{app.url}}" border="0"><img src="/dynamic/image?appid={{ app.appid }}&type=icon"/></a>
</td>
<td align="left">
<b>{{ app.name }}</b><br/>
{{app.summary}} <a href="app?appid={{app.appid}}">more...</a>
</td>
</tr>
</table>
<div class="dcHorizLineDot"> </div>
{% endfor %}
</p>
</div>
</td>
</tr>
</table>
<!-- Content goes here -->
</div>
<div class="dcFooter">
<div class="dcBar">
<span class="dcFooterList">
<h4 class="dcFooterLabel">District News</h4>
<ul>
<li><a href="http://dc.gov/mayor/schedule.asp" title="Press Briefings & Schedules">Press Briefings & Schedules</a></li>
<li><a href="http://dc.gov/mayor/news/index.asp" title="Statements & Releases">Statements & Releases</a></li>
<li><a href="http://dc.gov/mayor/newsletter.shtm" title="Newsletters">Newsletters</a></li>
<li><a href="http://dc.gov/mayor/news/index.asp?portal_link=hr" title="Media Center">Media Center</a></li>
<li><a href="http://dc.gov/index_vid2.asp?portal_link=rc" title="DC Webcasts">DC Webcasts</a></li>
<li><a href="https://service.govdelivery.com/service/user.html?origin=&code=DCWASH" title="Subscribe">Subscribe</a></li>
<li><a href="http://dc.gov/closures/index.asp" title="Closures">Closures</a></li>
</ul>
</span>
<span class="dcFooterList">
<span class="dcFooterLabel">Information Centers</span>
<ul>
<li><a href="http://72hours.dc.gov" title="72hours Emergency Planning">72hours Emergency Planning</a></li>
<li><a href="http://brc.dc.gov" title="Business">Business</a></li>
<li><a href="http://consumer.dc.gov" title="Consumer Protection">Consumer Protection</a></li>
<li><a href="http://edreform.dc.gov" title="Education">Education</a></li>
<li><a href="http://hc.rrc.dc.gov" title="Health">Health</a></li>
<li><a href="http://ssc.rrc.dc.gov" title="Social Services">Social Services</a></li>
<li><a href="http://rrc.dc.gov" title="Residents">Residents</a></li>
<li><a href="http://vrc.dc.gov" title="Visitors">Visitors</a></li>
</ul>
</span>
<span class="dcFooterList">
<span class="dcFooterLabel">Community</span>
<ul>
<li><a href="http://calendar.dc.gov" title="Citywide Calendar">Citywide Calendar</a></li>
<li><a href="http://census.dc.gov" title="Census">Census</a></li>
<li><a href="#" title="DC Jobs">DC Jobs</a></li>
<li><a href="#" title="DC Procurement">DC Procurement</a></li>
<li><a href="http://green.dc.gov" title="Green DC">Green DC</a></li>
<li><a href="http://dconecard.dc.gov" title="DC One Card">DC One Card</a></li>
<li><a href="http://ich.dc.gov" title="Interagency on Homelessness">Interagency on Homelessness</a></li>
<li><a href="http://recovery.dc.gov" title="Recovery.dc.gov">Recovery.dc.gov</a></li>
</ul>
</span>
<span class="dcFooterList">
<span class="dcFooterLabel">DC Government</span>
<ul>
<li><a href="http://dc.gov//mayor/index.shtm?portal_link=h" title="Mayor's Office">Mayor's Office</a></li>
<li><a href="http://dc.gov/agencies/index.asp" title="DC Agencies">DC Agencies</a></li>
<li><a href="http://dc.gov/agencies/index.asp" title="DC Council">DC Council</a></li>
<li><a href="http://www.grc.dc.gov/grc/cwp/view,a,1203,q,447121,pm,1,grcNav_GID,1424,,grcNav_GID,1421.asp" title="Elected Officials">Elected Officials</a></li>
<li><a href="http://dc.gov/mayor/organization.shtm?portal_link=hr" title="District Appointees">District Appointees</a></li>
<li><a href="http://capstat.oca.dc.gov/" title="CapStat">CapStat</a></li>
<li><a href="http://grc.dc.gov/grc/cwp/view,a,1201,q,447114,pm,1,grcNav_GID,1422,.asp" title="Courts">Courts</a></li>
<li><a href="http://grc.dc.gov/grc/cwp/view,a,1205,q,447198,pm,1,grcNav_GID,1423,,grcNav_GID,1422.asp" title="DC Law">DC Law</a></li>
<li><a href="http://statehood.dc.gov" title="DC Statehood">DC Statehood</a></li>
</ul>
</span>
<span class="dcFooterList">
<span class="dcFooterLabel">Contact Us</span>
<ul>
<li>Call 311</li>
<li><a href="http://app.dc.gov/apps/about.asp?page=atd&type=dsf&referrer=%5b$DSF_SERVER_NAME$%5d&agency_id=1075&portal_link=hr" title="Contact the Mayor">Contact the Mayor</a></li>
<li><a href="http://grc.dc.gov/grc/cwp/view,a,1175,q,447555.asp" title="Contact Agency Directors">Contact Agency Directors</a></li>
<li><a href="http://dc.gov/contact/index.shtm" title="Send Feedback">Send Feedback</a></li>
<li><a href="http://dc.gov/agencies/agency_search.asp?portal_link=fc" title="Search Telephone Directory">Search Telephone Directory</a></li>
<li><a href="http://311.dc.gov" title="Submit Service Requests">Submit Service Requests</a></li>
<li><a href="http://grc.dc.gov/foia" title="Make FOIA Requests">Make FOIA Requests</a></li>
</ul>
</span>
</div><!-- End Bottom Footer -->
<div class="dcBar">
<span class="dcFooterListLower">
<ul>
<li class="dcFirstChild"><a href="http://dc.gov/accessibility.asp" title="Accessibility">Accessibility</a></li>
<li class="dcDivider">|</li>
<li><a href="http://dc.gov/translations.asp?portal_link=fc&page=http%3A//dc.gov/accessibility.asp" title="Translations">Translations</a></li>
<li class="dcDivider">|</li>
<li><a href="http://about.dc.gov/index.asp?portal_link=hr" title="DC Guide">DC Guide</a></li>
<li class="dcDivider">|</li>
<li><a href="http://wifi.dc.gov" title="Wi-Fi Hotspots">Wi-Fi Hotspots</a></li>
<li class="dcDivider">|</li>
<li class="dcLastChild"><a href="http://dc.gov/contact/index.shtm" title="Feedback">Feedback</a></li>
<li class="dcDivider">|</li>
<li class="dcLastChild"><a href="http://dc.gov/privacy.asp" title="Privacy & Security">Privacy & Security</a></li>
<li class="dcDivider">|</li>
<li class="dcLastChild"><a href="http://dc.gov/terms.asp" title="Terms & Conditions">Terms & Conditions</a></li>
</ul>
</span>
</div><!-- End Top Footer -->
</div><!-- End Footer Group -->
</div><!-- End DC Body Class -->
</div><!-- End Layout Class -->
<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>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2638726-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>