[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities auth_finder.tmpl,1.1,1.1.2.1 authorities-home.tmpl,1.1.2.2,1.1.2.3 authorities.tmpl,1.1,1.1.2.1 detail-biblio-search.tmpl,1.1,1.1.2.1 detail.tmpl,1.1,1.1.2.1 searchresultlist-auth.tmpl,1.1,1.1.2.1 searchresultlist.tmpl,1.1,1.1.2.1

Owen Leonard oleonard at users.sourceforge.net
Tue Apr 19 21:13:38 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7871/koha-tmpl/intranet-tmpl/npl/en/authorities

Modified Files:
      Tag: rel_2_2
	auth_finder.tmpl authorities-home.tmpl authorities.tmpl 
	detail-biblio-search.tmpl detail.tmpl 
	searchresultlist-auth.tmpl searchresultlist.tmpl 
Log Message:
Synching with default template.  Incomplete update, since I don't have authorities working on our system.

Index: auth_finder.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/auth_finder.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** auth_finder.tmpl	28 Oct 2004 17:23:35 -0000	1.1
--- auth_finder.tmpl	19 Apr 2005 19:13:34 -0000	1.1.2.1
***************
*** 1,6 ****
! <!-- TMPL_INCLUDE NAME="auth-search-top.inc" -->
! <div id="mainbloc">
  
! <h1 class="authority">Authority search</h1>
  
  <form name="f" method="post">
--- 1,11 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="authorities-topmenu.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
  
! <div id="main">
! 
! <h1>Authority search</h1>
  
  <form name="f" method="post">
***************
*** 9,19 ****
  	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
  	<div id="bloc25">
! 		<h2 class="authority">Search on</h2>
  		<p>
! 			<label class="label100">Authority type</label>
  			<!-- TMPL_VAR NAME="category" -->
  		</p>
  		<p>
! 			<label class="label100">Search value</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
  			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="category" -->">
  			<input type="hidden" name="marclist" value="">
--- 14,24 ----
  	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
  	<div id="bloc25">
! 		<h2>Search on</h2>
  		<p>
! 			<label>Authority type</label>
  			<!-- TMPL_VAR NAME="category" -->
  		</p>
  		<p>
! 			<label>Search value</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
  			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="category" -->">
  			<input type="hidden" name="marclist" value="">
***************
*** 29,32 ****
  </form>
  </div>
! <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
  
--- 34,37 ----
  </form>
  </div>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
  

Index: authorities-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities-home.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** authorities-home.tmpl	4 Feb 2005 18:53:40 -0000	1.1.2.2
--- authorities-home.tmpl	19 Apr 2005 19:13:34 -0000	1.1.2.3
***************
*** 7,17 ****
  <div id="main">
  
! <form name="f" method="post" action="/cgi-bin/koha/authorities/authorities-home.pl">
  	<input type="hidden" name="op" value="do_search" />
  	<input type="hidden" name="type" value="intranet" />
  	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
! <table>
  <caption>Authority search</caption>
! <tr><td><label for="authtypecode">Authority type</label></td><td><select id="authtypecode" name="authtypecode">
  			<!-- TMPL_LOOP NAME="authtypesloop" -->
  				<option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
--- 7,17 ----
  <div id="main">
  
! <form name="f" method="post">
  	<input type="hidden" name="op" value="do_search" />
  	<input type="hidden" name="type" value="intranet" />
  	<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
! <div class="data"><table>
  <caption>Authority search</caption>
! <tr><th><label for="authtypecode">Authority type</label></th><td><select id="authtypecode" name="authtypecode">
  			<!-- TMPL_LOOP NAME="authtypesloop" -->
  				<option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
***************
*** 20,32 ****
  			<!-- /TMPL_LOOP -->
  			</select></td></tr>
! <tr><td><label for="value">Search value</label></td><td><input type="text" id="value" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
! 			<input type="hidden" name="marclist" value="" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
! 			<input type="hidden" name="operator" value="contains" /></td></tr>			
! </table>
! 	<input type="submit" value="Start search" class="submit" />
  </form>
  </div>
  <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
  
--- 20,45 ----
  			<!-- /TMPL_LOOP -->
  			</select></td></tr>
! <tr><th><label id="mainentry">Main entry</label></th><td><select name="operator" id="mainentry">
! 				<option value="contains">contains</option>
! 				<option value="start">start by</option>
! 			</select> <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
! 			<input type="hidden" name="marclist" value="mainentry" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
! 			</td></tr>			
! <tr><th><label for="anywhere">Anywhere</label></th><td><select name="operator" id="anywhere">
! 				<option value="contains">contains</option>
! 				<option value="start">start by</option>
! 			</select> <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
! 			<input type="hidden" name="marclist" value="">
! 			<input type="hidden" name="and_or" value="and">
! 			<input type="hidden" name="excluding" value="">
! 			</td></tr></table></div>
! 		<p>
! 			<input type="submit" value="Start search" class="submit">
! 		</p>
  </form>
  </div>
+ 
  <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
  

Index: authorities.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** authorities.tmpl	28 Oct 2004 17:23:35 -0000	1.1
--- authorities.tmpl	19 Apr 2005 19:13:34 -0000	1.1.2.1
***************
*** 1,8 ****
! <!-- TMPL_INCLUDE NAME="auth-top.inc" -->
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  
  <div class="tabbed">
  	<form method="post" name="f">
! 	<h1 class="authority">Authority number <!-- TMPL_VAR NAME="authid" --></h1>
  	<p>
  		<input type="hidden" name="op" value="add">
--- 1,14 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="authorities-topmenu.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
! 
! <div id="main">
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  
  <div class="tabbed">
  	<form method="post" name="f">
! 	<h1>Authority number <!-- TMPL_VAR NAME="authid" --></h1>
  	<p>
  		<input type="hidden" name="op" value="add">
***************
*** 171,174 ****
  }
  </script>
