tmpl_index.html
1.54 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=${MAIN_CHARSET}" />
<meta name="keywords" tal:attributes="content meta_keywords" content="Ключевые слова"/>
<meta name="description" tal:attributes="content meta_description" content="Описание страники" />
<title tal:content="meta_title">Untitled Document</title>
<link href="${MAIN_URL}/source/tmpl/css/default.css" type="text/css" rel="stylesheet" />
<link href="${MAIN_URL}/source/tmpl/css/styles.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="${MAIN_URL}/source/tmpl/js/script.js"></script>
<script type="text/javascript" src="${MAIN_URL}/source/tmpl/js/default.js"></script>
<script type="text/javascript" src="${MAIN_URL}/source/tmpl/js/jquery.js"></script>
</head>
<body>
<div style="background-color:red;" >
<div style="float:left;width:70%;" >
телефон и лого
</div>
<div style="float:left;width:30%;background-color:green;" tal:content="structure rand_quest" >
вопросы
</div>
<br style="clear:both"/>
<div tal:content="structure top_menu"></div>
</div>
<div style="float:left;width:30%;" tal:content="structure LEFT">
</div>
<div style="float:left;width:70%;">
<div tal:content="structure trainings_category"></div>
<div tal:content="structure trainings_events"></div>
</div>
</body>
</html>