Bug 14321: Integrate Upload.pm into Koha
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-history.tt
1 [% USE KohaDates %]
2
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha &rsaquo; Serials &rsaquo; Subscription history</title>
5 [% INCLUDE 'doc-head-close.inc' %]
6 </head>
7
8 <body id="ser_subscription_history" class="ser">
9 [% INCLUDE 'header.inc' %]
10 [% INCLUDE 'serials-search.inc' %]
11
12 <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 history</div>
13
14 <div id="doc3" class="yui-t2">
15
16 <div id="bd">
17   <div id="yui-main">
18     <div class="yui-b">
19       <h1>Subscription history for [% title %]</h1>
20         <div id="subscription_form_history">
21           <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
22             <input type="hidden" name="op" value="mod" />
23             <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
24             <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial receive will continue to update them automatically.</p>
25             <table>
26               <tr>
27                 <td>Subscription start date</td>
28                 <td><input type="text" name="histstartdate" value="[% histstartdate | $KohaDates %]" /> (start date of the 1st subscription)</td>
29               </tr>
30               <tr>
31                 <td>Subscription end date</td>
32                 <td><input type="text" name="histenddate" value="[% histenddate | $KohaDates %]" />(if empty, subscription is still active)</td>
33               </tr>
34               <tr>
35                 <td>Received issues</td>
36                 <td><textarea name="receivedlist" cols="60" rows="5">[% receivedlist %]</textarea></td>
37               </tr>
38               <tr>
39                 <td>Missing issues</td>
40                 <td><textarea name="missinglist" cols="60" rows="5">[% missinglist %]</textarea></td>
41               </tr>
42               <tr>
43                 <td>Note for OPAC</td>
44                 <td><textarea name="opacnote" cols="60" rows="5">[% opacnote %]</textarea></td>
45               </tr>
46               <tr>
47                 <td>Note for staff</td>
48                 <td><textarea name="librariannote" cols="60" rows="5">[% librariannote %]</textarea></td>
49               </tr>
50             </table>
51             <input type="submit" value="Save subscription history"  />
52           </form>
53         </div>
54     </div>
55   </div>
56   <div class="yui-b">
57     [% INCLUDE 'serials-menu.inc' %]
58   </div>
59 </div>
60 [% INCLUDE 'intranet-bottom.inc' %]