Lines 4-10
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 |
[% BLOCK cssinclude %][% END %] |
7 |
[% BLOCK cssinclude %] |
|
|
8 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
9 |
[% END %] |
10 |
|
8 |
</head> |
11 |
</head> |
9 |
[% INCLUDE 'bodytag.inc' bodyid='opac-main' %] |
12 |
[% INCLUDE 'bodytag.inc' bodyid='opac-main' %] |
10 |
[% INCLUDE 'masthead.inc' %] |
13 |
[% INCLUDE 'masthead.inc' %] |
Lines 20-35
Link Here
|
20 |
<div class="span12"> |
23 |
<div class="span12"> |
21 |
|
24 |
|
22 |
<h1>Courses</h1> |
25 |
<h1>Courses</h1> |
23 |
<div id="search-toolbar"> |
|
|
24 |
<form action="/cgi-bin/koha/opac-course-reserves.pl" method="get" id="search_courses_form" class="form-inline"> |
25 |
|
26 |
<fieldset><div class="input-append"> |
27 |
<label for="search_on">Search courses:</label> <input type="text" name="search_on" id="search_on" /> |
28 |
<input type="submit" class="btn" value="Search" /> |
29 |
</div></fieldset> |
30 |
|
31 |
</form> |
32 |
</div><!-- /search-toolbar --> |
33 |
|
26 |
|
34 |
<table id="course_reserves_table" class="table table-bordered table-striped table-condensed"> |
27 |
<table id="course_reserves_table" class="table table-bordered table-striped table-condensed"> |
35 |
<thead> |
28 |
<thead> |
Lines 67-70
Link Here
|
67 |
</div> <!-- / .main --> |
60 |
</div> <!-- / .main --> |
68 |
[% INCLUDE 'opac-bottom.inc' %] |
61 |
[% INCLUDE 'opac-bottom.inc' %] |
69 |
[% BLOCK jsinclude %] |
62 |
[% BLOCK jsinclude %] |
|
|
63 |
[% INCLUDE 'datatables.inc' %] |
64 |
<script type="text/javascript"> |
65 |
$(document).ready(function() { |
66 |
$("#course_reserves_table").dataTable($.extend(true, {}, dataTablesDefaults, { |
67 |
"sDom": '<"bottom"flp>rt<"clear">', |
68 |
})); |
69 |
}); |
70 |
</script> |
70 |
[% END %] |
71 |
[% END %] |