Merge branch 'bug_9850' into 3.14-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / authorities-home.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Authorities</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 <script language="JavaScript" type="text/javascript">
5 //<![CDATA[
6 function Help() {
7     newin=window.open("/cgi-bin/koha/help.pl","KohaHelp",'width=600,height=600,toolbar=false,scrollbars=yes');
8 }
9
10 function addauthority() {
11     X = document.forms[0].authtype.value;
12     window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
13 }
14 function searchauthority() {
15     X = document.forms[0].authtype2.value;
16     Y = document.forms[0].value.value;
17     window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains";
18 }
19 function confirm_deletion() {   // not really implemented, but required by phantom delAuthButton code in authorities-toolbar.inc
20     return true;
21 }
22 //]]>
23 </script>
24 </head>
25 <body id="auth_authorities_home" class="auth">
26 [% INCLUDE 'header.inc' %]
27 [% INCLUDE 'authorities-search.inc' %]
28
29 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Authorities</div>
30
31 <div id="doc" class="yui-t7">
32   <div id="bd">
33     <div id="yui-main">
34     <div class="yui-g">
35     
36     [% INCLUDE 'authorities-toolbar.inc' %]
37
38     </div>
39     </div>
40   </div>
41 [% INCLUDE 'intranet-bottom.inc' %]