This repository has been archived by the owner on Jan 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path060.asp
289 lines (184 loc) · 9.93 KB
/
060.asp
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
<%
Response.CacheControl="max-age=120, Public"
Response.CharSet = "utf-8"
%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title> | City of Boston</title>
<!-- TemplateEndEditable -->
<meta name="keywords" content="" />
<meta name="description" content=""/>
<script type="text/javascript" src="//m.cityofboston.gov/mobify/redirect.js"></script>
<script type="text/javascript">try{_mobify("http://m.cityofboston.gov/");} catch(err) {};</script>
<link rel="stylesheet" href="/system/css/reset-fonts-grids.css" type="text/css" media="all" />
<link rel="stylesheet" href="/system/css/style.css" type="text/css" media="all" />
<link rel="stylesheet" type="text/css" href="/includes/css/print.css" media="print" />
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico" />
<script type="text/javascript" src="/foresee/foresee-trigger.js"></script>
<script type="text/javascript" src="/system/js/jquery.js"></script>
<script type="text/javascript" src="/system/js/script.js"></script>
<!--[if lte IE 6]><link rel="stylesheet" href="/system/css/ie.css" type="text/css"><![endif]-->
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
<!--Google Analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-2187282-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="doc4" class="home">
<div id="page_wrapper">
<div id="page_wrapper_inner">
<div id="hd">
<div id="hd_inner" >
<a href="http://www.cityofboston.gov/">
<h1 id="branding">cityofboston.gov - Official Web Site of the City of Boston</h1>
</a>
<!-- Start Top Navigation -->
<%
Dim objXML, objXSL, xslTemplate, xslProc, paramVal1, paramVal2
set objXML = Server.CreateObject("MSXML2.FreeThreadedDOMDocument")
objXML.async = false
objXML.load(Server.MapPath("/system/xml/navigation.xml"))
set objXSL = Server.CreateObject("MSXML2.FreeThreadedDOMDocument")
objXSL.async = false
objXSL.load(Server.MapPath("/system/xslt/top.xslt"))
set xslTemplate = Server.CreateObject("MSXML2.XSLTemplate")
xslTemplate.stylesheet = objXSL
set xslProc = xslTemplate.createProcessor()
paramVal1 = "tcm:3-48674-64"
if paramVal1 <> "" then
xslProc.addParameter "currentPage", paramVal1
end if
xslProc.input = objXML
xslProc.transform()
Response.Write(xslProc.output)
%><!-- End Top Navigation -->
</div><!--close hd_inner div -->
</div><!--close hd div -->
<div id="bd_wrapper">
<div id="bd">
<div id="bd_inner">
<div id="content_main">
<div id="content_main_inner">
<div class='SegmentHolder'>
</div>
</div><!-- Close #content_main_inner -->
</div><!-- Close #content_main -->
<div id="nav_sub">
<!-- Start OnLine Service component -->
<!-- End OnLine Service component -->
<!-- Start Contact component -->
<!-- End Contact component -->
<h2><a href="/government/citydept.asp" class="header">City Departments »</a></h2>
<ul>
<!-- Start Department component -->
<%
'Dim objXML, objXSL, xslTemplate, xslProc, paramVal1, paramVal2
set objXML = Server.CreateObject("MSXML2.FreeThreadedDOMDocument")
objXML.async = false
objXML.load(Server.MapPath("/system/xml/navigation.xml"))
set objXSL = Server.CreateObject("MSXML2.FreeThreadedDOMDocument")
objXSL.async = false
objXSL.load(Server.MapPath("/system/xslt/drop.xslt"))
set xslTemplate = Server.CreateObject("MSXML2.XSLTemplate")
xslTemplate.stylesheet = objXSL
set xslProc = xslTemplate.createProcessor()
'paramVal1 = "tcm:3-48674-64"
'if paramVal1 <> "" then
' xslProc.addParameter "currentPage", paramVal1
'end if
xslProc.input = objXML
xslProc.transform()
Response.Write(xslProc.output)
%><!-- End Department component -->
</ul>
<ul>
<li><a href=""></a></li>
</ul>
<!-- TemplateEndRepeat -->
</div><!-- Close #nav_sub -->
<div id="content_sub">
<div id="search">
<form method="get" name="searchform" action="http://search.cityofboston.gov/search">
<input type="hidden" name="site" value="All_Cityofboston"/>
<input type="hidden" name="client" value="cob_frontend"/>
<input type="hidden" name="proxystylesheet" value="cob_frontend"/>
<input type="hidden" name="output" value="xml_no_dtd"/>
<input type="hidden" name="partialfields" value=""/>
<label for="searchField">Search:</label>
<input type="text" name="q" size="15" id="searchField"/>
<input type="submit" class="button" value="Go!" />
</form>
</div><!-- Close #search -->
</div><!-- Close #content_sub -->
<div id="content_sub_footer"></div><!-- This adds the bottom border to the bottom of #content_sub -->
</div></div><!-- Close #bd and #bd_inner -->
<div id="nav_sub_footer"><!-- This adds the bottom border and addition links to the bottom of #nav_sub -->
<ul>
<li><a href="http://www.cityofboston.gov/contact">Contact Info</a></li>
<li><a href="/alerts/">Email Alert</a></li>
<li><a href="/copyright/troubleopeningfiles.asp">Trouble Opening Files</a></li>
</ul>
</div><!-- Close #nav_sub_footer -->
</div><!-- Close #bd_wrapper -->
<div id="ft_wrapper"><div id="ft">
<ul>
<li><a href="http://www.cityofboston.gov/copyright/privacyandsecurity.asp">Privacy & Security</a></li>
<li><a href="/copyright/default.asp">© City of Boston. All rights reserved.</a><a href=""></a></li>
</ul>
</div><!-- Close #ft -->
</div><!-- Close #ft_wrapper -->
<!-- Start social media -->
<div id="socialmedia_bar">
<div id="feedbackcode">
<a href="#" title="Give us your feedback!" onclick="FBY.showForm('1162');return false;"><img src="/images/feedbackifylg.png" class="feedbackify_btn" /></a>
</div>
<div id="addthiscode">
<div class="addthis_toolbox addthis_default_style addthis_16x16_style">
<a class="addthis_button_email" title="email"></a>
<a class="addthis_button_print" title="print"></a>
<a class="addthis_button_favorites" title="Add to Favorites"></a>
<a class="addthis_button_facebook" title="Share to Facebook"><img src="/images/addthis/facebook.png" /></a>
<a class="addthis_button_twitter" title="Tweet This"><img src="/images/addthis/twitter.png" /></a>
<a class="addthis_button_reddit" title="Reddit This"><img src="/images/addthis/reddit.png" /></a>
<a class="addthis_button_compact"></a>
</div>
</div>
<script type="text/javascript">var addthis_config = { data_ga_property: 'UA-2187282-1', data_ga_social: true }; </script>
<script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js#username=cobwebmaster"></script>
<script type="text/javascript">
var fbJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + fbJsHost + "fby.s3.amazonaws.com/fby.js' type='text/javascript'%3E%3C/script%3E"));
</script>
</div><!-- Close #socialmedia_bar -->
</div><!-- Close #page_wrapper_inner -->
</div><!-- Close #page_wrapper -->
</div><!-- Close #home -->
<!-- BoldChat Visitor Monitor HTML v4.00 (Website=- None -,ChatButton=- None -,ChatInvitation=- None -) -->
<script type="text/javascript">
var _bcvma = _bcvma || [];
_bcvma.push(["setAccountID", "405217549826735998"]);
_bcvma.push(["pageViewed"]);
(function(){
var vms = document.createElement("script"); vms.type = "text/javascript"; vms.async = true;
vms.src = ('https:'==document.location.protocol?'https://':'http://') + "vmss.boldchat.com/aid/405217549826735998/bc.vms4/vms.js";
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(vms, s);
})();
</script>
<noscript>
<a href="http://www.boldchat.com" title="Live Chat" target="_blank"><img alt="Live Chat" src="https://vms.boldchat.com/aid/405217549826735998/bc.vmi" border="0" width="1" height="1" /></a>
</noscript>
<!-- /BoldChat Visitor Monitor HTML v4.00 -->
</body>
</html>