MT 1902 : routing lists presence should be shown
[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 >Routing list</th>
76             <!-- /TMPL_IF -->        
77             <th colspan="2">&nbsp;</th>
78         </tr>
79         
80         <!-- TMPL_LOOP name="subscriptions" -->
81         <!-- TMPL_UNLESS name="__odd__" -->
82             <tr class="highlight">
83         <!-- TMPL_ELSE -->
84             <tr>
85         <!-- /TMPL_UNLESS -->
86                 <td>
87                 <!-- TMPL_IF name="issn" --><!-- TMPL_VAR name="issn" -->
88                 <!-- /TMPL_IF -->
89                 </td>
90                 <td><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 -->
91                     ---
92                 <!-- /TMPL_IF --></a>
93                 </td>
94                 <td><!-- TMPL_IF name="notes" --><!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
95                 <!-- TMPL_IF name="internalnotes" -->(<!-- TMPL_VAR name="internalnotes" -->)<!-- /TMPL_IF -->
96                 </td>
97                 <td>
98                 <!-- TMPL_IF name="branchcode" --><!-- TMPL_VAR name="branchcode" --><!-- /TMPL_IF -->
99                 <!-- TMPL_IF name="callnumber" -->(<!-- TMPL_VAR name="callnumber" -->)<!-- /TMPL_IF -->
100                 </td>
101                 <!-- TMPL_IF NAME="routing" -->
102                 <td>
103                 <!-- TMPL_IF NAME="cannotedit" -->
104                   &nbsp;        
105                 <!-- TMPL_ELSE -->
106                     <!--TMPL_IF Name="routingedit"-->
107                         <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Edit</a>
108                         <!-- TMPL_ELSE -->
109                                                 <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&amp;op=new">New</a>
110                                         <!--/TMPL_IF-->
111                 <!-- /TMPL_IF -->
112                 </td>
113                 <!-- /TMPL_IF -->
114                 <td><a href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Issue History</a>
115                 </td>
116                 <td>
117                 <!-- TMPL_IF NAME="cannotedit" -->
118                   &nbsp;        
119                 <!-- TMPL_ELSE -->
120                   <a href="/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&amp;serstatus=1,3,7">Serial receive</a>
121                 <!-- /TMPL_IF -->
122                 </td>
123             </tr>
124         <!-- /TMPL_LOOP -->
125     </table>
126     
127         <!-- /TMPL_IF -->
128
129 </div>
130 </div>
131
132 <div class="yui-b">
133 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
134 </div>
135 </div>
136 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->