-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinnnerquery.php
218 lines (174 loc) · 9.51 KB
/
innnerquery.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Property pig</title>
<!-------Bootstrap Plugin---------->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-------UI Developers Costimised Css Tool------>
<link rel="stylesheet" href="css/break_bs_v_1_2.css" />
<!------- font awsome / font css ------>
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700,900" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhaina" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oxygen:700" rel="stylesheet">
<!------Styles css-------->
<link rel="stylesheet" href="css/style_property_pig.css" />
</head>
<body>
<div class="ndiv page-holder">
<!-----header section----->
<div class="ndiv header-section">
<div class="ndiv primary-center-holder">
<div class="ndiv primary-center-in">
<div class="ndiv logo-holder">
<img class="imgres" src="image/logo.png" alt="property pig logo" />
</div>
<div class="ndiv top-menu-holder">
<ul class="menu-ul top-menu">
<li class="home-icon-holder" active>
<span class="home-icon-inn">
<i class="fa fa-home home-icon" aria-hidden="true"></i>
</span>
</li>
<li class="yello-menu">
Start Posting
</li>
<li class="already-member">
Already Register? <button>Login</button>
</li>
</ul>
</div>
</div>
</div>
</div>
<!----/header section----->
<!-----page section----->
<div class="ndiv page-section">
<div class="ndiv image-baaner">
<p class="pmzero page-title">Properties</p>
</div>
<div class="ndiv primary-center-holder">
<div class="ndiv primary-center-in">
<div class="ndiv property-detail-section">
<table class="property-detail-table">
<tr>
<th>Property</th>
<th>Post Code</th>
<th>prce</th>
</tr>
<tr>
<td class="name">Vincent Apartment</td>
<td>BB-1234</td>
<td>123456</td>
<td class="prce">999.999.999</td>
</tr>
</table>
</div>
<div class="ndiv property-querys-holder">
<div class="ndiv property-querys-center">
<div class="ndiv property-querys-in">
<div class="ndiv property-query-title">
Property Details
</div>
<div class="ndiv property-query-questions">
<div class="ndiv question-single">
<p class="pmzero question">Does your property have gas central heating?</p>
<div class="ndiv">
<div class="ndiv yes-no-but-holder">
<button class="answer-choise-yes-no">Yes</button>
<button class="answer-choise-yes-no">No</button>
</div>
</div>
</div>
<div class="ndiv question-single">
<p class="pmzero question">Does your property have gas central heating?</p>
<div class="ndiv">
<div class="select-answer-div">
<!-----------select - class ----------->
<select id="amazing-select-1">
<option>property 1</option>
<option>property 2</option>
<option>property 3</option>
<option>property 4</option>
</select>
</div>
</div>
</div>
<div class="ndiv question-single">
<p class="pmzero question">Does your property have gas central heating?</p>
<div class="ndiv">
<input class="answer-input" type="text" placeholder="Answer" />
</div>
</div>
</div>
<div class="ndiv button-acceptace">
<button class="buttons-property red">Reject</button>
<button class="buttons-property green">Accept</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!----/page section----->
<!---- Partner Section ---->
<div class="ndiv partner-section">
<div class="ndiv primary-center-holder">
<div class="ndiv primary-center-in">
<div class="ndiv partner-images-holder">
<div class="ndiv partnerimage partnerimage1">
</div>
<div class="ndiv partnerimage partnerimage2">
</div>
</div>
</div>
</div>
</div>
<!---- /Partner Section --->
<!-----footer section----->
<div class="ndiv footer-section">
<div class="ndiv footer-first-section">
<div class="ndiv center-section-one">
<div class="ndiv center-section-in">
<img class="imgres letter-icon" src="image/letter-icon.png" alt="letter icon" />
<p class="pmzero get-in-touch">GET IN TOUCH</p>
<p class="pmzero get-in-touch-sub">I’d love to hear from you.</p>
<img class="imgres pig-home" src="image/footer-pig-home.png" alt="pig home" />
</div>
</div>
</div>
<div class="ndiv social-icon-holder">
<ul class="menu-ul social-icon-ul">
<li><i class="fa fa-facebook" aria-hidden="true"></i></li>
<li><i class="fa fa-instagram" aria-hidden="true"></i></li>
<li><i class="fa fa-dribbble" aria-hidden="true"></i></li>
<li><i class="fa fa-twitter" aria-hidden="true"></i></li>
<li><i class="fa fa-linkedin" aria-hidden="true"></i></li>
</ul>
</div>
<div class="ndiv footer-logo-holder">
<img class="footer-logo" src="image/footer-name-only-icon.png" alt="property pig logo" />
</div>
<div class="ndiv copy-right-section">
<p class="pmzero copy-right-text">© Copyright 2017 This is Property Pig with the help of Zoopla</p>
</div>
</div>
<!----/footer section----->
</div>
<!------Script section------>
<!------java script library------>
<script src="js/jquery-1.11.0.min.js"></script>
<!----- bootstrap Js------------->
<script src="js/bootstrap.min.js"></script>
<!----------select - js --------->
<script src="js/amazing_select.js"></script>
<script>
$(document).ready(function(e) {
$('#amazing-select-1').amazing_select();
});
</script>
</body>
</html>