|
11
|
1 |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:lift="http://liftweb.net/">
|
|
|
2 |
<head>
|
|
|
3 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
|
4 |
<meta name="description" content="Functional Information System" />
|
|
|
5 |
<meta name="keywords" content="information system, inventory, crm, service repository" />
|
|
|
6 |
<title class="lift:Menu.title"></title>
|
|
|
7 |
<style class="lift:CSS.blueprint"></style>
|
|
|
8 |
<style class="lift:CSS.fancyType"></style>
|
|
|
9 |
<script id="jquery" src="/classpath/jquery.js" type="text/javascript"></script>
|
|
13
|
10 |
<script id="jquery" src="/js/jquery.dataTables.js" type="text/javascript"></script>
|
|
|
11 |
<script type="text/javascript">
|
|
|
12 |
$(document).ready(function() {
|
|
|
13 |
$('.datatable').dataTable();
|
|
|
14 |
})
|
|
|
15 |
</script>
|
|
11
|
16 |
<link type="text/css" href="/css/base.css" rel="stylesheet" />
|
|
|
17 |
</head>
|
|
|
18 |
<body>
|
|
|
19 |
<div class="container">
|
|
|
20 |
<div class="column span-24 last" style="text-align: center">
|
|
|
21 |
<h1 class="alt">FIS</h1>
|
|
|
22 |
</div>
|
|
|
23 |
<hr />
|
|
|
24 |
<div class="column span-24 last">
|
|
|
25 |
<span class="lift:Menubar"></span>
|
|
|
26 |
</div>
|
|
15
|
27 |
<div class="lift:Msgs?showAll=false column span-24 last"></div>
|
|
11
|
28 |
<div class="span-10 last lift:action-links.are">
|
|
|
29 |
<span class="lift:action-links"/>
|
|
|
30 |
</div>
|
|
|
31 |
<div id="content"></div>
|
|
|
32 |
<hr />
|
|
|
33 |
<div class="column span-24 last" style="text-align: center">
|
|
|
34 |
<h4 class="alt"></h4>
|
|
|
35 |
</div>
|
|
|
36 |
</div>
|
|
|
37 |
</body>
|
|
|
38 |
</html>
|
|
|
39 |
|