-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xhtml
More file actions
26 lines (21 loc) · 867 Bytes
/
index.xhtml
File metadata and controls
26 lines (21 loc) · 867 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="_templates/template_map.xsl"?>
<ui:page xmlns:ui="ui" name="очереди">
<title>Monitor: Электронные очереди</title>
<link href="_css/nprogress.css" rel="stylesheet" type="text/css" />
<link href="_css/cloudq.css" rel="stylesheet" type="text/css" />
<script src="_js/nprogress.js"></script>
<script src="_js/jquery.ajax-progress.js"></script>
<script src="_js/xml2json.js"></script>
<script src="_js/jquery.knob.min.js"></script>
<script src="_js/jquery.easing.1.3.min.js"></script>
<script src="_js/ion.sound.min.js"></script>
<script src="_js/cloudq.js"></script>
<ui:body>
<div class="oblivion">
<div id="container_branch_details"></div>
<div id="container_branch"></div>
<div id="colvir_services"></div>
</div>
</ui:body>
</ui:page>