|
Lines 1-5
Link Here
|
| 1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> |
1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> |
| 2 |
<title>Koha › Authorities › <!-- TMPL_IF NAME="unknownauthid" --> Unknown authority<!-- TMPL_ELSE -->Details for Authority #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)<!-- /TMPL_IF --></title> |
2 |
<title>Koha › Authorities › <!-- TMPL_IF NAME="unknownauthid" --> Unknown authority record<!-- TMPL_ELSE -->Details for Authority #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)<!-- /TMPL_IF --></title> |
| 3 |
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> |
3 |
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> |
| 4 |
<script type="text/javascript"> |
4 |
<script type="text/javascript"> |
| 5 |
|
5 |
|
|
Lines 62-68
function searchauthority() {
Link Here
|
| 62 |
<body> |
62 |
<body> |
| 63 |
<!-- TMPL_INCLUDE NAME="header.inc" --> |
63 |
<!-- TMPL_INCLUDE NAME="header.inc" --> |
| 64 |
<!-- TMPL_INCLUDE NAME="authorities-search.inc" --> |
64 |
<!-- TMPL_INCLUDE NAME="authorities-search.inc" --> |
| 65 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> › <!-- TMPL_IF NAME="unknownauthid" --> Unknown authority<!-- TMPL_ELSE--> Details for Authority #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)<!-- /TMPL_IF --></div> |
65 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> › <!-- TMPL_IF NAME="unknownauthid" --> Unknown authority record<!-- TMPL_ELSE--> Details for Authority #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)<!-- /TMPL_IF --></div> |
| 66 |
|
66 |
|
| 67 |
<div id="doc" class="yui-t7"> |
67 |
<div id="doc" class="yui-t7"> |
| 68 |
|
68 |
|
|
Lines 104-110
function searchauthority() {
Link Here
|
| 104 |
<!-- /TMPL_IF --> |
104 |
<!-- /TMPL_IF --> |
| 105 |
|
105 |
|
| 106 |
<!-- TMPL_IF NAME="unknownauthid" --> |
106 |
<!-- TMPL_IF NAME="unknownauthid" --> |
| 107 |
<div class="dialog message">The authority you requested does not exist (<!-- TMPL_VAR NAME="errauthid" -->).</div> |
107 |
<div class="dialog message">The authority record you requested does not exist (<!-- TMPL_VAR NAME="errauthid" -->).</div> |
| 108 |
<!-- TMPL_ELSE --> |
108 |
<!-- TMPL_ELSE --> |
| 109 |
|
109 |
|
| 110 |
<h1>Authority #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)</h1> |
110 |
<h1>Authority #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)</h1> |