[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities-home.tmpl,1.1,1.1.2.1

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 20 23:41:11 CET 2005


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

Modified Files:
      Tag: rel_2_2
	authorities-home.tmpl 
Log Message:
Synching with default tempalte

Index: authorities-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities-home.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** authorities-home.tmpl	28 Oct 2004 17:23:35 -0000	1.1
--- authorities-home.tmpl	20 Jan 2005 22:41:08 -0000	1.1.2.1
***************
*** 1,16 ****
!     <!-- TMPL_INCLUDE NAME="auth-top.inc" -->
! <div id="mainbloc">
  
! <h1 class="authority">Authority search</h1>
  
! <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 id="bloc25">
! 		<h2 class="authority">Search on</h2>
! 		<p>
! 			<label class="label100">Authority type</label>
! 			<select name="authtypecode">
  			<!-- TMPL_LOOP NAME="authtypesloop" -->
  				<option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
--- 1,16 ----
! <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
! <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
  
! <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 -->>
***************
*** 18,37 ****
  				</option>
  			<!-- /TMPL_LOOP -->
! 			</select>
! 		</p>
! 		<p>
! 			<label class="label100">Search value</label>
! 			<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="">
! 			<input type="hidden" name="operator" value="contains">
! 		</p>
! 		<p>
! 			<input type="submit" value="Start search" class="button authority">
! 		</p>
! 	</div>
  </form>
  </div>
! <!-- TMPL_INCLUDE NAME="auth-bottom.inc" -->
  
--- 18,31 ----
  				</option>
  			<!-- /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" -->
  





More information about the Koha-cvs mailing list