-
Notifications
You must be signed in to change notification settings - Fork 12
/
base.html
138 lines (109 loc) · 4.97 KB
/
base.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
<!--
Webapplication creada por AniversarioPeru
webpage: http://aniversarioperu.me
twitter: @aniversarioperu
email: aniversarioperu1@gmail.com
rss icon by: http://glyphicons.com/
-->
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Proyectos de ley emitidos por el Congreso de la República del Perú">
<meta name="author" content="">
<!-- <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> -->
<title>Proyectos de ley emitidos por el Congreso de la República del Perú</title>
<!-- Bootstrap core CSS -->
<link href="http://netdna.bootstrapcdn.com/bootswatch/3.0.0/spacelab/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
.highlight { background-color: yellow }
.navbar .divider-vertical {
min-height: 50px;
margin: 0 9px;
border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;
}
</style>
<link rel="alternate" type="application/rss+xml" title="Proyectos de Ley » RSS feed" href="http://{% base_url %}rss.xml" />
<!-- Custom styles for this template -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<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-2840507-20', 'proyectosdeley.pe');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-default navbar-static-top" role="navigation">
<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 style="padding: 0px 0px 0px 15px" class="navbar-brand" href="http://{% base_url %}"><img src="https://i.cloudup.com/M68BeZ26rC.png" alt="Hiperderecho" style="width:300px"/></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li id="index"><a href="http://{% base_url %}about">Sobre esta página</a></li>
<!-- <li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
-->
<li class="divider-vertical"></li>
<li><a href="http://{% base_url %}rss.xml"><img src="http://{% base_url %}g_rss.png" /></a></li>
</ul>
<form class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Palabra clave, número o autor">
</div>
<button type="submit" class="btn btn-info" id="search_button">
<span class="glyphicon glyphicon-search"></span>
Buscar
</button>
</form>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
{% titulo %}
</div>
<div id="contenido" class="container">
</div> <!-- /container -->
<!-- paginator goes here -->
<div class="container" style="text-align: center;">
<div id="page-selection" class="container"></div>
</div>
<footer>
<div class="container">
<small class="pull-right">
Un proyecto de <a
href="http://www.hiperderecho.org/">Hiperderecho</a>. Desarrollado por <a href="http://aniversarioperu.me/cv/">AniversarioPerú</a>
</small>
<br />
<br />
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://{% base_url %}current_tab.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"></script>
<script src="http://{% base_url %}jquery.bootpag.js"></script>
<script src="http://{% base_url %}paginator.js"></script>
<script src="http://{% base_url %}search.js"></script>
<script src="http://{% base_url %}highlighter.js"></script>
</body>
</html>