! </body>
! </html>
--- 177,179 ----
  }
  </script>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file

Index: detail-biblio-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail-biblio-search.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** detail-biblio-search.tmpl	28 Oct 2004 17:23:35 -0000	1.1
--- detail-biblio-search.tmpl	19 Apr 2005 19:13:34 -0000	1.1.2.1
***************
*** 1,6 ****
! <!-- TMPL_INCLUDE NAME="auth-top.inc" -->
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  <div class="tabbed">
! 	<h1 class="authority">Authority number : <!-- TMPL_VAR NAME="authid" --></h1>
  	<a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
--- 1,12 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="authorities-topmenu.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
! 
! <div id="main">
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  <div class="tabbed">
! 	<h1>Authority number : <!-- TMPL_VAR NAME="authid" --></h1>
  	<a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
***************
*** 83,86 ****
  
  </script>
! </body>
! </html>
--- 89,91 ----
  
  </script>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** detail.tmpl	28 Oct 2004 17:23:35 -0000	1.1
--- detail.tmpl	19 Apr 2005 19:13:34 -0000	1.1.2.1
***************
*** 1,6 ****
! <!-- TMPL_INCLUDE NAME="auth-top.inc" -->
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  <div class="tabbed">
! 	<h1 class="authority">Authority number : <!-- TMPL_VAR NAME="authid" --></h1>
  	<a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
--- 1,12 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="authorities-topmenu.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
! 
! <div id="main">
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/marc-editor.css">
  <div class="tabbed">
! 	<h1>Authority number : <!-- TMPL_VAR NAME="authid" --></h1>
  	<a href="authorities.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
  		<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png">
***************
*** 45,48 ****
  }
  </script>
! </body>
! </html>
--- 51,53 ----
  }
  </script>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file

Index: searchresultlist-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** searchresultlist-auth.tmpl	28 Oct 2004 17:23:35 -0000	1.1
--- searchresultlist-auth.tmpl	19 Apr 2005 19:13:34 -0000	1.1.2.1
***************
*** 1,4 ****
! <!-- TMPL_INCLUDE NAME="auth-search-top.inc" -->
! <div id="mainbloc">
  	<h1 class="authority">Authority search results</h1>
  	<div id="bloc25">
--- 1,9 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="authorities-topmenu.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
! 
! <div id="main">
  	<h1 class="authority">Authority search results</h1>
  	<div id="bloc25">
***************
*** 115,117 ****
  }
  </script>
! <!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
--- 120,122 ----
  }
  </script>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->

Index: searchresultlist.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** searchresultlist.tmpl	28 Oct 2004 17:23:35 -0000	1.1
--- searchresultlist.tmpl	19 Apr 2005 19:13:34 -0000	1.1.2.1
***************
*** 1,9 ****
! <!-- TMPL_INCLUDE NAME="auth-top.inc" -->
! <div id="mainbloc">
  	<h1 class="authority">Authority search results</h1>
  	<div id="resultnumber">
  		<p>
  			<!-- TMPL_IF name="displayprev" -->
