Lines 67-72
Link Here
|
67 |
<ol class="bibliodetails"> |
67 |
<ol class="bibliodetails"> |
68 |
<li><span class="label">Current Location:</span> <!-- TMPL_VAR NAME="holdingbranchname" --> </li> |
68 |
<li><span class="label">Current Location:</span> <!-- TMPL_VAR NAME="holdingbranchname" --> </li> |
69 |
<li><span class="label">Checkout Status:</span> <!-- TMPL_IF NAME="issue" -->Checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="cardnumber" --></a>, Due back on <!-- TMPL_VAR NAME="datedue" --><!-- TMPL_ELSE -->Not Checked out <!-- /TMPL_IF --></li> |
69 |
<li><span class="label">Checkout Status:</span> <!-- TMPL_IF NAME="issue" -->Checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="cardnumber" --></a>, Due back on <!-- TMPL_VAR NAME="datedue" --><!-- TMPL_ELSE -->Not Checked out <!-- /TMPL_IF --></li> |
|
|
70 |
<li><span class="label">Current Renewals:</span> <!-- TMPL_VAR NAME="renewals" --> </li> |
70 |
<!-- TMPL_IF name="itemlostloop" --> |
71 |
<!-- TMPL_IF name="itemlostloop" --> |
71 |
<li><span class="label">Lost Status:</span> |
72 |
<li><span class="label">Lost Status:</span> |
72 |
<!-- TMPL_IF NAME="CAN_user_circulate" --> |
73 |
<!-- TMPL_IF NAME="CAN_user_circulate" --> |
Lines 75-80
Link Here
|
75 |
<input type="hidden" name="biblioitemnumber" value="<!-- TMPL_VAR Name="biblioitemnumber" -->" /> |
76 |
<input type="hidden" name="biblioitemnumber" value="<!-- TMPL_VAR Name="biblioitemnumber" -->" /> |
76 |
<input type="hidden" name="itemnumber" value="<!-- TMPL_VAR Name="itemnumber" -->" /> |
77 |
<input type="hidden" name="itemnumber" value="<!-- TMPL_VAR Name="itemnumber" -->" /> |
77 |
<select name="itemlost" > |
78 |
<select name="itemlost" > |
|
|
79 |
<option value="">Choose</option> |
78 |
<!-- TMPL_LOOP NAME="itemlostloop" --> |
80 |
<!-- TMPL_LOOP NAME="itemlostloop" --> |
79 |
<!-- TMPL_IF NAME="selected" --> |
81 |
<!-- TMPL_IF NAME="selected" --> |
80 |
<option value="<!-- TMPL_VAR NAME="authorised_value" -->" selected="selected"><!-- TMPL_VAR NAME="lib" --></option> |
82 |
<option value="<!-- TMPL_VAR NAME="authorised_value" -->" selected="selected"><!-- TMPL_VAR NAME="lib" --></option> |
Lines 104-109
Link Here
|
104 |
<input type="hidden" name="biblioitemnumber" value="<!-- TMPL_VAR Name="biblioitemnumber" -->" /> |
106 |
<input type="hidden" name="biblioitemnumber" value="<!-- TMPL_VAR Name="biblioitemnumber" -->" /> |
105 |
<input type="hidden" name="itemnumber" value="<!-- TMPL_VAR Name="itemnumber" -->" /> |
107 |
<input type="hidden" name="itemnumber" value="<!-- TMPL_VAR Name="itemnumber" -->" /> |
106 |
<select name="damaged" > |
108 |
<select name="damaged" > |
|
|
109 |
<option value="">Choose</option> |
107 |
<!-- TMPL_LOOP NAME="itemdamagedloop" --> |
110 |
<!-- TMPL_LOOP NAME="itemdamagedloop" --> |
108 |
<!-- TMPL_IF NAME="selected" --> |
111 |
<!-- TMPL_IF NAME="selected" --> |
109 |
<option value="<!-- TMPL_VAR NAME="authorised_value" -->" selected="selected"><!-- TMPL_VAR NAME="lib" --></option> |
112 |
<option value="<!-- TMPL_VAR NAME="authorised_value" -->" selected="selected"><!-- TMPL_VAR NAME="lib" --></option> |
Lines 160-167
Link Here
|
160 |
<!-- TMPL_VAR NAME="dateaccessioned" --> |
163 |
<!-- TMPL_VAR NAME="dateaccessioned" --> |
161 |
<!-- /TMPL_IF --> </li> |
164 |
<!-- /TMPL_IF --> </li> |
162 |
|
165 |
|
163 |
<li><span class="label">Total Renewals:</span> <!-- TMPL_VAR NAME="renewals" --> </li> |
166 |
|
164 |
|
|
|
165 |
<li><span class="label">Total Checkouts:</span><!-- TMPL_IF NAME="issues" --><!-- TMPL_VAR NAME="issues" --><!-- TMPL_ELSE -->0<!-- /TMPL_IF --> (<a href="/cgi-bin/koha/circ/bookcount.pl?&biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&itm=<!-- TMPL_VAR NAME="itemnumber" -->">View item's checkout history</a>)</li> |
167 |
<li><span class="label">Total Checkouts:</span><!-- TMPL_IF NAME="issues" --><!-- TMPL_VAR NAME="issues" --><!-- TMPL_ELSE -->0<!-- /TMPL_IF --> (<a href="/cgi-bin/koha/circ/bookcount.pl?&biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&itm=<!-- TMPL_VAR NAME="itemnumber" -->">View item's checkout history</a>)</li> |
166 |
|
168 |
|
167 |
<li><span class="label">Last seen:</span> <!-- TMPL_VAR NAME="datelastseen" --> </li> |
169 |
<li><span class="label">Last seen:</span> <!-- TMPL_VAR NAME="datelastseen" --> </li> |
168 |
- |
|
|