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