-
Notifications
You must be signed in to change notification settings - Fork 120
/
Copy pathyes.html
131 lines (100 loc) · 3.36 KB
/
yes.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
<!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/yes" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" />
<div class="current-question" id="current-question">
<div class="question">
<h2>
Is the person at least 18 years of age?
</h2>
<div class="question-body">
<div class="">
<ul class="options inline">
<li>
<label for="response_0" class="selectable">
<input type="radio" name="response" id="response_0" value="yes" />
Yes
</label>
</li>
<li>
<label for="response_1" class="selectable">
<input type="radio" name="response" id="response_1" value="no" />
No
</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">
Yes</td>
<td class="link-right">
<a href="/landlord-immigration-check/y/B1%201PW?previous_response=yes">
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>