[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en request.tmpl,1.1
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en request.tmpl,1.18,1.19 |
Date: |
Thu, 22 Sep 2005 08:34:20 -0700 |
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"
-->&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"
-->&type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;">
<!--
TMPL_VAR NAME="barcode" -->
</a>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en request.tmpl,1.18,1.19,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members moremember.tmpl,1.38,1.39
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.8,1.9 subscription-add.tmpl,1.10,1.11 subscription-detail.tmpl,1.11,1.12
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members moremember.tmpl,1.38,1.39
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.8,1.9 subscription-add.tmpl,1.10,1.11 subscription-detail.tmpl,1.11,1.12
- Index(es):