-
Notifications
You must be signed in to change notification settings - Fork 120
/
Copy pathno.html
167 lines (136 loc) · 4.72 KB
/
no.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" media="all" href="/smartanswers/application.css" />
<link rel="stylesheet" media="print" href="/smartanswers/print.css" />
<title>Check if someone can rent your residential property - GOV.UK</title>
<script src="/smartanswers/smart-answers.js" defer="defer"></script>
<meta name="robots" content="noindex">
</head>
<body class="mainstream">
<div id="wrapper" class="answer smart_answer">
<main id="content" role="main">
<div id="js-replaceable" class="smart-answer-questions group">
<header class="page-header group">
<div>
<h1>
Check if someone can rent your residential property
</h1>
</div>
</header>
<div class="step current" data-step="employment-status">
<form action="/landlord-immigration-check/y/B1%201PW/no" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" />
<div class="current-question" id="current-question">
<div class="question">
<h2>
What kind of property are you letting?
</h2>
<div class="question-body">
<div class="">
<ul class="options">
<li>
<label for="response_0" class="selectable">
<input type="radio" name="response" id="response_0" value="holiday_accommodation" />
holiday accommodation
</label>
</li>
<li>
<label for="response_1" class="selectable">
<input type="radio" name="response" id="response_1" value="social_housing" />
social housing
</label>
</li>
<li>
<label for="response_2" class="selectable">
<input type="radio" name="response" id="response_2" value="care_home" />
a care home or hospice
</label>
</li>
<li>
<label for="response_3" class="selectable">
<input type="radio" name="response" id="response_3" value="hostel_or_refuge" />
a hostel or refuge
</label>
</li>
<li>
<label for="response_4" class="selectable">
<input type="radio" name="response" id="response_4" value="mobile_home" />
a mobile home
</label>
</li>
<li>
<label for="response_5" class="selectable">
<input type="radio" name="response" id="response_5" value="employee_accommodation" />
accommodation to an employee or as part of training, eg tied accommodation
</label>
</li>
<li>
<label for="response_6" class="selectable">
<input type="radio" name="response" id="response_6" value="student_accommodation" />
student accommodation
</label>
</li>
<li>
<label for="response_7" class="selectable">
<input type="radio" name="response" id="response_7" value="7_year_lease_property" />
a residential property with a lease for 7 years or more
</label>
</li>
</ul>
</div>
</div>
</div>
<div class="next-question">
<input type="hidden" name="next" value="1" />
<button type="submit" class="medium button">Next step</button>
</div>
</div>
</form>
</div>
<div class="previous-answers ">
<div class="done-questions">
<article>
<h3 class="previous-answers-title">
Previous answers
</h3>
<a class="start-right" href="/landlord-immigration-check">Start again</a>
<table>
<tbody>
<tr class="section">
<td class="previous-question-title">Enter the postcode of the property you want to let:</td>
<td class="previous-question-body">
B1 1PW</td>
<td class="link-right">
<a href="/landlord-immigration-check/y?previous_response=B1+1PW">
Change<span class="visuallyhidden"> answer to "Enter the postcode of the property you want to let:"</span>
</a> </td>
</tr>
<tr class="section">
<td class="previous-question-title">Is the person renting the property as their main and only home?</td>
<td class="previous-question-body">
No</td>
<td class="link-right">
<a href="/landlord-immigration-check/y/B1%201PW?previous_response=no">
Change<span class="visuallyhidden"> answer to "Is the person renting the property as their main and only home?"</span>
</a> </td>
</tr>
</tbody>
</table>
</article>
</div>
</div>
</div>
<div class="meta-wrapper">
<div id="report-a-problem"></div>
<div class="meta-data group">
<div class="inner">
<div class="print-and-modified-date group">
<p class="modified-date">Last updated: 1 January 2015</p>
</div>
</div>
</div>
</div>
</main>
</div>
</body>
</html>