- Lots of markup corrections, in scripts and templates, for XHTML compliance
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / 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 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="serials-search.inc" -->
8
9 <div id="doc3" class="yui-t2">
10    
11    <div id="bd">
12         <div id="yui-main">
13         <div class="yui-b">
14
15 <h1>Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h1>
16 <div id="action">
17     <a href="/cgi-bin/koha/serials/serials-home.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Subscriptions</a>
18     <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->">Back to biblio</a>
19     <a href="/cgi-bin/koha/serials/serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->&amp;selectview=full">Complete view</a>
20 </div>
21 <!-- TMPL_LOOP name="subscription_LOOP" -->
22     <div id="serials_serial_issue_<!-- TMPL_VAR name="subscriptionid" -->">
23     <h2>Subscription summary</h2>
24         <p>It began on <b><!-- TMPL_VAR name="histstartdate" --></b> and is issued every
25         <b>
26         <!--TMPL_IF name="periodicity1" -->
27                 day
28         <!-- /TMPL_IF -->
29         <!--TMPL_IF name="periodicity2" -->
30                 week
31         <!-- /TMPL_IF -->
32         <!--TMPL_IF name="periodicity3" -->
33                 2 weeks
34         <!-- /TMPL_IF -->
35         <!--TMPL_IF name="periodicity4" -->
36                 3 weeks
37         <!-- /TMPL_IF -->
38         <!--TMPL_IF name="periodicity5" -->
39                 month
40         <!-- /TMPL_IF -->
41         <!--TMPL_IF name="periodicity6" -->
42                 2 months
43         <!-- /TMPL_IF -->
44         <!--TMPL_IF name="periodicity7" -->
45                 3 months
46         <!-- /TMPL_IF -->
47         <!--TMPL_IF name="periodicity8" -->
48                 quarter
49         <!-- /TMPL_IF -->
50         <!--TMPL_IF name="periodicity9" -->
51                 2 quarters
52         <!-- /TMPL_IF -->
53         <!--TMPL_IF name="periodicity10" -->
54                 year
55         <!-- /TMPL_IF -->
56         <!--TMPL_IF name="periodicity11" -->
57                 2 years
58         <!-- /TMPL_IF -->
59         </b>
60         <!--TMPL_IF name="arrival1" -->
61             on <b>Monday</b>
62         <!-- /TMPL_IF -->
63         <!--TMPL_IF name="arrival2" -->
64             on <b>Tuesday</b>
65         <!-- /TMPL_IF -->
66         <!--TMPL_IF name="arrival3" -->
67             on <b>Wednesday</b>
68         <!-- /TMPL_IF -->
69         <!--TMPL_IF name="arrival4" -->
70             on <b>Thursday</b>
71         <!-- /TMPL_IF -->
72         <!--TMPL_IF name="arrival5" -->
73             on <b>Friday</b>
74         <!-- /TMPL_IF -->
75         <!--TMPL_IF name="arrival6" -->
76             on <b>Saturday</b>
77         <!-- /TMPL_IF -->
78         <!--TMPL_IF name="arrival7" -->
79             on <b>Sunday</b>
80         <!-- /TMPL_IF -->
81         for <b>
82             <!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> issues<!-- /TMPL_IF -->
83             <!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> weeks<!-- /TMPL_IF -->
84             <!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> months<!-- /TMPL_IF -->
85             </b>
86         </p>
87         <p>Last renewal of subscription was <b><!-- TMPl_VAR name="startdate" --></b></p>
88         <!-- 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 -->
89     <!--TMPL_UNLESS Name="fullinfo" -->
90         <p><!-- TMPL_VAR name="notes" --></p>
91         <!-- TMPL_IF name="opacnote" -->
92             <h2>Issues summary</h2>
93             <p>
94                 <!-- TMPL_VAR name="opacnote" -->
95             </p>
96         <!-- /TMPL_IF -->
97         <!-- TMPL_IF name="recievedlist" -->
98             <h2>Recieved issues</h2>
99             <p>
100                 <!-- TMPL_VAR name="recievedlist" -->
101             </p>
102         <!-- /TMPL_IF -->
103         <!-- TMPL_IF name="missinglist" -->
104             <h2>Missing issues</h2>
105             <p>
106                 <!-- TMPL_VAR name="missinglist" -->
107             </p>
108         <!-- /TMPL_IF -->
109     </div>
110     <!-- /TMPL_UNLESS -->
111 <!-- /TMPL_LOOP -->
112
113 </div>
114 </div>
115
116 <div class="yui-b">
117 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
118 </div>
119 </div>
120 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->