Commit db4bbd7c58908f1f8826162d2cb41481bf3bf6a5
1 parent
1064e779
Exists in
header_footer
Adding header and refining footer's style
Showing
7 changed files
with
555 additions
and
377 deletions
Show diff stats
colab/static/css/footer.css
1 | -/*Footer*/ | |
2 | - | |
3 | - | |
4 | -.footer-content{ | |
5 | - background: rgb(213,213,213); | |
6 | - padding: 20px 0; | |
7 | - font-family: 'Open Sans'; | |
8 | -} | |
9 | - | |
10 | -.footer-links a{ | |
11 | - color:#2c66ce; | |
12 | - font-size: 13px; | |
13 | - line-height: 1.7em; | |
14 | -} | |
15 | - | |
16 | -.footer-links a:hover{ | |
17 | - background: none; | |
18 | - text-decoration: underline; | |
19 | -} | |
20 | - | |
21 | -.footer-links{ | |
22 | - color:#2c66ce; | |
23 | - border-left:1px dotted #2c66ce; | |
24 | - margin-top: 10px; | |
25 | - margin-bottom: 10px; | |
26 | -} | |
27 | - | |
28 | -.footer-links dt{ | |
29 | - font-size: 18px; | |
30 | - font-weight: bold; | |
31 | - line-height: 1.3em; | |
32 | - margin-bottom: 8px; | |
33 | -} | |
34 | - | |
35 | -.footer-links dd{ | |
36 | - padding-bottom: 3px | |
37 | -} | |
38 | - | |
39 | -.footer-gov{ | |
40 | - background: #0042b2; | |
41 | -} | |
42 | - | |
43 | -.footer-gov > .container{ | |
44 | - padding: 2em 0; | |
45 | -} | |
46 | - | |
47 | -.footer-gov .institucionais a{ | |
48 | - display:table-cell; | |
49 | - vertical-align: middle; | |
50 | -} | |
51 | - | |
52 | -.footer-gov a:hover{ | |
53 | - text-decoration: none; | |
54 | -} | |
55 | - | |
56 | -.footer-gov span{ | |
57 | - display: none; | |
58 | -} | |
59 | - | |
60 | -.footer-gov .logo-sgpr img, .logo-acesso img{ | |
61 | - padding-right: 15%; | |
62 | -} | |
63 | - | |
64 | -.go-top a{ | |
65 | - color: #717782; | |
66 | - line-height: 1.4em; | |
67 | -} | |
1 | +/*Footer*/ | |
2 | + | |
3 | + | |
4 | +.footer-content{ | |
5 | + background: rgb(213,213,213); | |
6 | + padding: 50px 0; | |
7 | + font-family: 'open_sansregular', Arial, Helvetica, sans-serif; | |
8 | +} | |
9 | + | |
10 | +.footer-links a{ | |
11 | + color:#2c66ce; | |
12 | + font-size: 13px; | |
13 | + line-height: 1.7em; | |
14 | +} | |
15 | + | |
16 | +.footer-links a:hover{ | |
17 | + background: none; | |
18 | + text-decoration: underline; | |
19 | +} | |
20 | + | |
21 | +.footer-links{ | |
22 | + color:#2c66ce; | |
23 | + border-left:1px dotted #2c66ce; | |
24 | + margin-top: 10px; | |
25 | + margin-bottom: 10px; | |
26 | +} | |
27 | + | |
28 | +.footer-links dt{ | |
29 | + font-size: 18px; | |
30 | + font-weight: bold; | |
31 | + line-height: 1.3em; | |
32 | + margin-bottom: 8px; | |
33 | + font-family: 'open_sansregular', Arial, Helvetica, sans-serif; | |
34 | +} | |
35 | + | |
36 | +.footer-links dd{ | |
37 | + padding-bottom: 3px | |
38 | +} | |
39 | + | |
40 | +.footer-gov{ | |
41 | + background: #0042b2; | |
42 | +} | |
43 | + | |
44 | +.footer-gov > .container{ | |
45 | + padding: 2em 0; | |
46 | +} | |
47 | + | |
48 | +.footer-gov .institucionais a{ | |
49 | + display:table-cell; | |
50 | + vertical-align: middle; | |
51 | +} | |
52 | + | |
53 | +.footer-gov a:hover{ | |
54 | + text-decoration: none; | |
55 | +} | |
56 | + | |
57 | +.footer-gov span{ | |
58 | + display: none; | |
59 | +} | |
60 | + | |
61 | +.footer-gov .logo-sgpr img, .logo-acesso img{ | |
62 | + padding-right: 15%; | |
63 | +} | |
64 | + | |
65 | +.go-top{ | |
66 | + font-size: 13px; | |
67 | + height: 2em; | |
68 | +} | |
69 | + | |
70 | +.go-top a{ | |
71 | + color: #717782; | |
72 | + line-height: 2em; | |
73 | +} | |
74 | + | |
75 | +.go-top .icon-chevron-up{ | |
76 | + padding-right: 10px; | |
77 | + text-decoration: none; | |
78 | +} | ... | ... |
colab/static/css/footer.html
... | ... | @@ -1,79 +0,0 @@ |
1 | -<footer> | |
2 | -<div class="row"> | |
3 | - <div class="container"> | |
4 | - <div class="pull-right go-top"> | |
5 | - <a href="#header"><i class="icon-chevron-up"></i>Voltar para o topo</a> | |
6 | - </div> | |
7 | - </div> | |
8 | - <div class="col-lg-12 footer-content"> | |
9 | - <div class="container"> | |
10 | - <div class="row"> | |
11 | - <dl class="col-md-2 col-md-offset-1 footer-links"> | |
12 | - <dt>Assuntos</dt> | |
13 | - <dd><a href="http://www.softwarepubddco.gov.br/O_que_e_o_SPB" title="SPB">SPB</a></dd> | |
14 | - <dd><a href="http://pagina.softwarepubddco.gov.br/sisp" title="SISP-SPB">SISP-SPB </a></dd> | |
15 | - <dd><a href="http://www.softwarepubddco.gov.br/5cquaddbr/avaddaspb/wiki/Sobre" title="AvaddaSPB">AvaddaSPB</a></dd> | |
16 | - <dd><a href="http://www.softwarepubddco.gov.br/4cmbr/xowiki/Principal" title="4CMBr">4CMBr</a></dd> | |
17 | - <dd><a href="http://www.softwarepubddco.gov.br/5cquaddbr/xowiki/" title="5cQuaddBr" href="#">5cQuaddBr</a></dd> | |
18 | - </dl> | |
19 | - <dl class="col-md-2 footer-links"> | |
20 | - <dt>Serviços</dt> | |
21 | - <dd class="portalservicos-item"> | |
22 | - <a title="Perguntas frequentes" href="#">Perguntas frequentes</a> | |
23 | - </dd> | |
24 | - <dd class="portalservicos-item"> | |
25 | - <a title="Contato" href="#">Contato</a> | |
26 | - </dd> | |
27 | - <dd class="portalservicos-item"> | |
28 | - <a title="Serviços da [Denominação]" href="#">Serviços da [Denominação]</a> | |
29 | - </dd> | |
30 | - <dd class="portalservicos-item"> | |
31 | - <a title="Dados abertos" href="#">Dados abertos</a> | |
32 | - </dd> | |
33 | - <dd class="portalservicos-item"> | |
34 | - <a title="Área de imprensa" href="#">Área de imprensa</a> | |
35 | - </dd> | |
36 | - </dl> | |
37 | - <dl class="col-md-2 footer-links"> | |
38 | - <dt>Redes Sociais</dt> | |
39 | - <dd class="portalredes-item"><a title="Twitter" href="https://twitter.com/twitter"> | |
40 | - Twitter</a> | |
41 | - </dd> | |
42 | - <dd class="portalredes-item"><a title="YouTube" href="http://youtube.com/youtube"> | |
43 | - Youtube</a> | |
44 | - </dd> | |
45 | - <dd class="portalredes-item"><a title="Facebook" href="http://facebook.com/facebook"> | |
46 | - Facebook</a> | |
47 | - </dd> | |
48 | - <dd class="portalredes-item"><a title="Fddckr" href="http://fddckr.com/fddckr"> | |
49 | - Fddckr</a> | |
50 | - </dd> | |
51 | - </dl> | |
52 | - <dl class="col-md-2 footer-links"> | |
53 | - <dt>RSS</dt> | |
54 | - <dd><a href="#" title="O que é?">O que é?</a></dd> | |
55 | - <dd><a href="#" title="Assine">Assine</a></dd> | |
56 | - </dl> | |
57 | - <dl class="col-md-2 footer-links"> | |
58 | - <dt>Navegação</dt> | |
59 | - <dd><a href="#">Acessibidddade</a></dd> | |
60 | - <dd><a href="#">Mapa do site</a></dd> | |
61 | - <dd><a href="#">Versión en Español</a></dd> | |
62 | - <dd><a href="#">Engddsh version</a></dd> | |
63 | - </dl> | |
64 | - </div> | |
65 | - </div> | |
66 | - </div> | |
67 | - <div class="row footer-gov"> | |
68 | - <div class="container"> | |
69 | - <div class="col-md-7"> | |
70 | - <a class="logo-acesso" href="http://www.acessoainformacao.gov.br/" target="_blank"><img class="img-responsive pull-left" src="../img/acesso-a-informacao.png" ><span>Acesso a Informação</span></a> | |
71 | - </div> | |
72 | - <div class="col-md-5 institucionais"> | |
73 | - <a class="logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><img class="img-responsive" src="../img/sgpr.png" ><span>Secretaria-geral da Presidência da | |
74 | - <a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><img class="img-responsive" src="../img/brasil.png" ><span>Brasil - Governo Federal</span></a> | |
75 | - </div> | |
76 | - </div> | |
77 | - </div> | |
78 | -</footer> | |
79 | - |
... | ... | @@ -0,0 +1,229 @@ |
1 | +#barra-brasil #wrapper-barra-brasil .brasil-flag{ | |
2 | + height: auto; | |
3 | +} | |
4 | + | |
5 | +#first-nav{ | |
6 | + background-color:#f0f2f1; | |
7 | + background-color:#ecedf1; | |
8 | + background-image: -webkit-radial-gradient(center, ellipse cover, #f0f2f1 1%, #ecedf1 100%) | |
9 | +} | |
10 | + | |
11 | +/* Accessibility */ | |
12 | + | |
13 | +#accessibility { | |
14 | + font-family: arial; | |
15 | + font-size: 10px; | |
16 | +} | |
17 | + | |
18 | +#accessibility a{ | |
19 | + padding-left: 4px; | |
20 | + padding-right: 4px; | |
21 | + color: #2c66ce; | |
22 | +} | |
23 | + | |
24 | +#accessibility span{ | |
25 | + background-color: #2c66ce; | |
26 | +} | |
27 | + | |
28 | +#portal-siteactions{ | |
29 | + font-size: 10px; | |
30 | + text-align: center; | |
31 | +} | |
32 | + | |
33 | +#portal-siteactions li{ | |
34 | + display: inline-block; | |
35 | +} | |
36 | + | |
37 | +#portal-siteactions a { | |
38 | + color:#2c66ce; | |
39 | + text-decoration: none; | |
40 | + text-transform: uppercase; | |
41 | + font-family: 'open_sansregular', Arial, Helvetica, sans-serif; | |
42 | + padding-right: 0; | |
43 | + padding-left: 10px; | |
44 | +} | |
45 | + | |
46 | +#portal-siteactions #siteaction-mapadosite a{ | |
47 | + padding-right: 0; | |
48 | +} | |
49 | + | |
50 | +#portal-siteactions a:hover { | |
51 | + color: #03316f; | |
52 | +} | |
53 | + | |
54 | +#portal-siteactions span { | |
55 | + border-bottom: 1px dotted #2c66ce; | |
56 | +} | |
57 | + | |
58 | +/* User-bar */ | |
59 | + | |
60 | +#user-menu a.btn { | |
61 | + font-size: 13px; | |
62 | + padding: 10px; | |
63 | + background-color: #2c66ce; | |
64 | + border-color: #2c66ce; | |
65 | + color: #FFF; | |
66 | +} | |
67 | + | |
68 | +#user-menu .dropdown-menu{ | |
69 | + border-radius: 5px; | |
70 | +} | |
71 | + | |
72 | +#user-menu .dropdown-toggle img{ | |
73 | + border-radius: 20px; | |
74 | +} | |
75 | + | |
76 | +#user-menu .user .caret, #menu-spb a .caret { | |
77 | + border-left: 5px solid transparent; | |
78 | + border-right: 5px solid transparent; | |
79 | + border-top: 5px solid #2c66ce; | |
80 | +} | |
81 | + | |
82 | +#user-menu a:hover .caret, #menu-spb a:hover .caret, #user-menu a:focus .caret, #menu-spb a:focus .caret{ | |
83 | + border-left: 5px solid transparent; | |
84 | + border-right: 5px solid transparent; | |
85 | + border-top: 5px solid #03316f; | |
86 | + | |
87 | +} | |
88 | + | |
89 | +/* Brand and search */ | |
90 | + | |
91 | +#spb-logo-search { | |
92 | + margin-top: 10px; | |
93 | + margin-bottom: 10px; | |
94 | +} | |
95 | + | |
96 | +#spb-logo-search .logo-box{ | |
97 | + padding-bottom: 20px; | |
98 | +} | |
99 | + | |
100 | +#portal-logo img{ | |
101 | + max-height: 50px; | |
102 | +} | |
103 | + | |
104 | +.box-search{ | |
105 | + margin: auto; | |
106 | + margin-top: 10px; | |
107 | +} | |
108 | + | |
109 | +#search-form .form-group{ | |
110 | + float: left; | |
111 | +} | |
112 | + | |
113 | +#search-form button.btn.btn-default{ | |
114 | + float: left; | |
115 | + border-radius: 0px 5px 5px 0px; | |
116 | + border-left: none; | |
117 | + color: #2c66ce; | |
118 | +} | |
119 | + | |
120 | +#search-form button.btn.btn-default:hover{ | |
121 | + background: #fff; | |
122 | + border: 1px solid #cccccc; | |
123 | + border-left: none; | |
124 | + color: #03316f; | |
125 | +} | |
126 | + | |
127 | +#search-form #header-searchbox{ | |
128 | + width: 100%; | |
129 | + border-radius: 5px 0px 0px 5px; | |
130 | + border-right: none; | |
131 | + background: #fff; | |
132 | +} | |
133 | + | |
134 | +/* Menu */ | |
135 | + | |
136 | +#second-nav { | |
137 | + background-color:#CFD0D2; | |
138 | + min-height: 30px; | |
139 | + line-height: 30px; | |
140 | + font-size: 12px; | |
141 | + border-radius: 0; | |
142 | + margin-bottom: 0; | |
143 | +} | |
144 | + | |
145 | +#second-nav a { | |
146 | + color: #2c66ce; | |
147 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
148 | +} | |
149 | + | |
150 | +#menu-spb > li > a{ | |
151 | + padding: 5px 15px 5px 5px; | |
152 | +} | |
153 | + | |
154 | +#menu-spb ul.dropdown-menu { | |
155 | + background: #CFD0D2; | |
156 | + border-color: #CFD0D2; | |
157 | + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); | |
158 | + font-size: 12px; | |
159 | +} | |
160 | + | |
161 | +#menu-spb ul.dropdown-menu a{ | |
162 | + color: #03316f; | |
163 | +} | |
164 | + | |
165 | +#menu-spb ul.dropdown-menu a:hover{ | |
166 | + color:#2c66ce; | |
167 | +} | |
168 | + | |
169 | +#menu-spb .open > a, #menu-spb .open > a:hover, #menu-spb .open > a:focus{ | |
170 | + background: none; | |
171 | +} | |
172 | + | |
173 | +#quick-links{ | |
174 | + padding-right: 30px | |
175 | +} | |
176 | + | |
177 | +#quick-links > li > a{ | |
178 | + margin: 5px 0; | |
179 | + padding: 0 15px; | |
180 | + border-right: 1px solid #2c66ce; | |
181 | +} | |
182 | + | |
183 | +#quick-links li:last-child > a{ | |
184 | + padding-right: 5px; | |
185 | + border-right: none; | |
186 | +} | |
187 | + | |
188 | +#quick-links a:hover, #menu-spb a:focus , #menu-spb a:hover { | |
189 | + color: #03316f; | |
190 | + background: none; | |
191 | +} | |
192 | + | |
193 | +/* Menu collapsed elements */ | |
194 | +.navbar-toggle .icon-bar{ | |
195 | + background-color: #2c66ce; | |
196 | + margin: auto; | |
197 | +} | |
198 | + | |
199 | +.navbar-header.logo .navbar-toggle{ | |
200 | + float: left; | |
201 | + margin: 0; | |
202 | +} | |
203 | + | |
204 | +#quick-links-sm{ | |
205 | + list-style: none; | |
206 | + float: right; | |
207 | + margin: 0; | |
208 | +} | |
209 | + | |
210 | +#quick-links-sm li{ | |
211 | + display: inline-block; | |
212 | +} | |
213 | + | |
214 | +#quick-links-sm > li > a{ | |
215 | + margin: 5px 0; | |
216 | + padding: 0 15px; | |
217 | + border-right: 1px solid #2c66ce; | |
218 | + text-decoration: none; | |
219 | +} | |
220 | + | |
221 | +#quick-links-sm li:last-child > a{ | |
222 | + padding-right: 5px; | |
223 | + border-right: none; | |
224 | +} | |
225 | + | |
226 | +#quick-links-sm a:hover{ | |
227 | + color: #03316f; | |
228 | + background: none; | |
229 | +} | ... | ... |
colab/static/img/brasil.png
colab/static/img/logo.svg
1 | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
2 | -<!-- Created with Inkscape (http://www.inkscape.org/) --> | |
3 | - | |
4 | -<svg | |
5 | - xmlns:dc="http://purl.org/dc/elements/1.1/" | |
6 | - xmlns:cc="http://creativecommons.org/ns#" | |
7 | - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
8 | - xmlns:svg="http://www.w3.org/2000/svg" | |
9 | - xmlns="http://www.w3.org/2000/svg" | |
10 | - version="1.1" | |
11 | - width="645.0506" | |
12 | - height="192.82056" | |
13 | - id="svg2"> | |
14 | - <defs | |
15 | - id="defs4" /> | |
16 | - <metadata | |
17 | - id="metadata7"> | |
18 | - <rdf:RDF> | |
19 | - <cc:Work | |
20 | - rdf:about=""> | |
21 | - <dc:format>image/svg+xml</dc:format> | |
22 | - <dc:type | |
23 | - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | |
24 | - <dc:title></dc:title> | |
25 | - </cc:Work> | |
26 | - </rdf:RDF> | |
27 | - </metadata> | |
28 | - <g | |
29 | - transform="translate(-58.02724,-191.19295)" | |
30 | - id="layer1"> | |
31 | - <path | |
32 | - d="m 63.02724,197.18097 0,154.59066 17.780425,0 1.96673,-0.52717 0,-78.99093 8.405162,0 0,78.03622 22.225453,0 0,-78.03622 5.92681,0 2.96343,0 0,78.53009 18.76816,0 0,-78.53009 6.23758,1.67135 0,76.85874 20.43302,0 0,-127.92007 32.10348,0 0,-26.6706 z" | |
33 | - id="path3078" | |
34 | - style="fill:#b9ce2a;fill-opacity:1;stroke:none" /> | |
35 | - <path | |
36 | - d="m 274.98763,378.02549 0,-154.59066 -17.78042,0 -1.96673,0.52717 0,78.99093 -8.40516,0 0,-78.03622 -22.22546,0 0,78.03622 -5.92681,0 -2.96343,0 0,-78.53009 -18.76815,0 0,78.53009 -6.23758,-1.67135 0,-76.85874 -20.43302,0 0,127.92007 -32.10349,0 0,26.6706 z" | |
37 | - id="path3108" | |
38 | - style="fill:#aabac3;fill-opacity:1;stroke:none" /> | |
39 | - <g | |
40 | - id="text3878" | |
41 | - style="font-size:141.21679688px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#595b5d;fill-opacity:0.90980392;stroke:none;font-family:Sans"> | |
42 | - <path | |
43 | - d="m 367.92842,326.69158 c -0.94152,15.72214 -8.75551,23.5832 -23.44199,23.5832 l -23.5832,0 c -6.40186,0 -11.95638,-2.30654 -16.66358,-6.91962 -4.6131,-4.61307 -6.91964,-10.1676 -6.91963,-16.66358 l 0,-58.74619 c -10e-6,-6.40174 2.25946,-11.90919 6.77841,-16.52237 4.61306,-4.70712 10.21465,-7.06073 16.8048,-7.06084 l 23.5832,0 c 14.78062,1.1e-4 22.59461,7.86117 23.44199,23.58321 l -11.72099,0 c -0.94152,-7.90805 -4.84851,-11.86212 -11.721,-11.86221 l -11.86221,0 c -3.20095,9e-5 -5.97822,1.1769 -8.33179,3.53042 -2.2595,2.25955 -3.38924,5.03681 -3.3892,8.33179 l 0,58.74619 c -4e-5,3.20093 1.1297,5.97819 3.3892,8.33179 2.35357,2.35362 5.13084,3.53043 8.33179,3.53042 l 11.86221,0 c 6.96663,1e-5 10.87363,-3.95406 11.721,-11.86221 l 11.72099,0" | |
44 | - id="path3015" | |
45 | - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" /> | |
46 | - <path | |
47 | - d="m 415.23164,267.94539 23.5832,0 c 6.40176,8e-5 11.90921,2.30662 16.52237,6.91962 4.613,4.61315 6.91954,10.1206 6.91962,16.52237 l 0,35.3042 c -8e-5,6.40184 -2.30662,11.95636 -6.91962,16.66358 -4.61316,4.61308 -10.12061,6.91962 -16.52237,6.91962 l -23.5832,0 c -6.40186,0 -11.95638,-2.30654 -16.66359,-6.91962 -4.61309,-4.61307 -6.91963,-10.1676 -6.91962,-16.66358 l 0,-35.3042 c -1e-5,-6.40177 2.30653,-11.90922 6.91962,-16.52237 4.70721,-4.613 10.26173,-6.91954 16.66359,-6.91962 m 0,23.44199 0,35.3042 c -4e-5,3.20093 1.12969,5.97819 3.3892,8.33179 2.35357,2.35362 5.13083,3.53043 8.33179,3.53042 3.29501,1e-5 6.07227,-1.1768 8.33179,-3.53042 2.35356,-2.3536 3.53036,-5.13086 3.53042,-8.33179 l 0,-35.3042 c -6e-5,-3.20086 -1.17686,-5.93104 -3.53042,-8.19058 -2.25952,-2.35354 -5.03678,-3.53035 -8.33179,-3.53042 -3.20096,7e-5 -5.97822,1.17688 -8.33179,3.53042 -2.25951,2.25954 -3.38924,4.98972 -3.3892,8.19058" | |
48 | - id="path3017" | |
49 | - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" /> | |
50 | - <path | |
51 | - d="m 485.97684,350.27478 0,-105.9126 23.5832,0 0,105.9126 -23.5832,0" | |
52 | - id="path3019" | |
53 | - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" /> | |
54 | - <path | |
55 | - d="m 580.30745,303.24959 0,-11.86221 c -6e-5,-3.20086 -1.17687,-5.93104 -3.53042,-8.19058 -2.25952,-2.35354 -5.03678,-3.53035 -8.33179,-3.53042 l -11.721,0 c -6.96672,7e-5 -10.87371,3.90707 -11.72099,11.721 l -11.86221,0 c 1.88288,-15.62792 9.74394,-23.44191 23.5832,-23.44199 l 23.58321,0 c 6.40176,8e-5 11.90921,2.30662 16.52236,6.91962 4.61301,4.61315 6.91954,10.1206 6.91963,16.52237 l 0,58.8874 -23.44199,0 0,-11.72099 c -0.94151,7.814 -4.89557,11.72099 -11.86221,11.72099 l -11.721,0 c -6.40185,0 -11.95638,-2.30654 -16.66358,-6.91962 -4.61309,-4.61307 -6.91963,-10.1676 -6.91962,-16.66358 l 0,0 c -10e-6,-6.4018 2.30653,-11.90925 6.91962,-16.52237 4.7072,-4.61304 10.26173,-6.91958 16.66358,-6.91962 l 23.58321,0 m 0,11.72099 -11.86221,0 c -3.20096,4e-5 -5.97822,1.17684 -8.33179,3.53042 -2.25951,2.2595 -3.38924,4.98969 -3.38921,8.19058 l 0,0 c -3e-5,3.20093 1.1297,5.97819 3.38921,8.33179 2.35357,2.35362 5.13083,3.53043 8.33179,3.53042 3.29501,1e-5 6.07227,-1.1768 8.33179,-3.53042 2.35355,-2.3536 3.53036,-5.13086 3.53042,-8.33179 l 0,-11.721" | |
56 | - id="path3021" | |
57 | - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" /> | |
58 | - <path | |
59 | - d="m 627.46944,350.27478 0,-105.9126 23.5832,0 0,35.3042 c 0.47069,-3.95399 1.69457,-6.87247 3.67164,-8.75544 1.97699,-1.97695 4.66011,-2.96547 8.04936,-2.96555 l 11.86221,0 c 6.40176,8e-5 11.90921,2.30662 16.52236,6.91962 4.61301,4.61315 6.91954,10.1206 6.91963,16.52237 l 0,35.3042 c -9e-5,6.40184 -2.30662,11.95636 -6.91963,16.66358 -4.61315,4.61308 -10.1206,6.91962 -16.52236,6.91962 l -47.16641,0 m 23.5832,-11.72099 11.721,0 c 3.29501,1e-5 6.07227,-1.1768 8.33179,-3.53042 2.35355,-2.3536 3.53036,-5.13086 3.53042,-8.33179 l 0,-35.3042 c -6e-5,-3.20086 -1.17687,-5.93104 -3.53042,-8.19058 -2.25952,-2.35354 -5.03678,-3.53035 -8.33179,-3.53042 -3.20096,7e-5 -5.97822,1.17688 -8.33179,3.53042 -2.25951,2.25954 -3.38924,4.98972 -3.38921,8.19058 l 0,47.16641" | |
60 | - id="path3023" | |
61 | - style="font-variant:normal;font-stretch:normal;fill:#595b5d;font-family:Silom;-inkscape-font-specification:Silom" /> | |
62 | - </g> | |
63 | - </g> | |
64 | -</svg> | |
1 | +<?xml version="1.0" encoding="utf-8"?> | |
2 | +<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |
3 | +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
4 | +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
5 | + width="752.21px" height="105px" viewBox="0 0 752.21 105" enable-background="new 0 0 752.21 105" xml:space="preserve"> | |
6 | +<line fill="none" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" x1="683.019" y1="21.68" x2="718.041" y2="21.64"/> | |
7 | +<line fill="none" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" x1="682.81" y1="21.83" x2="631.08" y2="13.32"/> | |
8 | +<line fill="none" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" x1="590.589" y1="30.33" x2="631.08" y2="13.32"/> | |
9 | +<path fill="#FF0066" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" d="M690.58,21.83c0,4.3-3.529,7.77-7.77,7.77 | |
10 | + c-4.23,0-7.77-3.47-7.77-7.77s3.539-7.77,7.77-7.77C687.05,14.06,690.58,17.53,690.58,21.83z"/> | |
11 | +<path fill="#CCFF00" stroke="#333333" stroke-width="2.0352" stroke-miterlimit="10" d="M642.861,13.32 | |
12 | + c0,6.52-5.371,11.79-11.781,11.79s-11.789-5.26-11.789-11.79c0-6.52,5.369-11.78,11.789-11.78 | |
13 | + C637.49,1.54,642.861,6.8,642.861,13.32z"/> | |
14 | +<path d="M26.6,76.141c0-3.99-1.32-5.48-9.86-7.671c-8.13-2.11-13.61-4.78-13.61-11.97c0-6.97,6.34-11.42,15.96-11.42 | |
15 | + c5.95,0,10.72,1.79,14.32,4.38l-3.21,4.851c-3.05-2.19-6.49-3.521-10.95-3.521c-6.42,0-8.7,1.96-8.7,5.24 | |
16 | + c0,3.439,2.5,4.7,10.57,6.97c7.91,2.189,13.22,4.62,13.22,12.59c0,9-8.61,12.6-17.61,12.6c-7.59,0-13.14-2.5-16.74-5.629l4-4.541 | |
17 | + C7.2,80.68,11.88,82.4,16.74,82.4C22.86,82.4,26.6,79.97,26.6,76.141z"/> | |
18 | +<path d="M64.79,45.08c11.74,0,17.93,8.45,17.93,21.52c0,12.75-6.35,21.601-18,21.601c-11.75,0-18.01-8.45-18.01-21.521 | |
19 | + C46.71,53.91,53.06,45.08,64.79,45.08z M64.79,50.86c-6.88,0-10.41,5-10.41,15.81c0,10.721,3.44,15.73,10.33,15.73 | |
20 | + s10.33-5,10.33-15.801C75.05,55.859,71.6,50.86,64.79,50.86z"/> | |
21 | +<path d="M130.89,30.83l-2.27,5.24c-2.66-1.18-5.71-1.72-8.84-1.72c-5.63,0-8.45,2.19-8.45,6.73v8.06h13.92l-0.78,5.56h-13.14v32.56 | |
22 | + h-7.21V54.7h-9.71v-5.56h9.71v-7.98c0-7.67,6.42-12.61,15.26-12.61C124,28.55,127.6,29.42,130.89,30.83z"/> | |
23 | +<path d="M220.97,87.26h-9.79L206.1,58.07h-0.31l-5.33,29.189h-9.55l-7.36-41.25h7.2l5.01,35.76h0.32l6.02-30.51h8.07l5.63,30.37 | |
24 | + h0.32l5.01-35.62h6.88L220.97,87.26z"/> | |
25 | +<path d="M269.62,77.939c0,3.291,1.01,4.541,3.29,5.24l-1.72,5.01c-3.68-0.47-6.58-2.109-7.83-5.789 | |
26 | + c-2.89,3.91-7.98,5.789-12.98,5.789c-8.3,0-13.62-5.09-13.62-12.75c0-8.539,7.12-13.299,19.64-13.299h6.03V58.93 | |
27 | + c0-5.789-3.61-7.979-9.63-7.979c-2.74,0-6.58,0.63-10.8,2.11l-1.88-5.32c5.09-1.88,9.71-2.66,13.78-2.66 | |
28 | + c10.49,0,15.73,5.08,15.73,13.46v19.399H269.62z M262.42,77.08V66.9h-5.64c-8.84,0-12.13,3.209-12.13,8.22 | |
29 | + c0,5.09,2.51,7.67,7.68,7.67C256.23,82.79,260.07,80.68,262.42,77.08z"/> | |
30 | +<path d="M313,87.26h-28.17V81.7h9.47V51.57h-9.47v-5.56h15.729l0.86,7.91c2.35-5.79,6.89-8.84,11.74-8.84 | |
31 | + c1.96,0,3.13,0.15,5.479,0.62l-1.33,7.13c-2.029-0.55-3.29-0.71-5.01-0.71c-5.16,0-9.39,5.239-10.8,10.95V81.7H313V87.26z"/> | |
32 | +<path d="M336.72,69.1c0.63,9.15,5.55,13.221,11.82,13.221c3.75,0,7.43-0.95,10.96-3.84l3.28,4.779c-3.84,3.04-9.07,4.93-14.4,4.93 | |
33 | + c-12.28,0-19.17-8.689-19.17-21.52c0-12.439,7.04-21.59,17.99-21.59c10.81,0,17.3,7.75,17.3,20.34c0,1.41-0.07,2.74-0.16,3.68 | |
34 | + H336.72z M336.72,63.78h20.82c-0.15-8.54-3.91-13-10.33-13C341.57,50.78,337.27,54.93,336.72,63.78z"/> | |
35 | +<path d="M392.611,84.28v19.02l-12.521,1.33V45.69h11.121l0.539,4.62c3.371-4.31,7.6-6.03,11.51-6.03 | |
36 | + c10.801,0,15.191,8.54,15.191,22.069c0,12.83-5.871,22.221-15.961,22.221C398.39,88.58,395.111,87.17,392.611,84.28z M405.509,66.51 | |
37 | + c0-10.33-2.35-12.99-6.34-12.99c-2.66,0-4.779,1.801-6.57,4.78v17.45c1.721,2.5,3.361,3.68,5.951,3.68 | |
38 | + C402.929,79.43,405.509,75.83,405.509,66.51z"/> | |
39 | +<path d="M439.82,45.69V74.1c0,3.99,1.57,5.24,4.16,5.24c2.5,0,5.24-1.72,6.961-4.46v-29.2h12.51v41.56H452.5l-0.549-4.86 | |
40 | + c-2.82,4.07-7.75,6.181-12.75,6.181c-8.07,0-11.9-5.011-11.9-12.91V45.69H439.82z M434.73,33.33l16.83-11.27l5.551,9.31 | |
41 | + l-18.621,8.29L434.73,33.33z"/> | |
42 | +<path d="M489.99,49.93c2.59-3.45,6.5-5.64,10.57-5.64c10.801,0,15.41,8.54,15.41,22.069c0,12.83-5.859,22.221-16.66,22.221 | |
43 | + c-4.15,0-7.82-1.79-10.25-5.08l-0.471,3.76H477.47V29.19l12.52-1.33V49.93L489.99,49.93z M503.07,66.51 | |
44 | + c0-10.33-2.58-12.99-6.51-12.99c-2.66,0-4.77,1.801-6.57,4.78v17.45c1.57,2.43,3.371,3.75,5.951,3.75 | |
45 | + C500.33,79.5,503.07,75.83,503.07,66.51z"/> | |
46 | +<path d="M544.64,74.18c0,3.28,2.029,4.54,5.32,4.54c2.109,0,4.15-0.54,5.869-1.26l2.971,8.37c-2.811,1.49-6.73,2.74-12.051,2.74 | |
47 | + c-10.25,0-14.629-6.26-14.629-16.04V37.71H519.91v-8.53h24.73V74.18L544.64,74.18z"/> | |
48 | +<path d="M605.73,87.26H570.9v-8.54h11.73v-24.5h-11.34v-8.53h23.879v33.03h10.561V87.26z M581.47,30.9c0-3.99,3.129-7.04,7.43-7.04 | |
49 | + c4.311,0,7.439,3.05,7.439,7.04c0,3.99-3.129,7.04-7.439,7.04C584.599,37.95,581.47,34.89,581.47,30.9z"/> | |
50 | +<path d="M647.05,75.59l5.641,7.98c-3.922,3.13-9.311,5.01-15.422,5.01c-13.539,0-21.59-8.83-21.59-21.83s8.371-22.46,21.75-22.46 | |
51 | + c6.34,0,11.262,1.88,15.262,5.24l-5.4,7.52c-2.811-2.2-6.18-3.13-9.08-3.13c-5.551,0-9.391,3.52-9.391,12.84 | |
52 | + c0,9.15,4.15,11.971,9.391,11.971C641.041,78.72,644.16,77.79,647.05,75.59z"/> | |
53 | +<path d="M701.541,66.359c0,13.921-7.521,22.221-20.26,22.221C668.519,88.58,661,80.45,661,66.439 | |
54 | + c0-13.229,7.531-22.149,20.281-22.149C694.099,44.29,701.541,53.05,701.541,66.359z M673.91,66.439c0,9.15,2.34,12.99,7.359,12.99 | |
55 | + c5,0,7.352-3.84,7.352-13.06c0-8.931-2.34-12.84-7.352-12.84C676.25,53.52,673.91,57.439,673.91,66.439z"/> | |
56 | +<path d="M171.03,85.141c-2.89,1.869-7.28,3.049-11.35,3.049c-9.08,0-14.08-5.239-14.08-12.75V54.73h-9.4v-5.48h9.4V36.7l7.2-0.86 | |
57 | + v13.42h14.17l-0.87,5.48h-13.3v20.619c0,4.621,2.19,6.891,7.67,6.891c3.05,0,5.72-0.78,7.83-2.04L171.03,85.141z"/> | |
58 | +<path d="M737.871,31.54v-9.3h-2.631c-0.76,0-1.35,0.1-1.779,0.31c-0.42,0.21-0.861,0.6-1.311,1.2c-0.449,0.59-1.119,1.74-2.01,3.45 | |
59 | + l-2.291,4.36h-2.859l3-5.7c0.51-0.98,1.109-1.87,1.791-2.67c0.33-0.39,0.818-0.78,1.459-1.16c-1.57-0.271-2.77-0.89-3.59-1.87 | |
60 | + s-1.24-2.26-1.24-3.84c0-1.2,0.24-2.25,0.73-3.16c0.49-0.91,1.109-1.56,1.869-1.95s1.93-0.59,3.521-0.59h7.619v20.95h-2.279V31.54z | |
61 | + M737.871,12.91h-5.43c-1.221,0-2.141,0.3-2.762,0.91c-0.619,0.61-0.93,1.44-0.93,2.49c0,0.73,0.16,1.38,0.49,1.93 | |
62 | + c0.32,0.55,0.76,0.96,1.311,1.21c0.549,0.26,1.359,0.39,2.43,0.39h4.891V12.91z"/> | |
63 | +<path d="M734.191,4.02c-9.691,0-17.541,7.85-17.541,17.54s7.85,17.54,17.541,17.54c9.689,0,17.539-7.85,17.539-17.54 | |
64 | + S743.88,4.02,734.191,4.02z M734.191,36.47c-8.24,0-14.922-6.68-14.922-14.92c0-8.24,6.682-14.92,14.922-14.92 | |
65 | + c8.238,0,14.92,6.68,14.92,14.92C749.111,29.8,742.429,36.47,734.191,36.47z"/> | |
66 | +</svg> | ... | ... |
colab/templates/footer.html
1 | 1 | {% load i18n browserid conversejs gravatar proxy %} |
2 | 2 | {% load static from staticfiles %} |
3 | 3 | |
4 | -<div class="row footer-gov"> | |
5 | - | |
4 | +<footer> | |
5 | +<div class="row"> | |
6 | + <div class="container"> | |
7 | + <div class="pull-right go-top"> | |
8 | + <a href="#header"><i class="icon-chevron-up"></i>{% trans "Back to top" %}</a> | |
9 | + </div> | |
10 | + </div> | |
6 | 11 | <div class="col-lg-12 footer-content"> |
7 | 12 | <div class="container"> |
8 | 13 | <div class="row"> |
9 | - <div class="col-md-2 col-md-offset-1 footer-links"> | |
10 | - <h2>Assuntos</h2> | |
11 | - <ul class="nav"> | |
12 | - <li><a href="http://www.softwarepublico.gov.br/O_que_e_o_SPB" title="SPB">SPB</a></li> | |
13 | - <li><a href="http://pagina.softwarepublico.gov.br/sisp" title="SISP-SPB">SISP-SPB </a></li> | |
14 | - <li><a href="http://www.softwarepublico.gov.br/5cqualibr/avaliaspb/wiki/Sobre" title="AvaliaSPB">AvaliaSPB</a></li> | |
15 | - <li><a href="http://www.softwarepublico.gov.br/4cmbr/xowiki/Principal" title="4CMBr">4CMBr</a></li> | |
16 | - <li><a href="http://www.softwarepublico.gov.br/5cqualibr/xowiki/" title="5cQualiBr" href="#">5cQualiBr</a></li> | |
17 | - </ul> | |
18 | - </div> | |
19 | - <div class="col-md-2 footer-links"> | |
20 | - <h2>Serviços</h2> | |
21 | - <ul class="nav"> | |
22 | - <li class="portalservicos-item"> | |
23 | - <a title="Perguntas frequentes" href="#">Perguntas frequentes</a> | |
24 | - </li> | |
25 | - <li class="portalservicos-item"> | |
26 | - <a title="Contato" href="#">Contato</a> | |
27 | - </li> | |
28 | - <li class="portalservicos-item"> | |
29 | - <a title="Serviços da [Denominação]" href="#">Serviços da [Denominação]</a> | |
30 | - </li> | |
31 | - <li class="portalservicos-item"> | |
32 | - <a title="Dados abertos" href="#">Dados abertos</a> | |
33 | - </li> | |
34 | - <li class="portalservicos-item"> | |
35 | - <a title="Área de imprensa" href="#">Área de imprensa</a> | |
36 | - </li> | |
37 | - </ul> | |
38 | - </div> | |
39 | - <div class="col-md-2 footer-links"> | |
40 | - <h2>Redes Sociais</h2> | |
41 | - <ul class="nav"> | |
42 | - <li class="portalredes-item"><a title="Twitter" href="https://twitter.com/twitter"> | |
43 | - Twitter</a> | |
44 | - </li> | |
45 | - <li class="portalredes-item"><a title="YouTube" href="http://youtube.com/youtube"> | |
46 | - Youtube</a> | |
47 | - </li> | |
48 | - <li class="portalredes-item"><a title="Facebook" href="http://facebook.com/facebook"> | |
49 | - Facebook</a> | |
50 | - </li> | |
51 | - <li class="portalredes-item"><a title="Flickr" href="http://flickr.com/flickr"> | |
52 | - Flickr</a> | |
53 | - </li> | |
54 | - </ul> | |
55 | - </div> | |
56 | - <div class="col-md-2 footer-links"> | |
57 | - <h2>RSS</h2> | |
58 | - <ul class="nav"> | |
59 | - <li><a href="#" title="O que é?">O que é?</a></li> | |
60 | - <li><a href="#" title="Assine">Assine</a></li> | |
61 | - </ul> | |
62 | - </div> | |
63 | - <div class="col-md-2 footer-links"> | |
64 | - <h2>Navegação</h2> | |
65 | - <ul class="nav"> | |
66 | - <li><a href="#">Acessibilidade</a></li> | |
67 | - <li><a href="#">Mapa do site</a></li> | |
68 | - <li><a href="#">Versión en Español</a></li> | |
69 | - <li><a href="#">English version</a></li> | |
70 | - </ul> | |
71 | - </div> | |
14 | + <dl class="col-md-3 col-md-offset-1 footer-links"> | |
15 | + <dt>{% trans "Topics" %}</dt> | |
16 | + <dd><a href="http://www.softwarepublico.gov.br/O_que_e_o_SPB" title="SPB">{% trans "SPB" %}</a></dd> | |
17 | + <dd><a href="http://pagina.softwarepublico.gov.br/sisp" title="SISP-SPB">{% trans "SISP-SPB" %}</a></dd> | |
18 | + <dd><a href="http://www.softwarepublico.gov.br/5cqualibr/avaliaspb/wiki/Sobre" title="AvaliaSPB">{% trans "AvaliaSPB" %}</a></dd> | |
19 | + <dd><a href="http://www.softwarepublico.gov.br/4cmbr/xowiki/Principal" title="4CMBr">4CMBr</a></dd> | |
20 | + <dd><a href="http://www.softwarepublico.gov.br/5cqualibr/xowiki/" title="5cQualiBr" href="#">{% trans "5cQualiBr" %}</a></dd> | |
21 | + </dl> | |
22 | + <dl class="col-md-3 footer-links"> | |
23 | + <dt>{% trans "Services" %}</dt> | |
24 | + <dd class="portalservicos-item"> | |
25 | + <a title="Perguntas frequentes" href="#">{% trans "Frequently Asked Questions" %}</a> | |
26 | + </dd> | |
27 | + <dd class="portalservicos-item"> | |
28 | + <a title="Contato" href="#">{% trans "Contact" %}</a> | |
29 | + </dd> | |
30 | + <dd class="portalservicos-item"> | |
31 | + <a title="Serviços da [Denominação]" href="#">{% trans " [Denomination's] services" %}</a> | |
32 | + </dd> | |
33 | + <dd class="portalservicos-item"> | |
34 | + <a title="Dados abertos" href="#">{% trans "Open data" %}</a> | |
35 | + </dd> | |
36 | + <dd class="portalservicos-item"> | |
37 | + <a title="Área de imprensa" href="#">{% trans "Press area" %}</a> | |
38 | + </dd> | |
39 | + </dl> | |
40 | + <dl class="col-md-3 footer-links"> | |
41 | + <dt>RSS</dt> | |
42 | + <dd><a href="#" title="O que é?">{% trans "What is it?" %}</a></dd> | |
43 | + <dd><a href="#" title="Assine">{% trans "Subscribe" %}</a></dd> | |
44 | + </dl> | |
45 | + <dl class="col-md-3 footer-links"> | |
46 | + <dt>{% trans "Navigation" %}</dt> | |
47 | + <dd><a href="#">{% trans "Accessibility" %}</a></dd> | |
48 | + <dd><a href="#">{% trans "Site map" %}</a></dd> | |
49 | + <dd><a href="#">Versión en Español</a></dd> | |
50 | + <dd><a href="#">English version</a></dd> | |
51 | + </dl> | |
72 | 52 | </div> |
73 | 53 | </div> |
74 | 54 | </div> |
75 | - | |
76 | - <div class="row footer-logos"> | |
55 | + <div class="row footer-gov"> | |
77 | 56 | <div class="container"> |
78 | - <div class="col-md-8"> | |
79 | - <a class="logo-acesso" href="http://www.acessoainformacao.gov.br/" target="_blank"><span>Acesso a Informação</span></a> | |
57 | + <div class="col-md-7"> | |
58 | + <a class="logo-acesso" href="http://www.acessoainformacao.gov.br/" target="_blank"><img class="img-responsive pull-left" src="{% static 'img/acesso-a-informacao.png' %}" ><span>{% trans "Information access" %}</span></a> | |
80 | 59 | </div> |
81 | - <div class="col-md-4 institucionais"> | |
82 | - <a class="logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><span>Secretaria-geral da Presidência da República</span></a> | |
83 | - <a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><span>Brasil - Governo Federal</span></a> | |
60 | + <div class="col-md-5 institucionais"> | |
61 | + <a class="logo-sgpr" href="http://www.secretariageral.gov.br/" target="_blank"><img class="img-responsive" src="{% static 'img/sgpr.png' %}" ><span>{% trans "Republic Presidency General Secretary" %}<a class="logo-brasil" href="http://www.brasil.gov.br/" target="_blank"><img class="img-responsive" src="{% static 'img/brasil.png' %}" ><span>{% trans "Brazil - Federal Government" %}</span></a> | |
84 | 62 | </div> |
85 | 63 | </div> |
86 | 64 | </div> |
87 | - | |
88 | - <div class="footer row col-lg-12"> | |
89 | - {% if user.is_staff %} | |
90 | - <p class="col-lg-12 text-center">{% trans "Last email imported at" %} {{ last_imported_message.received_time|date:'DATETIME_FORMAT' }}</p> | |
91 | - {% endif %} | |
92 | - <p class="col-lg-12 text-center"> | |
93 | - <a href="{% url 'opendata' %}"><img src="{% static 'img/opendata3.png' %}"/></a> | |
94 | - <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR"><img src="{% static 'img/cc_by_sa.png' %}"/></a> | |
95 | - </p> | |
96 | - <p class="col-lg-12 text-center"> | |
97 | - {% trans "The contents of this site is published under license" %}: | |
98 | - <br> | |
99 | - <a href="http://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR"> | |
100 | - {% trans "Creative Commons 4.0 Brasil - Atribuir Fonte - Compartilhar Igual" %}. | |
101 | - </a> | |
102 | - </p> | |
103 | - </div> | |
104 | - | |
105 | - | |
106 | -</div> | |
65 | +</footer> | ... | ... |
colab/templates/header.html
1 | 1 | {% load i18n browserid conversejs gravatar proxy %} |
2 | 2 | {% load static from staticfiles %} |
3 | 3 | |
4 | -<nav class="navbar navbar-default navbar-fixed-top" role="navigation"> | |
5 | - <div class="container"> | |
6 | - <div class="navbar-header"> | |
7 | - | |
8 | - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main"> | |
9 | - <span class="sr-only">Toggle navigation</span> | |
10 | - <span class="icon-bar"></span> | |
11 | - <span class="icon-bar"></span> | |
12 | - <span class="icon-bar"></span> | |
13 | - <span class="icon-bar"></span> | |
14 | - </button> | |
15 | - <a class="navbar-brand" href="/"><img alt="Colab" src="{% static 'img/logo.svg' %}"></a> | |
16 | - </div> | |
17 | - <div class="collapse navbar-collapse navbar-main"> | |
18 | - <ul class="nav navbar-nav"> | |
19 | - | |
20 | - <li> | |
21 | - <a href="{% url 'thread_list' %}">{% trans "Groups" %}</a> | |
22 | - </li> | |
23 | - | |
24 | - {% proxy_menu %} | |
25 | - | |
26 | - <li class="hidden-lg hidden-md"> | |
27 | - <a href="{% url 'haystack_search' %}?q=">{% trans "Search" %}</a> | |
28 | - </li> | |
29 | - </ul> | |
30 | - | |
31 | - <ul class="nav navbar-nav navbar-right"> | |
32 | - {% if not user.is_authenticated %} | |
33 | - | |
34 | - <li class="dropdown hidden-xs hidden-lg"> | |
35 | - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Acesso <b class="caret"></b></a> | |
36 | - <ul class="dropdown-menu"> | |
4 | +<header> | |
5 | +<div class="navbar navbar-static-top"> | |
6 | +<!-- begin of barra-brasil --> | |
7 | +<div id="barra-brasil"> | |
8 | + <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Portal do Governo Brasileiro</a> | |
9 | +</div> | |
10 | +<script src="http://barra.brasil.gov.br/barra.js" type="text/javascript" defer async></script> | |
11 | +<!-- end of barra-brasil --> | |
12 | + <div id="first-nav"> | |
13 | + <div class="container"> | |
14 | + <div class="row"> | |
15 | + <div class="col-md-12"> | |
16 | + <ul id="accessibility" class="nav navbar-nav hidden-xs hidden-sm"> | |
17 | + <li> | |
18 | + <a id="link-conteudo" href="#main-content" accesskey="1">Ir para o conteúdo <span class="label label-primary">1</span></a> | |
19 | + </li> | |
20 | + <li> | |
21 | + <a id="link-navegacao" href="#menu-spb" accesskey="2">Ir para o menu <span class="label label-primary">2</span></a> | |
22 | + </li> | |
23 | + <li> <a id="link-buscar" accesskey="3" href="#header-searchbox" title="Ir para a busca"> Ir para a busca <span class="label label-primary">3</span></a> | |
24 | + </li> | |
25 | + <li> | |
26 | + <a id="link-rodape" href="#footer" accesskey="4">Ir para o rodapé <span class="label label-primary">4</span></a> | |
27 | + </li> | |
28 | + </ul> <!-- end of accesskeys --> | |
29 | + <ul id="portal-siteactions" class="nav navbar-nav navbar-right"> | |
30 | + <li id="siteaction-accessibility"> | |
31 | + <a href="/software-publico-brasileiro/acessibilidade"><span>Acessibilidade</span></a> | |
32 | + </li> | |
33 | + <li id="siteaction-contraste"> | |
34 | + <a href="#"><span>Alto Contraste</span></a> | |
35 | + </li> | |
36 | + <li id="siteaction-mapadosite"> | |
37 | + <a href="/search"><span>Mapa do Site</span></a> | |
38 | + </li> | |
39 | + <!-- begin of user-menu --> | |
40 | + {% if not user.is_authenticated %} | |
41 | + <li class="dropdown hidden-xs hidden-lg"> | |
42 | + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Acesso <b class="caret"></b></a> | |
43 | + <ul class="dropdown-menu"> | |
37 | 44 | {% trans 'Login' as login_text %} |
38 | - {% if BROWSERID_ENABLED %} | |
45 | + {% if BROWSERID_ENABLED %} | |
39 | 46 | <li>{% browserid_login text=login_text %}</li> |
40 | 47 | {% else %} |
41 | 48 | <li><a href="{% url 'signup' %}">{% trans "Register" %}</a></li> |
42 | 49 | <li><a href="{% url 'login' %}">{% trans "Login" %}</a></li> |
43 | 50 | {% endif %} |
44 | - </ul> | |
45 | - </li> | |
46 | - {% trans 'Login' as login_text %} | |
47 | - {% if BROWSERID_ENABLED %} | |
51 | + </ul> | |
52 | + </li> | |
53 | + {% trans 'Login' as login_text %} | |
54 | + {% if BROWSERID_ENABLED %} | |
48 | 55 | <li class="visible-xs hidden-sm hidden-md">{% browserid_login text=login_text %}</li> |
49 | - {% else %} | |
56 | + {% else %} | |
50 | 57 | <li class="visible-xs hidden-sm hidden-md"><a href="{% url 'signup' %}">{% trans "Register" %}</a></li> |
51 | 58 | <li class="visible-xs hidden-sm hidden-md"><a href="{% url 'login' %}">{% trans "Login" %}</a></li> |
52 | - {% endif %} | |
53 | - {% else %} | |
54 | - <li id="user-menu" class="dropdown"> | |
55 | - <a href="#" class="dropdown-toggle user" data-toggle="dropdown">{% gravatar user.email 40 %} <b class="caret"></b> </a> | |
56 | - <ul class="dropdown-menu" role="menu"> | |
57 | - <li> | |
58 | - <div class="wrapper"> | |
59 | - <div class="thumbnail">{% gravatar user.email 100 %}</div> | |
60 | - <div class="user-info"> | |
61 | - <span><b>{{ user.get_full_name }}</b></span> | |
62 | - <span class="quiet">{{ user.email }}</span> | |
63 | - </div> | |
64 | - <div> | |
65 | - <a class="btn btn-info pull-left" href="{% url 'user_profile' user.username %}">{% trans "My Profile" %}</a> | |
66 | - {% trans 'Logout' as logout_text %} | |
67 | - {% if BROWSERID_ENABLED %} | |
68 | - {% browserid_logout text=logout_text link_class='btn btn-default pull-right' %} | |
69 | - {% else %} | |
70 | - <a class="btn btn-default pull-right" href="{% url 'logout' %}"> {% trans "Logout" %}</a> | |
71 | - {% endif %} | |
59 | + {% endif %} | |
60 | + {% else %} | |
61 | + <li id="user-menu" class="dropdown"> | |
62 | + <a href="#" class="dropdown-toggle user" data-toggle="dropdown">{% gravatar user.email 40 %} <b class="caret"></b> </a> | |
63 | + <ul class="dropdown-menu" role="menu"> | |
64 | + <li> | |
65 | + <div class="wrapper"> | |
66 | + <div class="thumbnail">{% gravatar user.email 100 %}</div> | |
67 | + <div class="user-info"> | |
68 | + <span><b>{{ user.get_full_name }}</b></span> | |
69 | + <span class="quiet">{{ user.email }}</span> | |
70 | + </div> | |
71 | + <div> | |
72 | + <a class="btn btn-info pull-left" href="{% url 'user_profile' user.username %}">{% trans "My Profile" %}</a> | |
73 | + {% trans 'Logout' as logout_text %} | |
74 | + {% if BROWSERID_ENABLED %} | |
75 | + {% browserid_logout text=logout_text link_class='btn btn-default pull-right' %} | |
76 | + {% else %} | |
77 | + <a class="btn btn-default pull-right" href="{% url 'logout' %}"> {% trans "Logout" %}</a> {% endif %} | |
78 | + </div> | |
72 | 79 | </div> |
73 | - </div> | |
74 | - </li> | |
75 | - </ul> | |
76 | - </li> | |
77 | - {% endif %} | |
78 | - </ul> | |
79 | - | |
80 | - <form action="{% url 'haystack_search' %}" method="GET" id="search-form" class="navbar-form navbar-right hidden-xs hidden-sm" role="search"> | |
81 | - <div class="form-group"> | |
82 | - <label class="sr-only" for="header-searchbox">{% trans 'Search here...' %}</label> | |
83 | - <input name="q" id="header-searchbox" | |
84 | - class="form-control" value="{{ request.GET.q }}" | |
85 | - type="search" placeholder="{% trans 'Search here...' %}" /> | |
80 | + </li> | |
81 | + </ul> | |
82 | + </li> <!-- end of user-menu --> | |
83 | + {% endif %} | |
84 | + </ul> | |
85 | + </div> | |
86 | + </div> <!-- end of access-menu --> | |
87 | + <div class="row" id="spb-logo-search"> | |
88 | + <div class="col-md-6 logo-box"> | |
89 | + <div id="logo"> | |
90 | + <a href="#" id="portal-logo"> | |
91 | + <img class="img-responsive pull-left" src="{% static 'img/logo.svg' %}" /> | |
92 | + </a> | |
93 | + </div> | |
86 | 94 | </div> |
87 | - <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button> | |
88 | - </form> | |
95 | + <div class="col-md-6"> | |
96 | + <div class="input-group box-search navbar-right"> | |
97 | + <form action="{% url 'haystack_search' %}" method="GET" id="search-form" class="navbar-form" role="search"> | |
98 | + <div class="form-group"> | |
99 | + <label class="sr-only" for="header-searchbox">{% trans 'Search...' %}</label> | |
100 | + <input name="q" id="header-searchbox" | |
101 | + class="form-control" value="{{ request.GET.q }}" | |
102 | + type="search" placeholder="{% trans 'Search...' %}" /> | |
103 | + </div> | |
104 | + <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button> | |
105 | + </form> | |
106 | + </div> | |
107 | + </div> | |
108 | + </div> | |
89 | 109 | </div> |
110 | + </div><!-- end of first-nav --> | |
111 | + <div id="second-nav"> | |
112 | + <div class="container"> | |
113 | + <div class="row"> | |
114 | + <ul id="quick-links-sm" class="hidden-md hidden-lg"> | |
115 | + <li id="link-faq"> | |
116 | + <a href="/ajuda/ajuda/duvidas-frequentes">Perguntas frequentes</a> | |
117 | + </li> | |
118 | + <li id="link-contact"> | |
119 | + <a href="/contact/portal/new">Contato</a> | |
120 | + </li> | |
121 | + </ul> | |
122 | + <div class="navbar-header logo"> | |
123 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | |
124 | + <span class="icon-bar"></span> | |
125 | + <span class="icon-bar"></span> | |
126 | + <span class="icon-bar"></span> | |
127 | + </button> | |
128 | + </div> | |
129 | + <ul id="menu-spb" class="nav navbar-nav navbar-collapse collapse "> | |
130 | + <li> | |
131 | + <a href="{% url 'thread_list' %}">{% trans "Groups" %}</a> | |
132 | + </li> | |
133 | + {% proxy_menu %} | |
134 | + </ul> | |
135 | + <ul id="quick-links" class="nav navbar-nav navbar-right hidden-xs hidden-sm"> | |
136 | + <li id="link-faq"> | |
137 | + <a href="/ajuda/ajuda/duvidas-frequentes">Perguntas frequentes</a> | |
138 | + </li> | |
139 | + <li id="link-contact"> | |
140 | + <a href="/contact/portal/new">Contato</a> | |
141 | + </li> | |
142 | + </ul> | |
143 | + </div> | |
144 | + </div> | |
90 | 145 | </div> |
91 | -</nav> | |
146 | +</div> | |
147 | +</header> | |
92 | 148 | ... | ... |