source: branches/2.2/mobile/templates/default/pc_template.tpl @ 3727

Revision 3727, 1.3 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1523 - Alterando estrutura do mobile para disponibilizar a versão desktop

Line 
1<!-- BEGIN mobile_home -->
2<html xmlns="http://www.w3.org/1999/xhtml">
3        <head>
4                <title>
5                        Expresso Mini
6                </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                <link href="templates/css/desktop.css" type="text/css" rel="StyleSheet" />
10                <!--[if lte IE 6]>
11                        <link href="templates/css/ie6.css" type="text/css" rel="StyleSheet">
12                <![endif]-->
13        </head>
14        <body>
15                <div id="global">
16                        <div class="topo">
17                                <h1>
18                                        Expresso Mini
19                                </h1><span><a href="#">Ajuda</a></span>
20                        </div>
21                        <form method="post" action="index.php?menuaction=mobile.ui_home.search" id="form_search"></form>
22                        <div id="busca">
23                                <table>
24                                        <tr>
25                                                <td class="gd">
26                                                        <input type="text" name="name" />
27                                                </td>
28                                                <td class="pq">
29                                                        <button name="search_message" class="btn-generico" onclick="document.getElementById('formu_busca').submit();">BUSCAR</button>
30                                                </td>
31                                        </tr>
32                                </table>
33                        </div><!-- INÍCIO NAVEGAÇÃO -->
34                        <div id="navegacao">
35                                {home}
36                        </div><!-- INÍCIO CONTEÚDO -->
37                        <div id="conteudo">
38                                {content}
39                        </div>
40                </div>
41                <div class="rodape">
42                        Projeto ExpressoLivre 2004 - 2010 :: Licença de Software
43                </div>
44        </body>
45</html>
46<!-- END mobile_home -->
Note: See TracBrowser for help on using the repository browser.