Spelling corrections: organisation->organization, authorise->authorize, catalogue...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / authorities-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Authorities</title>
3 <!-- TMPL_INCLUDE NAME="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","Koha Help",'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 //]]>
20 </script>
21 </head>
22 <body>
23 <!-- TMPL_INCLUDE NAME="header.inc" -->
24 <!-- TMPL_INCLUDE NAME="authorities-search.inc" -->
25
26 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Authorities</div>
27
28 <div id="doc" class="yui-t7">
29   <div id="bd">
30     <div id="yui-main">
31     <div class="yui-g">
32     
33     <!-- TMPL_INCLUDE NAME="authorities-toolbar.inc" -->
34
35     </div>
36     </div>
37   </div>
38 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->