minor improvements
This commit is contained in:
parent
f2f5a0bf82
commit
1670b55569
2 changed files with 20 additions and 27 deletions
|
@ -47,11 +47,7 @@
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
|
<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
|
||||||
<!-- TMPL_UNLESS NAME="norequests" -->
|
|
||||||
<a class="transparent" href="#" onclick="GetIt('<!-- TMPL_VAR NAME="biblionumber" -->','<!-- TMPL_VAR name="title" -->') ">Get it!</a>
|
<a class="transparent" href="#" onclick="GetIt('<!-- TMPL_VAR NAME="biblionumber" -->','<!-- TMPL_VAR name="title" -->') ">Get it!</a>
|
||||||
<!-- TMPL_ELSE -->
|
|
||||||
Not Reservable
|
|
||||||
<!-- /TMPL_UNLESS -->
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- /TMPL_LOOP -->
|
<!-- /TMPL_LOOP -->
|
||||||
|
|
|
@ -5,28 +5,6 @@
|
||||||
<h1 class="bull">Subscription for <!-- TMPL_VAR name="bibliotitle" --></h1>
|
<h1 class="bull">Subscription for <!-- TMPL_VAR name="bibliotitle" --></h1>
|
||||||
<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Subscription</a>
|
<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Subscription</a>
|
||||||
|
|
||||||
<div id="bloc25">
|
|
||||||
<h2 class="bull">Subscription summary</h2>
|
|
||||||
<form method="post" name="f" action="statecollection.pl">
|
|
||||||
<input type="hidden" name="op" value="modsubscriptionhistory">
|
|
||||||
<input type="hidden" name="serial" value="<!-- TMPL_VAR name="serial" -->">
|
|
||||||
<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
|
|
||||||
<input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
|
|
||||||
<p><label>Librarian</label><!-- TMPL_VAR name="user" --></p>
|
|
||||||
<p><label>Beginnning date (*)</label><input type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate" -->"></p>
|
|
||||||
<p><label>End date</label><input type="text" name="enddate" value="<!-- TMPL_VAR name="enddate" -->"></p>
|
|
||||||
<p>Arrived Numbers</p>
|
|
||||||
<p> <textarea name="recievedlist" COLS=60 ROWS=5><!-- TMPL_VAR name="recievedlist" --></textarea></p>
|
|
||||||
<p>Gapped Numbers</p>
|
|
||||||
<p> <textarea name="missinglist" COLS=60 ROWS=2><!-- TMPL_VAR name="missinglist" --></textarea></p>
|
|
||||||
<p>Opac's note</p>
|
|
||||||
<p> <textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR name="opacnote" --></textarea></p>
|
|
||||||
<p>Intra's note</p>
|
|
||||||
<p> <textarea name="librariannote" COLS=60 ROWS=5><!-- TMPL_VAR name="librariannote" --></textarea></p>
|
|
||||||
<input type="submit" value="Save changes" class="button bull">
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="bloc25">
|
<div id="bloc25">
|
||||||
<h2 class="bull">waited or late numbers</h2>
|
<h2 class="bull">waited or late numbers</h2>
|
||||||
<form method="post" name="f" action="statecollection.pl">
|
<form method="post" name="f" action="statecollection.pl">
|
||||||
|
@ -87,7 +65,26 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
<div id="bloc25">
|
||||||
|
<h2 class="bull">Subscription summary</h2>
|
||||||
|
<form method="post" name="f" action="statecollection.pl">
|
||||||
|
<input type="hidden" name="op" value="modsubscriptionhistory">
|
||||||
|
<input type="hidden" name="serial" value="<!-- TMPL_VAR name="serial" -->">
|
||||||
|
<input type="hidden" name="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid" -->">
|
||||||
|
<input type="hidden" name="user" value="<!-- TMPL_VAR name="user" -->">
|
||||||
|
<p><label>Librarian</label><!-- TMPL_VAR name="user" --></p>
|
||||||
|
<p><label class="label100">Beginnning date (*)</label><input type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate" -->"></p>
|
||||||
|
<p><label class="label100">End date</label><input type="text" name="enddate" value="<!-- TMPL_VAR name="enddate" -->"></p>
|
||||||
|
<p>Recieved issues</p>
|
||||||
|
<p> <textarea name="recievedlist" COLS=60 ROWS=5><!-- TMPL_VAR name="recievedlist" --></textarea></p>
|
||||||
|
<p>Missing issues</p>
|
||||||
|
<p> <textarea name="missinglist" COLS=60 ROWS=2><!-- TMPL_VAR name="missinglist" --></textarea></p>
|
||||||
|
<p>Opac's note</p>
|
||||||
|
<p> <textarea name="opacnote" COLS=60 ROWS=5><!-- TMPL_VAR name="opacnote" --></textarea></p>
|
||||||
|
<input type="submit" value="Save changes" class="button bull">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<script language="JavaScript" type="text/javascript">
|
<script language="JavaScript" type="text/javascript">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue