Lines 15-31
Link Here
|
15 |
<li><a href="#">Course reserves</a></li> |
15 |
<li><a href="#">Course reserves</a></li> |
16 |
</ul> |
16 |
</ul> |
17 |
|
17 |
|
18 |
<div class="container-fluid"> |
18 |
<div class="container"> |
19 |
<div class="row-fluid"> |
19 |
<div class="row"> |
20 |
<div class="span12"> |
20 |
<div class="col-lg-12"> |
21 |
|
21 |
|
22 |
<h1>Courses</h1> |
22 |
<h1>Courses</h1> |
23 |
<div id="search-toolbar"> |
23 |
<div id="search-toolbar"> |
24 |
<form action="/cgi-bin/koha/opac-course-reserves.pl" method="get" id="search_courses_form" class="form-inline"> |
24 |
<form action="/cgi-bin/koha/opac-course-reserves.pl" method="get" id="search_courses_form" class="form-inline"> |
25 |
|
25 |
|
26 |
<fieldset><div class="input-append"> |
26 |
<fieldset><div class="input-group"> |
27 |
<label for="search_on">Search courses:</label> <input type="text" name="search_on" id="search_on" /> |
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" /> |
28 |
<input type="submit" class="btn btn-default" value="Search" /> |
29 |
</div></fieldset> |
29 |
</div></fieldset> |
30 |
|
30 |
|
31 |
</form> |
31 |
</form> |
Lines 62-70
Link Here
|
62 |
</tbody> |
62 |
</tbody> |
63 |
</table> |
63 |
</table> |
64 |
</div> <!-- / .span12 --> |
64 |
</div> <!-- / .span12 --> |
65 |
</div> <!-- / .row-fluid --> |
65 |
</div> <!-- / .row --> |
66 |
</div> <!-- / .container-fluid --> |
66 |
</div> <!-- / .container --> |
67 |
</div> <!-- / .main --> |
67 |
</div> <!-- / .main --> |
68 |
[% INCLUDE 'opac-bottom.inc' %] |
68 |
[% INCLUDE 'opac-bottom.inc' %] |
69 |
[% BLOCK jsinclude %] |
69 |
[% BLOCK jsinclude %] |
70 |
[% END %] |
70 |
[% END %] |
71 |
- |
|
|