Merge branch 'patroncards-wip' of git://git.foundations.edu/koha into community
[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 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
5 <script type="text/javascript">
6 //<![CDATA[
7  $(document).ready(function() {
8         $("#srlt").tablesorter({
9             headers: {
10                 2: { sorter: false },
11                 4: { sorter: false },
12                                 5: { sorter: false }
13             }
14         }); 
15  }); 
16  //]]>
17 </script>
18 </head>
19 <body> 
20 <!-- TMPL_INCLUDE NAME="header.inc" -->
21 <!-- TMPL_INCLUDE NAME="serials-search.inc" -->
22
23 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <!-- TMPL_IF NAME="done_searched"--><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; Search results<!-- TMPL_ELSE -->Serials <!-- /TMPL_IF --> </div>
24
25 <div id="doc3" class="yui-t2">
26    
27    <div id="bd">
28         <div id="yui-main">
29         <div class="yui-b">
30         <!-- TMPL_INCLUDE NAME="serials-toolbar.inc" -->
31         
32 <!--TMPL_IF Name="information"-->
33 Serials updated :
34 <table>
35   <tr>
36     <th>
37       Serialseq
38     </th>
39     <th>
40       Status
41     </th>
42     <th>
43       Publisheddate
44     </th>
45     <th>
46       Planneddate
47     </th>
48     <th>
49       Notes
50     </th>
51   </tr>  
52 <!--TMPL_LOOP Name="information"-->
53   <tr>
54     <td>
55       <!--TMPL_VAR Name="serialseq"-->
56     </td>
57     <td>
58       <!--TMPL_VAR Name="status"-->
59     </td>
60     <td>
61       <!--TMPL_VAR Name="publisheddate"-->
62     </td>
63     <td>
64       <!--TMPL_VAR Name="planneddate"-->
65     </td>
66     <td>
67       <!--TMPL_VAR Name="notes"-->
68     </td>
69   </tr>  
70 <!--/TMPL_LOOP -->
71 </table>
72 <!--/TMPL_IF-->
73         <!-- TMPL_IF NAME="done_searched"-->
74 <h2>Serials subscriptions</h2>
75
76 <!-- TMPL_IF NAME="routing" -->
77         <h3>Search for Serial Routing List</h3>
78 <!-- /TMPL_IF -->
79
80     <table id="srlt">
81         <thead>
82         <tr>
83             <th>ISSN</th>
84             <th>Title</th>
85             <th> Notes </th>
86             <th>
87                 Library (Callnumber)
88             </th>
89             <!-- TMPL_IF NAME="routing" -->
90               <th>Routing list</th>
91             <!-- /TMPL_IF -->        
92             <th colspan="2">&nbsp;</th>
93         </tr>
94         </thead>
95         <tbody> 
96         <!-- TMPL_LOOP name="subscriptions" -->
97         <!-- TMPL_UNLESS name="__odd__" -->
98             <tr class="highlight">
99         <!-- TMPL_ELSE -->
100             <tr>
101         <!-- /TMPL_UNLESS -->
102                 <td>
103                 <!-- TMPL_IF name="issn" --><!-- TMPL_VAR name="issn" -->
104                 <!-- /TMPL_IF -->
105                 </td>
106                 <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 -->
107                     ---
108                 <!-- /TMPL_IF --></a>
109                 </td>
110                 <td><!-- TMPL_IF name="notes" --><!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
111                 <!-- TMPL_IF name="internalnotes" -->(<!-- TMPL_VAR name="internalnotes" -->)<!-- /TMPL_IF -->
112                 </td>
113                 <td>
114                 <!-- TMPL_IF name="branchcode" --><!-- TMPL_VAR name="branchcode" --><!-- /TMPL_IF -->
115                 <!-- TMPL_IF name="callnumber" -->(<!-- TMPL_VAR name="callnumber" -->)<!-- /TMPL_IF -->
116                 </td>
117                 <!-- TMPL_IF NAME="routing" -->
118                 <td>
119                 <!-- TMPL_IF NAME="cannotedit" -->
120                   &nbsp;        
121                 <!-- TMPL_ELSE -->
122                     <!--TMPL_IF Name="routingedit"-->
123                         <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Edit</a>
124                         <!-- TMPL_ELSE -->
125                                                 <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&amp;op=new">New</a>
126                                         <!--/TMPL_IF-->
127                 <!-- /TMPL_IF -->
128                 </td>
129                 <!-- /TMPL_IF -->
130                 <td><a href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Issue History</a>
131                 </td>
132                 <td>
133                 <!-- TMPL_IF NAME="cannotedit" -->
134                   &nbsp;        
135                 <!-- TMPL_ELSE -->
136                   <a href="/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&amp;serstatus=1,3,7">Serial receive</a>
137                 <!-- /TMPL_IF -->
138                 </td>
139             </tr>
140         <!-- /TMPL_LOOP -->
141         </tbody>
142     </table>
143     
144         <!-- /TMPL_IF -->
145
146 </div>
147 </div>
148
149 <div class="yui-b">
150 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
151 </div>
152 </div>
153 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->