[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/katipo/en/circ bra... [dev_week]
From: |
Robert Lyon |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/katipo/en/circ bra... [dev_week] |
Date: |
Tue, 25 Jul 2006 20:21:13 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Robert Lyon <bob_lyon> 06/07/25 20:21:13
Added files:
koha-tmpl/intranet-tmpl/katipo/en/circ: branchtransfers.tmpl
circulation.tmpl
returns.tmpl
selectbranchprinter.tmpl
Log message:
Adding in the criculation section of templates for the katipo templates
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/katipo/en/circ/branchtransfers.tmpl?cvsroot=koha&only_with_tag=dev_week&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/katipo/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=dev_week&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/katipo/en/circ/returns.tmpl?cvsroot=koha&only_with_tag=dev_week&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/katipo/en/circ/selectbranchprinter.tmpl?cvsroot=koha&only_with_tag=dev_week&rev=1.1.2.1
Patches:
Index: branchtransfers.tmpl
===================================================================
RCS file: branchtransfers.tmpl
diff -N branchtransfers.tmpl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ branchtransfers.tmpl 25 Jul 2006 20:21:13 -0000 1.1.2.1
@@ -0,0 +1,166 @@
+<!-- TMPL_INCLUDE NAME="header-start.inc" -->
+Circulation
+<!-- TMPL_INCLUDE NAME="header-end.inc" -->
+<!-- TMPL_INCLUDE NAME="topnav.inc" -->
+<!-- TMPL_INCLUDE NAME="leftnav-start.inc" -->
+<!-- TMPL_INCLUDE NAME="circulation.inc" -->
+<!-- TMPL_INCLUDE NAME="leftnav-end.inc" -->
+
+<div id="mainbloc">
+
+<h1>Circulation: Transfers</h1>
+<input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->">
+<input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->">
+
+
+<div style="margin-top:10px;margin-bottom:10px;">
+<a class="button" href="circulation.pl">
+Next Borrower</a>
+<a class="button" href="returns.pl">
+Returns</a>
+</div>
+
+
+<!-- TMPL_IF Name="found" -->
+ <table>
+ <tr><th>Reserve Found</th></tr>
+ <tr><td>
+ <!-- TMPL_IF Name="reserved" -->
+ Reserved: reserve found for <!-- TMPL_VAR NAME="name"
--> (<a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR
NAME="bornum" -->" onclick="openWindow(this,'Member', 480, 640); return
false;"><!-- TMPL_VAR NAME="borcnum" --></a>).
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="waiting" --> Item marked Waiting:<br>
+ Item is marked waiting at <!-- TMPL_VAR NAME="branchname" --> for <!--
TMPL_VAR NAME="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!--
TMPL_VAR NAME="bornum" -->" onclick="openWindow(this,'Member', 480, 640);
return false;"><!-- TMPL_VAR NAME="borcnum" --></a>).<br><!-- /TMPL_IF -->
+
+<p>
+
+ <form method="post" action="branchtransfers.pl"><!--
TMPL_IF Name="reserved" -->Set reserve to waiting and transfer book to <b><!--
TMPL_VAR NAME="branchname" --> </b>: <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="waiting" --><strong>Cancel
reservation and then attempt transfer:</strong> <!-- /TMPL_IF -->
+ <!-- TMPL_LOOP Name="trsfitemloop" -->
+ <input type="hidden" name="bc-<!--
TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="fb-<!--
TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="frombrcd" -->">
+ <input type="hidden" name="tb-<!--
TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="tobrcd" -->">
+ <!-- /TMPL_LOOP -->
+ <input type="hidden" name="itemnumber"
value="<!-- TMPL_VAR NAME="itemnumber" -->">
+ <input type="hidden" name="borrowernumber"
value="<!-- TMPL_VAR NAME="bornum" -->">
+ <!-- TMPL_IF Name="waiting" --><input
type="hidden" name="barcode" value="<!-- TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="request"
value="KillWaiting">
+ <input type="submit" value="Cancel"
class="button">
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="reserved" --><input
type="hidden" name="request" value="SetWaiting">
+ <input type="submit" value="Waiting"
class="button"><!-- /TMPL_IF -->
+ </form></p>
+
+ <!-- TMPL_IF Name="reserved" --><p>
+ <form method="post" action="branchtransfers.pl">
+<strong>Cancel reservation and then attempt transfer:</strong>
+ <!-- TMPL_LOOP Name="trsfitemloop" -->
+ <input type="hidden" name="bc-<!-- TMPL_VAR
NAME="counter" -->" value="<!-- TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="fb-<!-- TMPL_VAR
NAME="counter" -->" value="<!-- TMPL_VAR NAME="frombrcd" -->">
+ <input type="hidden" name="tb-<!-- TMPL_VAR
NAME="counter" -->" value="<!-- TMPL_VAR NAME="tobrcd" -->">
+ <!-- /TMPL_LOOP -->
+
+ <input type="hidden" name="biblionumber" value="<!--
TMPL_VAR NAME="biblionumber" -->">
+ <input type="hidden" name="borrowernumber" value="<!--
TMPL_VAR NAME="bornum" -->">
+ <input type="hidden" name="tobranchcd" value="<!--
TMPL_VAR NAME="tobranchcd" -->">
+ <input type="hidden" name="barcode" value="<!--
TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="request"
value="KillReserved">
+ <input type="submit" value="Cancel" class="button">
+ </form></p>
+ <!-- /TMPL_IF -->
+<p>
+ <form method="post"
action="branchtransfers.pl"><strong>Ignore and return to transfers:</strong>
+ <input type="hidden" name="tobranchcd" value="<!--
TMPL_VAR NAME="tobranchcd" -->">
+ <input type="hidden" name="barcode" value="0">
+ <!-- TMPL_LOOP Name="trsfitemloop" -->
+ <input type="hidden" name="bc-<!-- TMPL_VAR
NAME="counter" -->" value="<!-- TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="fb-<!-- TMPL_VAR
NAME="counter" -->" value="<!-- TMPL_VAR NAME="frombrcd" -->">
+ <input type="hidden" name="tb-<!-- TMPL_VAR
NAME="counter" -->" value="<!-- TMPL_VAR NAME="tobrcd" -->">
+ <!-- /TMPL_LOOP -->
+ <input type="submit" value="Ignore" class="button">
+ </form></p>
+
+ </td></tr></table>
+
+<!-- TMPL_ELSE -->
+ <table>
+ <tr><th>Messages</th></tr>
+ <tr><td>
+ <!-- TMPL_IF Name="reqmessage" -->
+ <!-- TMPL_IF Name="cancelled" -->
+ Reserve Cancelled<br>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="setwaiting" -->
+ Item should now be waiting at branch: <!-- TMPL_VAR
NAME="reqbrchname" --><br>
+ <!-- /TMPL_IF -->
+ <!-- /TMPL_IF -->
+ <!-- TMPL_LOOP Name="errmsgloop" -->
+ <!-- TMPL_IF Name="errbadcode" -->
+ No Item with barcode: <!-- TMPL_VAR NAME="msg" -->
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="errispermanent" -->
+ Please return item to home branch: <!-- TMPL_VAR
NAME="msg" -->
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="errdesteqholding" -->
+ Item is already at destination branch.
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="errwasreturned" -->
+ Item was on loan to <a
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum"
-->"
+onclick="openWindow(this,'Member', 480, 640); return false;"><!-- TMPL_VAR
NAME="borcnum" --></a>
+<!-- TMPL_VAR NAME="name" --> and has been returned.
+ <!-- /TMPL_IF -->
+ <!-- /TMPL_LOOP -->
+ </td></tr></table>
+
+ <form method="post" action="/cgi-bin/koha/circ/branchtransfers.pl">
+ <p><label><b>Enter Item Barcode:</b> </label><input name="barcode"
size="10"> <input type="submit" value="Go" class="button"></p>
+ </p>
+
+ <p><b>Select Destination Branch: </b><select name="tobranchcd">
+ <!-- TMPL_LOOP Name="branchoptionloop" -->
+ <option value="<!-- TMPL_VAR NAME="code" -->"
<!-- TMPL_IF NAME="selected" --> selected <!--/TMPL_IF-->><!-- TMPL_VAR
NAME="name" --></option>
+ <!-- /TMPL_LOOP -->
+ </select></p>
+
+
+ <!-- TMPL_LOOP Name="trsfitemloop" -->
+ <input type="hidden" name="bc-<!-- TMPL_VAR NAME="counter" -->"
value="<!-- TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="fb-<!-- TMPL_VAR NAME="counter" -->"
value="<!-- TMPL_VAR NAME="frombrcd" -->">
+ <input type="hidden" name="tb-<!-- TMPL_VAR NAME="counter" -->"
value="<!-- TMPL_VAR NAME="tobrcd" -->">
+ <!-- /TMPL_LOOP -->
+
+ </form>
+ <!-- TMPL_IF Name="transferred" -->
+ <p>
+ <table border="0" cellpadding="0" cellspacing="0" class="collapse">
+ <tr>
+ <th class="cell-header" colspan="6">Transfered
Items</th>
+ </tr>
+ <tr>
+ <th class="cell-header">Barcode</th>
+ <th class="cell-header">Title</th>
+ <th class="cell-header">Author</th>
+ <th class="cell-header">Type</th>
+ <th class="cell-header">From</th>
+ <th class="cell-header">To</th>
+ </tr>
+ <!-- TMPL_LOOP Name="trsfitemloop" -->
+ <!-- TMPL_IF NAME="toggle" -->
+ <tr class="hilighted">
+ <!-- TMPL_ELSE -->
+ <tr class="hilighted2">
+ <!-- /TMPL_IF -->
+ <td class="cell">
+ <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></td>
+ <td class="cell"><!-- TMPL_VAR NAME="title" --></td>
+ <td class="cell"><!-- TMPL_VAR NAME="author" --></td>
+ <td class="cell"><!-- TMPL_VAR NAME="itemtype" --></td>
+ <td class="cell"><!-- TMPL_VAR NAME="frbrname" --></td>
+ <td class="cell"><!-- TMPL_VAR NAME="tobrname" --></td>
+ </tr>
+ <!-- /TMPL_LOOP -->
+ </table>
+ <!-- /TMPL_IF -->
+<!-- /TMPL_IF -->
+
+</div>
+<!-- TMPL_INCLUDE Name="circulation-bottom.inc" -->
Index: circulation.tmpl
===================================================================
RCS file: circulation.tmpl
diff -N circulation.tmpl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ circulation.tmpl 25 Jul 2006 20:21:13 -0000 1.1.2.1
@@ -0,0 +1,353 @@
+<!-- TMPL_INCLUDE NAME="header-start.inc" -->
+Circulation
+<!-- TMPL_INCLUDE NAME="header-end.inc" -->
+<!-- TMPL_INCLUDE NAME="topnav.inc" -->
+<!-- TMPL_INCLUDE NAME="leftnav-start.inc" -->
+<!-- TMPL_INCLUDE NAME="circulation.inc" -->
+<!-- TMPL_INCLUDE NAME="leftnav-end.inc" -->
+
+ <div id="mainbloc">
+ <h1 class="circulation">Circulation: Issues</h1>
+
+<table border="0" cellspacing="0" cellpadding="0">
+<tr valign="top"><td><img src="<!--TMPL_VAR
NAME="themelang"-->/images/holder.gif" width="250" height="1" border="0" alt=""
/><br />
+<!--
+
+ INITIAL BLOC : PARAMETERS & BORROWER INFO
+
+-->
+ <!-- TMPL_IF NAME="message" -->
+ <div class="bloc25" style="padding:12px;">
+ <div class="needsconfirm">
+ <p>No borrower matched <!-- TMPL_VAR NAME="message" --></p></div>
+ </div>
+ <!-- /TMPL_IF -->
+
+
+<!--
+ BARCODE ENTRY
+-->
+
+<!-- TMPL_IF NAME="borrowernumber" -->
+ <div class="bloc25">
+ <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
+ <h2 class="circulation">Enter Book Barcode</h2>
+ <p>Item Barcode:<input name="barcode" size="10"> <input
type="submit" value="Issue" class="button circulation"></p>
+ <p>
+ <select name="day">
+ <option value="0">Day</option>
+ <option value="1"<!-- TMPL_IF NAME="day1" -->
selected="selected"<!-- /TMPL_IF -->>1</option>
+ <option value="2"<!-- TMPL_IF NAME="day2" -->
selected="selected"<!-- /TMPL_IF -->>2</option>
+ <option value="3"<!-- TMPL_IF NAME="day3" -->
selected="selected"<!-- /TMPL_IF -->>3</option>
+ <option value="4"<!-- TMPL_IF NAME="day4" -->
selected="selected"<!-- /TMPL_IF -->>4</option>
+ <option value="5"<!-- TMPL_IF NAME="day5" -->
selected="selected"<!-- /TMPL_IF -->>5</option>
+ <option value="6"<!-- TMPL_IF NAME="day6" -->
selected="selected"<!-- /TMPL_IF -->>6</option>
+ <option value="7"<!-- TMPL_IF NAME="day7" -->
selected="selected"<!-- /TMPL_IF -->>7</option>
+ <option value="8"<!-- TMPL_IF NAME="day8" -->
selected="selected"<!-- /TMPL_IF -->>8</option>
+ <option value="9"<!-- TMPL_IF NAME="day9" -->
selected="selected"<!-- /TMPL_IF -->>9</option>
+ <option value="10"<!-- TMPL_IF NAME="day10" -->
selected="selected"<!-- /TMPL_IF -->>10</option>
+ <option value="11"<!-- TMPL_IF NAME="day11" -->
selected="selected"<!-- /TMPL_IF -->>11</option>
+ <option value="12"<!-- TMPL_IF NAME="day12" -->
selected="selected"<!-- /TMPL_IF -->>12</option>
+ <option value="13"<!-- TMPL_IF NAME="day13" -->
selected="selected"<!-- /TMPL_IF -->>13</option>
+ <option value="14"<!-- TMPL_IF NAME="day14" -->
selected="selected"<!-- /TMPL_IF -->>14</option>
+ <option value="15"<!-- TMPL_IF NAME="day15" -->
selected="selected"<!-- /TMPL_IF -->>15</option>
+ <option value="16"<!-- TMPL_IF NAME="day16" -->
selected="selected"<!-- /TMPL_IF -->>16</option>
+ <option value="17"<!-- TMPL_IF NAME="day17" -->
selected="selected"<!-- /TMPL_IF -->>17</option>
+ <option value="18"<!-- TMPL_IF NAME="day18" -->
selected="selected"<!-- /TMPL_IF -->>18</option>
+ <option value="19"<!-- TMPL_IF NAME="day19" -->
selected="selected"<!-- /TMPL_IF -->>19</option>
+ <option value="20"<!-- TMPL_IF NAME="day20" -->
selected="selected"<!-- /TMPL_IF -->>20</option>
+ <option value="21"<!-- TMPL_IF NAME="day21" -->
selected="selected"<!-- /TMPL_IF -->>21</option>
+ <option value="22"<!-- TMPL_IF NAME="day22" -->
selected="selected"<!-- /TMPL_IF -->>22</option>
+ <option value="23"<!-- TMPL_IF NAME="day23" -->
selected="selected"<!-- /TMPL_IF -->>23</option>
+ <option value="24"<!-- TMPL_IF NAME="day24" -->
selected="selected"<!-- /TMPL_IF -->>24</option>
+ <option value="25"<!-- TMPL_IF NAME="day25" -->
selected="selected"<!-- /TMPL_IF -->>25</option>
+ <option value="26"<!-- TMPL_IF NAME="day26" -->
selected="selected"<!-- /TMPL_IF -->>26</option>
+ <option value="27"<!-- TMPL_IF NAME="day27" -->
selected="selected"<!-- /TMPL_IF -->>27</option>
+ <option value="28"<!-- TMPL_IF NAME="day28" -->
selected="selected"<!-- /TMPL_IF -->>28</option>
+ <option value="29"<!-- TMPL_IF NAME="day29" -->
selected="selected"<!-- /TMPL_IF -->>29</option>
+ <option value="30"<!-- TMPL_IF NAME="day30" -->
selected="selected"<!-- /TMPL_IF -->>30</option>
+ <option value="31"<!-- TMPL_IF NAME="day31" -->
selected="selected"<!-- /TMPL_IF -->>31</option>
+ </select>
+ <select name="month">
+ <option value="0">Month</option>
+ <option value="1"<!-- TMPL_IF NAME="month1" -->
selected="selected"<!-- /TMPL_IF -->>Jan</option>
+ <option value="2"<!-- TMPL_IF NAME="month2" -->
selected="selected"<!-- /TMPL_IF -->>Feb</option>
+ <option value="3"<!-- TMPL_IF NAME="month3" -->
selected="selected"<!-- /TMPL_IF -->>Mar</option>
+ <option value="4"<!-- TMPL_IF NAME="month4" -->
selected="selected"<!-- /TMPL_IF -->>Apr</option>
+ <option value="5"<!-- TMPL_IF NAME="month5" -->
selected="selected"<!-- /TMPL_IF -->>May</option>
+ <option value="6"<!-- TMPL_IF NAME="month6" -->
selected="selected"<!-- /TMPL_IF -->>Jun</option>
+ <option value="7"<!-- TMPL_IF NAME="month7" -->
selected="selected"<!-- /TMPL_IF -->>Jul</option>
+ <option value="8"<!-- TMPL_IF NAME="month8" -->
selected="selected"<!-- /TMPL_IF -->>Aug</option>
+ <option value="9"<!-- TMPL_IF NAME="month9" -->
selected="selected"<!-- /TMPL_IF -->>Sep</option>
+ <option value="10"<!-- TMPL_IF NAME="month10"
--> selected="selected"<!-- /TMPL_IF -->>Oct</option>
+ <option value="11"<!-- TMPL_IF NAME="month11"
--> selected="selected"<!-- /TMPL_IF -->>Nov</option>
+ <option value="12"<!-- TMPL_IF NAME="month12"
--> selected="selected"<!-- /TMPL_IF -->>Dec</option>
+ </select>
+ <select name="year">
+ <option value="0">Year</option>
+ <option value="2005"<!-- TMPL_IF
NAME="year2005" --> selected="selected"<!-- /TMPL_IF -->>2005</option>
+ <option value="2006"<!-- TMPL_IF
NAME="year2006" --> selected="selected"<!-- /TMPL_IF -->>2006</option>
+ <option value="2007"<!-- TMPL_IF
NAME="year2007" --> selected="selected"<!-- /TMPL_IF -->>2007</option>
+ <option value="2008"<!-- TMPL_IF
NAME="year2008" --> selected="selected"<!-- /TMPL_IF -->>2008</option>
+ <option value="2009"<!-- TMPL_IF
NAME="year2004" --> selected="selected"<!-- /TMPL_IF -->>2009</option>
+ </select>
+ </p>
+ <p>
+ <input type="checkbox" name="stickyduedate" <!-- TMPL_VAR
NAME="selected" -->> Sticky Due Date
+ <input type="hidden" name="borrnumber" value="<!-- TMPL_VAR
NAME="borrowernumber" -->">
+ <input type="hidden" name="branch" value="<!-- TMPL_VAR
NAME="branch" -->">
+ <input type="hidden" name="printer" value="<!-- TMPL_VAR
NAME="printer" -->">
+ <input type="hidden" name="print" value="maybe">
+ <!-- TMPL_IF NAME="CHARGES" -->
+ <input type="hidden" name="charges" value="yes">
+ <input type="hidden" name="oldamount" value="<!--
TMPL_VAR NAME="amountold" -->">
+ <!-- /TMPL_IF -->
+ </p>
+ </form>
+ </div>
+<!-- /TMPL_IF -->
+
+<!--
+
+ INITIAL BLOC : PARAMETERS & BORROWER INFO
+
+-->
+
+ <div class="bloc25">
+ <!-- TMPL_IF NAME="CGIselectborrower" -->
+ <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
+ <input type="hidden" name="branch" value="<!-- TMPL_VAR
NAME="branch" -->">
+ <input type="hidden" name="printer" value="<!-- TMPL_VAR
NAME="printer" -->">
+ <h2 class="circulation">Select a borrower</h2>
+ <!-- TMPL_VAR NAME="CGIselectborrower" -->
+ <input type="submit" value="OK" class="button circulation">
+ <!-- TMPL_ELSE -->
+ <!-- TMPL_IF NAME="borrowernumber" -->
+ <!-- TMPL_IF NAME="overduecount" -->
+ <div class="needsconfirm"><p><!-- TMPL_VAR
NAME="overduecount" --> Overdue Issues</p>
+ </div>
+ <!-- /TMPL_IF -->
+ <!--TMPL_IF NAME="returned_reserve"-->
+ <div class="needsconfirm">
+ <b>Your following reserves are now waiting</b>
+ <table cellpadding="0" cellspacing="0"
border="0" class="collapse">
+ <tr><th class="cell-header">Title</th>
+ <th class="cell-header">Author</th></tr>
+ <!--TMPL_LOOP NAME="returned_reserve"-->
+ <tr><td class="cell"><a
href="/cgi-bin/koha/detail.pl?bib=<!--TMPL_VAR
NAME="biblionumber"-->"><!--TMPL_VAR NAME="title"--></a></td>
+ <td class="cell"><!--TMPL_VAR
NAME="author"--></td></tr>
+ <!--/TMPL_LOOP-->
+ </table></div>
+ <!--/TMPL_IF-->
+
+ <!-- TMPL_IF NAME="dbarred" -->
+ <div class="needsconfirm">
+ <span class="error">Debarred:</span> Patron is
debarred
+ <form
action="/cgi-bin/koha/members/setdebar.pl" method="post">
+ <input type="hidden"
name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
+ <input type="hidden" name="cardnumber"
value="<!-- TMPL_VAR NAME="cardnumber" -->" />
+ <input type="hidden" value="circ"
name="destination" />
+ <input type="hidden" name="status"
value="0" />
+ <input type="submit" class="button
circulation" value="Lift Debarment" />
+ </form></div>
+ <!-- /TMPL_IF -->
+ <!--TMPL_IF NAME="charges"-->
+ <div class="needsconfirm">
+ <p><span class="error"><!--TMPL_VAR
NAME="chargesmsg"--></span><br />
+ <a
href="/cgi-bin/koha/members/moremember.pl?bornum=<TMPL_VAR
NAME="borrowernumber">">Pay Fines</a></p></div><!--messenger-->
+ <!--/TMPL_IF-->
+ <!--TMPL_IF NAME="gna"-->
+ <div class="needsconfirm">
+ <span class="error">The Borrower is marked Gone No
Address</span></div>
+ <!--/TMPL_IF-->
+
+<!--
+ RESULT OF ISSUING REQUEST
+-->
+ <div class="bloc25">
+ <!-- TMPL_IF NAME="IMPOSSIBLE" -->
+ <div class="needsconfirm">
+ <h2>Issuing impossible</h2>
+ <!-- TMPL_IF NAME="INVALID_DATE" -->
+ <p>The due date is invalid</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="UNKNOWN_BARCODE" -->
+ <p>The barcode is unknown</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="NOT_FOR_LOAN" -->
+ <p>Item not for loan</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="WTHDRAWN" -->
+ <p>Item withdrawn</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="GNA" -->
+ <p>Borrower is gone with no address</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="CARD_LOST" -->
+ <p>Borrower's card is lost</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="DEBARRED" -->
+ <p>Borrower is debarred</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="NO_MORE_RENEWALS" -->
+ <p>No more renewals possible</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="DEBT" -->
+ <p>The borrower has a debt of $<!-- TMPL_VAR
name="DEBT" --> <a href="/cgi-bin/koha/members/moremember.pl?bornum=<TMPL_VAR
NAME="borrowernumber">">Pay Fines</a></p>
+ <!-- /TMPL_IF -->
+ <br/></div>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="NEEDSCONFIRMATION" -->
+ <div id="needsconfirm">
+ <h2 class="problem">I need confirmation before issuing</h2>
+ <!-- TMPL_IF NAME="DEBT" -->
+ <p>The borrower has a debt of <!-- TMPL_VAR
name="DEBT" --> <a href="/cgi-bin/koha/members/moremember.pl?bornum=<TMPL_VAR
NAME="borrowernumber">">Pay Fines</a></p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="RENEW_ISSUE" -->
+ <p>Not an issue but a renewal</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="RESERVE_WAITING" -->
+ <p>Reserve waiting for <!-- TMPL_VAR
NAME="RESERVE_WAITING" --></p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="RESERVED" -->
+ <p>Reserved by <!-- TMPL_VAR NAME="RESERVED"
--></p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
+ <p>Item issued to <!-- TMPL_VAR
NAME="ISSUED_TO_ANOTHER" -->. Return & issue?</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="TOO_MANY" -->
+ <p class="problem">Too many issues (already
issued / max : <!-- TMPL_VAR name="TOO_MANY" -->)</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_UNLESS name="IMPOSSIBLE" -->
+ <form method="post">
+ <!-- TMPL_IF NAME="RESERVED" -->
+ <p><input type="checkbox" checked
name="cancelreserve" value="1">Cancel Reserve</p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="RESERVE_WAITING" -->
+ <p><input type="checkbox" checked
name="cancelreserve" value="1">Cancel Reserve</p>
+ <!-- /TMPL_IF -->
+ <input type="hidden" name="barcode" value="<!--
TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="borrnumber"
value="<!-- TMPL_VAR NAME="borrowernumber">">
+ <input type="hidden" name="issueconfirmed"
value="1">
+ <input type="hidden" name="day" value="<!--
TMPL_VAR name="day" -->">
+ <input type="hidden" name="month" value="<!--
TMPL_VAR name="month" -->">
+ <input type="hidden" name="year" value="<!--
TMPL_VAR name="year" -->">
+ <input type="submit" value="Confirm issue"
class="button circulation">
+ <a href="circulation.pl?borrnumber=<!--
TMPL_VAR NAME="borrowernumber" -->" class="button circulation">Don't issue</a>
+ </form>
+ <!-- /TMPL_UNLESS -->
+ </div>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="issued" -->
+ <h3>Item issued</h3>
+ <!-- /TMPL_IF -->
+ </div>
+
+
+ <h2 class="circulation">Borrower information</h2>
+ <p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR
NAME="surname" --> (<!-- TMPL_VAR name="cardnumber" -->) <br /><br />
+ <a
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR
NAME="borrowernumber" -->" class="button">
+ detail</a>
+ <a
href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!-- TMPL_VAR
name="borrowernumber" -->&modify=edit&destination=circ"
class="button">edit</a>
+ </p>
+ <p>
+ <!-- TMPL_VAR NAME="streetaddress" --> <!--
TMPL_VAR NAME="city" -->
+ </p>
+ <p>
+ <!-- TMPL_VAR NAME="phone" -->
+ </p>
+ <p>Category: <!-- TMPL_VAR NAME="categorycode" --></p>
+ <p><!-- TMPL_VAR NAME="issuecount" --> Issues</p>
+ <!--TMPL_IF NAME="credits"-->
+ <p><!--TMPL_VAR NAME="creditsmsg"--></p>
+ <!--/TMPL_IF-->
+ <p><!-- TMPL_VAR NAME="borrowernotes" --></p>
+
+ <!-- TMPL_ELSE -->
+ <h2>Enter borrower card number or partial last name</h2>
+ <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
+ <input name="findborrower">
+ <input type="hidden" name="branch" value="<!-- TMPL_VAR
NAME="branch" -->">
+ <input type="hidden" name="printer" value="<!-- TMPL_VAR
NAME="printer" -->">
+ <input type="submit" value="OK" class="button circulation">
+ <!-- /TMPL_IF -->
+ </form>
+ <!-- /TMPL_IF -->
+ </div>
+
+</td><td>
+
+<!--
+SUMMARY : TODAY & PREVIOUS ISSUES
+-->
+
+<!-- TMPL_IF NAME="todayissues" -->
+<div class="bloc25">
+ <h2 class="circulation">Todays Issues</h2>
+ <table cellpadding="0" cellspacing="0" class="collapse">
+ <tr>
+ <th class="cell-header">Due Date</th>
+ <th class="cell-header">Bar Code</th>
+ <th class="cell-header">Title</th>
+ <th class="cell-header">Author</th>
+ <th class="cell-header">Call number</th>
+ </tr>
+ <!-- TMPL_LOOP NAME="todayissues" -->
+ <tr>
+ <td class="cell"><!-- TMPL_VAR NAME="dd" --></td>
+ <td class="cell">
+ <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>
+ </td>
+ <td class="cell">
+ <!-- TMPL_VAR NAME="title" --><br/>
+ <i><!-- TMPL_VAR name="itemnotes" --></i>
+ </td>
+ <td class="cell"><!-- TMPL_VAR NAME="author" --></td>
+ <td class="cell"><!-- TMPL_VAR NAME="itemcallnumber"
--></td>
+ </tr>
+ <!-- /TMPL_LOOP -->
+ </table>
+</div>
+<!-- /TMPL_IF -->
+
+<!-- TMPL_IF NAME="previssues" -->
+<div class="bloc25">
+ <h2 class="circulation">Previous Issues</h2>
+ <table cellpadding="0" cellspacing="0" class="collapse">
+ <tr>
+ <th class="cell-header">Due Date</th>
+ <th class="cell-header">Bar Code</th>
+ <th class="cell-header">Title</th>
+ <th class="cell-header">Author</th>
+ <th class="cell-header">Call number</th>
+ </tr>
+ <!-- TMPL_LOOP NAME="previssues" -->
+ <!-- TMPL_IF NAME="od" -->
+ <tr class="overdue">
+ <!-- TMPL_ELSE -->
+ <tr>
+ <!-- /TMPL_IF -->
+ <td class="cell">
+ <!-- TMPL_VAR NAME="dd" -->
+ </td>
+ <td class="cell">
+ <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>
+ </td>
+ <td class="cell"><!-- TMPL_VAR NAME="title" -->
+ <!-- TMPL_IF NAME="od" -->
+
+ <!-- TMPL_ELSE -->
+ <br /><i><!-- TMPL_VAR name="itemnotes" --></i>
+ <!-- /TMPL_IF -->
+ </td>
+ <td class="cell"><!-- TMPL_VAR NAME="author"
--></td>
+ <td class="cell"><!-- TMPL_VAR
NAME="itemcallnumber" --></td>
+ </tr>
+ <!-- /TMPL_LOOP -->
+ </table>
+</div>
+<!-- /TMPL_IF -->
+
+</td></tr></table>
+</div>
+<!-- TMPL_INCLUDE NAME="circulation-bottom.inc" -->
Index: returns.tmpl
===================================================================
RCS file: returns.tmpl
diff -N returns.tmpl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ returns.tmpl 25 Jul 2006 20:21:13 -0000 1.1.2.1
@@ -0,0 +1,260 @@
+<!-- TMPL_INCLUDE NAME="header-start.inc" -->
+Circulation
+<!-- TMPL_INCLUDE NAME="header-end.inc" -->
+<!-- TMPL_INCLUDE NAME="topnav.inc" -->
+<!-- TMPL_INCLUDE NAME="leftnav-start.inc" -->
+<!-- TMPL_INCLUDE NAME="circulation.inc" -->
+<!-- TMPL_INCLUDE NAME="leftnav-end.inc" -->
+
+<div id="mainbloc">
+ <h1 class="circulation">Circulation: Returns</h1>
+
+ <!-- TMPL_IF NAME="homebranch" -->
+
+ <h2 class="circulation">Item returned at a different branch to its
homebranch:</h2>
+ <p>
+ Item: <!-- TMPL_VAR NAME="itemtitle"
--> (<!-- TMPL_VAR NAME="itemauthor" -->)
+ has homebranch set to <b><!-- TMPL_VAR
NAME="homebranch" --></b>
+ <!-- /TMPL_IF-->
+
+<table cellpadding="0" cellspacing="0" border="0">
+<tr valign="top"><td>
+
+ <!-- TMPL_IF Name="found" -->
+ <div id="bloc25">
+ <!-- TMPL_IF Name="waiting" -->
+ <h2 class="circulation">Item marked
Waiting:</h2>
+ <p>Item <!-- TMPL_VAR NAME="itemtitle" --> (<!--
TMPL_VAR NAME="itemauthor" -->)
+ is marked waiting at <b><!-- TMPL_VAR NAME="branchname" --></b>
for <!-- TMPL_VAR NAME="name" --> (<a
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum"
-->" onclick="openWindow('/cgi-bin/koha/members/moremember.pl?bornum=<!--
TMPL_VAR NAME="bornum" -->', 'Member'); return false;"><!-- TMPL_VAR
NAME="borcnum" --></a>).
+ <form method="post" action="returns.pl">
+ <!-- TMPL_LOOP Name="inputloop" -->
+ <input type="hidden"
name=ri-<!-- TMPL_VAR NAME="counter" --> value=<!-- TMPL_VAR NAME="barcode" -->>
+ <input type="hidden"
name=dd-<!-- TMPL_VAR NAME="counter" --> value=<!-- TMPL_VAR NAME="duedate" -->>
+ <input type="hidden"
name=bn-<!-- TMPL_VAR NAME="counter" --> value=<!-- TMPL_VAR NAME="bornum" -->>
+ <!-- /TMPL_LOOP -->
+ <input type="hidden" name="barcode"
value=0>
+ <input type="submit" value="OK"
class="button circulation">
+ </form>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="diffbranch" -->
+ <div class="needsconfirm">
+ <h3 class="circulation">Item marked
Waiting:</h3>
+ <p>
+ Item: <!-- TMPL_VAR NAME="itemtitle"
--> (<!-- TMPL_VAR NAME="itemauthor" -->)
+ needs to be transfered to <b><!--
TMPL_VAR NAME="branchname" --></b>
+ to be picked up by
+ <!-- TMPL_VAR NAME="name" -->
+ (<a
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum"
-->" onclick="openWindow('/cgi-bin/koha/members/moremember.pl?bornum=<!--
TMPL_VAR NAME="bornum" -->', 'Member'); return false;"><!-- TMPL_VAR
NAME="borcnum" --></a>).
+ </p>
+
+ <form method="post" action="returns.pl">
+ <!-- TMPL_LOOP Name="inputloop" -->
+ <!-- TMPL_UNLESS Name="first" -->
+ <input type="hidden"
name=ri-<!-- TMPL_VAR NAME="counter" --> value=<!-- TMPL_VAR NAME="barcode" -->>
+ <input type="hidden"
name=dd-<!-- TMPL_VAR NAME="counter" --> value=<!-- TMPL_VAR NAME="duedate" -->>
+ <input type="hidden"
name=bn-<!-- TMPL_VAR NAME="counter" --> value=<!-- TMPL_VAR NAME="bornum" -->>
+ <!-- /TMPL_UNLESS -->
+ <!-- /TMPL_LOOP -->
+ <input type="hidden" name="barcode" value=0>
+ <input type="submit" value="OK" class="button
circulation">
+ </form>
+ </div>
+ <!-- /TMPL_IF -->
+
+ <!-- TMPL_IF Name="reserved" -->
+ <div class="needsconfirm">
+ <h3 class="circulation">Reserve found</h3>
+ <p>Item: <!-- TMPL_VAR NAME="itemtitle" -->
(<!-- TMPL_VAR NAME="itemauthor" -->)
+ <a href="/cgi-bin/koha/detail.pl?bib=<!--
TMPL_VAR NAME="itembiblionumber" -->&type=intra"
onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR
NAME="itembiblionumber" -->&type=intra', 'Item'); return false;">
+ <!-- TMPL_VAR NAME="itembarcode" -->
+ </a>
+ for <!-- TMPL_VAR NAME="name" --> (<a
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum"
-->" onclick="openWindow('/cgi-bin/koha/members/moremember.pl?bornum=<!--
TMPL_VAR NAME="bornum" -->', 'Member'); return false"><!-- TMPL_VAR
NAME="borcnum" --></a>) to be collected at <b><!-- TMPL_VAR NAME="branchname"
--></b>.
+ </p>
+ <p>
+ Change status to waiting and print <a href=""
class="circulation" onClick="alert(document.forms[0].resslip.value); return
false">slip</a>? </p>
+ <p>
+ <form method="post" action="returns.pl">
+ <!-- TMPL_LOOP Name="inputloop" -->
+ <input type="hidden" name="ri-<!--
TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="dd-<!--
TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="duedate" -->">
+ <input type="hidden" name="bn-<!--
TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="bornum" -->">
+ <!-- /TMPL_LOOP -->
+ <input type="hidden" name="itemnumber"
value="<!-- TMPL_VAR NAME="itemnumber" -->">
+ <input type="hidden" name="borrowernumber"
value="<!-- TMPL_VAR NAME="bornum" -->">
+ <input type="hidden" name="resbarcode"
value="<!-- TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="resslip"
value="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Date: <!-- TMPL_VAR NAME="today" -->
+
+ ITEM RESERVED:<!-- TMPL_VAR NAME="itemtitle" --> (<!-- TMPL_VAR
NAME="itemauthor" -->)
+ barcode: <!-- TMPL_VAR NAME="itembarcode" -->
+ itemtype: <!-- TMPL_VAR NAME="itemtype" -->
+ COLLECT AT: <!-- TMPL_VAR NAME="branchname" -->
+
+ BORROWER:
+ <!-- TMPL_VAR NAME="bortitle" --> <!-- TMPL_VAR NAME="borfirstname" -->
<!-- TMPL_VAR NAME="borsurname" -->
+ card number: <!-- TMPL_VAR NAME="borcnum" -->
+ Phone: <!-- TMPL_VAR NAME="borphone" -->
+ <!-- TMPL_VAR NAME="borstraddress" -->
+ <!-- TMPL_VAR NAME="borsub" -->
+ <!-- TMPL_VAR NAME="bortown" -->
+ <!-- TMPL_VAR NAME="boremail" -->
+
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ ">
+ <input type="submit" value="Yes" class="button
circulation">
+ </form></div>
+ <!-- /TMPL_IF -->
+ </div>
+ <!-- TMPL_ELSE -->
+ <div id="bloc25">
+ <h2 class="circulation">Enter Item Barcode</h2>
+
+ <!-- TMPL_IF Name="errmsgloop" -->
+
+ <!-- TMPL_LOOP Name="errmsgloop" -->
+ <!-- TMPL_IF Name="badbarcode" -->
+ <div id="needsconfirm">
+ <p>No such barcode <!-- Item with barcode: <!--
TMPL_VAR NAME="msg" --> --></p></div>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="ispermanent" -->
+ <div id="needsconfirm">
+ <p> Please return to <!-- TMPL_VAR
NAME="msg" --></p></div>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="notissued" -->
+ <div id="needsconfirm">
+ <p> Not On Issue.</p></div>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="waslost" -->
+ <div id="needsconfirm">
+ <p> Lost Item.</p></div>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="withdrawn" -->
+ <div id="needsconfirm">
+ <p> Item Cancelled.</p></div>
+ <!-- /TMPL_IF -->
+ <!-- /TMPL_LOOP -->
+
+ <!-- /TMPL_IF -->
+
+ <form method="post"
action="/cgi-bin/koha/circ/returns.pl">
+ <p><label class="label20">Item Barcode:
</label><input name="barcode" size="10"> <input type="submit" value="Go"
class="button"></p>
+
+
+ <!-- TMPL_LOOP Name="inputloop" -->
+ <input type="hidden" name="ri-<!--
TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="barcode" -->">
+ <input type="hidden" name="dd-<!--
TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="duedate" -->">
+ <input type="hidden" name="bn-<!--
TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="bornum" -->">
+ <!-- /TMPL_LOOP -->
+ </form>
+ </div>
+ <!-- /TMPL_IF -->
+
+ <!-- TMPL_IF Name="returned" -->
+ <div id="bloc25">
+ <h3 class="circulation">Returned Item Information</h3>
+ <p>Title: <!-- TMPL_VAR NAME="itemtitle" --></p>
+ <h2 class="circulation">Borrower Information</h2>
+ <p>
+ <a
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="ribornum"
-->" onclick="openWindow('/cgi-bin/koha/members/moremember.pl?bornum=<!--
TMPL_VAR NAME="ribornum" -->','Member'); return false;">
+ <!-- TMPL_VAR NAME="riborcnum" -->
+ </a>
+ <!-- TMPL_VAR NAME="riborsurname" -->, <!-- TMPL_VAR
NAME="ribortitle" --> <!-- TMPL_VAR NAME="riborfirstname" --></p>
+ <!-- TMPL_IF Name="flagset" -->
+ <div id="needsconfirm">
+<!-- <h3 class="circulation">Flags</h3> -->
+ <!-- TMPL_LOOP Name="flagloop" -->
+ <p>
+ <!-- TMPL_VAR NAME="flag"
--><!-- TMPL_IF Name="redfont" --> <!-- /TMPL_IF -->
+ </p>
+ <!-- TMPL_IF Name="charges" -->
+ <p>
+ <a
href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->"
onclick="openWindow('/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR NAME="bornum"
-->', 'Payment'); return false;">Payment</a>
+ </p>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="waiting" -->
+ <!-- TMPL_LOOP Name="itemloop"
-->
+ <p>
+ <a
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionum"
-->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!--
TMPL_VAR NAME="biblionum" -->&type=intra','Item'); return false;">
+ <!--
TMPL_VAR NAME="barcode" -->
+ </a> <!--
TMPL_VAR NAME="title" -->(<!-- TMPL_VAR NAME="brname" -->)
+ </p>
+ <!-- /TMPL_LOOP -->
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="overdue" -->
+ <!-- TMPL_LOOP Name="itemloop"
-->
+ <p><!-- TMPL_VAR NAME="duedate"
-->
+ <a
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionum"
-->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!--
TMPL_VAR NAME="biblionum" -->&type=intra', 'Item'); return false;">
+ <!-- TMPL_VAR
NAME="barcode" -->
+ </a>
+ <!-- TMPL_VAR
NAME="title" -->
+ </p>
+ <!-- /TMPL_LOOP -->
+ <!-- /TMPL_IF -->
+ <!-- TMPL_IF Name="other" -->
+ <p><b><!-- TMPL_VAR NAME="msg"
--></b></p>
+ <!-- /TMPL_IF -->
+ <!-- /TMPL_LOOP -->
+ </div>
+ <!-- /TMPL_IF -->
+ </div>
+ <!-- /TMPL_IF -->
+
+</td><td>
+
+ <!-- TMPL_IF Name="riloop" -->
+ <div id="bloc25">
+ <h2 class="circulation">Returned Items</h2>
+ <table cellpadding="0" cellspacing="0" border="0"
class="collapse">
+ <tr>
+ <th class="cell-header">Due Date</th>
+ <th class="cell-header">Bar Code</th>
+ <th class="cell-header">Title</th>
+ <th class="cell-header">Author</th>
+ <th class="cell-header">Type</th>
+ <th class="cell-header">Borrower</th>
+ </tr>
+ <!-- TMPL_LOOP Name="riloop" -->
+ <!-- TMPL_IF NAME="toggle" -->
+ <tr class="hilighted">
+ <!-- TMPL_ELSE -->
+ <tr class="hilighted2">
+ <!-- /TMPL_IF -->
+ <td class="cell" >
+ <!-- TMPL_IF Name="duedate" -->
+ <!-- TMPL_IF
Name="early" -->
+ <font
color="red">
+ <!-- /TMPL_IF -->
+ <!-- TMPL_VAR
NAME="year" -->/<!-- TMPL_VAR NAME="month" -->/<!-- TMPL_VAR NAME="day" -->
+ <!-- TMPL_IF
Name="early" -->
+ </font>
+ <!-- /TMPL_IF -->
+ <!-- TMPL_ELSE -->
+ Not on Issue.
+ <!-- /TMPL_IF -->
+ </td>
+ <td class="cell">
+ <a
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="itembiblionumber"
-->&type=intra" onclick="openWindow('/cgi-bin/koha/detail.pl?bib=<!--
TMPL_VAR NAME="itembiblionumber" -->&type=intra', 'Item'); return false;">
+ <!-- TMPL_VAR
NAME="barcode" -->
+ </a>
+ </td>
+ <td class="cell"><!-- TMPL_VAR
NAME="itemtitle" --></td>
+ <td class="cell"><!-- TMPL_VAR
NAME="itemauthor" --></td>
+ <td class="cell"><!-- TMPL_VAR
NAME="itemtype" --></td>
+ <td class="cell">
+ <!-- TMPL_IF Name="duedate" -->
+ <a
href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum"
-->" onclick="openWindow('/cgi-bin/koha/members/moremember.pl?bornum=<!--
TMPL_VAR NAME="bornum" -->','Member'); return false;">
+ <!-- TMPL_VAR
NAME="borcnum" -->
+ </a> <!-- TMPL_VAR
NAME="borfirstname" --> <!-- TMPL_VAR NAME="borsurname" -->
+ <!-- TMPL_ELSE -->
+ <!-- TMPL_VAR NAME="bornum" -->
+ <!-- /TMPL_IF -->
+ </td>
+ </tr>
+ <!-- /TMPL_LOOP -->
+ </table>
+ </div>
+ <!-- /TMPL_IF -->
+</td></tr></table>
+</div>
+<!-- TMPL_INCLUDE Name="circulation-bottom.inc" -->
Index: selectbranchprinter.tmpl
===================================================================
RCS file: selectbranchprinter.tmpl
diff -N selectbranchprinter.tmpl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ selectbranchprinter.tmpl 25 Jul 2006 20:21:13 -0000 1.1.2.1
@@ -0,0 +1,43 @@
+<!-- TMPL_INCLUDE NAME="header-start.inc" -->
+Circulation
+<!-- TMPL_INCLUDE NAME="header-end.inc" -->
+<!-- TMPL_INCLUDE NAME="topnav.inc" -->
+<!-- TMPL_INCLUDE NAME="leftnav-start.inc" -->
+<!-- TMPL_INCLUDE NAME="circulation.inc" -->
+<!-- TMPL_INCLUDE NAME="leftnav-end.inc" -->
+
+<div id="mainbloc">
+<h1>Circulation: Select Printer and Branch Settings</h1>
+
+<form method="post" action="/cgi-bin/koha/circ/circulation.pl">
+<p>
+<!--branchselection-->
+<!-- TMPL_IF Name="onebranch" -->
+<b>Branch:</b> <!-- TMPL_VAR NAME="branchname" -->
+<!-- TMPL_ELSE -->
+<b>Please Set Branch:</b>
+ <select name="branch">
+ <!-- TMPL_LOOP Name="branchloop" -->
+ <option value="<!-- TMPL_VAR NAME="value" -->"<!-- TMPL_IF
Name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR
NAME="name" --></option>
+ <!-- /TMPL_LOOP -->
+ </select>
+<!-- /TMPL_IF --></p>
+
+<p><!-- printerselection -->
+<!-- TMPL_IF Name="oneprinter" -->
+<b>Printer:</b> <!-- TMPL_VAR NAME="printername" -->
+<!-- TMPL_ELSE -->
+<b>Please Set Printer:</b>
+ <select name="printer">
+ <!-- TMPL_LOOP Name="printerloop" -->
+ <option value="<!-- TMPL_VAR NAME="value" -->"<!-- TMPL_IF
Name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR
NAME="name" --></option>
+ <!-- /TMPL_LOOP -->
+ </select>
+<!-- /TMPL_IF --></p>
+<p><input type="hidden" name="setcookies" value="1">
+<input type="submit" value="Submit" type="changesettings" class="button"></p>
+</form>
+
+</div>
+<!-- TMPL_INCLUDE Name="circulation-bottom.inc" -->
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/katipo/en/circ bra... [dev_week],
Robert Lyon <=