|
Lines 12-17
Link Here
|
| 12 |
[% INCLUDE 'bodytag.inc' bodyid='opac-tags-subject' %] |
12 |
[% INCLUDE 'bodytag.inc' bodyid='opac-tags-subject' %] |
| 13 |
[% INCLUDE 'masthead.inc' %] |
13 |
[% INCLUDE 'masthead.inc' %] |
| 14 |
|
14 |
|
|
|
15 |
|
| 15 |
<div class="main"> |
16 |
<div class="main"> |
| 16 |
[% WRAPPER breadcrumbs %] |
17 |
[% WRAPPER breadcrumbs %] |
| 17 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
18 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
|
Lines 38-44
Link Here
|
| 38 |
<fieldset> |
39 |
<fieldset> |
| 39 |
<legend>Show</legend> |
40 |
<legend>Show</legend> |
| 40 |
<form class="form-inline" action="/cgi-bin/koha/opac-tags_subject.pl" method="get"> |
41 |
<form class="form-inline" action="/cgi-bin/koha/opac-tags_subject.pl" method="get"> |
| 41 |
<p>up to <input type="text" name="number" value="[% number | html %]" size="4" maxlength="4" /> subjects <input type="submit" class="btn btn-primary" value="OK" /></p> |
42 |
<p>up to <input type="text" name="number" value="[% number | html %]" maxlength="4" /> subjects <input type="submit" class="btn btn-primary" value="OK" /></p> |
| 42 |
</form> |
43 |
</form> |
| 43 |
</fieldset> |
44 |
</fieldset> |
| 44 |
|
45 |
|
| 45 |
- |
|
|