mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
3.4 KiB
71 lines
3.4 KiB
{% extends "admin/base.html" %}
|
|
{% load tree_menu_tags %}
|
|
|
|
{% block title %}{{ title }} | SIGI{% endblock %}
|
|
|
|
{% block extrastyle %}
|
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/globalnav-estilos.css" />
|
|
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/base_site.css" />
|
|
{% endblock %}
|
|
|
|
{% block extrahead %}
|
|
<meta name="copyright" content="Copyright (c) 2008 Interlegis. Todos
|
|
Direitos Reservados." />
|
|
{% endblock %}
|
|
|
|
{% block container-top %}
|
|
<ul id="globalnavbar">
|
|
<li class="globalnav-busca">
|
|
<form action="http://www.interlegis.leg.br/pesquisa">
|
|
<input type="hidden" name="cx" value="005989114056755709513:jxifhn8vsyw" />
|
|
<input type="hidden" name="cof" value="FORID:10" />
|
|
<input type="hidden" name="ie" value="UTF-8" />
|
|
<input type="text" name="q" size="8" maxlength="255" value="Pesquisar" onBlur="if (this.value == '') { this.value = 'Pesquisar'; }" onFocus="if (this.value == 'Pesquisar') { this.value = ''; }" />
|
|
</form>
|
|
</li>
|
|
<li><a href="http://saberes.interlegis.leg.br/" title="Saberes - Ambiente de Aprendizagem a Distância" class="globalnav-saberes">Saberes</a></li>
|
|
<li><a href="http://colab.interlegis.leg.br/" title="Colab - Comunidades Interlegis" class="globalnav-colab">Colab</a></li>
|
|
<li><a href="https://intranet.interlegis.gov.br/" title="Intranet Interlegis" class="globalnav-intranet">Intranet</a></li>
|
|
<li><a href="http://www.interlegis.leg.br/" title="Portal Interlegis" class="globalnav-portal">Portal</a></li>
|
|
</ul>
|
|
{% endblock %}
|
|
|
|
{% block branding %}
|
|
<h1 id="site-name">
|
|
<a href="/">Sistema de Informações Gerenciais do Interlegis</a>
|
|
</h1>
|
|
{% endblock %}
|
|
|
|
{% block userlinks %}
|
|
<a href="{% url 'admin:logout' %}">Encerrar sessão</a>
|
|
{% endblock %}
|
|
|
|
{% block nav-global %}
|
|
<div id="nav-global">
|
|
{% show_menu "Barra de navegação" "unordered-list" %}
|
|
</div>
|
|
{% endblock %}
|
|
|
|
|
|
{% block footer %}
|
|
{% if not is_popup %}
|
|
|
|
<div id="footer">
|
|
<div class="footernote">
|
|
<p>Em caso de dúvida no uso do sistema contate o SPDT no ramal 2587.</p>
|
|
<p>É recomendado o uso das informações aqui fornecidas fora do âmbito do Interlegis.</p>
|
|
<p>SIGI é um software livre e seus fontes estão disponíveis no <a href="http://colab.interlegis.leg.br/wiki/ProjetoSigi">Colab</a>.</p>
|
|
</div>
|
|
<div class="footerlogos">
|
|
<ul>
|
|
<li><a href="http://www.senado.leg.br"><img title="Senado Federal" alt="Logotipo do Senado Federal" src="http://www.interlegis.leg.br/++theme++il.portalinterlegis/images/senado.png"></a></li>
|
|
<li><a href="http://www.camara.leg.br"><img title="Câmara dos Deputados" alt="Logotipo da Câmara dos Deputados" src="http://www.interlegis.leg.br/++theme++il.portalinterlegis/images/camara.png"></a></li>
|
|
<li><a href="http://www.iadb.org/pt"><img title="Banco Interamericano de Desenvolvimento" alt="Logotipo do Banco Interamericano de Desenvolvimento" src="http://www.interlegis.leg.br/++theme++il.portalinterlegis/images/bid.png"></a></li>
|
|
<li><a href="http://www.tcu.leg.br"><img title="Tribunal de Contas da União" alt="Logotipo do Tribunal de Contas da União" src="http://www.interlegis.leg.br/++theme++il.portalinterlegis/images/tcu.png"></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
{% endif %}
|
|
{% endblock %}
|
|
|
|
|