-
Notifications
You must be signed in to change notification settings - Fork 1
/
reportar.html
469 lines (361 loc) · 17 KB
/
reportar.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
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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Reportar</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="HTML5 Photography Portfolio Website Template by Themetorium">
<meta name="keywords" content="HTML5, CSS3, JavaScript, Bootsrtrap, Responsive, Photography, Portfolio, Template, Theme, Website, Themetorium" />
<meta name="author" content="themetorium.net">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Mis CSS-->
<link rel="stylesheet" type="text/css" href="assets/css/menudesp.css">
<link rel="stylesheet" type="text/css" href="assets/css/menu.css">
<link rel="stylesheet" type="text/css" href="assets/css/fontello.css">
<link rel="stylesheet" type="text/css" href="assets/css/reportar.css">
<!--Mis JS-->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script>
<!-- Favicon (http://www.favicon-generator.org/) -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Google font (https://www.google.com/fonts) -->
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:400,300,500,700,100' rel='stylesheet' type='text/css'>
<!-- Bootstrap CSS (http://getbootstrap.com) -->
<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css"> <!-- bootstrap CSS (http://getbootstrap.com) -->
<!-- Libs and Plugins CSS -->
<link rel="stylesheet" href="assets/vendor/font-awesome/css/font-awesome.min.css"> <!-- Font Icons CSS (http://fortawesome.github.io/Font-Awesome) -->
<link rel="stylesheet" href="assets/vendor/lightgallery/css/lightgallery.min.css"> <!-- lightGallery CSS (http://sachinchoolur.github.io/lightGallery) -->
<link rel="stylesheet" href="assets/vendor/justifiedgallery/css/justifiedGallery.min.css"> <!-- Justified Gallery CSS (http://miromannino.github.io/Justified-Gallery/) -->
<link rel="stylesheet" href="assets/vendor/ytplayer/css/jquery.mb.YTPlayer.min.css"> <!-- YTPlayer CSS (more info: https://github.com/pupunzi/jquery.mb.YTPlayer) -->
<link rel="stylesheet" href="assets/vendor/owl-carousel/css/owl.carousel.css"> <!-- Owl Carousel CSS (http://www.owlcarousel.owlgraphic.com) -->
<link rel="stylesheet" href="assets/vendor/owl-carousel/css/owl.carousel.plugins.css"> <!-- Owl Carousel plugins CSS (http://www.owlcarousel.owlgraphic.com) -->
<link rel="stylesheet" href="assets/vendor/owl-carousel/css/owl.theme.default.css"> <!-- Owl Carousel default theme CSS (http://www.owlcarousel.owlgraphic.com) -->
<link rel="stylesheet" href="assets/vendor/animate.min.css"> <!-- Animate libs CSS (http://daneden.me/animate) -->
<!-- Template master CSS -->
<link rel="stylesheet" href="assets/css/theme.css">
<link rel="stylesheet" href="assets/css/helper.css">
<!-- Template dark style CSS (comment or uncomment below line to enable/disable template dark style) -->
<!-- <link rel="stylesheet" href="assets/css/dark-style.css"> -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- =================
///// Begin body /////
================== -->
<body id="body">
<!-- Begin page preloader -->
<div id="preloader">
<div class="pulse bg-main"></div>
</div>
<!-- End page preloader -->
<!-- ===================
///// Begin header /////
========================
* Use class "show-hide-on-scroll" to hide header on scroll down and show on scroll up.
* Use class "fixed-top" to set header to fixed position.
-->
<header id="header" class="fixed-top">
<div class="header-inner">
<!-- Begin logo -->
<div id="logo">
<a href="index.html" class="logo-dark"><img src="assets/img/logo-dark.png" alt="logo"></a>
<a href="index.html" class="logo-light"><img src="assets/img/logo-light.png" alt="logo"></a>
</div>
<!-- End logo -->
<!-- Begin header tools -->
<div class="header-tools">
<ul>
<li>
<!-- off-canvas menu trigger (menu button) -->
<a id="cd-menu-trigger" href="#0"><span class="cd-menu-icon"></span>menu</a>
</li>
</ul>
</div>
<!-- End header tools -->
<!-- Begin menu (Bootstrap navbar)
===================================
* Use class "navbar-default" or "navbar-border-bottom" for navbar style.
-->
<!-- <label class="icon-facebook-official"></label> -->
<nav class="navbar navbar-default">
<div class="fb">
<form id="cd-search-form">
<div class="form-group">
<button type="submit" class="lioculto">Cancelar</button>
</div>
</form>
</div>
</li>
</nav>
<!-- End menu -->
</div> <!-- /.header-inner -->
</header>
<!-- End header -->
<!-- ==================================================================================================
///// Begin off-canvas menu (more info: http://codyhouse.co/gem/secondary-expandable-navigation/) /////
=================================================================================================== -->
<nav id="cd-lateral-nav">
<div class="nav-inner">
<!-- Menu header -->
<div class="menu-header">Panel de Control</div>
<!-- Begin nav content box -->
<div class="cd-content-box margin-top-20">
<form id="cd-search-form">
<div class="form-group">
<input type="text" class="form-control" id="cd-search" name="search" placeholder="Buscar">
<button type="submit"><label class="icon-search"></label></button>
</div>
</form>
</div>
<div>
<a href="index.html" id="mainmenu">Inicio</a>
<a href="mapa.html" id="mainmenu">Mapa</a>
<a href="reportarest.html" id="mainmenu">Reportar Estructura</a>
<a href="misdes.html" id="mainmenu">Mis Desaparecidos</a>
</div>
<!-- End nav content box -->
<!-- Begin nav links
===================== -->
<!-- End nav links -->
<!-- Begin nav content box -->
<!-- Begin nav content box -->
<!-- End nav content box -->
</div> <!-- /.nav-inner -->
</nav>
<!-- End off-canvas menu -->
<!-- ==============================
/////// Begin body content ///////
=============================== -->
<div id="body-content">
<!-- ================================
///// Begin page header section /////
================================= -->
<section id="page-header-secion" class="alter-heading">
<!-- Begin page header image
===============================
* Use class "parallax" to enable parallax effect.
-->
<div class="page-header-image parallax bg-image" style="background-image: url(assets/img/headings/heading-12.jpg); background-position: 50% 50%;"></div>
<!-- End page header image -->
<!-- Element cover -->
<div class="cover page-header-cover"></div>
<!-- Begin page header info -->
<div class="container page-header-content no-padding max-width-800 text-center">
<div class="row">
<div class="col-lg-12">
<h1 class="album-title">Reportar desaparecido</h1>
<ol class="breadcrumb">
<li><a href="index.html"></a></li>
<li class="active"></li>
</ol>
</div> <!-- /.col -->
</div> <!-- /.row -->
</div>
<!-- End page header info -->
</section>
<!-- End page header section -->
<!-- ================================
/////// Begin content section ///////
================================= -->
<section id="content-section" class="page page-contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Begin content wrap -->
<div class="content-wrap min-height-600">
<div class="row margin-bottom-40">
<div class="col-lg-4">
<address>
<strong>Reporta con responsabilidad</strong><br>
</address>
</div> <!-- /.col -->
<div class="col-md-8">
<h4>NO JUEGUES CON EL DESASTRE!</h4>
<p>Recuerda que todos los datos ingresados serán sometidos a verificación, por lo que si realizas cualquier tipo de falsa alarma se aplicarán las sanciones respectivas estipuladas para el uso de esta aplicación.<br>Ayudanos a salvar vidas!</p>
</div> <!-- /.col -->
</div> <!-- /.row -->
<!--Inicio Form Image-->
<div>
<fieldset class="subimg">
<form></form>
<input type="submit" name="btnsubimg" value="Agregar una Foto">
</fieldset>
</div><br>
<!--Fin Form Image-->
<div class="row">
<div class="col-md-12">
<!-- Begin contact form
========================= -->
<form id="contact-form">
<!-- Begin hidden required fields (https://github.com/agragregra/uniMail) -->
<input type="hidden" name="project_name" value="yourwebsiteaddress.com"> <!-- Change value to your site name -->
<input type="hidden" name="admin_email" value="your@email.com"> <!-- Change value to your email address (where a message will be sent) -->
<input type="hidden" name="form_subject" value="Message from yourwebsiteaddress.com"> <!-- Change value to your own message subject -->
<!-- End Hidden Required Fields -->
<div class="row">
<div class="col-lg-4">
<div class="form-group">
<input type="text" class="form-control" name="Name:" placeholder="Nombres" required="">
</div>
</div>
<div class="col-lg-4">
<div class="form-group">
<input type="email" class="form-control" name="Email:" placeholder="Apellidos" required="">
</div>
</div>
<div class="col-lg-4">
<div class="form-group">
<input type="text" class="form-control" name="Subject:" placeholder="Subject" required="">
</div>
</div>
</div>
</form>
<!--Inicio //Mis formularios-->
<div class="row">
<fieldset class="formRep">
<form>
<label>Sexo</label><br>
<input type="radio" name="item-masc"> Masculino<br>
<input type="radio" name="item-fem"> Femenino
</form>
</fieldset>
<fieldset class="formRep">
<form>
<label>Categoría</label><br>
<input type="radio" name="item-ad"> Adulto<br>
<input type="radio" name="item-jov"> Joven<br>
<input type="radio" name="item-niño"> Menor de edad
</form>
</fieldset>
</div>
<div class="row">
<fieldset class="formRep">
<form>
<label>Evento</label><br>
<input type="radio" name="item-e1"> Evento 1<br>
<input type="radio" name="item-e2"> Evento 2<br>
<input type="radio" name="item-e3"> Evento 3
</form>
</fieldset>
<fieldset class="formRep">
<form>
<label>Discapacidad</label><br>
<input type="radio" name="item-t1"> Typo 1<br>
<input type="radio" name="item-t2"> Typo 2<br>
<input type="radio" name="item-t3"> Typo 3
</form>
</fieldset>
</div><br>
<!--Fin //Mis formularios-->
<div class="row">
<div class="col-lg-12">
<div class="form-group">
<textarea class="form-control" name="Message:" rows="8" placeholder="Detalles adicionales" required=""></textarea>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<button type="submit" class="btn btn-primary btn-rounded-5x btn-block">Enviar Reporte</button>
</div>
</div>
</form>
<!-- End contact form -->
</div> <!-- /.col-->
</div> <!-- /.row -->
</div>
<!-- End content wrap -->
</div> <!-- /.col -->
</div> <!-- /.row -->
</div> <!-- /.container -->
<div class="container margin-top-40">
<div class="row">
<div class="col-md-12">
<!-- Begin content wrap -->
<div class="content-wrap">
<!-- Begin custom Google Map
=============================
* Tutorial: https://developers.google.com/maps/documentation/javascript/tutorial
* Styles: https://snazzymaps.com/
-->
<div id="map"></div>
<!-- End custom Google Map -->
</div>
<!-- End content wrap -->
</div> <!-- /.col -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</section>
<!-- End content section -->
<!-- Begin footer -->
<footer id="footer">
<div class="footer-inner">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
</div> <!-- /.col -->
<div class="col-sm-6">
<div class="social-icons">
<ul>
<li><a target="_blank" href="https://www.facebook.com" title="Follow us on Facebook"><label class="icon-facebook"></label></a></li>
<li><a target="_blank" href="https://twitter.com/" title="Follow us on Twitter"><label class="icon-twitter"></label></a></li>
</ul>
</div>
</div> <!-- /.col -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.footer-inner -->
</footer>
<!-- End footer -->
</div>
<!-- End body content -->
<!-- Scroll to top button -->
<a href="#body" class="scrolltotop sm-scroll"><i class="fa fa-chevron-up"></i></a>
<!-- ====================
///// Scripts below /////
===================== -->
<!-- Core JS -->
<script src="assets/vendor/jquery/jquery-1.11.1.min.js"></script> <!-- jquery JS (https://jquery.com) -->
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script> <!-- bootstrap JS (http://getbootstrap.com) -->
<!-- Libs and Plugins JS -->
<script src="assets/vendor/lightgallery/js/lightgallery.min.js"></script> <!-- lightGallery JS (http://sachinchoolur.github.io/lightGallery) -->
<script src="assets/vendor/lightgallery/js/lightgallery-plugins.js"></script> <!-- lightGallery Plugins JS (http://sachinchoolur.github.io/lightGallery) -->
<script src="assets/vendor/lightgallery/js/jquery.mousewheel.min.js"></script> <!-- A jQuery plugin that adds cross browser mouse wheel support -->
<script src="assets/vendor/jquery.easing.min.js"></script> <!-- Easing JS (http://gsgd.co.uk/sandbox/jquery/easing/) -->
<script src="assets/vendor/isotope.pkgd.min.js"></script> <!-- Isotope JS (http://isotope.metafizzy.co) -->
<script src="assets/vendor/imagesloaded.pkgd.min.js"></script> <!-- ImagesLoaded JS (https://github.com/desandro/imagesloaded) -->
<script src="assets/vendor/justifiedgallery/js/jquery.justifiedGallery.min.js"></script> <!-- Justified Gallery JS (http://miromannino.github.io/Justified-Gallery/) -->
<script src="assets/vendor/smoothscroll.js"></script> <!-- Smoothscroll JS (https://gist.github.com/theroyalstudent/4e6ec834be19bf077298) -->
<script src="assets/vendor/ytplayer/js/jquery.mb.YTPlayer.min.js"></script> <!-- YTPlayer JS (more info: https://github.com/pupunzi/jquery.mb.YTPlayer) -->
<script src="assets/vendor/owl-carousel/js/owl.carousel.js"></script> <!-- Owl Carousel JS (http://www.owlcarousel.owlgraphic.com) -->
<script src="assets/vendor/owl-carousel/js/owl.carousel.plugins.js"></script> <!-- Owl Carousel plugins JS (http://www.owlcarousel.owlgraphic.com) -->
<!-- Google maps JS (https://developers.google.com/maps/documentation/javascript/tutorial). Only for contact page!!! -->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAo5b533IB2iuDcTn2razvfjyc_rpZdiRw&callback=initMap"></script>
<!-- Google maps JS (https://developers.google.com/maps/documentation/javascript/tutorial). Only for contact page!!! -->
<script src="assets/vendor/map.js"></script>
<!-- Theme master JS -->
<script src="assets/js/theme.js"></script>
<!--==============================
///// Begin Google Analytics /////
============================== -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75660419-1', 'auto');
ga('send', 'pageview');
</script>
<!--==============================
///// End Google Analytics /////
============================== -->
</body>
<!-- End body -->
</html>