|
Lines 1-45
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
|
|
| 2 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › An error has occurred</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
[% BLOCK cssinclude %][% END %] |
| 5 |
</head> |
| 6 |
<body id="error401" class="error"> |
| 7 |
[% INCLUDE 'masthead.inc' %] |
| 8 |
|
| 9 |
<div class="main"> |
| 10 |
<ul class="breadcrumb"> |
| 11 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
| 12 |
<li><a href="#">Error 401</a></li> |
| 13 |
</ul> |
| 14 |
|
| 15 |
<div class="container-fluid"> |
| 16 |
<div class="row-fluid"> |
| 17 |
[% IF ( OpacNav || OpacNavBottom ) %] |
| 18 |
<div class="span2"> |
| 19 |
<div id="navigation"> |
| 20 |
[% INCLUDE 'navigation.inc' %] |
| 21 |
</div> |
| 22 |
</div> |
| 23 |
<div class="span10"> |
| 24 |
[% ELSE %] |
| 25 |
<div class="span12"> |
| 26 |
[% END %] |
| 27 |
<div id="errormsg401"> |
| 28 |
<h3>An error has occurred</h3> |
| 29 |
<h4>Error 401</h4> |
| 30 |
<ul> |
| 31 |
<li>This error means that the you are trying to access a link that you're not authorized to see.</li> |
| 32 |
<li>Try logging in to the catalog</li> |
| 33 |
<li>To report this error, you can |
| 34 |
<a href="mailto:[% admin %]">email the Koha Administrator</a>.</li> |
| 35 |
<li>Return to the <a href="/cgi-bin/koha/opac-main.pl">catalog home page</a>.</li> |
| 36 |
</ul> |
| 37 |
</div> <!-- / #errormsg401 --> |
| 38 |
</div> <!-- / .span10/12 --> |
| 39 |
</div> <!-- / .row-fluid --> |
| 40 |
</div> <!-- / .container-fluid --> |
| 41 |
</div> <!-- / .main --> |
| 42 |
|
| 43 |
[% INCLUDE 'opac-bottom.inc' %] |
| 44 |
[% BLOCK jsinclude %] |
| 45 |
[% END %] |