-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.tpl
More file actions
51 lines (48 loc) · 1.27 KB
/
index.tpl
File metadata and controls
51 lines (48 loc) · 1.27 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
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html class="fx-root">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{css}
vars.less
style.less
{/css}
{js}
FX_JQUERY_PATH
Floxim.js from floxim.ui.js
{/js}
</head>
<body fx:b="body">
<div fx:b="layout" fx:container="layout" fx:styled-inline="id:layout">
{default $use_content_area = true /}
<header
fx:e="section header"
fx:area="header"
fx:area-name="Шапка"
fx:area-scope="nav"
fx:b="section"
fx:styled-inline="id:header">
</header>
<section
fx:area="content"
fx:area-name="Контент"
fx:size="wide,high"
fx:if="$use_content_area"
fx:e="section content"
fx:area-scope="content"
fx:b="section"
fx:styled-inline="id:content">
</section>
<footer
fx:e="section footer"
fx:area="footer"
fx:area-name="Подвал"
fx:area-scope="nav"
fx:b="section"
fx:styled-inline="id:footer">
</footer>
</div>
{css}
style.less
{/css}
</body>
</html>