Lines 44-49
Link Here
|
44 |
<div class="col-sm-10 col-sm-push-2"> |
44 |
<div class="col-sm-10 col-sm-push-2"> |
45 |
<main> |
45 |
<main> |
46 |
|
46 |
|
|
|
47 |
[% IF ( unknownbiblionumber ) %] |
48 |
<div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div> |
49 |
[% ELSE %] |
50 |
|
51 |
[% INCLUDE 'cat-toolbar.inc' %] |
52 |
|
47 |
<h1> |
53 |
<h1> |
48 |
[% IF ( unknownbiblionumber ) %] |
54 |
[% IF ( unknownbiblionumber ) %] |
49 |
Unknown record |
55 |
Unknown record |
Lines 52-64
Link Here
|
52 |
[% END %] |
58 |
[% END %] |
53 |
</h1> |
59 |
</h1> |
54 |
|
60 |
|
55 |
[% IF ( unknownbiblionumber ) %] |
|
|
56 |
<div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div> |
57 |
[% ELSE %] |
58 |
|
59 |
[% INCLUDE 'cat-toolbar.inc' %] |
60 |
|
61 |
[% END %] |
62 |
<p><strong>With framework: |
61 |
<p><strong>With framework: |
63 |
<select name="Frameworks" id="Frameworks" onchange="Changefwk(this);"> |
62 |
<select name="Frameworks" id="Frameworks" onchange="Changefwk(this);"> |
64 |
<option value="">Default</option> |
63 |
<option value="">Default</option> |