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

Revision 3555, 1.0 KB checked in by eduardoalex, 14 years ago (diff)

Ticket #1423 - Envio das modificacoes no cabeçalho e rodape para o novo expressomini.

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
6    <head>   
7   
8            <title>Expresso Mini</title>
9                <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" />
10                <meta name="format-detection" content="telephone=no" />
11                {css}
12   
13        </head>
14       
15    <body>
16                       
17                <div class=topo>
18                <h1>Expresso mini</h1>
19                </div>
20               
21
22                <!-- BEGIN mobile_home_content -->
23                {content}<br>{footer}
24                <!-- END mobile_home_content -->
25               
26                <div id="menu_rodape">
27                        <p><a href="{href_back}">{lang_back}</a></p>
28                        <p><a href="{href_home}">{lang_home}</a></p>
29                        <p><a href="{href_email}">{lang_email}</a></p>
30                        <p><a href="{href_cc}">{lang_contacts}</a></p>
31                        <p><a href="{href_calendar}">{lang_calendar}</a></p>
32                </div>
33                <div class="rodape">Projeto ExpressoLivre 2004 - 2010 :: Licen&ccedil;a de Software</div>
34               
35<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.