|
Lines 1-8
Link Here
|
|
|
1 |
[% USE Asset %] |
| 1 |
[% SET footerjs = 1 %] |
2 |
[% SET footerjs = 1 %] |
| 2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
| 3 |
<title>Report/log files</title> |
4 |
<title>Report/log files</title> |
| 4 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
| 5 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" /> |
6 |
[% Asset.css("css/datatables.css") %] |
| 6 |
</head> |
7 |
</head> |
| 7 |
<body> |
8 |
<body> |
| 8 |
[% INCLUDE 'header.inc' %] |
9 |
[% INCLUDE 'header.inc' %] |
|
Lines 52-58
Link Here
|
| 52 |
</div> |
53 |
</div> |
| 53 |
|
54 |
|
| 54 |
[% MACRO jsinclude BLOCK %] |
55 |
[% MACRO jsinclude BLOCK %] |
| 55 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/tools-menu_[% KOHA_VERSION %].js"></script> |
56 |
[% Asset.js("js/tools-menu.js") %] |
| 56 |
[% INCLUDE 'datatables.inc' %] |
57 |
[% INCLUDE 'datatables.inc' %] |
| 57 |
<script type="text/javascript"> |
58 |
<script type="text/javascript"> |
| 58 |
//<![CDATA[ |
59 |
//<![CDATA[ |