Commit d0a893149e802853e8b7f8a738d642d98b49404d
1 parent
cf2f8391
Exists in
master
adicionado o link de atualizacao da barra
Showing
2 changed files
with
15 additions
and
8 deletions
Show diff stats
atualize.html
... | ... | @@ -24,10 +24,12 @@ |
24 | 24 | </head> |
25 | 25 | <body> |
26 | 26 | |
27 | - <div id="barra-brasil"> | |
28 | - <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> | |
29 | - </div> | |
30 | - <script id="teste" src="http://barra.brasil.gov.br/barra.js?cor=azul" type="text/javascript"></script> | |
27 | +<div id="barra-brasil" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px;display:block;"> | |
28 | + <ul id="menu-barra-temp" style="list-style:none;"> | |
29 | + <li style="display:inline; float:left;padding-right:10px; margin-right:10px; border-right:1px solid #EDEDED"><a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a><br/></li> | |
30 | + <li><a style="font-family:sans,sans-serif; text-decoration:none; color:white;" href="http://epwg.governoeletronico.gov.br/barra/atualize.html">Atualize sua Barra de Governo</a></li> | |
31 | + </ul> | |
32 | + </div> | |
31 | 33 | |
32 | 34 | <div id="acessibilidade"> |
33 | 35 | |
... | ... | @@ -89,5 +91,6 @@ |
89 | 91 | <div class="clear"></div> |
90 | 92 | </div> |
91 | 93 | </div> |
94 | + <script id="teste" src="http://barra.brasil.gov.br/barra.js?cor=azul" type="text/javascript"></script> | |
92 | 95 | </body> |
93 | 96 | </html> | ... | ... |
index.html
... | ... | @@ -24,10 +24,12 @@ |
24 | 24 | </head> |
25 | 25 | <body> |
26 | 26 | |
27 | - <div id="barra-brasil"> | |
28 | - <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> | |
29 | - </div> | |
30 | - <script id="teste" src="http://barra.brasil.gov.br/barra.js?cor=azul" type="text/javascript"></script> | |
27 | + <div id="barra-brasil" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px;display:block;"> | |
28 | + <ul id="menu-barra-temp" style="list-style:none;"> | |
29 | + <li style="display:inline; float:left;padding-right:10px; margin-right:10px; border-right:1px solid #EDEDED"><a href="http://brasil.gov.br" style="font-family:sans,sans-serif; text-decoration:none; color:white;">Portal do Governo Brasileiro</a><br/></li> | |
30 | + <li><a style="font-family:sans,sans-serif; text-decoration:none; color:white;" href="http://epwg.governoeletronico.gov.br/barra/atualize.html">Atualize sua Barra de Governo</a></li> | |
31 | + </ul> | |
32 | + </div> | |
31 | 33 | |
32 | 34 | <div id="acessibilidade"> |
33 | 35 | |
... | ... | @@ -114,5 +116,7 @@ |
114 | 116 | <div class="clear"></div> |
115 | 117 | </div> |
116 | 118 | </div> |
119 | + <script id="teste" src="http://barra.brasil.gov.br/barra.js?cor=azul" type="text/javascript"></script> | |
120 | + | |
117 | 121 | </body> |
118 | 122 | </html> | ... | ... |