Commit d99d988d1100592a5a24b42fa1fe887590f856d9

Authored by Greyce Medeiros
1 parent bc180b66
Exists in master

Alteracao do topo.php e index.php - Responsivo

Showing 2 changed files with 17 additions and 0 deletions   Show diff stats
inc/topo.php
... ... @@ -19,6 +19,18 @@ include("config.php");
19 19 <meta name="verify-v1" content="miqBcW00PywY1Jm7/yQP8ztDacIWFV9gQRTCmHuai9w=" />
20 20 <!-- TAG PARA O GOOGLEBOT -->
21 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]-->
22 34  
23 35  
24 36 <meta name="E-Sic Livre" content="Portal da Prefeitura Municipal do Natal - SEMPLA - Secretaria de Planejamento, Orçamento e Finanças" />
... ...
restrito/index/index.php
... ... @@ -65,6 +65,11 @@ include(&quot;../inc/topo.php&quot;);
65 65 <div id="banner">
66 66 <img src="../css/img/sic.png" />
67 67 </div>
  68 +
  69 + <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  70 + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  71 + <!-- Include all compiled plugins (below), or include individual files as needed -->
  72 + <script src="js/bootstrap.min.js"></script>
68 73  
69 74 <?php if (empty($_SESSION[SISTEMA_CODIGO])) { ?>
70 75 <div id="login">
... ...