-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
147 lines (124 loc) · 5.49 KB
/
index.html
File metadata and controls
147 lines (124 loc) · 5.49 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Busqueda de Eventos</title>
</head>
<link rel="stylesheet" href="./css/1bootstrap.min.css" />
<link rel="stylesheet" href="./css/style.css" />
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a asp-area="" asp-controller="Home" asp-action="Index" class="navbar-brand">Look4Events</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav" id="barraMenuTop">
<li><a asp-area="" asp-controller="Home" asp-action="Index">Home</a></li>
<li><a asp-area="" asp-controller="Home" asp-action="About">About</a></li>
<li><a asp-area="" asp-controller="Home" asp-action="Contact">Contact</a></li>
<li><a asp-area="" asp-controller="Events" asp-action="Index">Events</a></li>
<li><a asp-area="" asp-controller="Home" asp-action="Prueba">Prueba</a></li>
</ul>
<partial name="_LoginPartial" />
</div>
</div>
</nav>
<div class="img-responsive" id="cabecera">
<div>
<a href=""><img class="img-responsive" src="http://bbkbootcamp.com/wp-content/uploads/2015/03/cropped-C4J_LOGO_512px_Prueba_1.png" /></a>
</div>
<div id="title">
<!-- <h1 class="title">Home</h1> -->
</div>
</div>
<!-- tabla responsive -->
<div class="wrapper">
<header>
<h1>Búsqueda de eventos</h1>
</header>
<section class="columns">
<div class="column" id="buscarPorKeyWord">
<p>
<!-- <form role="search"> -->
<div>
<input type="search" id="keyword"
placeholder="Buscar por keyword..."
aria-label="Buscar en el contenido del sitio">
<button class="botonBuscar" onclick="showEventsByKeywordShowPosition()">Buscar</button>
<!-- <button class="botonBuscar" onclick="initMap()">Buscar</button> -->
</div>
<!-- </form> -->
</p>
</div>
<div class="column" id="fechaEnCalendario">
<p id="fechaHoy"></p>
<p></p>
<p class="custom-select">
FROM: <input type="date" id="fechaIn" value=""/>
TO: <input type="date" id="fechaFin" value="" />
<button id="BuscarporFecha" onclick="searchByDateShowPosition()">Buscar</button>
</p>
</div>
<div class="column" id="buscarPorVista">
<label>
<input type="radio" onclick="listadoOn()" class="option-input radio" name="example" checked />
ver Listado<br />
</label>
<label>
<input type="radio" onclick="listadoOff()" class="option-input radio" name="example" />
ver Mapa<br />
</label>
</div>
<div class="column" id="buscarPorLugar">
<p id="filtroPorLugar">
<select>
<option value="buscarEnBilbao">Bilbao</option>
</select>
</p>
</div>
</section>
</div>
<!-- comprobacion de lat y longitud -->
<p id="location" style="display:none;"></p>
<div id="map" style="display:none;"></div>
<!-- <div id="events"></div> -->
<div id="listadooEvents">
<!-- <header>
<h1>Eventos:</h1>
</header> -->
<section>
<section id="event" ></section>
<section id="events" class="columns"></section>
<section id="filaDetails" class="columns" style="display:none;"></section>
</section>
</div>
<!-- footer -->
<footer>
<p id="footerText"> </p>
</footer>
<!-- esto es lo de AYER -->
<!-- <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.3.1.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT">
</script>
<script src="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
crossorigin="anonymous"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa">
</script> -->
<!-- hasta aqui lo de ayer -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.3.1.min.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyDc2j_p-Oycmm8jVy-NiCcXHoU_6do6ojU"></script>
<script src="./js/main.js"></script>
</html>