|
Lines 4-9
Link Here
|
| 4 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
| 5 |
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Courses |
5 |
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Courses |
| 6 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
|
|
7 |
|
| 8 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
| 9 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> |
| 10 |
[% INCLUDE 'datatables-strings.inc' %] |
| 11 |
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> |
| 12 |
<script type="text/javascript" id="js"> |
| 13 |
$(document).ready(function() { |
| 14 |
$("#course_reserves_table").dataTable($.extend(true, {}, dataTablesDefaults, { |
| 15 |
"sPaginationType": "four_button", |
| 16 |
"aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]], |
| 17 |
"iDisplayLength": 20 |
| 18 |
})); |
| 19 |
}); |
| 20 |
</script> |
| 21 |
|
| 7 |
</head> |
22 |
</head> |
| 8 |
<body id="opac-main"> |
23 |
<body id="opac-main"> |
| 9 |
[% IF ( OpacNav ) %]<div id="doc3" class="yui-t1">[% ELSE %]<div id="doc3" class="yui-t7">[% END %] |
24 |
[% IF ( OpacNav ) %]<div id="doc3" class="yui-t1">[% ELSE %]<div id="doc3" class="yui-t7">[% END %] |
|
Lines 17-30
Link Here
|
| 17 |
<div class="yui-g"> |
32 |
<div class="yui-g"> |
| 18 |
|
33 |
|
| 19 |
<h1>Courses</h1> |
34 |
<h1>Courses</h1> |
| 20 |
<div id="search-toolbar"> |
|
|
| 21 |
<form action="/cgi-bin/koha/opac-course-reserves.pl" method="get" id="search_courses_form"> |
| 22 |
<fieldset> |
| 23 |
<label for="search_on">Search courses:</label> <input type="text" name="search_on" id="search_on" /> |
| 24 |
<input type="submit" value="Search" /> |
| 25 |
</fieldset> |
| 26 |
</form> |
| 27 |
</div><!-- /search-toolbar --> |
| 28 |
|
35 |
|
| 29 |
<table id="course_reserves_table"> |
36 |
<table id="course_reserves_table"> |
| 30 |
<thead> |
37 |
<thead> |