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