Moving </head><body> into body of templates so that js and css can be embedded per...
[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="menu-serials.inc" -->
8
9 <div id="doc3" class="yui-t2">
10    
11    <div id="bd">
12         <div id="yui-main">
13         <div class="yui-b"><div class="yui-g">
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     </form>
21 </div>
22 <!-- TMPL_LOOP name="subscription_LOOP" -->
23     <div id="serials_serial_issue_<!-- TMPL_VAR name="subscriptionid" -->">
24     <h2>Subscription summary</h2>
25         <p>It began on <b><!-- TMPL_VAR name="histstartdate" --></b> and is issued every
26         <b>
27         <!--TMPL_IF name="periodicity1" -->
28                 day
29         <!-- /TMPL_IF -->
30         <!--TMPL_IF name="periodicity2" -->
31                 week
32         <!-- /TMPL_IF -->
33         <!--TMPL_IF name="periodicity3" -->
34                 2 weeks
35         <!-- /TMPL_IF -->
36         <!--TMPL_IF name="periodicity4" -->
37                 3 weeks
38         <!-- /TMPL_IF -->
39         <!--TMPL_IF name="periodicity5" -->
40                 month
41         <!-- /TMPL_IF -->
42         <!--TMPL_IF name="periodicity6" -->
43                 2 months
44         <!-- /TMPL_IF -->
45         <!--TMPL_IF name="periodicity7" -->
46                 3 months
47         <!-- /TMPL_IF -->
48         <!--TMPL_IF name="periodicity8" -->
49                 quarter
50         <!-- /TMPL_IF -->
51         <!--TMPL_IF name="periodicity9" -->
52                 2 quarters
53         <!-- /TMPL_IF -->
54         <!--TMPL_IF name="periodicity10" -->
55                 year
56         <!-- /TMPL_IF -->
57         <!--TMPL_IF name="periodicity11" -->
58                 2 years
59         <!-- /TMPL_IF -->
60         </b>
61         <!--TMPL_IF name="arrival1" -->
62             on <b>Monday</b>
63         <!-- /TMPL_IF -->
64         <!--TMPL_IF name="arrival2" -->
65             on <b>Tuesday</b>
66         <!-- /TMPL_IF -->
67         <!--TMPL_IF name="arrival3" -->
68             on <b>Wednesday</b>
69         <!-- /TMPL_IF -->
70         <!--TMPL_IF name="arrival4" -->
71             on <b>Thursday</b>
72         <!-- /TMPL_IF -->
73         <!--TMPL_IF name="arrival5" -->
74             on <b>Friday</b>
75         <!-- /TMPL_IF -->
76         <!--TMPL_IF name="arrival6" -->
77             on <b>Saturday</b>
78         <!-- /TMPL_IF -->
79         <!--TMPL_IF name="arrival7" -->
80             on <b>Sunday</b>
81         <!-- /TMPL_IF -->
82         for <b>
83             <!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> issues<!-- /TMPL_IF -->
84             <!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> weeks<!-- /TMPL_IF -->
85             <!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> months<!-- /TMPL_IF -->
86             </b>
87         </p>
88         <p>Last renewal of subscription was <b><!-- TMPl_VAR name="startdate" --></b></p>
89         <!-- 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 -->
90     <!--TMPL_UNLESS Name="fullinfo" -->
91         <p><!-- TMPL_VAR name="notes" --></p>
92         <!-- TMPL_IF name="opacnote" -->
93             <h2>Issues summary</h2>
94             <p>
95                 <!-- TMPL_VAR name="opacnote" -->
96             </p>
97         <!-- /TMPL_IF -->
98         <!-- TMPL_IF name="recievedlist" -->
99             <h2>Recieved issues</h2>
100             <p>
101                 <!-- TMPL_VAR name="recievedlist" -->
102             </p>
103         <!-- /TMPL_IF -->
104         <!-- TMPL_IF name="missinglist" -->
105             <h2>Missing issues</h2>
106             <p>
107                 <!-- TMPL_VAR name="missinglist" -->
108             </p>
109         <!-- /TMPL_IF -->
110     </div>
111     <!-- /TMPL_UNLESS -->
112 <!-- /TMPL_LOOP -->
113
114 </div>
115 </div>
116 </div>
117
118 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
119 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->