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

Revision 3697, 1.5 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1409 - Corrigido o layout da tela de visualizar email do expresso mini

Line 
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}
10        </head>
11        <body>
12                <div class="topo">
13                        <h1>Expresso Mini</h1>
14                        <span><a href="{href_logout}">{lang_logout}</a></span>
15                </div>
16
17                {message_box}           
18                <!-- BEGIN mobile_home_content -->
19                {content}
20                <!-- END mobile_home_content -->
21               
22                <div id="menu_rodape">
23                        <p><a href="{href_back}">{lang_back}</a></p>
24                        <p><a href="{href_home}">{lang_home}</a></p>
25                        <p><a href="{href_email}">{lang_email}</a></p>
26                        <p><a href="{href_cc}">{lang_contacts}</a></p>
27                        <p><a href="{href_calendar}">{lang_calendar}</a></p>
28                </div>
29                <div class="rodape">Projeto ExpressoLivre 2004 - 2010 :: Licen&ccedil;a de Software</div>
30        </body>
31</html>
32<!-- END mobile_home -->
33<!-- BEGIN success_message -->
34<div class="bg-neutro">
35        <div class="aviso-positivo" style="width:98%;padding-left:1%;padding-right:1%;">
36                <strong>{message}</strong>
37        </div>
38</div>
39<!-- END success_message -->
40<!-- BEGIN error_message -->
41<div class="bg-neutro">
42        <div class="aviso-negativo" style="width:98%;padding-left:1%;padding-right:1%;">
43                <strong>{message}</strong>
44        </div>
45</div>
46<!-- END error_message -->
Note: See TracBrowser for help on using the repository browser.