Browse Source

Adicionado rodapé e nota de copyright.

0.2
Guilherme Gondim 16 years ago
parent
commit
f857768cbf
  1. 38
      sigi/templates/admin/base_site.html

38
sigi/templates/admin/base_site.html

@ -3,23 +3,13 @@
{% block title %}{{ title }} | SIGI{% endblock %}
{% block extrastyle %}
<style type="text/css">
<!--
#nav-global {
background-color: #292929;
}
#nav-global ul {
margin: 0;
padding: 1px 10px;
}
<link rel="stylesheet" type="text/css"
href="{{ MEDIA_URL }}css/base_site.css" />
{% endblock %}
#nav-global li {
display: inline;
list-style-type: none;
}
-->
</style>
{% block extrahead %}
<meta name="copyright" content="Copyright (c) 2008 Interlegis. Todos
Direitos Reservados." />
{% endblock %}
{% block branding %}
@ -27,13 +17,11 @@
{% endblock %}
{% block nav-global %}
<!--div id="nav-global">
<ul>
<li>Casas Legislativas</li>
<li>Parlamentares</li>
<li>Mesas Legislativas</li>
<li>Convênios</li>
<li>Inventário</li>
</ul>
</div-->
{% endblock %}
{% block footer %}
<div id="footer">
Copyright &copy; 2008 Interlegis. Todos os Direitos Reservados.<br />
É proibido o uso das informações aqui fornecidas fora do âmbito do Interlegis.
</div>
{% endblock %}

Loading…
Cancel
Save