2068 lines
132 KiB
JavaScript
2068 lines
132 KiB
JavaScript
const AdvertsForm = (props) => {
|
||
const { caseReference } = props;
|
||
|
||
return (
|
||
<>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-grid-column-two-thirds">
|
||
<h1 class="govuk-heading-m govuk-!-margin-top-5">
|
||
Enter your appeal information
|
||
</h1>
|
||
<form>
|
||
<div class="govuk-grid-column-full">
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label "
|
||
for="pinswg_name"
|
||
>
|
||
Name
|
||
</label>
|
||
<input
|
||
type="text"
|
||
name="pinswg_name"
|
||
id="pinswg_name"
|
||
component="[object Object]"
|
||
class="govuk-input govuk-input--width-20"
|
||
disabled
|
||
value="CAS-00503-J1R7N5"
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label govuk-body-m"
|
||
for="pinswg_agriculturalholding"
|
||
>
|
||
Agricultural Holding
|
||
</label>
|
||
<div>
|
||
<select class="govuk-select ">
|
||
<option>Select...</option>
|
||
<option value="846040000">
|
||
Yes
|
||
</option>
|
||
<option value="846040001">
|
||
No
|
||
</option>
|
||
<option value="846040002">
|
||
NA
|
||
</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label"
|
||
for="pinswg_areofsiteinhectaresdec"
|
||
>
|
||
Area of Site in Hectares
|
||
</label>
|
||
<input
|
||
name="pinswg_areofsiteinhectaresdec"
|
||
id="pinswg_areofsiteinhectaresdec"
|
||
type="number"
|
||
class="govuk-input govuk-input--width-10"
|
||
spellcheck="false"
|
||
pattern="[0-9]*"
|
||
inputmode="numeric"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<fieldset
|
||
class="govuk-fieldset"
|
||
aria-describedby="undefined-hint"
|
||
>
|
||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--s govuk-!-font-weight-regular">
|
||
<label
|
||
class="govuk-fieldset__heading govuk-body-m"
|
||
id="pinswg_developmentaffectsettingofalisted_label"
|
||
>
|
||
Development affect setting of a
|
||
listed building
|
||
</label>
|
||
</legend>
|
||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="0"
|
||
>
|
||
<input
|
||
name="pinswg_developmentaffectsettingofalisted"
|
||
id="pinswg_developmentaffectsettingofalisted_0"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="Yes"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_developmentaffectsettingofalisted_0"
|
||
>
|
||
Yes
|
||
</label>
|
||
</div>
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="1"
|
||
>
|
||
<input
|
||
name="pinswg_developmentaffectsettingofalisted"
|
||
id="pinswg_developmentaffectsettingofalisted_1"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="No"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_developmentaffectsettingofalisted_1"
|
||
>
|
||
No
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label"
|
||
for="pinswg_floorspaceinsquaremeters"
|
||
>
|
||
Floor Space In Square Meters
|
||
</label>
|
||
<input
|
||
name="pinswg_floorspaceinsquaremeters"
|
||
id="pinswg_floorspaceinsquaremeters"
|
||
type="number"
|
||
class="govuk-input govuk-input--width-20"
|
||
spellcheck="false"
|
||
pattern="[0-9]*"
|
||
inputmode="numeric"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<fieldset
|
||
class="govuk-fieldset"
|
||
aria-describedby="undefined-hint"
|
||
>
|
||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--s govuk-!-font-weight-regular">
|
||
<label
|
||
class="govuk-fieldset__heading govuk-body-m"
|
||
id="pinswg_incarelatestoca_label"
|
||
>
|
||
In CA/relates to CA
|
||
</label>
|
||
</legend>
|
||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="0"
|
||
>
|
||
<input
|
||
name="pinswg_incarelatestoca"
|
||
id="pinswg_incarelatestoca_0"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="Yes"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_incarelatestoca_0"
|
||
>
|
||
Yes
|
||
</label>
|
||
</div>
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="1"
|
||
>
|
||
<input
|
||
name="pinswg_incarelatestoca"
|
||
id="pinswg_incarelatestoca_1"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="No"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_incarelatestoca_1"
|
||
>
|
||
No
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<fieldset
|
||
class="govuk-fieldset"
|
||
aria-describedby="undefined-hint"
|
||
>
|
||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--s govuk-!-font-weight-regular">
|
||
<label
|
||
class="govuk-fieldset__heading govuk-body-m"
|
||
id="pinswg_isfloodingandissue_label"
|
||
>
|
||
Is flooding and Issue
|
||
</label>
|
||
</legend>
|
||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="0"
|
||
>
|
||
<input
|
||
name="pinswg_isfloodingandissue"
|
||
id="pinswg_isfloodingandissue_0"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="Yes"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_isfloodingandissue_0"
|
||
>
|
||
Yes
|
||
</label>
|
||
</div>
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="1"
|
||
>
|
||
<input
|
||
name="pinswg_isfloodingandissue"
|
||
id="pinswg_isfloodingandissue_1"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="No"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_isfloodingandissue_1"
|
||
>
|
||
No
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<fieldset
|
||
class="govuk-fieldset"
|
||
aria-describedby="undefined-hint"
|
||
>
|
||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--s govuk-!-font-weight-regular">
|
||
<label
|
||
class="govuk-fieldset__heading govuk-body-m"
|
||
id="pinswg_isthesitewithinanaonb_label"
|
||
>
|
||
Is the site within an AONB
|
||
</label>
|
||
</legend>
|
||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="0"
|
||
>
|
||
<input
|
||
name="pinswg_isthesitewithinanaonb"
|
||
id="pinswg_isthesitewithinanaonb_0"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="Yes"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_isthesitewithinanaonb_0"
|
||
>
|
||
Yes
|
||
</label>
|
||
</div>
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="1"
|
||
>
|
||
<input
|
||
name="pinswg_isthesitewithinanaonb"
|
||
id="pinswg_isthesitewithinanaonb_1"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="No"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_isthesitewithinanaonb_1"
|
||
>
|
||
No
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label govuk-body-m"
|
||
for="pinswg_landuse"
|
||
>
|
||
Land Use
|
||
</label>
|
||
<div>
|
||
<select class="govuk-select ">
|
||
<option>Select...</option>
|
||
<option value="846040000">
|
||
(H00) Housing and Residential
|
||
development – Miscellaneous
|
||
Residential Uses
|
||
</option>
|
||
<option value="846040001">
|
||
(H10) Housing and Residential
|
||
development – Permanent
|
||
Dwellings
|
||
</option>
|
||
<option value="846040002">
|
||
(H11) Housing and Residential
|
||
development – Small Homes (1
|
||
Bed, Small 2 Bed, Studio Homes
|
||
etc)
|
||
</option>
|
||
<option value="846040003">
|
||
(H12) Housing and Residential
|
||
development – Agricultural
|
||
Workers Dwelling
|
||
</option>
|
||
<option value="846040004">
|
||
(H13) Housing and Residential
|
||
development – Flat, Maisonette,
|
||
Multi-Occupation
|
||
</option>
|
||
<option value="846040005">
|
||
(H14) Housing and Residential
|
||
development – Permanent
|
||
Residential Caravan/Mobile Home
|
||
</option>
|
||
<option value="846040006">
|
||
(H15) Housing and Residential
|
||
development – Houseboat
|
||
</option>
|
||
<option value="846040007">
|
||
(H16) Housing and Residential
|
||
development – Conversion of
|
||
Agricultural Buildings Into
|
||
Dwellings
|
||
</option>
|
||
<option value="846040008">
|
||
(H17) Housing and Residential
|
||
development – Dependant Relative
|
||
Annex/Flat
|
||
</option>
|
||
<option value="846040009">
|
||
(H20) Housing and Residential
|
||
development – Householder
|
||
Development
|
||
(Alteration/Conversion Within
|
||
Curtilage ie Wall, Garage,
|
||
Swimming Pool)
|
||
</option>
|
||
<option value="846040010">
|
||
(H21) Housing and Residential
|
||
development – Residential
|
||
Extensions (Number of Rooms Or
|
||
Size Increased)
|
||
</option>
|
||
<option value="846040011">
|
||
(H30) Housing and Residential
|
||
development – Communal
|
||
Accommodation
|
||
</option>
|
||
<option value="846040012">
|
||
(H31) Housing and Residential
|
||
development – Hotel, Boarding
|
||
House, Guesthouse
|
||
</option>
|
||
<option value="846040013">
|
||
(H32) Housing and Residential
|
||
development – Hostel, Halls of
|
||
Residence, Bail Hostel
|
||
</option>
|
||
<option value="846040014">
|
||
(H33) Housing and Residential
|
||
development – Warden Assisted
|
||
Sheltered Accommodation
|
||
</option>
|
||
<option value="846040015">
|
||
(H40) Housing and Residential
|
||
development – Temporary
|
||
Dwellings
|
||
</option>
|
||
<option value="846040016">
|
||
(H41) Housing and Residential
|
||
development – Gypsy/Travellers
|
||
Encampment
|
||
</option>
|
||
<option value="846040017">
|
||
(H42) Housing and Residential
|
||
development – Holiday
|
||
Chalet/Flat
|
||
</option>
|
||
<option value="846040018">
|
||
(H43) Housing and Residential
|
||
development – Travelling
|
||
Showman's Winter Quarters
|
||
</option>
|
||
<option value="846040019">
|
||
(H44) Housing and Residential
|
||
development – Temporary
|
||
Residential Caravans And Mobile
|
||
Homes
|
||
</option>
|
||
<option value="846040020">
|
||
(A00) Agriculture, Fisheries and
|
||
Forestry – Miscellaneous
|
||
Agriculture, Fisheries and
|
||
Forestry Uses
|
||
</option>
|
||
<option value="846040021">
|
||
(A10) Agriculture, Fisheries and
|
||
Forestry – Farming Activity (Inc
|
||
Crop Production, Keeping
|
||
Livestock For Food, Wool, Skin,
|
||
Fur or Farming)
|
||
</option>
|
||
<option value="846040022">
|
||
(A11) Agriculture, Fisheries and
|
||
Forestry – Intensive Livestock
|
||
Unit
|
||
</option>
|
||
<option value="846040023">
|
||
(A12) Agriculture, Fisheries and
|
||
Forestry – Keeping/Stabling Of
|
||
Farm Animals (Cattle Shed etc)
|
||
</option>
|
||
<option value="846040024">
|
||
(A13) Agriculture, Fisheries and
|
||
Forestry – Crop Storage, Barn,
|
||
Granary, Oasthouse
|
||
</option>
|
||
<option value="846040025">
|
||
(A14) Agriculture, Fisheries and
|
||
Forestry – Silo
|
||
</option>
|
||
<option value="846040026">
|
||
(A15) Agriculture, Fisheries and
|
||
Forestry – Other Agricultural
|
||
Storage
|
||
</option>
|
||
<option value="846040027">
|
||
(A16) Agriculture, Fisheries and
|
||
Forestry – Glasshouse, Market
|
||
Garden, Nursery (Inc Polythene
|
||
Tunnels).
|
||
</option>
|
||
<option value="846040028">
|
||
(A17) Agriculture, Fisheries and
|
||
Forestry – Dairy, Milk Cooler
|
||
</option>
|
||
<option value="846040029">
|
||
(A20) Agriculture, Fisheries and
|
||
Forestry – Keeping of Non-Farm
|
||
Livestock (eg Pets, Those Kept
|
||
For Show, Recreation,
|
||
Conservation)
|
||
</option>
|
||
<option value="846040030">
|
||
(A21) Agriculture, Fisheries and
|
||
Forestry – Stabling/Keeping Of
|
||
Non-Farm Horses
|
||
</option>
|
||
<option value="846040031">
|
||
(A22) Agriculture, Fisheries and
|
||
Forestry – Kennel, Cattery,
|
||
Quarantine Centre
|
||
</option>
|
||
<option value="846040032">
|
||
(A23) Agriculture, Fisheries and
|
||
Forestry – Zoo, Safari Park,
|
||
Aquaria
|
||
</option>
|
||
<option value="846040033">
|
||
(A24) Agriculture, Fisheries and
|
||
Forestry – Veterinary Surgery
|
||
</option>
|
||
<option value="846040034">
|
||
(A30) Agriculture, Fisheries and
|
||
Forestry – Fish Farming
|
||
</option>
|
||
<option value="846040035">
|
||
(A40) Agriculture, Fisheries and
|
||
Forestry – Slaughterhouse,
|
||
Abattoir
|
||
</option>
|
||
<option value="846040036">
|
||
(A50) Agriculture, Fisheries and
|
||
Forestry – Reclamation Of Land
|
||
To Agriculture
|
||
</option>
|
||
<option value="846040037">
|
||
(A60) Agriculture, Fisheries and
|
||
Forestry – Woodland, Forestry,
|
||
Tree Preservation
|
||
</option>
|
||
<option value="846040038">
|
||
(A70) Agriculture, Fisheries and
|
||
Forestry – Allotment Garden
|
||
</option>
|
||
<option value="846040039">
|
||
(A80) Agriculture, Fisheries and
|
||
Forestry – Nature
|
||
Reserve/Sanctuary
|
||
</option>
|
||
<option value="846040040">
|
||
(A82) Agriculture, Fisheries and
|
||
Forestry – Site Of Special
|
||
Scientific Interest
|
||
</option>
|
||
<option value="846040041">
|
||
(A83) Agriculture, Fisheries and
|
||
Forestry – Apiary/Bee-Keeping,
|
||
Aviary
|
||
</option>
|
||
<option value="846040042">
|
||
(C71) Community, Education and
|
||
Defence services – Military
|
||
Defence Establishment (RAF, RN,
|
||
Army), Barrack, Fortification
|
||
</option>
|
||
<option value="846040043">
|
||
(C72) Community, Education and
|
||
Defence services – Civil Defence
|
||
Facility, Fall-Out Shelter
|
||
</option>
|
||
<option value="846040044">
|
||
(C73) Community, Education and
|
||
Defence services – Fire,
|
||
Coastguard, Police, Ambulance
|
||
Station
|
||
</option>
|
||
<option value="846040045">
|
||
(C74) Community, Education and
|
||
Defence services – Sea And River
|
||
Defence Works
|
||
</option>
|
||
<option value="846040046">
|
||
(C00) Community, Education and
|
||
Defence services – Miscellaneous
|
||
Community, Education And Defence
|
||
Uses
|
||
</option>
|
||
<option value="846040047">
|
||
(C10) Community, Education and
|
||
Defence services – Health Care
|
||
Facility
|
||
</option>
|
||
<option value="846040048">
|
||
Item
|
||
</option>
|
||
<option value="846040049">
|
||
(C11) Community, Education and
|
||
Defence services – Hospital,
|
||
Diagnosis/Treatment Centre,
|
||
Mental Institution
|
||
</option>
|
||
<option value="846040050">
|
||
(C12) Community, Education and
|
||
Defence services – Surgery
|
||
(Doctor, Dentist, Chiropodist)
|
||
</option>
|
||
<option value="846040051">
|
||
(C13) Community, Education and
|
||
Defence services – Opticians
|
||
Premises
|
||
</option>
|
||
<option value="846040052">
|
||
(C14) Community, Education and
|
||
Defence services – Nursing Home
|
||
</option>
|
||
<option value="846040053">
|
||
(C20) Community, Education and
|
||
Defence services – Non-Medical
|
||
Residential Institution
|
||
</option>
|
||
<option value="846040054">
|
||
(C21) Community, Education and
|
||
Defence services – Children's
|
||
Home
|
||
</option>
|
||
<option value="846040055">
|
||
Item
|
||
</option>
|
||
<option value="846040056">
|
||
(C22) Community, Education and
|
||
Defence services – Old People’s
|
||
Home
|
||
</option>
|
||
<option value="846040057">
|
||
(C23) Community, Education and
|
||
Defence services – Home For
|
||
People With Disabilities
|
||
</option>
|
||
<option value="846040058">
|
||
(C24) Community, Education and
|
||
Defence services – Prison, Place
|
||
Of Detention
|
||
</option>
|
||
<option value="846040059">
|
||
(C30) Community, Education and
|
||
Defence services – School,
|
||
College, Research Institution
|
||
</option>
|
||
<option value="846040060">
|
||
(C31) Community, Education and
|
||
Defence services – Playgroup,
|
||
Creche, Childrens Nursery
|
||
</option>
|
||
<option value="846040061">
|
||
(C40) Community, Education and
|
||
Defence services – Place Of
|
||
Worship
|
||
</option>
|
||
<option value="846040062">
|
||
(C50) Community, Education and
|
||
Defence services – Place Of
|
||
Assembly, Hall, Community
|
||
Centre, Scout Hut
|
||
</option>
|
||
<option value="846040063">
|
||
(C60) Community, Education and
|
||
Defence services – Courts
|
||
</option>
|
||
<option value="846040064">
|
||
(C70) Community, Education and
|
||
Defence services – Military And
|
||
Civil Defence And Protection
|
||
</option>
|
||
<option value="846040065">
|
||
(N00) Industry – Miscellaneous
|
||
Industrial Uses
|
||
</option>
|
||
<option value="846040066">
|
||
(N10) Industry – Light Industry
|
||
(exc Science Labs)
|
||
</option>
|
||
<option value="846040067">
|
||
(N20) Industry – General
|
||
Industry (exc Science Parks)
|
||
</option>
|
||
<option value="846040068">
|
||
(N21) Industry – Vehicle Repairs
|
||
</option>
|
||
<option value="846040069">
|
||
(N30) Industry – Science Park
|
||
(Science, Technology, Research)
|
||
</option>
|
||
<option value="846040070">
|
||
(N31) Industry – Laboratory
|
||
</option>
|
||
<option value="846040071">
|
||
(N40) Industry – Special
|
||
Industry (As Defined In Use
|
||
Classes Order)
|
||
</option>
|
||
<option value="846040072">
|
||
(N41) Industry – Alkali
|
||
Processing
|
||
</option>
|
||
<option value="846040073">
|
||
(N42) Industry – Metal
|
||
Processing (Smelting,
|
||
Galvanising etc)
|
||
</option>
|
||
<option value="846040074">
|
||
(N43) Industry – Brick/Cement
|
||
Production
|
||
</option>
|
||
<option value="846040075">
|
||
(N44) Industry – Chemical
|
||
Processing (Cellulose, Rubber
|
||
etc)
|
||
</option>
|
||
<option value="846040076">
|
||
(N45) Industry – Animal Based
|
||
Processing (Glue, Soap, Tripe
|
||
etc)
|
||
</option>
|
||
<option value="846040077">
|
||
(N50) Industry – Disposal Of
|
||
Industrial Waste
|
||
</option>
|
||
<option value="846040078">
|
||
(N51) Industry – Scrapyard
|
||
</option>
|
||
<option value="846040079">
|
||
(N60) Industry – Industrial
|
||
Archaeology
|
||
</option>
|
||
<option value="846040080">
|
||
(N61) Industry – Windmill,
|
||
Watermill
|
||
</option>
|
||
<option value="846040081">
|
||
(L14 ) Leisure and Recreation –
|
||
Covered Swimming Pool
|
||
</option>
|
||
<option value="846040082">
|
||
(L15) Leisure and Recreation –
|
||
Billiard And Snooker Centre
|
||
</option>
|
||
<option value="846040083">
|
||
(L20) Leisure and Recreation –
|
||
Museum, Library, Gallery
|
||
</option>
|
||
<option value="846040084">
|
||
(L30) Leisure and Recreation –
|
||
Amusements And Entertainment
|
||
</option>
|
||
<option value="846040085">
|
||
(L31) Leisure and Recreation –
|
||
Amusement Arcade/Centre
|
||
</option>
|
||
<option value="846040086">
|
||
(L32) Leisure and Recreation –
|
||
Betting Office
|
||
</option>
|
||
<option value="846040087">
|
||
(L33) Leisure and Recreation –
|
||
Bingo Hall
|
||
</option>
|
||
<option value="846040088">
|
||
(L34) Leisure and Recreation –
|
||
Casino, Dance Hall, Nightclub,
|
||
Sports/Social Club
|
||
</option>
|
||
<option value="846040089">
|
||
(L35) Leisure and Recreation –
|
||
Cinema, Theatre,
|
||
Concert/Exhibition Hall,
|
||
Visitors Centre
|
||
</option>
|
||
<option value="846040090">
|
||
(L36) Leisure and Recreation –
|
||
Funfair
|
||
</option>
|
||
<option value="846040091">
|
||
(L37) Leisure and Recreation –
|
||
Sex Industry (exc Sex Shops)
|
||
</option>
|
||
<option value="846040092">
|
||
(L38) Leisure and Recreation –
|
||
Dance School, School Of
|
||
Performing Arts
|
||
</option>
|
||
<option value="846040093">
|
||
(L40) Leisure and Recreation –
|
||
Outdoor Sports Facilities
|
||
</option>
|
||
<option value="846040094">
|
||
(L41) Leisure and Recreation –
|
||
Buildings Associated With
|
||
Outdoor Recreation
|
||
</option>
|
||
<option value="846040095">
|
||
(L42) Leisure and Recreation –
|
||
Golf Course, Driving Range
|
||
</option>
|
||
<option value="846040096">
|
||
(L43) Leisure and Recreation –
|
||
Motor Sport (inc Powered Models)
|
||
</option>
|
||
<option value="846040097">
|
||
(L44) Leisure and Recreation –
|
||
Riding School
|
||
</option>
|
||
<option value="846040098">
|
||
(L45) Leisure and Recreation –
|
||
Rifle Range, Clay Pigeon Shoot
|
||
</option>
|
||
<option value="846040099">
|
||
(L46) Leisure and Recreation –
|
||
Sports ground, Playing Field,
|
||
Race Track
|
||
</option>
|
||
<option value="846040100">
|
||
(L47) Leisure and Recreation –
|
||
Sports Stadium, Arena
|
||
</option>
|
||
<option value="846040101">
|
||
(L48) Leisure and Recreation –
|
||
Open Air Swimming Pool
|
||
</option>
|
||
<option value="846040102">
|
||
(L49) Leisure and Recreation –
|
||
Outdoor Tennis Court
|
||
</option>
|
||
<option value="846040103">
|
||
(L50) Leisure and Recreation –
|
||
Other Recreational Land Uses
|
||
</option>
|
||
<option value="846040104">
|
||
(L51) Leisure and Recreation –
|
||
Botanical Garden, Park, Picnic
|
||
Site
|
||
</option>
|
||
<option value="846040105">
|
||
(L52) Leisure and Recreation –
|
||
Leisure Plot (Land Used For
|
||
Leisure But Not A Domestic
|
||
Garden Or Allotment)
|
||
</option>
|
||
<option value="846040106">
|
||
(L53) Leisure and Recreation –
|
||
National Heritage Site (inc
|
||
Ancient Monument, Stately Home,
|
||
Memorial)
|
||
</option>
|
||
<option value="846040107">
|
||
(L54) Leisure and Recreation –
|
||
Children's Play Area
|
||
</option>
|
||
<option value="846040108">
|
||
(L60) Leisure and Recreation –
|
||
Water Sport
|
||
</option>
|
||
<option value="846040109">
|
||
(L61) Leisure and Recreation –
|
||
Marina, Boat mooring, Boathouse
|
||
</option>
|
||
<option value="846040110">
|
||
(L62) Leisure and Recreation –
|
||
Angling And Fishing Activities
|
||
</option>
|
||
<option value="846040111">
|
||
(L70) Leisure and Recreation –
|
||
Caravans And Camping
|
||
</option>
|
||
<option value="846040112">
|
||
(L71) Leisure and Recreation –
|
||
Touring Caravan Site
|
||
</option>
|
||
<option value="846040113">
|
||
(L72) Leisure and Recreation –
|
||
Seasonal Holiday Caravan Site
|
||
</option>
|
||
<option value="846040114">
|
||
(L73) Leisure and Recreation –
|
||
Camp Site (Tents)
|
||
</option>
|
||
<option value="846040115">
|
||
(L00) Leisure and Recreation –
|
||
Miscellaneous Leisure Uses
|
||
</option>
|
||
<option value="846040116">
|
||
(L10) Leisure and Recreation –
|
||
Indoor Sports Facility
|
||
(Sports/Leisure Centre)
|
||
</option>
|
||
<option value="846040117">
|
||
(L11) Leisure and Recreation –
|
||
Squash Court, Badminton Court,
|
||
Indoor Tennis Court
|
||
</option>
|
||
<option value="846040118">
|
||
(L12) Leisure and Recreation –
|
||
Sports Hall, Gymnasium
|
||
</option>
|
||
<option value="846040119">
|
||
(M19) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) - Other
|
||
Veined Surface Mined Minerals
|
||
(Fluorspar, Barytes)
|
||
</option>
|
||
<option value="846040120">
|
||
(M20) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Underground Mineral Extraction
|
||
</option>
|
||
<option value="846040121">
|
||
(M21) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) - Coal
|
||
(Mined Underground)
|
||
</option>
|
||
<option value="846040122">
|
||
(M22) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) - Potash
|
||
</option>
|
||
<option value="846040123">
|
||
(M23) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Anhydrite
|
||
</option>
|
||
<option value="846040124">
|
||
(M24) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) - Gypsum
|
||
</option>
|
||
<option value="846040125">
|
||
(M25) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Limestone
|
||
</option>
|
||
<option value="846040126">
|
||
(M26) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Metalliferous Minerals
|
||
(Tungsten, Tin etc)
|
||
</option>
|
||
<option value="846040127">
|
||
(M27) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) - Other
|
||
Veined Underground Mined
|
||
Minerals (Fluorspar, Barytes)
|
||
</option>
|
||
<option value="846040128">
|
||
(M28) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) - Oil,
|
||
Gas
|
||
</option>
|
||
<option value="846040129">
|
||
(M30) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Disposal Of Spoil From Mineral
|
||
Working
|
||
</option>
|
||
<option value="846040130">
|
||
(M40) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Mineral Handling And Processing
|
||
Installation
|
||
</option>
|
||
<option value="846040131">
|
||
(M50) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Winning And Working Of Minerals
|
||
For Agriculture (GDO Class VI)
|
||
</option>
|
||
<option value="846040132">
|
||
(M60) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Filling And Restoration Of
|
||
Mineral Working
|
||
</option>
|
||
<option value="846040133">
|
||
(M61) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Landfill
|
||
</option>
|
||
<option value="846040134">
|
||
(M70) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Geological Exploration
|
||
</option>
|
||
<option value="846040135">
|
||
(M71) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Exploration For Oil, Gas
|
||
</option>
|
||
<option value="846040136">
|
||
(M00) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Miscellaneous Mineral
|
||
Development
|
||
</option>
|
||
<option value="846040137">
|
||
(M10) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Surface Mineral Extraction
|
||
</option>
|
||
<option value="846040138">
|
||
(M11) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) - Sand
|
||
And Gravel Extraction
|
||
</option>
|
||
<option value="846040139">
|
||
(M12) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) - Open
|
||
Cast Coal, Peat
|
||
</option>
|
||
<option value="846040140">
|
||
(M13) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) - Clays
|
||
(Brick, Brick Earth, China,
|
||
Ball)
|
||
</option>
|
||
<option value="846040141">
|
||
(M14) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Fullers Earth
|
||
</option>
|
||
<option value="846040142">
|
||
(M15) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Sedimentary Rock (Limestone etc)
|
||
</option>
|
||
<option value="846040143">
|
||
(M16) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Igneous/Metamorphic Rock
|
||
</option>
|
||
<option value="846040144">
|
||
(M17) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Celestite
|
||
</option>
|
||
<option value="846040145">
|
||
(M18) Mineral
|
||
extraction/exploration (Inc
|
||
Geological exploration) -
|
||
Metalliferous Minerals
|
||
</option>
|
||
<option value="846040146">
|
||
(F00) Offices, Studios –
|
||
Miscellaneous Office Uses
|
||
</option>
|
||
<option value="846040147">
|
||
(F10) Offices, Studios –
|
||
Specified Local Service
|
||
</option>
|
||
<option value="846040148">
|
||
(F11) Offices, Studios –
|
||
Building Society Branch/Bank,
|
||
Cash Dispenser
|
||
</option>
|
||
<option value="846040149">
|
||
(F12) Offices, Studios – Central
|
||
And Local Government Office
|
||
</option>
|
||
<option value="846040150">
|
||
(F13) Offices, Studios –
|
||
Employment Agency
|
||
</option>
|
||
<option value="846040151">
|
||
(F14) Offices, Studios – Estate
|
||
Agent
|
||
</option>
|
||
<option value="846040152">
|
||
(F15) Offices, Studios –
|
||
Insurance Office
|
||
</option>
|
||
<option value="846040153">
|
||
(F16) Offices, Studios –
|
||
Lawyer/Solicitors Office
|
||
</option>
|
||
<option value="846040154">
|
||
(F17) Offices, Studios – Taxi
|
||
Control Office
|
||
</option>
|
||
<option value="846040155">
|
||
(F20) Offices, Studios – Studio
|
||
</option>
|
||
<option value="846040156">
|
||
(F21) Offices, Studios – Artists
|
||
Studio (inc Tattoo Artist)
|
||
</option>
|
||
<option value="846040157">
|
||
(F22) Offices, Studios –
|
||
Photographic Studio
|
||
</option>
|
||
<option value="846040158">
|
||
(F23) Offices, Studios –
|
||
Television Studio
|
||
</option>
|
||
<option value="846040159">
|
||
(F24) Offices, Studios – Sound
|
||
Recording Studio
|
||
</option>
|
||
<option value="846040160">
|
||
(F30) Offices, Studios –
|
||
Business Centre/Park
|
||
</option>
|
||
<option value="846040161">
|
||
(F31) Offices, Studios –
|
||
Conference Centre
|
||
</option>
|
||
<option value="846040162">
|
||
(S22) Shop, Retail and
|
||
Associated uses – Retail
|
||
Store/Warehouse (Between 5 &
|
||
10,000 sq m Floor Space Or Up To
|
||
1.5 Hectares Or Less Site Area)
|
||
</option>
|
||
<option value="846040163">
|
||
(S23) Shop, Retail and
|
||
Associated uses - Retail
|
||
Store/Warehouse (Between 10
|
||
& 20,000 sq m Floor Space Or
|
||
1.5 & 3 Hectares Site Area)
|
||
</option>
|
||
<option value="846040164">
|
||
(S24) Shop, Retail and
|
||
Associated uses – Retail
|
||
Store/Warehouse (Greater than
|
||
20,000 sq m Floor Space Or
|
||
Greater Than 4 Hectares Site
|
||
Area)
|
||
</option>
|
||
<option value="846040165">
|
||
(S25) Shop, Retail and
|
||
Associated uses – Warehouse Club
|
||
</option>
|
||
<option value="846040166">
|
||
(S28) Shop, Retail and
|
||
Associated uses – Shopping
|
||
Centre
|
||
</option>
|
||
<option value="846040167">
|
||
(S30) Shop, Retail and
|
||
Associated uses – Other Retail
|
||
Use
|
||
</option>
|
||
<option value="846040168">
|
||
(S31) Shop, Retail and
|
||
Associated uses – Farm Shop
|
||
</option>
|
||
<option value="846040169">
|
||
(S32) Shop, Retail and
|
||
Associated uses – Garden Centre
|
||
</option>
|
||
<option value="846040170">
|
||
(S33) Shop, Retail and
|
||
Associated uses – Open Air
|
||
Market (inc Car Boot Sales)
|
||
</option>
|
||
<option value="846040171">
|
||
(S34) Shop, Retail and
|
||
Associated uses – Covered Market
|
||
</option>
|
||
<option value="846040172">
|
||
(S40) Shop, Retail and
|
||
Associated uses – Catering
|
||
General
|
||
</option>
|
||
<option value="846040173">
|
||
(S41) Shop, Retail and
|
||
Associated uses – Restaurant,
|
||
Canteen, Café
|
||
</option>
|
||
<option value="846040174">
|
||
(S42) Shop, Retail and
|
||
Associated uses – Public House,
|
||
Wine Bar
|
||
</option>
|
||
<option value="846040175">
|
||
(S43) Shop, Retail and
|
||
Associated uses – Snack Bar, Ice
|
||
Cream Outlet
|
||
</option>
|
||
<option value="846040176">
|
||
(S44) Shop, Retail and
|
||
Associated uses – Hot Dog Stall,
|
||
Mobile Café
|
||
</option>
|
||
<option value="846040177">
|
||
(S50) Shop, Retail and
|
||
Associated uses – Other Services
|
||
</option>
|
||
<option value="846040178">
|
||
(S51) Shop, Retail and
|
||
Associated uses – Hairdresser,
|
||
Beauty Salon, Massage
|
||
Parlour/Sauna
|
||
</option>
|
||
<option value="846040179">
|
||
(S52) Shop, Retail and
|
||
Associated uses – Launderette
|
||
</option>
|
||
<option value="846040180">
|
||
(S53) Shop, Retail and
|
||
Associated uses – Post Office
|
||
</option>
|
||
<option value="846040181">
|
||
(S54) Shop, Retail and
|
||
Associated uses – Travel Agent,
|
||
Ticket Agency, Hotel Agency
|
||
</option>
|
||
<option value="846040182">
|
||
(S55) Shop, Retail and
|
||
Associated uses –Undertaker,
|
||
Funeral Director
|
||
</option>
|
||
<option value="846040183">
|
||
(S60) Shop, Retail and
|
||
Associated uses – Petrol Filling
|
||
Station
|
||
</option>
|
||
<option value="846040184">
|
||
(S61) Shop, Retail and
|
||
Associated uses – Car Wash, Car
|
||
Valeting Service
|
||
</option>
|
||
<option value="846040185">
|
||
(S62) Shop, Retail and
|
||
Associated uses – Vehicle Hire
|
||
</option>
|
||
<option value="846040186">
|
||
(S63) Shop, Retail and
|
||
Associated uses – Motorway/Major
|
||
Road Service Area
|
||
</option>
|
||
<option value="846040187">
|
||
(S70) Shop, Retail and
|
||
Associated uses – Shop Front
|
||
(inc Blinds, Canopies, Luminous
|
||
Signs, Security Shutters)
|
||
</option>
|
||
<option value="846040188">
|
||
(S00) Shop, Retail and
|
||
Associated uses – Miscellaneous
|
||
Shops And Associated Uses
|
||
</option>
|
||
<option value="846040189">
|
||
(S01) Shop, Retail and
|
||
Associated uses – Retail
|
||
Store/Warehouse (Where Neither
|
||
Floor Space Nor Site Area Is
|
||
Provided)
|
||
</option>
|
||
<option value="846040190">
|
||
(S10) Shop, Retail and
|
||
Associated uses – Retail
|
||
Store/Warehouse (Under 5,000 sq
|
||
m Floor Space Or Less Than 1
|
||
Hectare Site Area)
|
||
</option>
|
||
<option value="846040191">
|
||
(S11) Shop, Retail and
|
||
Associated uses – Pet Shop, Cats
|
||
Meat Shop, Tripe Shop
|
||
</option>
|
||
<option value="846040192">
|
||
(S12) Shop, Retail and
|
||
Associated uses – Hot Food,
|
||
Takeaway Food, Fish And Chip
|
||
Shop
|
||
</option>
|
||
<option value="846040193">
|
||
(S13) Shop, Retail and
|
||
Associated uses – Sex Shop
|
||
</option>
|
||
<option value="846040194">
|
||
(S14) Shop, Retail and
|
||
Associated uses – Sale/Rental Of
|
||
Pre-Recorded Video Tapes
|
||
</option>
|
||
<option value="846040195">
|
||
(S15) Shop, Retail and
|
||
Associated uses – Sale Of Motor
|
||
Vehicles
|
||
</option>
|
||
<option value="846040196">
|
||
(S16) Shop, Retail and
|
||
Associated uses –DIY Shop
|
||
</option>
|
||
<option value="846040197">
|
||
(S19) Shop, Retail and
|
||
Associated uses – Superstore /
|
||
Hypermarket
|
||
</option>
|
||
<option value="846040198">
|
||
(W00) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Miscellaneous Storage
|
||
</option>
|
||
<option value="846040199">
|
||
(W10) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Wholesale Warehouse Or
|
||
Repository
|
||
</option>
|
||
<option value="846040200">
|
||
(W11) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Cold Store, Refrigerated Storage
|
||
</option>
|
||
<option value="846040201">
|
||
(W20) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Deport
|
||
</option>
|
||
<option value="846040202">
|
||
(W21) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Builders Yard, Timber Yard,
|
||
Stonemasons Yard
|
||
</option>
|
||
<option value="846040203">
|
||
(W22) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Coal yard
|
||
</option>
|
||
<option value="846040204">
|
||
(W23) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Council Deport
|
||
</option>
|
||
<option value="846040205">
|
||
(W24) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Freight, Haulage, Railway,
|
||
Container
|
||
</option>
|
||
<option value="846040206">
|
||
(W25) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Plant Hire, Skip hire
|
||
</option>
|
||
<option value="846040207">
|
||
(W30) Storage, Depots, Yards,
|
||
Warehousing and Wholesaling –
|
||
Open Storage (inc Storage Of
|
||
Cars etc)
|
||
</option>
|
||
<option value="846040208">
|
||
(T32) Transport, Utilities and
|
||
Miscellaneous uses – Electricity
|
||
Production And Supply
|
||
</option>
|
||
<option value="846040209">
|
||
(T33) Transport, Utilities and
|
||
Miscellaneous uses – Water
|
||
Catchment/Supply (inc Plant,
|
||
Bore Hole)
|
||
</option>
|
||
<option value="846040210">
|
||
(T34) Transport, Utilities and
|
||
Miscellaneous uses – Oil
|
||
Installation/Pipeline
|
||
</option>
|
||
<option value="846040211">
|
||
(T35) Transport, Utilities and
|
||
Miscellaneous uses – Sewage
|
||
Treatment And Disposal, Sea
|
||
Fall-Out
|
||
</option>
|
||
<option value="846040212">
|
||
(T36) Transport, Utilities and
|
||
Miscellaneous uses – Domestic
|
||
Refuse Disposal, Waste Disposal
|
||
</option>
|
||
<option value="846040213">
|
||
(T37) Transport, Utilities and
|
||
Miscellaneous uses – Cemetery
|
||
And Crematorium, Mortuary, Pet
|
||
Cemetery
|
||
</option>
|
||
<option value="846040214">
|
||
(T38) Transport, Utilities and
|
||
Miscellaneous uses – Public
|
||
Convenience, Toilet Facility
|
||
</option>
|
||
<option value="846040215">
|
||
(T39) Transport, Utilities and
|
||
Miscellaneous uses – Wind
|
||
Turbine, Wind Farm
|
||
</option>
|
||
<option value="846040216">
|
||
(T40) Transport, Utilities and
|
||
Miscellaneous uses –
|
||
Communications General
|
||
</option>
|
||
<option value="846040217">
|
||
(T41) Transport, Utilities and
|
||
Miscellaneous uses – Post Office
|
||
Depot
|
||
</option>
|
||
<option value="846040218">
|
||
(T42) Transport, Utilities and
|
||
Miscellaneous uses –
|
||
Telecommunications (inc Radio/Tv
|
||
- Mast/Ariel/DishAntenna)
|
||
</option>
|
||
<option value="846040219">
|
||
(T50) Transport, Utilities and
|
||
Miscellaneous uses –
|
||
Miscellaneous
|
||
</option>
|
||
<option value="846040220">
|
||
(T51) Transport, Utilities and
|
||
Miscellaneous uses –Flood Lights
|
||
</option>
|
||
<option value="846040221">
|
||
(T52) Transport, Utilities and
|
||
Miscellaneous uses –
|
||
Non-Residential Fence, Wall,
|
||
Gate. Enclosure
|
||
</option>
|
||
<option value="846040222">
|
||
(T53) Transport, Utilities and
|
||
Miscellaneous uses –
|
||
Advertisement Hoarding,
|
||
Advertisement Structure
|
||
</option>
|
||
<option value="846040223">
|
||
(T54) Transport, Utilities and
|
||
Miscellaneous uses – Fire Escape
|
||
</option>
|
||
<option value="846040224">
|
||
(T60) Transport, Utilities and
|
||
Miscellaneous uses – Unused Land
|
||
</option>
|
||
<option value="846040225">
|
||
(T61) Transport, Utilities and
|
||
Miscellaneous uses – Derelict
|
||
Land
|
||
</option>
|
||
<option value="846040226">
|
||
(T62) Transport, Utilities and
|
||
Miscellaneous uses – Cleared
|
||
Site
|
||
</option>
|
||
<option value="846040227">
|
||
(T00) Transport, Utilities and
|
||
Miscellaneous uses – Transport
|
||
Utilities And Miscellaneous Uses
|
||
</option>
|
||
<option value="846040228">
|
||
(T10) Transport, Utilities and
|
||
Miscellaneous uses – Public
|
||
Transport Facility
|
||
</option>
|
||
<option value="846040229">
|
||
(T11) Transport, Utilities and
|
||
Miscellaneous uses – Airport,
|
||
Heliport, Hoverport, Air
|
||
Terminal
|
||
</option>
|
||
<option value="846040230">
|
||
(T12) Transport, Utilities and
|
||
Miscellaneous uses – Bus/Coach
|
||
Stations/Depot
|
||
</option>
|
||
<option value="846040231">
|
||
(T13) Transport, Utilities and
|
||
Miscellaneous uses – Railway
|
||
Station/Installation
|
||
</option>
|
||
<option value="846040232">
|
||
(T14) Transport, Utilities and
|
||
Miscellaneous uses – Dock/Quay
|
||
</option>
|
||
<option value="846040233">
|
||
(T15) Transport, Utilities and
|
||
Miscellaneous uses – Canal
|
||
</option>
|
||
<option value="846040234">
|
||
(T16) Transport, Utilities and
|
||
Miscellaneous uses – Road
|
||
</option>
|
||
<option value="846040235">
|
||
(T17) Transport, Utilities and
|
||
Miscellaneous uses – Footpath,
|
||
Bridleway, Byway Open To All
|
||
Traffic
|
||
</option>
|
||
<option value="846040236">
|
||
(T18) Transport, Utilities and
|
||
Miscellaneous uses – Cycleway
|
||
</option>
|
||
<option value="846040237">
|
||
(T20) Transport, Utilities and
|
||
Miscellaneous uses – Parking
|
||
(Land)
|
||
</option>
|
||
<option value="846040238">
|
||
(T21) Transport, Utilities and
|
||
Miscellaneous uses – Car Park
|
||
</option>
|
||
<option value="846040239">
|
||
(T22) Transport, Utilities and
|
||
Miscellaneous uses – Lorry Park
|
||
</option>
|
||
<option value="846040240">
|
||
(T23) Transport, Utilities and
|
||
Miscellaneous uses – Cycle Park
|
||
</option>
|
||
<option value="846040241">
|
||
(T24) Transport, Utilities and
|
||
Miscellaneous uses – Lock-Up
|
||
Garage
|
||
</option>
|
||
<option value="846040242">
|
||
(T30) Transport, Utilities and
|
||
Miscellaneous uses – Utilities
|
||
</option>
|
||
<option value="846040243">
|
||
(T31) Transport, Utilities and
|
||
Miscellaneous uses – Gas
|
||
Production/Supply, Gas Pipeline
|
||
</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label govuk-body-m"
|
||
for="pinswg_landusecatagory"
|
||
>
|
||
Land Use Catagory
|
||
</label>
|
||
<div>
|
||
<select class="govuk-select ">
|
||
<option>Select...</option>
|
||
<option value="846040000">
|
||
Agriculture, Fisheries and
|
||
Forestry
|
||
</option>
|
||
<option value="846040001">
|
||
Community, Education and Defence
|
||
services
|
||
</option>
|
||
<option value="846040002">
|
||
Housing and Residential
|
||
development
|
||
</option>
|
||
<option value="846040003">
|
||
Industry
|
||
</option>
|
||
<option value="846040004">
|
||
Leisure and Recreation
|
||
</option>
|
||
<option value="846040005">
|
||
Mineral extraction/exploration
|
||
(Inc Geological exploration)
|
||
</option>
|
||
<option value="846040006">
|
||
Offices, Studios
|
||
</option>
|
||
<option value="846040007">
|
||
Shop, Retail and Associated uses
|
||
</option>
|
||
<option value="846040008">
|
||
Storage, Depots, Yards,
|
||
Warehousing and Wholesaling
|
||
</option>
|
||
<option value="846040009">
|
||
Transport, Utilities and
|
||
Miscellaneous uses
|
||
</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label govuk-body-m"
|
||
for="pinswg_listedbuildinggrade"
|
||
>
|
||
Listed Building Grade
|
||
</label>
|
||
<div>
|
||
<select class="govuk-select ">
|
||
<option>Select...</option>
|
||
<option value="846040000">
|
||
NA
|
||
</option>
|
||
<option value="846040001">I</option>
|
||
<option value="846040002">
|
||
II
|
||
</option>
|
||
<option value="846040003">
|
||
II*
|
||
</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<label
|
||
class="govuk-label "
|
||
for="pinswg_nameofcommonorvillagegreen"
|
||
id="pinswg_nameofcommonorvillagegreen_label"
|
||
>
|
||
Name of Common or Village Green
|
||
</label>
|
||
<input
|
||
class="govuk-input govuk-input--width-20"
|
||
id="pinswg_nameofcommonorvillagegreen"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label govuk-body-m"
|
||
for="pinswg_ownershipcertificate"
|
||
>
|
||
Ownership Certificate
|
||
</label>
|
||
<div>
|
||
<select class="govuk-select ">
|
||
<option>Select...</option>
|
||
<option value="846040000">
|
||
NA
|
||
</option>
|
||
<option value="846040001">
|
||
Certificate A
|
||
</option>
|
||
<option value="846040002">
|
||
Certificate B
|
||
</option>
|
||
<option value="846040003">
|
||
Certificate C&D
|
||
</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<label
|
||
class="govuk-label "
|
||
for="pinswg_siteaddresscounty"
|
||
id="pinswg_siteaddresscounty_label"
|
||
>
|
||
Site Address County
|
||
</label>
|
||
<input
|
||
class="govuk-input govuk-input--width-20"
|
||
id="pinswg_siteaddresscounty"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<label
|
||
class="govuk-label "
|
||
for="pinswg_siteaddressline1"
|
||
id="pinswg_siteaddressline1_label"
|
||
>
|
||
Site Address Line 1
|
||
</label>
|
||
<input
|
||
class="govuk-input govuk-input--width-20"
|
||
id="pinswg_siteaddressline1"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<label
|
||
class="govuk-label "
|
||
for="pinswg_siteaddressline2"
|
||
id="pinswg_siteaddressline2_label"
|
||
>
|
||
Site Address Line 2
|
||
</label>
|
||
<input
|
||
class="govuk-input govuk-input--width-20"
|
||
id="pinswg_siteaddressline2"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<label
|
||
class="govuk-label "
|
||
for="pinswg_siteaddresspostcode"
|
||
id="pinswg_siteaddresspostcode_label"
|
||
>
|
||
Site Address Postcode
|
||
</label>
|
||
<input
|
||
class="govuk-input govuk-input--width-20"
|
||
id="pinswg_siteaddresspostcode"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<label
|
||
class="govuk-label "
|
||
for="pinswg_siteaddresstown"
|
||
id="pinswg_siteaddresstown_label"
|
||
>
|
||
Site Address Town
|
||
</label>
|
||
<input
|
||
class="govuk-input govuk-input--width-20"
|
||
id="pinswg_siteaddresstown"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<fieldset
|
||
class="govuk-fieldset"
|
||
aria-describedby="undefined-hint"
|
||
>
|
||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--s govuk-!-font-weight-regular">
|
||
<label
|
||
class="govuk-fieldset__heading govuk-body-m"
|
||
id="pinswg_siteviewablefromroad_label"
|
||
>
|
||
Could the Inspector see the
|
||
relevant parts of the appeal
|
||
site sufficiently to judge the
|
||
proposal from public land?
|
||
</label>
|
||
</legend>
|
||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="0"
|
||
>
|
||
<input
|
||
name="pinswg_siteviewablefromroad"
|
||
id="pinswg_siteviewablefromroad_0"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="Yes"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_siteviewablefromroad_0"
|
||
>
|
||
Yes
|
||
</label>
|
||
</div>
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="1"
|
||
>
|
||
<input
|
||
name="pinswg_siteviewablefromroad"
|
||
id="pinswg_siteviewablefromroad_1"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="No"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_siteviewablefromroad_1"
|
||
>
|
||
No
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<fieldset
|
||
class="govuk-fieldset"
|
||
aria-describedby="undefined-hint"
|
||
>
|
||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--s govuk-!-font-weight-regular">
|
||
<label
|
||
class="govuk-fieldset__heading govuk-body-m"
|
||
id="pinswg_sitewithinagreenbelt_label"
|
||
>
|
||
Site Within a Green Belt
|
||
</label>
|
||
</legend>
|
||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="0"
|
||
>
|
||
<input
|
||
name="pinswg_sitewithinagreenbelt"
|
||
id="pinswg_sitewithinagreenbelt_0"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="Yes"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_sitewithinagreenbelt_0"
|
||
>
|
||
Yes
|
||
</label>
|
||
</div>
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="1"
|
||
>
|
||
<input
|
||
name="pinswg_sitewithinagreenbelt"
|
||
id="pinswg_sitewithinagreenbelt_1"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="No"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_sitewithinagreenbelt_1"
|
||
>
|
||
No
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<fieldset
|
||
class="govuk-fieldset"
|
||
aria-describedby="undefined-hint"
|
||
>
|
||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--s govuk-!-font-weight-regular">
|
||
<label
|
||
class="govuk-fieldset__heading govuk-body-m"
|
||
id="pinswg_sitewithinsssi_label"
|
||
>
|
||
Site within SSSI
|
||
</label>
|
||
</legend>
|
||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="0"
|
||
>
|
||
<input
|
||
name="pinswg_sitewithinsssi"
|
||
id="pinswg_sitewithinsssi_0"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="Yes"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_sitewithinsssi_0"
|
||
>
|
||
Yes
|
||
</label>
|
||
</div>
|
||
<div
|
||
class="govuk-radios__item"
|
||
data-children-count="1"
|
||
>
|
||
<input
|
||
name="pinswg_sitewithinsssi"
|
||
id="pinswg_sitewithinsssi_1"
|
||
type="radio"
|
||
class="govuk-radios__input"
|
||
value="No"
|
||
/>
|
||
<label
|
||
class="govuk-label govuk-radios__label"
|
||
for="pinswg_sitewithinsssi_1"
|
||
>
|
||
No
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<fieldset
|
||
class="govuk-fieldset"
|
||
role="group"
|
||
aria-describedby="dob-hint"
|
||
>
|
||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--s govuk-!-font-weight-regular">
|
||
<label
|
||
class="govuk-fieldset__heading"
|
||
id="pinswg_dateofapplication_label"
|
||
>
|
||
Date of Application
|
||
</label>
|
||
</legend>
|
||
<div class="react-datepicker-wrapper">
|
||
<div class="react-datepicker__input-container">
|
||
<input
|
||
type="text"
|
||
class=""
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<fieldset
|
||
class="govuk-fieldset"
|
||
role="group"
|
||
aria-describedby="dob-hint"
|
||
>
|
||
<legend class="govuk-fieldset__legend govuk-fieldset__legend--s govuk-!-font-weight-regular">
|
||
<label
|
||
class="govuk-fieldset__heading"
|
||
id="pinswg_dateoflpadecision_label"
|
||
>
|
||
Date of LPA Decision
|
||
</label>
|
||
</legend>
|
||
<div class="react-datepicker-wrapper">
|
||
<div class="react-datepicker__input-container">
|
||
<input
|
||
type="text"
|
||
class=""
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<label
|
||
class="govuk-label "
|
||
for="pinswg_developmentdescription"
|
||
id="pinswg_developmentdescription_label"
|
||
>
|
||
Development Description
|
||
</label>
|
||
<input
|
||
class="govuk-input govuk-input--width-20"
|
||
id="pinswg_developmentdescription"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group ">
|
||
<label
|
||
class="govuk-label "
|
||
for="pinswg_lpaapplicationreference"
|
||
id="pinswg_lpaapplicationreference_label"
|
||
>
|
||
LPA Application Reference
|
||
</label>
|
||
<input
|
||
class="govuk-input govuk-input--width-20"
|
||
id="pinswg_lpaapplicationreference"
|
||
value=""
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label govuk-body-m"
|
||
for="pinswg_retrospectiveapplication"
|
||
>
|
||
Retrospective Application
|
||
</label>
|
||
<div>
|
||
<select class="govuk-select ">
|
||
<option>Select...</option>
|
||
<option value="846040000">
|
||
NA
|
||
</option>
|
||
<option value="846040001">
|
||
Yes
|
||
</option>
|
||
<option value="846040002">
|
||
No
|
||
</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-grid-row">
|
||
<div class="govuk-form-group">
|
||
<label
|
||
class="govuk-label govuk-body-m"
|
||
for="pinswg_typeofplanningapplication"
|
||
>
|
||
Type of Planning Application
|
||
</label>
|
||
<div>
|
||
<select class="govuk-select ">
|
||
<option>Select...</option>
|
||
<option value="846040000">
|
||
Application for approval of
|
||
reserved matters
|
||
</option>
|
||
<option value="846040001">
|
||
Application for full planning
|
||
permission
|
||
</option>
|
||
<option value="846040002">
|
||
Application for outline planning
|
||
permission
|
||
</option>
|
||
<option value="846040003">
|
||
Application for variation or
|
||
removal of a condition on a
|
||
permission
|
||
</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="govuk-button-group">
|
||
<button
|
||
type="submit"
|
||
class="govuk-button"
|
||
data-module="govuk-button"
|
||
>
|
||
Submit
|
||
</button>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</>
|
||
);
|
||
};
|
||
|
||
export default AdvertsForm;
|