Lines 51-57
function searchauthority() {
Link Here
|
51 |
<div id="authorities_searchresultlist_results"> |
51 |
<div id="authorities_searchresultlist_results"> |
52 |
<table> |
52 |
<table> |
53 |
<tr> |
53 |
<tr> |
54 |
<th>Summary</th> |
54 |
<th colspan="2">Summary</th> |
55 |
<!-- TMPL_UNLESS name="isEDITORS" --> |
55 |
<!-- TMPL_UNLESS name="isEDITORS" --> |
56 |
<th>Used in</th> |
56 |
<th>Used in</th> |
57 |
<!-- /TMPL_UNLESS --> |
57 |
<!-- /TMPL_UNLESS --> |
Lines 63-69
function searchauthority() {
Link Here
|
63 |
<!-- TMPL_ELSE --> |
63 |
<!-- TMPL_ELSE --> |
64 |
<tr> |
64 |
<tr> |
65 |
<!-- /TMPL_UNLESS --> |
65 |
<!-- /TMPL_UNLESS --> |
66 |
<td><a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td> |
66 |
<td><!-- TMPL_VAR NAME="summary" --></td> |
|
|
67 |
<td><a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">Details</a></td> |
67 |
<!-- TMPL_UNLESS name="isEDITORS" --> |
68 |
<!-- TMPL_UNLESS name="isEDITORS" --> |
68 |
<td> |
69 |
<td> |
69 |
<a href="../catalogue/search.pl?type=intranet&op=do_search&idx=an&q=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR NAME="used" --> biblio(s)</a> |
70 |
<a href="../catalogue/search.pl?type=intranet&op=do_search&idx=an&q=<!--TMPL_VAR Name="authid" -->" class="button"><!-- TMPL_VAR NAME="used" --> biblio(s)</a> |
70 |
- |
|
|