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