-
Notifications
You must be signed in to change notification settings - Fork 2
/
codes.php
331 lines (300 loc) · 15.1 KB
/
codes.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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<?php
$header='
<body>
<nav>
<div class="logo"> <i class="bx bx-target-lock lgo"></i>PublicLens</div>
<!-- <div class="slgn">Keeping your loved ones safe</div> -->
<div class="nav-links">
<ul class="links">
<li><a class="active" href="index.php">Home</a></li>
<li>
<a class="ahere" href="#">Report <i class="bx bxs-chevron-down arrow adar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="add/get-help.php">Missing Person</a></li>
<li><a href="add/sighting.php">Found Person</a></li>
</ul>
</li>
<li>
<a href="#">Search <i class="bx bxs-chevron-down arrow srar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="search/mperson.php">Missing Person</a></li>
<li><a href="search/fperson.php">Found Person</a></li>
</ul>
</li>
<li><a href="about-us/contact.php">Contact Us</a></li>
<li><a href="account">Account</a></li>
</ul>
</div>
</nav>
';
$header2='
<body>
<nav>
<div class="logo"> <i class="bx bx-target-lock lgo"></i>PublicLens</div>
<!-- <div class="slgn">Keeping your loved ones safe</div> -->
<div class="nav-links">
<ul class="links">
<li><a href="../index.php">Home</a></li>
<li>
<a class="active" href="#">Report <i class="bx bxs-chevron-down arrow adar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="get-help.php">Missing Person</a></li>
<li><a href="sighting.php">Found Person</a></li>
</ul>
</li>
<li>
<a href="#">Search <i class="bx bxs-chevron-down arrow srar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="../search/mperson.php">Missing Person</a></li>
<li><a href="../search/fperson.php">Found Person</a></li>
</ul>
</li>
<li><a href="../about-us/contact.php">Contact Us</a></li>
<li><a href="../account">Account</a></li>
</ul>
</div>
</nav>
';
$header3='
<body>
<nav>
<div class="logo"> <i class="bx bx-target-lock lgo"></i>PublicLens</div>
<!-- <div class="slgn">Keeping your loved ones safe</div> -->
<div class="nav-links">
<ul class="links">
<li><a href="../index.php">Home</a></li>
<li>
<a href="#">Report <i class="bx bxs-chevron-down arrow adar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="../add/get-help.php">Missing Person</a></li>
<li><a href="../add/sighting.php">Found Person</a></li>
</ul>
</li>
<li>
<a class="active" href="#">Search <i class="bx bxs-chevron-down arrow srar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="mperson.php">Missing Person</a></li>
<li><a href="fperson.php">Found Person</a></li>
</ul>
</li>
<li><a href="../about-us/contact.php">Contact Us</a></li>
<li><a href="../account">Account</a></li>
</ul>
</div>
</nav>
';
$header4='
<body>
<nav>
<div class="logo"> <i class="bx bx-target-lock lgo"></i>PublicLens</div>
<!-- <div class="slgn">Keeping your loved ones safe</div> -->
<div class="nav-links">
<ul class="links">
<li><a href="../">Home</a></li>
<li>
<a href="#">Report <i class="bx bxs-chevron-down arrow adar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="../add/get-help.php">Missing Person</a></li>
<li><a href="../add/sighting.php">Found Person</a></li>
</ul>
</li>
<li>
<a href="#">Search <i class="bx bxs-chevron-down arrow srar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="../search/mperson.php">Missing Person</a></li>
<li><a href="../search/fperson.php">Found Person</a></li>
</ul>
</li>
<li><a class="active" href="#">Contact Us</a></li>
<li><a href="../account">Account</a></li>
</ul>
</div>
</nav>
';
$header5='
<body>
<nav>
<div class="logo"> <i class="bx bx-target-lock lgo"></i>PublicLens</div>
<!-- <div class="slgn">Keeping your loved ones safe</div> -->
<div class="nav-links">
<ul class="links">
<li><a href="../index.php">Home</a></li>
<li>
<a href="#">Report <i class="bx bxs-chevron-down arrow adar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="../add/get-help.php">Missing Person</a></li>
<li><a href="../add/sighting.php">Found Person</a></li>
</ul>
</li>
<li>
<a href="#">Search <i class="bx bxs-chevron-down arrow srar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="../search/mperson.php">Missing Person</a></li>
<li><a href="../search/fperson.php">Found Person</a></li>
</ul>
</li>
<li><a href="../about-us/contact.php">Contact Us</a></li>
<li><a class="active" href="index.php">Account</a></li>
</ul>
</div>
</nav>
';
$footer='<div class="footer">
<div class="footer-details">
<div class="footer-details-holder">
<span id="hding-text"><b>Get Help</b></span><br><br>
<span class="text-below">Get Help</span><br>
<span class="text-below">Being mising</span><br>
<span class="text-below">My loved one is missing</span><br>
<span class="text-below">Report a missing person</span><br>
<span class="text-below">Help services</span><br>
</div>
<div class="footer-details-holder">
<span id="hding-text"><b>Our Community</b></span><br><br>
<span class="text-below">Our Community</span><br>
<span class="text-below">Lived experiences</span><br>
<span class="text-below">News</span><br>
<span class="text-below">Events</span><br>
<span class="text-below">Forum</span><br>
<span class="text-below">Contribute</span><br>
</div>
<div class="footer-details-holder">
<span id="hding-text"><b>Help us find</b></span><br><br>
<span class="text-below">Help us find</span><br>
<span class="text-below">Missing Appeals</span><br>
<span class="text-below">Become a partner</span><br>
</div>
<div class="footer-details-holder">
<span id="hding-text"><b>Support us</b></span><br><br>
<span class="text-below">Support us</span><br>
<span class="text-below">Fundraisnig</span><br>
<span class="text-below">Volunteering</span><br>
<span class="text-below">Events</span><br>
<span class="text-below">Donate</span><br>
</div>
</div>
<div id="footer-bar"></div>
<!-- next set -->
<div class="footer-details">
<div class="footer-details-holder">
<span id="hding-text"><b>For professionals</b></span><br><br>
<span class="text-below">For professionals</span><br>
<span class="text-below">Information and policy</span><br>
<span class="text-below">Proffessional service</span><br>
<span class="text-below">Make a referral</span><br>
<span class="text-below">News and campaigns</span><br>
</div>
<div class="footer-details-holder">
<span id="hding-text"><b>About charity</b></span><br><br>
<span class="text-below">Who we are</span><br>
<span class="text-below">Our impact</span><br>
<span class="text-below">Our Community</span><br>
<span class="text-below"><u>Contact Us</u></span><br>
</div>
<div class="footer-details-holder">
<span id="hding-text"><b>Police services</b></span><br><br>
<span class="text-below">Family support</span><br>
<span class="text-below">Publicity</span><br>
<span class="text-below">TextSafe®</span><br>
</div>
<div class="footer-details-holder">
<span id="hding-text"><b>Accessibility</b></span><br><br>
<span class="text-below">Cookies</span><br>
<span class="text-below">Feedback</span><br>
<span class="text-below">Safegaurding</span><br>
</div>
</div><br>
<div class="social">
<span id="flw"><b>Follow us</b></span>
<div class="social-ico">
<i class="bx bxl-facebook-circle"></i>
<i class="bx bxl-twitter" ></i>
<i class="bx bxl-instagram" ></i>
</div>
<div class="cprt">
<p>© 2021-22 Missing Person Helpline | All rights reserved</p>
</div>
</div>
</div>
</body>
</html>';
$psteps_desc='You don’t have to wait 24 hours before you report someone missing. As soon as you can’t find the person and you are worried for their safety and welfare, you can report them missing to the police. It’s important that you share all of your concerns with police. The earlier the police know about someone, the sooner they can start searching.';
$psteps_desc_1='How do I report my loved one missing to the police? <br>';
$totalk=' <div class="get-in-touch">
<div id="bar"></div>
<span id="quote6">We'.' are here to talk!</span> <br>
<span id="quote6-desc">
If you have been affected by a disappearance, you have information about a missing person,<br>
you’re interested in supporting us, or you a professional working with missing persons, we’d<br>
love to hear from you.
</span><br>
<a href="about-us/contact.php"><button>Get in touch <i class="bx bxs-chevron-right" ></i></button></a>
</div>';
$gen_info_sighting='Information from the public can help vulnerable people to safety. We publicise missing people in the hope that someone sees the appeal and then sees the missing person and can report a sighting.';
$sighting_info='If you see someone who you think is a missing person, please let us know. You can check to see if we are appealing for them on our website. Fill out the form below and we can pass the information on.<br>
<br>
We do not publicise all missing people and you might see a police post or another media appeal for a person. We can take this information if you want to report confidentially, but it may be easier for you to contact the police directly if they are appealing for information.
<br><br>
We offer an alternative way of getting information to police. Some people tell us that they wouldn’t want to contact the police themselves and that they only want to pass information anonymously. We are happy to share this information for you. The most important thing is that the police have the information and can assess if it is useful as part of their search.<br><br>';
$mightnotbe_missing='Sometimes we receive information about people that someone feels worried about and they assume they might be missing. If you can’t find the person on our website or you haven’t seen a social media post or poster about them, they may not be a missing person<br><br>
If you see someone that worries you because of their behaviour, or who doesn’t seem to be well, you might feel you want to help them. Ask yourself, does it feel safe to approach them and ask how you can help, or can you get some help for them? Consider calling 100 if it seems to be an emergency.<br><br>';
$news_page_fline='We’d like to keep you up to date with things that we’re working on; new projects and services, government campaigns or research, and exciting stories from our fundraising team. Below are all the things we think you’d love to know about, and perhaps even share with your own networks.';
$news_page_sub='Love finding out about what we’re up to? If you haven’t already, make sure you ‘subscribe’! <br>Tell us what your communication preferences are, and we will contact you by phone, text or email<br> to let you know what we’re doing, and how the incredible help of our supporters is impacting <br>people affected by missing.';
$pblc='<span style="color: #d10074; font-size:45px; ">Public</span>';
$lens='<span style="color: #d10074; font-size:45px; ">Lens</span>';
$found='<span style="color: #5C80BC; font-size:40px; ">fouund</span>';
$missing='<span style="color: #d10074; font-size:40px; ">missing</span>';
$about_us='Founded in 2022 by Azim Baji Krishna, Suyash Kharat, Vaibhavi Joshi and Shurti D, PublicLens is a Indian website that provides specialist support to people who are or at risk of missing, and the families and friends left behind.
<br><br>
Our free, confidential helpline is available by phone, text and email to support missing children and adults, and their loved ones.';
$rmconsent='Missing People will put together targeted national or local publicity to look for your person - with permission from the police. We can also circulate your person’s information around our network of Support Partners - i.e. a briefing that is not for public display.
<br><br>
Please provide as much detail as possible. Once we have processed your form, a member of the team will contact you to introduce themselves and talk you through what happens next.
<br><br>
If we assess the missing person to be particularly vulnerable, at medium or high risk, we will contact you as soon as possible.
<br><br>
In all other cases, we will aim to contact you in the next 2-3 working days.
<br><br>
To find out more about how we handle your data please see our Privacy and Confidentiality Policies.
<br><br>
Family Support<br><br>';
$sightrpttext='All information we receive is passed to the police. Your identity will remain confidential unless you indicate that it is ok for us to pass your details on to the police. If you are happy to talk to the police, they may want to speak to you to check through the details of the sighting.
<br><br>
Thank you for taking the time to pass on the information you have.<br><br>';
$footer_admin='<div class="footer" style="height: 360px;">
<div class="footer-details">
</div>
</div>
</body>
</html>';
$header_admin='
<body>
<nav>
<div class="logo"> <i class="bx bx-target-lock lgo"></i>Admin Panel</div>
<div class="nav-links">
<ul class="links">
<li><a class="active" href="#">Home</a></li>
<li>
<a class="ahere" href="#">Report <i class="bx bxs-chevron-down arrow adar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="services/mp.php">Missing Person</a></li>
<li><a href="services/fp.php">Sightings</a></li>
</ul>
</li>
<li>
<a href="#">Search <i class="bx bxs-chevron-down arrow srar"></i></a>
<ul class="addhere-smenu smenu">
<li><a href="services/mp-view.php">Missing Person</a></li>
<li><a href="services/fp-view.php">Found Person</a></li>
</ul>
</li>
<li><a href="services/enq.php">Enquiries</a></li>
<li><a href="services/news.php">News</a></li>
<li><a href="../db/logout.php">Logout <i class="bx bx-exit" ></i></a></li>
</ul>
</div>
</nav>
';
$profile='<span style="color: #d10074; font-size:40px; ">Person profile</span>';
// $email_rqst=;
?>