Template restructuring to allow option of styling OPAC with fixed-width layout. This...
[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>
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 class="container">
13 <h1>Issues for a subscription</h1>
14         <a href="opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button">Normal View</a>
15         <a href="opac-serial-issues.pl?selectview=full&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button">Full History</a>
16
17 <form method="post" name="f">
18 <!-- TMPL_LOOP name="subscription_LOOP" -->
19 <h2>Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h2>
20                 <p>The current subscription began on <!-- TMPL_VAR name="startdate" --> and is issued every
21                 <!--TMPL_IF name="periodicity1" -->
22                                 day
23                 <!-- /TMPL_IF -->
24                 <!--TMPL_IF name="periodicity2" -->
25                                 week
26                 <!-- /TMPL_IF -->
27                 <!--TMPL_IF name="periodicity3" -->
28                                 2 weeks
29                 <!-- /TMPL_IF -->
30                 <!--TMPL_IF name="periodicity4" -->
31                                 3 weeks
32                 <!-- /TMPL_IF -->
33                 <!--TMPL_IF name="periodicity5" -->
34                                 month
35                 <!-- /TMPL_IF -->
36                 <!--TMPL_IF name="periodicity6" -->
37                                 2 months
38                 <!-- /TMPL_IF -->
39                 <!--TMPL_IF name="periodicity7" -->
40                                 3 months
41                 <!-- /TMPL_IF -->
42                 <!--TMPL_IF name="periodicity8" -->
43                                 quarter
44                 <!-- /TMPL_IF -->
45                 <!--TMPL_IF name="periodicity9" -->
46                                 2 quarters
47                 <!-- /TMPL_IF -->
48                 <!--TMPL_IF name="periodicity10" -->
49                                 year
50                 <!-- /TMPL_IF -->
51                 <!--TMPL_IF name="periodicity11" -->
52                                 2 years
53                 <!-- /TMPL_IF -->
54                 <!--TMPL_IF name="arrival1" -->
55                         on Monday
56                 <!-- /TMPL_IF -->
57                 <!--TMPL_IF name="arrival2" -->
58                                 on Tuesday
59                 <!-- /TMPL_IF -->
60                 <!--TMPL_IF name="arrival3" -->
61                                 on Wednesday
62                 <!-- /TMPL_IF -->
63                 <!--TMPL_IF name="arrival4" -->
64                                 on Thursday
65                 <!-- /TMPL_IF -->
66                 <!--TMPL_IF name="arrival5" -->
67                                 on Friday
68                 <!-- /TMPL_IF -->
69                 <!--TMPL_IF name="arrival6" -->
70                                 on Saturday
71                 <!-- /TMPL_IF -->
72                 <!--TMPL_IF name="arrival7" -->
73                                 on Sunday
74                 <!-- /TMPL_IF -->
75                 
76                 for 
77                         <!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> issues<!-- /TMPL_IF -->
78                         <!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> weeks<!-- /TMPL_IF -->
79                         <!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> months<!-- /TMPL_IF -->
80                         
81                 <p>The first subscription was started on  <!-- TMPl_VAR name="histstartdate" --></p>
82                 <!-- TMPL_IF name="histenddate" -->
83             <p>The subscription expired on <!-- TMPl_VAR name="histenddate" --></p>
84         <!-- /TMPL_IF -->
85                 </p>
86     <h2><!-- TMPL_VAR name="branchcode" --> <!-- TMPL_VAR name="notes" --></h2>
87   <!-- TMPL_IF name="recievedlist" -->
88     <h3>Available Issues</h3>
89     <p>
90       <!-- TMPL_VAR name="recievedlist" -->
91     </p>
92   <!-- /TMPL_IF -->
93   <!-- TMPL_IF name="missinglist" -->
94     <h3>Unavailable Issues</h3>
95     <p>
96       <!-- TMPL_VAR name="missinglist" -->
97     </p>
98   <!-- /TMPL_IF -->
99     <!-- TMPL_IF name="opacnote" -->
100         <h3>Issues summary</h3>
101         <p>
102             <!-- TMPL_VAR name="opacnote" -->
103         </p>
104     <!-- /TMPL_IF -->
105     <!-- TMPL_IF name="letter" -->
106         <!-- TMPL_IF name="hasalert" -->
107             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">
108                 Cancel email notification
109             </a>
110         <!-- TMPL_ELSE -->
111             <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">
112                 Subscribe to email notification on new issues
113             </a>
114         <!-- /TMPL_IF -->
115     <!-- /TMPL_IF -->
116
117 <!-- /TMPL_LOOP -->
118 </div>
119 </div>
120 </div>
121 </div>
122                         <!-- TMPL_IF NAME="OpacNav" -->
123                         <div class="yui-b">
124                         <div class="container">
125                         <!--TMPL_INCLUDE NAME="navigation.inc" -->
126                         </div>
127                         </div><!-- /TMPL_IF -->
128 </div>
129 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->