(Bug 3402) Serials issue name not escaped when passed forward to routing slip
[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>
71                 Note
72             </th>
73             <th>
74                 Library (Callnumber)
75             </th>
76             <!-- TMPL_IF NAME="routing" -->
77               <th colspan="3">&nbsp;</th>
78             <!-- TMPL_ELSE -->
79               <th colspan="2">&nbsp;</th>
80             <!-- /TMPL_IF -->        
81         </tr>
82         
83         <!-- TMPL_LOOP name="subscriptions" -->
84         <!-- TMPL_UNLESS name="__odd__" -->
85             <tr class="highlight">
86         <!-- TMPL_ELSE -->
87             <tr>
88         <!-- /TMPL_UNLESS -->
89                 <td>
90                 <!-- TMPL_IF name="issn" --><!-- TMPL_VAR name="issn" -->
91                 <!-- /TMPL_IF -->
92                 </td>
93                 <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 -->
94                     ---
95                 <!-- /TMPL_IF --></a>
96                 </td>
97                 <td><!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
98                 </td>
99                 <td>
100                 <!-- TMPL_IF name="branchcode" --><!-- TMPL_VAR name="branchcode" --><!-- /TMPL_IF -->
101                 <!-- TMPL_IF name="callnumber" -->(<!-- TMPL_VAR name="callnumber" -->)<!-- /TMPL_IF -->
102                 </td>
103                 <td><a href="/cgi-bin/koha/serials/serials-collection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Issue History</a>
104                 </td>
105                 <!-- TMPL_IF NAME="routing" -->
106                 <td>
107                 <!-- TMPL_IF NAME="cannotedit" -->
108                   &nbsp;        
109                 <!-- TMPL_ELSE -->
110                         <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>
111                 <!-- /TMPL_IF -->
112                 </td>
113                 <!-- /TMPL_IF -->
114                 <td>
115                 <!-- TMPL_IF NAME="cannotedit" -->
116                   &nbsp;        
117                 <!-- TMPL_ELSE -->
118                   <a href="/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&amp;serstatus=1,3">Serial receive</a>
119                 <!-- /TMPL_IF -->
120                 </td>
121             </tr>
122         <!-- /TMPL_LOOP -->
123     </table>
124     
125         <!-- /TMPL_IF -->
126
127 </div>
128 </div>
129
130 <div class="yui-b">
131 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
132 </div>
133 </div>
134 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->