Blame view

mobile/source/tmpl/project/html/tmpl_main.html 1.9 KB
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Auto Life</title>
  <meta http-equiv="Content-Type" content="application/xhtml+xml"/> 
  <meta http-equiv="cache-control" content="max-age=300" /> 
  <meta name = "viewport" content = "width = device-width" /> 
  <meta name="apple-mobile-web-app-capable" content="yes" />
  <link href="${MAIN_URL}/source/tmpl/project/css/styles.css" rel="stylesheet" media="all" />
  <style type="text/css">
  
  </style>
  </head>
  
  <body>
  <div id="all">
  <div id="logo">
  <a href="${MAIN_URL}">
  <img src="${MAIN_URL}/source/tmpl/project/images/logo.jpg" width="100%" /></a>
  </div>
  <div id="futm">
  <table border="0" width="100%" align="center">
  <tr>
  <td align="center" style="border-right:solid 1px #900"><a href="auto_vn.html">Тюнинг<br /> интерьера</a></td>
  <td align="center" style="border-right:solid 1px #900"><a href="auto_v.html">Внешний<br /> тюнинг</a></td>
  <td align="center" style="border-right:solid 1px #900"><a href="aero.html">Аэрография<br /></a></td>
  <td align="center"><a href="cont.html">Контакты<br /> </a></td>
  </tr>
  </table>
  </div>
  
  <tal:block tal:content="structure page_content" />
  
  <!-- Нижнее меню -->
  <div id="futm">
    <table border="0" width="100%" align="center">
  <tr>
  <td align="center" style="border-right:solid 1px #900"><a href="auto_vn.html">Тюнинг<br /> интерьера</a></td>
  <td align="center" style="border-right:solid 1px #900"><a href="auto_v.html">Внешний<br /> тюнинг</a></td>
  <td align="center" style="border-right:solid 1px #900"><a href="aero.html">Аэрография<br /></a></td>
  <td align="center"><a href="cont.html">Контакты<br /> </a></td>
  </tr>
  </table>
  </div>
  </div>
  
  </body>
  </html>