memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / serials / serial-issues.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Subscription edit<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
5
6 <h1>Issues for a subscription</h1>
7 <!-- TMPL_LOOP name="subscription_LOOP" -->
8         <div id="serials_serial_issue_<!-- TMPL_VAR name="subscriptionid" -->">
9                 <h2>Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h2>
10                 <p>It began on <b><!-- TMPL_VAR name="histstartdate" --></b> and is issued every
11                 <b>
12                 <!--TMPL_IF name="periodicity1" -->
13                                 day
14                 <!-- /TMPL_IF -->
15                 <!--TMPL_IF name="periodicity2" -->
16                                 week
17                 <!-- /TMPL_IF -->
18                 <!--TMPL_IF name="periodicity3" -->
19                                 2 weeks
20                 <!-- /TMPL_IF -->
21                 <!--TMPL_IF name="periodicity4" -->
22                                 3 weeks
23                 <!-- /TMPL_IF -->
24                 <!--TMPL_IF name="periodicity5" -->
25                                 month
26                 <!-- /TMPL_IF -->
27                 <!--TMPL_IF name="periodicity6" -->
28                                 2 months
29                 <!-- /TMPL_IF -->
30                 <!--TMPL_IF name="periodicity7" -->
31                                 3 months
32                 <!-- /TMPL_IF -->
33                 <!--TMPL_IF name="periodicity8" -->
34                                 quarter
35                 <!-- /TMPL_IF -->
36                 <!--TMPL_IF name="periodicity9" -->
37                                 2 quarters
38                 <!-- /TMPL_IF -->
39                 <!--TMPL_IF name="periodicity10" -->
40                                 year
41                 <!-- /TMPL_IF -->
42                 <!--TMPL_IF name="periodicity11" -->
43                                 2 years
44                 <!-- /TMPL_IF -->
45                 </b>
46                 <!--TMPL_IF name="arrival1" -->
47                         on <b>monday</b>
48                 <!-- /TMPL_IF -->
49                 <!--TMPL_IF name="arrival2" -->
50                         on <b>tuesday</b>
51                 <!-- /TMPL_IF -->
52                 <!--TMPL_IF name="arrival3" -->
53                         on <b>wednesday</b>
54                 <!-- /TMPL_IF -->
55                 <!--TMPL_IF name="arrival4" -->
56                         on <b>thursday</b>
57                 <!-- /TMPL_IF -->
58                 <!--TMPL_IF name="arrival5" -->
59                         on <b>friday</b>
60                 <!-- /TMPL_IF -->
61                 <!--TMPL_IF name="arrival6" -->
62                         on <b>saturday</b>
63                 <!-- /TMPL_IF -->
64                 <!--TMPL_IF name="arrival7" -->
65                         on <b>sunday</b>
66                 <!-- /TMPL_IF -->
67                 for <b>
68                         <!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> issues<!-- /TMPL_IF -->
69                         <!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> weeks<!-- /TMPL_IF -->
70                         <!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> months<!-- /TMPL_IF -->
71                         </b>
72                 </p>
73                 <p>Last renewal of subscription was <b><!-- TMPl_VAR name="startdate" --></b></p>
74                 <!-- 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" -->
75         <!--TMPL_UNLESS Name=fullinfo -->
76                 <p><!-- TMPL_VAR name="notes" --></p>
77                 <!-- TMPL_IF name="opacnote" -->
78                         <h3 class="bull">Issues summary</h2>
79                         <p>
80                                 <!-- TMPL_VAR name="opacnote" -->
81                         </p>
82                 <!-- /TMPL_IF -->
83                 <!-- TMPL_IF name="recievedlist" -->
84                         <h3 class="bull">Recieved issues</h2>
85                         <p>
86                                 <!-- TMPL_VAR name="recievedlist" -->
87                         </p>
88                 <!-- /TMPL_IF -->
89                 <!-- TMPL_IF name="missinglist" -->
90                         <h3 class="bull">Missing issues</h2>
91                         <p>
92                                 <!-- TMPL_VAR name="missinglist" -->
93                         </p>
94                 <!-- /TMPL_IF -->
95         </div>
96         <!-- /TMPL_UNLESS -->
97 <!-- /TMPL_LOOP -->
98 </div>
99 <div id="action">
100         <form action="/cgi-bin/koha/bull-home.pl">
101                 <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
102                 <input type="submit" value="Subscriptions" />
103         </form>
104         <form action="/cgi-bin/koha/MARCdetail.pl />
105                 <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" />
106                 <input type="submit" value="Back to biblio" />
107         </form>
108         <form action="serial-issues.pl">
109                 <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR name="biblionumber" -->">
110                 <input type="hidden" name="selectview" value="full">
111                 <input type="submit" value="Complete view">
112         </form>
113 </div>
114
115 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->