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