MT 1816: Granular permissions for the serials module
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / serials-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials <!-- TMPL_VAR name="biblionumber" --></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; Serials </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         <!-- TMPL_INCLUDE NAME="serials-toolbar.inc" -->
17         
18 <!--TMPL_IF Name="information"-->
19 Serials updated :
20 <table>
21   <tr>
22     <th>
23       Serialseq
24     </th>
25     <th>
26       Status
27     </th>
28     <th>
29       Publisheddate
30     </th>
31     <th>
32       Planneddate
33     </th>
34     <th>
35       Notes
36     </th>
37   </tr>  
38 <!--TMPL_LOOP Name="information"-->
39   <tr>
40     <td>
41       <!--TMPL_VAR Name="serialseq"-->
42     </td>
43     <td>
44       <!--TMPL_VAR Name="status"-->
45     </td>
46     <td>
47       <!--TMPL_VAR Name="publisheddate"-->
48     </td>
49     <td>
50       <!--TMPL_VAR Name="planneddate"-->
51     </td>
52     <td>
53       <!--TMPL_VAR Name="notes"-->
54     </td>
55   </tr>  
56 <!--/TMPL_LOOP -->
57 </table>
58 <!--/TMPL_IF-->
59         <!-- TMPL_IF NAME="done_searched"-->
60 <h1>Serials subscriptions</h1>
61
62 <!-- TMPL_IF NAME="routing" -->
63         <h3>Search for Serial Routing List</h3>
64 <!-- /TMPL_IF -->
65
66     <table>
67         <tr>
68             <th>ISSN</th>
69             <th>Title</th>
70             <th> Notes </th>
71             <th>
72                 Library (Callnumber)
73             </th>
74             <!-- TMPL_IF NAME="routing" -->
75               <th colspan="3">&nbsp;</th>
76             <!-- TMPL_ELSE -->
77               <th colspan="2">&nbsp;</th>
78             <!-- /TMPL_IF -->        
79         </tr>
80         
81         <!-- TMPL_LOOP name="subscriptions" -->
82                 <!-- TMPL_IF name="__toggle__" -->
83                     <td class="hilighted">
84                 <!-- TMPL_ELSE -->
85                         <tr>
86                 <!-- /TMPL_IF -->
87                 <td>
88                                 <!-- TMPL_IF name="issn" --><!-- TMPL_VAR name="issn" -->
89                 <!-- /TMPL_IF -->
90                 </td>
91                 <td>
92                 
93                     <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button" title="subscription detail"><!-- TMPL_IF name="title" --><!-- TMPL_VAR name="title" escape="html" --><!-- TMPL_ELSE -->
94                     ---
95                 <!-- /TMPL_IF --></a>
96                 
97                 </td>
98                 <td><!-- TMPL_IF name="notes" --><!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
99                 <!-- TMPL_IF name="internalnotes" -->(<!-- TMPL_VAR name="internalnotes" -->)<!-- /TMPL_IF -->
100                 </td>
101                     <td>
102                 <!-- TMPL_IF name="branchcode" --><!-- TMPL_VAR name="branchcode" --><!-- /TMPL_IF -->
103                 <!-- TMPL_IF name="callnumber" -->(<!-- TMPL_VAR name="callnumber" -->)<!-- /TMPL_IF -->
104                 </td>
105                 <td> <a href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Issue History</a> </td>
106                 <!-- TMPL_IF NAME="routing" -->
107                                 <td>
108                 <!-- TMPL_IF NAME="cannotedit" -->
109                   &nbsp;        
110                 <!-- TMPL_ELSE -->
111                         <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" --><!-- TMPL_UNLESS NAME="routingedit" -->&amp;op=new<!-- /TMPL_UNLESS -->">Routing List</a>
112                 <!-- /TMPL_IF -->
113                 </td>
114                 <!-- /TMPL_IF -->
115                 <td>
116                 <!-- TMPL_IF NAME="cannotedit" -->
117                   &nbsp;        
118                 <!-- TMPL_ELSE -->
119                   <!-- TMPL_IF name="CAN_user_serials_receive_serials" --><a href="/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&amp;serstatus=1,3">Serial receive</a><!-- /TMPL_IF -->
120                 <!-- /TMPL_IF -->
121                 </td>
122             </tr>
123         <!-- /TMPL_LOOP -->
124     </table>
125     
126         <!-- /TMPL_IF -->
127
128 </div>
129 </div>
130
131 <div class="yui-b">
132 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
133 </div>
134 </div>
135 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->