Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-serial-issues.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo;  Serials
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body id="opac-serial-issues">
5 <!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
6    <div id="bd">
7 <!-- TMPL_INCLUDE name="masthead.inc" -->
8
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11
12 <div id="userserialissues" class="container">
13 <h2>Issues for a subscription</h2>
14 <div id="views">
15         <span class="view"><a id="Normalview" href="opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button">Normal View</a></span>
16                 <span class="view"><span id="Briefhistory">Brief history</span></span>
17         <span class="view"><a id="Fullhistory" href="opac-serial-issues.pl?selectview=full&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button">Full History</a></span>
18 </div>
19 <form method="post" name="f">
20 <!-- TMPL_LOOP name="subscription_LOOP" -->
21 <div id="subscriptionline<!-- TMPL_VAR NAME="subscriptionid" -->" style="border-bottom:1px solid #EEE;">
22 <h3>Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h3>
23                 <p>The current subscription began on <!-- TMPL_VAR name="startdate" --> and is issued every
24                 <!--TMPL_IF name="periodicity1" -->
25                                 day
26                 <!-- /TMPL_IF -->
27                 <!--TMPL_IF name="periodicity2" -->
28                                 week
29                 <!-- /TMPL_IF -->
30                 <!--TMPL_IF name="periodicity3" -->
31                                 2 weeks
32                 <!-- /TMPL_IF -->
33                 <!--TMPL_IF name="periodicity4" -->
34                                 3 weeks
35                 <!-- /TMPL_IF -->
36                 <!--TMPL_IF name="periodicity5" -->
37                                 month
38                 <!-- /TMPL_IF -->
39                 <!--TMPL_IF name="periodicity6" -->
40                                 2 months
41                 <!-- /TMPL_IF -->
42                 <!--TMPL_IF name="periodicity7" -->
43                                 3 months
44                 <!-- /TMPL_IF -->
45                 <!--TMPL_IF name="periodicity8" -->
46                                 quarter
47                 <!-- /TMPL_IF -->
48                 <!--TMPL_IF name="periodicity9" -->
49                                 2 quarters
50                 <!-- /TMPL_IF -->
51                 <!--TMPL_IF name="periodicity10" -->
52                                 year
53                 <!-- /TMPL_IF -->
54                 <!--TMPL_IF name="periodicity11" -->
55                                 2 years
56                 <!-- /TMPL_IF -->
57                 <!--TMPL_IF name="arrival1" -->
58                         on Monday
59                 <!-- /TMPL_IF -->
60                 <!--TMPL_IF name="arrival2" -->
61                                 on Tuesday
62                 <!-- /TMPL_IF -->
63                 <!--TMPL_IF name="arrival3" -->
64                                 on Wednesday
65                 <!-- /TMPL_IF -->
66                 <!--TMPL_IF name="arrival4" -->
67                                 on Thursday
68                 <!-- /TMPL_IF -->
69                 <!--TMPL_IF name="arrival5" -->
70                                 on Friday
71                 <!-- /TMPL_IF -->
72                 <!--TMPL_IF name="arrival6" -->
73                                 on Saturday
74                 <!-- /TMPL_IF -->
75                 <!--TMPL_IF name="arrival7" -->
76                                 on Sunday
77                 <!-- /TMPL_IF -->
78                 
79                 for 
80                         <!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> issues<!-- /TMPL_IF -->
81                         <!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> weeks<!-- /TMPL_IF -->
82                         <!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> months<!-- /TMPL_IF -->
83                         
84                 <p>The first subscription was started on  <!-- TMPl_VAR name="histstartdate" --></p>
85                 <!-- TMPL_IF name="histenddate" -->
86             <p>The subscription expired on <!-- TMPl_VAR name="histenddate" --></p>
87         <!-- /TMPL_IF -->
88                 </p>
89     <h4><!-- TMPL_VAR name="branchname" --> <!-- TMPL_VAR name="notes" --></h4>
90   <!-- TMPL_IF name="recievedlist" -->
91     <h5>Available Issues</h5>
92     <p>
93       <!-- TMPL_VAR name="recievedlist" -->
94     </p>
95   <!-- /TMPL_IF -->
96   <!-- TMPL_IF name="missinglist" -->
97     <h5>Unavailable Issues</h5>
98     <p>
99       <!-- TMPL_VAR name="missinglist" -->
100     </p>
101   <!-- /TMPL_IF -->
102     <!-- TMPL_IF name="opacnote" -->
103         <h5>Issues summary</h5>
104         <p>
105             <!-- TMPL_VAR name="opacnote" -->
106         </p>
107     <!-- /TMPL_IF -->
108     <!-- TMPL_IF name="letter" -->
109         <!-- TMPL_IF name="hasalert" -->
110             You have subscribed to email notification on new issues <a href="opac-alert-subscribe.pl?op=cancel&amp;externalid=<!-- TMPL_VAR name="subscriptionid" -->&amp;alerttype=issue&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button" title="Cancel email notification">
111                 Cancel email notification
112             </a>
113         <!-- TMPL_ELSE -->
114             <a href="opac-alert-subscribe.pl?externalid=<!-- TMPL_VAR name="subscriptionid" -->&amp;alerttype=issue&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button" title="Subscribe to email notification on new issues">
115                 Subscribe to email notification on new issues
116             </a>
117         <!-- /TMPL_IF -->
118     <!-- /TMPL_IF -->
119 </div>
120 <!-- /TMPL_LOOP -->
121 </div>
122 </div>
123 </div>
124 </div>
125                         <!-- TMPL_IF NAME="OpacNav" -->
126                         <div class="yui-b">
127                         <div id="leftmenus" class="container">
128                         <!--TMPL_INCLUDE NAME="navigation.inc" -->
129                         </div>
130                         </div><!-- /TMPL_IF -->
131 </div>
132 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->