Commit 93cc47bed2fd327c1e6582c74634defa2fe947cb

Authored by Edmar Moretti
1 parent dd65150e

Correção no rodapé da página principal

Showing 1 changed file with 43 additions and 40 deletions   Show diff stats
init/index.php
... ... @@ -102,33 +102,33 @@ include "head.php";
102 102 <div class="cartao {{{fa}}} col-xs-12 center-block"
103 103 style="width: 260px; min-width: 260px; max-width: 260px;">
104 104 <div class="panel panel-default">
105   - <div class="panel-body" >
106   - <div class="thumbnail" role="button" style="height: 90px;" >
107   - <a target="{{{target}}}" href="{{{href}}}">
108   - <img class="img-rounded" style="height: 100%; width: 100%" src="imagens/{{{img}}}" />
  105 + <div class="panel-body">
  106 + <div class="thumbnail" role="button" style="height: 90px;">
  107 + <a target="{{{target}}}" href="{{{href}}}"> <img class="img-rounded"
  108 + style="height: 100%; width: 100%" src="imagens/{{{img}}}" />
109 109 </a>
110 110 </div>
111   - <h4 style="height:40px;">{{{titulo}}}</h4>
112   -
113   - <h5 class="hidden-xs" style="height: 100px;">{{{subtitulo}}}</h5>
  111 + <h4 style="height: 40px;">{{{titulo}}}</h4>
  112 + <h5 class="hidden-xs" style="height: 100px;">{{{subtitulo}}}</h5>
114 113  
115 114 </div>
116 115 <div class="panel-footer text-right"
117 116 style="padding: 0px; padding-right: 15px; border: 0px; background-color: white;">
118 117 <div class="row center-block">
119   - <div class="col-xs-6" style="line-height: 3.5;text-align: left;">
120   - <a role="button" data-toggle="quadroQrcode" data-url="{{{href}}}" class="btn btn-primary btn-fab btn-fab-mini" href="#"> <span
121   - class="glyphicon glyphicon-qrcode" aria-hidden="true"></span>
122   - </a>
  118 + <div class="col-xs-6" style="line-height: 3.5; text-align: left;">
  119 + <a role="button" data-toggle="quadroQrcode" data-url="{{{href}}}"
  120 + class="btn btn-primary btn-fab btn-fab-mini" href="#"> <span
  121 + class="glyphicon glyphicon-qrcode" aria-hidden="true"></span>
  122 + </a>
123 123  
124   - <button onclick="favorita(this);return false;" class="btn btn-primary btn-fab btn-fab-mini"> <span
125   - data-cookie="{{{img}}}" class="glyphicon glyphicon-star" aria-hidden="true"></span>
126   - </button>
  124 + <button onclick="favorita(this);return false;" class="btn btn-primary btn-fab btn-fab-mini">
  125 + <span data-cookie="{{{img}}}" class="glyphicon glyphicon-star" aria-hidden="true"></span>
  126 + </button>
  127 + </div>
  128 + <div class="col-xs-6">
  129 + <a class="btn btn-primary" href="{{{href}}}" role="button" target="{{{target}}}">
  130 + {{{abrir}}} </a>
127 131 </div>
128   - <div class="col-xs-6" >
129   - <a class="btn btn-primary" href="{{{href}}}" role="button" target="{{{target}}}">
130   - {{{abrir}}} </a>
131   - </div>
132 132  
133 133 </div>
134 134 </div>
... ... @@ -139,7 +139,7 @@ include &quot;head.php&quot;;
139 139 style="width: 260px; min-width: 260px; max-width: 260px;">
140 140 <div class="panel panel-default">
141 141 <div class="panel-body">
142   - <a class="twitter-timeline tline" href="" data-widget-id="288061915689787392" height="289">Tweets
  142 + <a class="twitter-timeline tline" href="" data-widget-id="288061915689787392" height="320">Tweets
143 143 @i3Geo</a>
144 144 </div>
145 145 </div>
... ... @@ -148,37 +148,39 @@ include &quot;head.php&quot;;
148 148 style="width: 260px; min-width: 260px; max-width: 260px;">
149 149 <div class="panel panel-default">
150 150 <div class="panel-body">
151   - <a class="twitter-timeline htag" href="" data-widget-id="643417277208133633" height="289">i3geo
  151 + <a class="twitter-timeline htag" href="" data-widget-id="643417277208133633" height="320">i3geo
152 152 Tweets</a>
153 153 </div>
154 154 </div>
155 155 </div>
156 156 </div>
157   - <div class="row">
158   - <div class="col-xs-12 text-center">
  157 +
  158 + </div>
  159 + <div class="container-fluid"
  160 + style="background-color: rgb(250, 250, 250); margin-top: 10px; padding-top: 10px;">
  161 +
  162 + <div class="row text-center hidden">
  163 +
  164 + <div class="col-lg-4 center-block">
  165 + <a rel="license" href="http://creativecommons.org/licenses/GPL/2.0/legalcode.pt" target="_blank"><img
  166 + alt="Licen&ccedil;a Creative Commons" style="border-width: 0"
  167 + src="https://i.creativecommons.org/l/GPL/2.0/88x62.png" /></a><br />O i3Geo est&aacute;
  168 + licenciado com uma Licen&ccedil;a <a rel="license"
  169 + href="http://creativecommons.org/licenses/GPL/2.0/legalcode.pt" target="_blank">Creative
  170 + Commons - Licen&ccedil;a P&uacute;blica Geral GNU (&#34;GNU General Public License&#34;)</a>
  171 + </div>
  172 + <div class="col-lg-4 center-block">
  173 +
  174 + <script type='text/javascript'
  175 + src='https://www.openhub.net/p/i3geo/widgets/project_users?format=js&style=blue'></script>
  176 + </div>
  177 + <div class="col-lg-4 text-center">
159 178 <script type="text/javascript"
160 179 src="http://www.openhub.net/p/150688/widgets/project_basic_stats.js"></script>
161 180 </div>
162 181 </div>
163   -
164   - <hr />
165   - <footer>
166   - <div class="row text-center hidden">
167   - <div class="col-xs-6 center-block">
168   - <a rel="license" href="http://creativecommons.org/licenses/GPL/2.0/legalcode.pt"
169   - target="_blank"><img alt="Licen&ccedil;a Creative Commons" style="border-width: 0"
170   - src="https://i.creativecommons.org/l/GPL/2.0/88x62.png" /></a><br />O i3Geo est&aacute;
171   - licenciado com uma Licen&ccedil;a <a rel="license"
172   - href="http://creativecommons.org/licenses/GPL/2.0/legalcode.pt" target="_blank">Creative
173   - Commons - Licen&ccedil;a P&uacute;blica Geral GNU (&#34;GNU General Public License&#34;)</a>
174   - </div>
175   - <div class="col-xs-6 center-block">
176   - <script type='text/javascript'
177   - src='https://www.openhub.net/p/i3geo/widgets/project_users?format=js&style=blue'></script>
178   - </div>
179   - </div>
180   - </footer>
181 182 </div>
  183 +
182 184 <script>
183 185 //utilizado em ms_configura.php para customizar o local da pasta de inicializacao
184 186 var customDir = "../<?php echo $customDir; ?>";
... ... @@ -243,5 +245,6 @@ include &quot;head.php&quot;;
243 245 $.material.init();
244 246 });
245 247 </script>
  248 +
246 249 </body>
247 250 </html>
... ...