Commit cc316fdc92ececa96231442547df406c84a9cbe2
1 parent
975af34e
Exists in
master
Inserindo alteracao no topo.php restrito
Showing
2 changed files
with
18 additions
and
4 deletions
Show diff stats
index/index.php
... | ... | @@ -98,7 +98,7 @@ include("../inc/topo.php"); |
98 | 98 | <td colspan="2" align="right"> |
99 | 99 | <br> |
100 | 100 | <img src="../inc/captcha.php?l=150&a=50&tf=20&ql=5" id="imgcaptcha"> |
101 | - <img src="../img/refresh.gif" title="Clique aqui para recarregar a imagem" alt="Clique aqui para recarregar a imagem" onclick="getElementById('imgcaptcha').src ='../inc/captcha.php?l=150&a=50&tf=20&ql=5';"> | |
101 | + <img src="../img/refresh.gif" title="Clique aqui para recarregar a imagem" alt="Clique aqui para recarregar a imagem"onclick="getElementById('imgcaptcha').src ='../inc/captcha.php?l=150&a=50&tf=20&ql=5';"> | |
102 | 102 | <br><span class="labelLogin">Informe o código acima:</span><br><input type="text" name="palavra" /> |
103 | 103 | </td> |
104 | 104 | </tr> | ... | ... |
restrito/inc/topo.php
... | ... | @@ -14,11 +14,25 @@ require_once("config.php"); |
14 | 14 | <html> |
15 | 15 | <head> |
16 | 16 | <title>e-SIC Livre - Area Restrita</title> |
17 | - <!-- CSS --> | |
17 | + | |
18 | + <!-- CSS --> | |
18 | 19 | <meta name="verify-v1" content="miqBcW00PywY1Jm7/yQP8ztDacIWFV9gQRTCmHuai9w=" /> |
19 | 20 | <!-- TAG PARA O GOOGLEBOT --> |
20 | - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
21 | - <title>Lei de Acesso</title> | |
21 | + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> | |
22 | + <meta charset="utf-8"> | |
23 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
24 | + <meta name="viewport" content="width=device-width, initial-scale=1"> | |
25 | + <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
26 | + | |
27 | + <link href="css/bootstrap.min.css" rel="stylesheet"> | |
28 | + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | |
29 | + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
30 | + <!--[if lt IE 9]> | |
31 | + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | |
32 | + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
33 | + <![endif]--> | |
34 | + | |
35 | + <title>Lei de Acesso</title> | |
22 | 36 | |
23 | 37 | <meta name="resource-type" content="document" /> |
24 | 38 | <meta http-equiv="pragma" content="no-cache" /> | ... | ... |