This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreviews.html
211 lines (192 loc) · 8.94 KB
/
reviews.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset=utf-8 />
<meta charset="UTF-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zoning Summary Generator | City of Philadelphia</title>
<link rel="stylesheet" type="text/css" href="phila-standards/css/phila-app.min.css">
<link rel="shortcut icon" type="image/x-icon" href="https://standards.phila.gov/img/favicon.png">
<meta name="twitter:card" content="summary">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:site_name" content="Digital Standards | City of Philadelphia">
<meta property="og:image" content="https://beta.phila.gov/media/20160715133810/phila-gov.jpg">
<title>Zoning Summary Generator</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<!-- Load Leaflet from CDN -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
crossorigin="" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-QVftwZFqvtRNi0ZyCtsznlKSWOStnDORoefr1enyq5mVL4tmKB3S/EnC3rRJcxCPavG10IcrVGSmPh6Qw5lwrg=="
crossorigin=""></script>
<!-- Load Esri Leaflet from CDN -->
<script src="https://unpkg.com/[email protected]/dist/esri-leaflet.js" integrity="sha512-YZ6b5bXRVwipfqul5krehD9qlbJzc6KOGXYsDjU9HHXW2gK57xmWl2gU6nAegiErAqFXhygKIsWPKbjLPXVb2g=="
crossorigin=""></script>
<!--JSON file with zoning code information-->
<script type="text/javascript" src="tables/baseDistricts.json"></script>
<!--JSON file with overlay code information -->
<script type="text/javascript" src="tables/overlaysNew.json"></script>
<!--JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!--Font Awesome Link-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!--Home extent js-->
<script type="text/javascript" src="js/leaflet.zoomhome.min.js"></script>
<script type="text/javascript" src="https://js.arcgis.com/4.12/"></script>
<!--Bootstrap CSS
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
-->
</head>
<body lang="en">
<div id="printHeader">
<div class="columns">
<a href="http://beta.phila.gov/" class="logo">
<img src="images/city-of-philadelphia.png" width="200" float="left" alt="City of Philadelphia">
<img src="images/DPD_Logo.png" width="360" align="right" alt="Dept. of Planning and Development Logo">
</a>
<div class="app-divide"></div>
<div class="page-title-container">
<!-- <a href="#/"> -->
<h2 class="page-title">Zoning Summary Generator: By-Right Zoning Information</h2>
<!-- </a> -->
</div>
</div>
</div>
<div id="application">
<!-- Begin header -->
<header class="site-header app group">
<div class="row expanded">
<!-- if you don't want a full-width header, remove the expanded class -->
<div class="columns">
<a href="http://beta.phila.gov/" class="logo">
<img src="https://standards.phila.gov/img/logo/city-of-philadelphia-yellow-white.png" alt="City of Philadelphia">
</a>
<div class="app-divide"></div>
<div class="page-title-container">
<!-- <a href="#/"> -->
<h1 class="page-title">Zoning Summary Generator</h1>
<h2 class="page-subtitle">By-Right Zoning Information</h2>
<!-- </a> -->
</div>
<div class="app-buttons">
<!-- <a href="https://www.phila.gov/commerce/realEstate/developerServices/Pages/default.aspx" class="button">Development Services</a>
<a href="https://www.phila.gov/departments/department-of-planning-and-development/"><img class="PCPC-Logo"
src="images/DPD_Logo.png" alt="DPD Logo"></a> -->
</div>
</div>
</div>
</header>
<div class="app-nav">
<div class="row expanded">
<div class="columns">
<nav>
<ul>
<li>
<a href="https://www.phila.gov/media/20190212105254/FINAL-Permit-Checklist_January2019.1-1.pdf" target='_blank'><b>Development Checklist</b></a>
</li>
<li>
<a href="https://www.phila.gov/departments/department-of-planning-and-development/development-services/" target='_blank'><b>Development Services</b></a>
</li>
<li>
<a href="https://atlas.phila.gov" target='_blank'><b>Additional Property Info</b></a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<main>
</main>
<div id="site-wide-alert" data-closable >
<div class="row">
<div class="medium-23 medium-centered" style="text-align: center;" >
<b>If you have any questions or suggestions for improvements please <a href="mailto:[email protected]"><b>let us know</b></a>!</b>
</div>
</div>
</div>
<div class="app-footer anchor">
<!-- remove the anchor class if you want to handle footer placement yourself, otherwise it will be postion: fixed -->
<footer>
<div class="row expanded">
<div class="columns">
<nav>
<ul class="inline-list">
<li>
<a href='mailto:[email protected]'>Feedback</a>
</li>
<li>
<a href="#">Terms of Use</a>
</li>
<li>
<a href="https://atlas.phila.gov" target='_blank'>Atlas</a>
</li>
</ul>
</nav>
</div>
</div>
</footer>
</div>
</div>
<div id="zoningInfo">
<div class="set">
<div class="row">
<div class="columns">
<h1>Does my project need Civic Design Review approval?</h1>
</div>
</div>
</div>
<div class="set">
<div class="row">
<div class="columns">
<div id="map2"></div>
<div id="ZoningInfoPanel">
<h1 id="titleForZoningPanel"></h1>
<h3 id="baseZoning"></h3>
<h4 id="zoningGroup"></h4>
</div>
</div>
</div>
<div class="row">
<div id="search2">
<input type="text" name="addr" placeholder="Search for an address" value="" id="addr" size="58" onkeydown="if (event.keyCode == 13)
{document.getElementById('btnSearch').click(); return false;}" />
<button type="button" id="btnSearch"><i class = 'fas fa-search fa-2x' span style='font-size: 18px'; ></i></button>
<div id="results"></div>
</div>
</div>
<div class="row">
<div class="columns">
<label for="unitCounts">How many units do you intend to create?</label>
<select id="unitCounts" name="select">
<option value="onetoten">1 - 10 units</option>
<option value="elevento50">11 - 50 units</option>
<option value="fiftyoneto99">51 - 99 units</option>
<option value="morethan100">100 unit or more</option>
</select>
<label for="sqFtage">How many square feet is your project?</label>
<select id="unitCounts" name="select">
<option value="onetoten">Less than 10,000</option>
<option value="elevento50">11 - 50 units</option>
<option value="fiftyoneto99">51 - 99 units</option>
<option value="morethan100">100 unit or more</option>
</select>
</div>
</div>
</div>
</div>
<div class="row">
<div class="column">
<a href="Default.html" class="button">Agree and Return to App</a>
</div>
</div>
</div>
<div class="LogoWrapper">
<a href="https://www.phila.gov/departments/department-of-planning-and-development/"><img class="PCPC-Logo" src="images/DPD_Logo.png" alt="DPD Logo">
</div>
<link rel="stylesheet" href="stylesheet.css" />
<script src="js/cdr.js"></script>
</body>
</html>