-
Notifications
You must be signed in to change notification settings - Fork 0
/
1_template.php
88 lines (68 loc) · 2.37 KB
/
1_template.php
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!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>[>title<]</title>
<meta name="description" content="[>description<]" />
<meta name="Keywords" content="[>keywords<]" />
<!--
[>noindex<]
-->
<link rel="stylesheet" href="/css/eng01.css" />
<link rel="stylesheet" href="/css/jquery-ui.css" type="text/css"/>
<link rel="stylesheet" href="/css/bootstrap.css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="/js/jquery-1.7.2.min.js"></script>
<script src="/js/jquery-ui-1.8.20.custom.min.js"></script>
<script src="/js/jquery.ui.datepicker-ru.js"></script>
<script src="/js/corner.js"></script>
<script src="/js/jquery.easytooltip.js"></script>
<script src="/js/jquery.easing.1.3.js"></script>
<script src="/js/jquery.timers.js"></script>
<script src="/js/boot/bootstrap.js"></script>
<script src="/js/boot/bootstrap-alert.js"></script>
<script src="/js/go_ales.js"></script>
<script src="/js/lightbox.js"></script>
<script src="/js/refresh_cap.js"></script>
<!--
<script src="/js/go_swap.js"></script>
<script src="/js/go_sel.js"></script>
<script src="/js/go_zal.js"></script>
-->
</head>
<body>
<div class="container" id="ales">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">Процессинговая система</a>
<ul class="nav">
<li class="active"><a href="/">Главная</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Рабочее место<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="[{adm}]">Администратор</a></li>
<li><a href="[{manager}]">Менеджер</a></li>
<li><a href="[{cash}]">Кассир</a></li>
</ul>
</li>
<li><a href="[{shops}]">Магазины</a></li>
</ul>
<div align="right">
[>loginout<]
</div>
</div>
</div>
</div>
<div class="maindiv">
<div class="parts w228">[>button01<]</div>
<div class="parts w228">[>button02<]</div>
<div class="parts w228">[>button03<]</div>
<div class="parts w228" id="clocks">[>button04<]</div>
<div class="parts w942">[>content<]</div>
</div>
<div class="footer h50">
</div>
</div>
</body>
</html>