115 lines
3.6 KiB
Cheetah
115 lines
3.6 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Subscription edit<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
|
|
<!-- TMPL_INCLUDE NAME="menus.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
|
|
|
|
<h1>Issues for a subscription</h1>
|
|
<!-- TMPL_LOOP name="subscription_LOOP" -->
|
|
<div id="serials_serial_issue_<!-- TMPL_VAR name="subscriptionid" -->">
|
|
<h2>Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h2>
|
|
<p>It began on <b><!-- TMPL_VAR name="histstartdate" --></b> and is issued every
|
|
<b>
|
|
<!--TMPL_IF name="periodicity1" -->
|
|
day
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity2" -->
|
|
week
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity3" -->
|
|
2 weeks
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity4" -->
|
|
3 weeks
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity5" -->
|
|
month
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity6" -->
|
|
2 months
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity7" -->
|
|
3 months
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity8" -->
|
|
quarter
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity9" -->
|
|
2 quarters
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity10" -->
|
|
year
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="periodicity11" -->
|
|
2 years
|
|
<!-- /TMPL_IF -->
|
|
</b>
|
|
<!--TMPL_IF name="arrival1" -->
|
|
on <b>monday</b>
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="arrival2" -->
|
|
on <b>tuesday</b>
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="arrival3" -->
|
|
on <b>wednesday</b>
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="arrival4" -->
|
|
on <b>thursday</b>
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="arrival5" -->
|
|
on <b>friday</b>
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="arrival6" -->
|
|
on <b>saturday</b>
|
|
<!-- /TMPL_IF -->
|
|
<!--TMPL_IF name="arrival7" -->
|
|
on <b>sunday</b>
|
|
<!-- /TMPL_IF -->
|
|
for <b>
|
|
<!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> issues<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> weeks<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> months<!-- /TMPL_IF -->
|
|
</b>
|
|
</p>
|
|
<p>Last renewal of subscription was <b><!-- TMPl_VAR name="startdate" --></b></p>
|
|
<!-- TMPL_IF name="enddate" --><p><b>This subscription is now ended. The last issue was recieved on <!-- TMPL_VAR name="enddate" --></b></p><!-- /TMPL_IF name="enddate" -->
|
|
<!--TMPL_UNLESS Name=fullinfo -->
|
|
<p><!-- TMPL_VAR name="notes" --></p>
|
|
<!-- TMPL_IF name="opacnote" -->
|
|
<h3 class="bull">Issues summary</h2>
|
|
<p>
|
|
<!-- TMPL_VAR name="opacnote" -->
|
|
</p>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="recievedlist" -->
|
|
<h3 class="bull">Recieved issues</h2>
|
|
<p>
|
|
<!-- TMPL_VAR name="recievedlist" -->
|
|
</p>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF name="missinglist" -->
|
|
<h3 class="bull">Missing issues</h2>
|
|
<p>
|
|
<!-- TMPL_VAR name="missinglist" -->
|
|
</p>
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
<!-- /TMPL_UNLESS -->
|
|
<!-- /TMPL_LOOP -->
|
|
</div>
|
|
<div id="action">
|
|
<form action="/cgi-bin/koha/bull-home.pl">
|
|
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
|
|
<input type="submit" value="Subscriptions" />
|
|
</form>
|
|
<form action="/cgi-bin/koha/MARCdetail.pl />
|
|
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
|
|
<input type="submit" value="Back to biblio" />
|
|
</form>
|
|
<form action="serial-issues.pl">
|
|
<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->">
|
|
<input type="hidden" name="selectview" value="full">
|
|
<input type="submit" value="Complete view">
|
|
</form>
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|