|
Lines 1-12
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Tools › Quote editor</title> |
2 |
<title>Koha › Tools › Quote editor</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
|
|
| 5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes.css" /> |
4 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes.css" /> |
| 6 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
| 7 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/dataTables.fnReloadAjax.js"></script> |
6 |
[% INCLUDE 'datatables.inc' %] |
| 8 |
[% INCLUDE 'datatables-strings.inc' %] |
7 |
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.fnReloadAjax.js"></script> |
| 9 |
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> |
|
|
| 10 |
<script type="text/javascript" src="[% themelang %]/js/jquery.jeditable.mini.js"></script> |
8 |
<script type="text/javascript" src="[% themelang %]/js/jquery.jeditable.mini.js"></script> |
| 11 |
<script type="text/javascript"> |
9 |
<script type="text/javascript"> |
| 12 |
//<![CDATA[ |
10 |
//<![CDATA[ |
| 13 |
- |
|
|