[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en request.tmpl,1.18,1.19

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 22 17:34:20 CEST 2005


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

Modified Files:
	request.tmpl 
Log Message:
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...)

Index: request.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/request.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** request.tmpl	19 Jan 2005 21:45:56 -0000	1.18
--- request.tmpl	22 Sep 2005 15:34:17 -0000	1.19
***************
*** 2,10 ****
  <div id="mainbloc">
  	<form action="placerequest.pl" method="post" name="request">
! 	<input type="hidden" name="biblio" value="<!-- TMPL_VAR NAME="bib" -->">
  	<input type="hidden" name="type" value="str8">
  	<input type="hidden" name="title" value="<!-- TMPL_VAR NAME="title" -->">
  	<h1 class="catalogue">
! 		Requesting: <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="bib" -->"><!-- TMPL_VAR NAME="title" --></a>
  		<!-- TMPL_VAR NAME="author" -->
  	</h1>
--- 2,10 ----
  <div id="mainbloc">
  	<form action="placerequest.pl" method="post" name="request">
! 	<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
  	<input type="hidden" name="type" value="str8">
  	<input type="hidden" name="title" value="<!-- TMPL_VAR NAME="title" -->">
  	<h1 class="catalogue">
! 		Requesting: <a href="/cgi-bin/koha/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
  		<!-- TMPL_VAR NAME="author" -->
  	</h1>
***************
*** 25,29 ****
  		<p><label class="label100">Notes</label><input type="text" size="20" name="notes"></p>
  		<p><label class="label100">Date</label><!-- TMPL_VAR NAME="date" --></p>
! 		<p><label class="label100">Pickup</label><!-- TMPL_VAR NAME="CGIbranch" --></p>
  		<p>
  			<label class="label100">Request</label><input type="checkbox" name="request" value="any">Next Available, or choose from list below
--- 25,36 ----
  		<p><label class="label100">Notes</label><input type="text" size="20" name="notes"></p>
  		<p><label class="label100">Date</label><!-- TMPL_VAR NAME="date" --></p>
! 		<p><label class="label100">Pickup</label>
! 			<select name="pickup">
! 				<option value="">Default</option>
! 			<!-- TMPL_LOOP name="branchloop" -->
! 				<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
! 			<!-- /TMPL_LOOP -->
! 			</select>
! </p>
  		<p>
  			<label class="label100">Request</label><input type="checkbox" name="request" value="any">Next Available, or choose from list below
***************
*** 90,94 ****
  						<td>
  							<input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->">
! 							<input type="hidden" name="biblio" value="<!-- TMPL_VAR NAME="biblionumber" -->">
  							<select name="rank-request">
  								<!-- TMPL_IF Name="wait" -->
--- 97,101 ----
  						<td>
  							<input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->">
! 							<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
  							<select name="rank-request">
  								<!-- TMPL_IF Name="wait" -->
***************
*** 127,131 ****
  						<td>
  							<!-- TMPL_IF Name="wait" -->
! 								<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME=''biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;">
  									<!-- TMPL_VAR NAME="barcode" -->
  								</a>
--- 134,138 ----
  						<td>
  							<!-- TMPL_IF Name="wait" -->
! 								<a href="/cgi-bin/koha/detail.pl?biblionumber=<!-- TMPL_VAR NAME=''biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;">
  									<!-- TMPL_VAR NAME="barcode" -->
  								</a>





More information about the Koha-cvs mailing list