-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathturismo.html
61 lines (51 loc) · 2.21 KB
/
turismo.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
<!DOCTYPE HTML>
<html>
<head>
<title>AYUNTAMIENTO DE CEBREROS</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1.0, user-scalable=no">
<meta name="robots" content="INDEX,FOLLOW">
<meta name="description" content="Ayuntamiento de Cebreros.">
<meta name="keywords" content="Ayuntamiento de Cebreros, noticias, eventos, turismo, rutas">
<meta name="cache-control" content="no-cache">
<meta name="expires" content="0">
<link href="./css/estilos.css" rel="stylesheet" type="text/css">
<script src="./js/jquery.js"></script>
<script src="./js/jquery_ui.js"></script>
<script src="http://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"></script>
<script type="text/javascript" src="./js/gmap3.js"></script>
<script src="./js/funciones.js"></script>
<script src="./cordova.js"></script>
<base target='_blank'/>
<script>
document.addEventListener("deviceready", function() {
/*
ajax_recover_data('category', '/17', 'contenido', true);
ajax_recover_data('category', '/18', 'contenido2', true);
ajax_recover_data('category', '/14', 'contenido3', true);
*/
//Archivo con el orden personalizado
ajax_recover_data('category', '/0', 'contenido', true);
});
</script>
</head>
<body onload="onBodyLoad()">
<div class="contenedor">
<div class="header_02">
<h1><span class="h1_mini">Ayuntamiento de</span><br> CEBREROS</h1>
<div class="nav_02" id="boton_menu"> </div>
<div id="boton_salir"> </div>
</div>
<div class="section_02">
<h2>TURISMO</h2>
<div class="article_01" id="contenido"> </div>
<div class="article_01" id="contenido2"> </div>
<div class="article_01" id="contenido3"> </div>
</div>
<div class="footer_01">
<img src="./resources/images/general/logo.png" alt="logo" height="55" style="margin-right:20px;" />
<a href="#" onclick="window.open('http://www.turismocastillayleon.com/', '_system', 'location=yes');"><img src="./resources/images/general/logojunta.png" alt="Junta de Castilla y Leon" height="45" style="margin-bottom: 5px;" /></a>
</div>
</div>
</body>
</html>