[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc search.tmpl,1.5,1.6

Owen Leonard oleonard at users.sourceforge.net
Sat Dec 11 16:30:19 CET 2004


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

Modified Files:
	search.tmpl 
Log Message:
Accesskeys for search form fields

Index: search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** search.tmpl	25 Oct 2004 16:44:49 -0000	1.5
--- search.tmpl	11 Dec 2004 15:30:16 -0000	1.6
***************
*** 15,48 ****
  <caption>Quick Search</caption>
  					<tr>
! 			<th><label for="keyword">Any word</label></th>
  			<td><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" />
! 			<input type="text" id="keyword" name="value" onchange="sql_update()" size="35" /></td>
  		</tr>
  		<tr>
! 			<th><label for="title">Title</label></th>
  			<td><input type="hidden" name="marclist" value="biblio.title" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="title" name="value" onchange="sql_update()" size="35" /></td>
  		</tr>
  		<tr>
! 			<th><label for="author">Author</label></th>
  			<td><input type="hidden" name="marclist" value="biblio.author" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="author" name="value" onchange="sql_update()" size="35" /></td>
  		</tr>
  		<tr>
! 			<th><label for="subject">Subject</label></th>
  			<td><input type="hidden" name="marclist" value="bibliosubject.subject" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />  
! 			<input type="text" id="subject" name="value" onchange="sql_update()" size="35" /></td>
  		</tr>
  		<tr>
--- 15,48 ----
  <caption>Quick Search</caption>
  					<tr>
! 			<th><label for="keyword_main">Any <span class="accesskey" title="Access Key w">w</span>ord</label></th>
  			<td><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" />
! 			<input type="text" id="keyword_main" name="value" onchange="sql_update()" size="35" accesskey="w" /></td>
  		</tr>
  		<tr>
! 			<th><label for="title"><span class="accesskey" title="Access Key t">T</span>itle</label></th>
  			<td><input type="hidden" name="marclist" value="biblio.title" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="title" name="value" onchange="sql_update()" size="35" accesskey="t" /></td>
  		</tr>
  		<tr>
! 			<th><label for="author"><span class="accesskey" title="Access Key a">A</span>uthor</label></th>
  			<td><input type="hidden" name="marclist" value="biblio.author" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="author" name="value" onchange="sql_update()" size="35" accesskey="a" /></td>
  		</tr>
  		<tr>
! 			<th><label for="subject"><span class="accesskey" title="Access Key s">S</span>ubject</label></th>
  			<td><input type="hidden" name="marclist" value="bibliosubject.subject" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />  
! 			<input type="text" id="subject" name="value" onchange="sql_update()" size="35" accesskey="s" /></td>
  		</tr>
  		<tr>
***************
*** 63,96 ****
  		</tr>
  		<tr>
! 				<th><label for="barcode">Item barcode</label></th>
  				<td><input type="hidden" name="marclist" value="items.barcode" />
  				<input type="hidden" name="and_or" value="and" />
  				<input type="hidden" name="excluding" value="" />
  				<input type="hidden" name="operator" value="contains" />
! 				<input type="text" id="barcode" name="value" onchange="sql_update()" size="14" maxlength="14" /></td> 
  		</tr>
  		<tr>
! 			<th><label for="callno">Call Number</label></th>
  			<td><input type="hidden" name="marclist" value="items.itemcallnumber" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="callno" name="value" onchange="sql_update()" /></td>
  		</tr>
  		<tr>
! 			<th><label for="isbn">ISBN</label></th>
  			<td><input type="hidden" name="marclist" value="biblioitems.isbn" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="=" />
! 			<input type="text" id="isbn" name="value" onchange="sql_update()" /></td>
  		</tr>
  		<tr>
! 			<th><label for="publisher">Publisher</label></th>
  			<td><input type="hidden" name="marclist" value="biblioitems.publishercode" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="publisher" name="value" onchange="sql_update()" /></td>
  		</tr>
  		</table>
--- 63,96 ----
  		</tr>
  		<tr>
! 				<th><label for="barcode">Item <span class="accesskey" title="Access Key b">b</span>arcode</label></th>
  				<td><input type="hidden" name="marclist" value="items.barcode" />
  				<input type="hidden" name="and_or" value="and" />
  				<input type="hidden" name="excluding" value="" />
  				<input type="hidden" name="operator" value="contains" />
! 				<input type="text" id="barcode" name="value" onchange="sql_update()" size="14" maxlength="14" accesskey="b" /></td> 
  		</tr>
  		<tr>
! 			<th><label for="callno"><span class="accesskey" title="Access Key c">C</span>all Number</label></th>
  			<td><input type="hidden" name="marclist" value="items.itemcallnumber" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="callno" name="value" onchange="sql_update()" size="35"  accesskey="c" /></td>
  		</tr>
  		<tr>
! 			<th><label for="isbn">ISB<span class="accesskey" title="Access Key n">N</span></label></th>
  			<td><input type="hidden" name="marclist" value="biblioitems.isbn" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="=" />
! 			<input type="text" id="isbn" name="value" onchange="sql_update()" size="35"  accesskey="n" /></td>
  		</tr>
  		<tr>
! 			<th><label for="publisher"><span class="accesskey" title="Access Key p">P</span>ublisher</label></th>
  			<td><input type="hidden" name="marclist" value="biblioitems.publishercode" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" id="publisher" name="value" onchange="sql_update()" size="35"  accesskey="p" /></td>
  		</tr>
  		</table>





More information about the Koha-cvs mailing list