! 				<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  					<img src="/intranet-tmpl/default/images/numbers/prev.gif" border="0">
  				</a>
--- 1,14 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="authorities-topmenu.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
! 
! <div id="main">
  	<h1 class="authority">Authority search results</h1>
  	<div id="resultnumber">
  		<p>
  			<!-- TMPL_IF name="displayprev" -->
! 				<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  					<img src="/intranet-tmpl/default/images/numbers/prev.gif" border="0">
  				</a>
***************
*** 13,17 ****
  					<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
  				<!-- TMPL_ELSE -->
! 					<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  						<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0">
  					</a>
--- 18,22 ----
  					<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
  				<!-- TMPL_ELSE -->
! 					<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  						<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0">
  					</a>
***************
*** 19,23 ****
  			<!-- /TMPL_LOOP -->
  			<!-- TMPL_IF name="displaynext" -->
! 				<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  					<img src="/intranet-tmpl/default/images/numbers/next.gif" border="0">
  				</a>
--- 24,28 ----
  			<!-- /TMPL_LOOP -->
  			<!-- TMPL_IF name="displaynext" -->
! 				<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  					<img src="/intranet-tmpl/default/images/numbers/next.gif" border="0">
  				</a>
***************
*** 45,57 ****
  					<td><a href="../search.marc/search.pl?type=intranet&amp;op=do_search&amp;marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&amp;operator==&amp;value=<!-- TMPL_VAR NAME="authid" -->&amp;and_or=and&amp;excluding=" class="button authority"><!-- TMPL_VAR NAME="used" --> biblio(s)</a></td>
  					<td>
! 						<a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">
! 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png"  width="32" hspace="0" vspace="0" border="0" alt="Authority number <!-- TMPL_VAR NAME="authid" -->" title="Authority number<!-- TMPL_VAR NAME="authid" -->">
! 						</a>
  					</td>
  					<td>
  						<!-- TMPL_UNLESS name="used" -->
! 						<a href="javascript:do_delete('authorities-home.pl?op=delete&authid=<!-- TMPL_VAR NAME="authid" -->')">
! 							<img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
! 						</a>
  						<!-- /TMPL_UNLESS -->
  					</td>
--- 50,58 ----
  					<td><a href="../search.marc/search.pl?type=intranet&amp;op=do_search&amp;marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&amp;operator==&amp;value=<!-- TMPL_VAR NAME="authid" -->&amp;and_or=and&amp;excluding=" class="button authority"><!-- TMPL_VAR NAME="used" --> biblio(s)</a></td>
  					<td>
! 						<a href="detail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">Edit</a>
  					</td>
  					<td>
  						<!-- TMPL_UNLESS name="used" -->
! 						<a href="javascript:do_delete('authorities-home.pl?op=delete&authid=<!-- TMPL_VAR NAME="authid" -->')">Delete</a>
  						<!-- /TMPL_UNLESS -->
  					</td>
***************
*** 63,67 ****
  		<p>
  			<!-- TMPL_IF name="displayprev" -->
! 				<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  					<img src="/intranet-tmpl/default/images/numbers/prev.gif" border="0">
  				</a>
--- 64,68 ----
  		<p>
  			<!-- TMPL_IF name="displayprev" -->
! 				<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  					<img src="/intranet-tmpl/default/images/numbers/prev.gif" border="0">
  				</a>
***************
*** 71,75 ****
  					<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
  				<!-- TMPL_ELSE -->
! 					<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  						<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0">
  					</a>
--- 72,76 ----
  					<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
  				<!-- TMPL_ELSE -->
! 					<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  						<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0">
  					</a>
***************
*** 77,81 ****
  			<!-- /TMPL_LOOP -->
  			<!-- TMPL_IF name="displaynext" -->
! 				<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  					<img src="/intranet-tmpl/default/images/numbers/next.gif" border="0">
  				</a>
--- 78,82 ----
  			<!-- /TMPL_LOOP -->
  			<!-- TMPL_IF name="displaynext" -->
! 				<a href="authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
  					<img src="/intranet-tmpl/default/images/numbers/next.gif" border="0">
  				</a>
***************
*** 84,88 ****
  	</div>	
  </div>
! <!-- TMPL_INCLUDE NAME="auth-bottom.inc" -->
  
  
--- 85,89 ----
  	</div>	
  </div>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
  
  





More information about the Koha-cvs mailing list