-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrack.xhtml
More file actions
24 lines (19 loc) · 754 Bytes
/
track.xhtml
File metadata and controls
24 lines (19 loc) · 754 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
<?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/track.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/track.js"></script>
<ui:body>
<div class="oblivion">
<div id="xcounter"></div>
</div>
</ui:body>
</ui:page>