source: branches/2.2/mobile/templates/default/template.tpl @ 3703

Revision 3703, 1.6 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1423 - Corrigido rodapé do template do expresso mini

RevLine 
[3555]1<!-- BEGIN mobile_home -->
2<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml">
5    <head>   
6            <title>Expresso Mini</title>
7                <meta content="text/html;width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0; charset=utf-8;" http-equiv="Content-Type" name="viewport" />
8                <meta name="format-detection" content="telephone=no" />
9                {css}
[3690]10        </head>
11        <body>
[3603]12                <div class="topo">
[3690]13                        <h1>Expresso Mini</h1>
14                        <span><a href="{href_logout}">{lang_logout}</a></span>
[3555]15                </div>
16
[3571]17                {message_box}           
[3555]18                <!-- BEGIN mobile_home_content -->
[3579]19                {content}
[3555]20                <!-- END mobile_home_content -->
21               
22                <div id="menu_rodape">
[3703]23                        <div class="margin-geral">
24                                <p><a href="{href_back}" id="menu_rodape_voltar">{lang_back}</a></p>
25                                <p><a href="{href_home}">{lang_home}</a></p>
26                                <p><a href="{href_email}">{lang_email}</a></p>
27                                <p><a href="{href_cc}">{lang_contacts}</a></p>
28                                <p><a href="{href_calendar}">{lang_calendar}</a></p>
29                        </div>
[3555]30                </div>
31                <div class="rodape">Projeto ExpressoLivre 2004 - 2010 :: Licen&ccedil;a de Software</div>
[3579]32        </body>
33</html>
[3571]34<!-- END mobile_home -->
35<!-- BEGIN success_message -->
36<div class="bg-neutro">
[3697]37        <div class="aviso-positivo" style="width:98%;padding-left:1%;padding-right:1%;">
[3571]38                <strong>{message}</strong>
39        </div>
40</div>
41<!-- END success_message -->
42<!-- BEGIN error_message -->
43<div class="bg-neutro">
[3697]44        <div class="aviso-negativo" style="width:98%;padding-left:1%;padding-right:1%;">
[3571]45                <strong>{message}</strong>
46        </div>
47</div>
48<!-- END error_message -->
Note: See TracBrowser for help on using the repository browser.