Various tweaks to menus and labels, including adding virtual shelves link to global...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / serial-issues-full.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials &rsaquo; Subscription information for biblio #<!-- TMPL_VAR NAME="biblionumber" --> with title : <!-- TMPL_VAR name="bibliotitle" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <script type="text/javascript">
5 //<![CDATA[
6 active(<!-- TMPL_VAR name="yearmin" -->);
7 function active(numlayer)
8 {
9         for (i=<!--TMPL_VAR Name="yearmin"-->; i<=<!--TMPL_VAR Name="yearmax"-->; i++ ) {
10                 ong = i;
11                 link = "link"+i;
12                 if (numlayer==i) {
13                         document.getElementById(ong).style.visibility="visible";
14                 } else {
15                         document.getElementById(ong).style.visibility="hidden";
16                 }
17         }
18 }
19 //]]>
20 </script>
21 </head>
22 <body>
23
24 <!-- TMPL_UNLESS name="popup" -->
25 <!-- TMPL_INCLUDE NAME="header.inc" -->
26 <!-- TMPL_INCLUDE NAME="serials-search.inc" -->
27 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Serials </div>
28
29 <div id="doc3" class="yui-t2">
30    
31    <div id="bd">
32         <div id="yui-main">
33         <div class="yui-b">
34         <h1>Subscription information for biblio #<!-- TMPL_VAR NAME="biblionumber" --> with title : <!-- TMPL_VAR name="bibliotitle" --></h1>
35         <p>
36         <a href="opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button">Back to biblio</a>
37 <!-- /TMPL_UNLESS -->
38         <!-- TMPL_LOOP NAME="years" -->
39                 <!-- TMPL_IF NAME="year" -->
40                         <a  class="button" href="javascript:active(<!-- TMPL_VAR NAME="year" -->)"><!-- TMPL_VAR NAME="year" --></a>
41                 <!-- /TMPL_IF -->
42         <!-- /TMPL_LOOP -->
43         <a class=" button serial" href="serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->&amp;selectview=small">Compact view</a>
44         </p>
45         <!-- TMPL_LOOP NAME="years" -->
46         <div name="<!-- TMPL_VAR NAME="year" -->" id="<!-- TMPL_VAR NAME="year" -->" style="position:absolute; visibility:hidden; margin-top:0px; border:4px;" <!--TMPL_IF Name="first" -->style="visibility:visible"<!--/TMPL_IF -->>
47                 <table>
48                         <tr>
49                                 <th>Information
50                                 </th>
51                                 <th>Date
52                                 </th>
53                                 <th>Number
54                                 </th>
55                                 <th>Status
56                                 </th>
57                         </tr>
58                         <!-- TMPL_LOOP Name="serials" -->
59                         <tr>
60                                 <td>
61                                         <!-- TMPL_VAR name="notes" -->
62                                 </td>
63                                 <td>
64                                         <!-- TMPL_VAR Name="planneddate" -->
65                                 </td>
66                                 <td>
67                                         <!-- TMPL_VAR Name="serialseq" -->
68                                 </td>
69                                 <td>
70                                         <!-- TMPL_IF Name="status1" -->Arrived<!-- /TMPL_IF -->
71                                         <!-- TMPL_IF Name="status2" -->Waited<!-- /TMPL_IF -->
72                                         <!-- TMPL_IF Name="status3" -->Late<!-- /TMPL_IF -->
73                                         <!-- TMPL_IF Name="status4" -->Missing<!-- /TMPL_IF -->
74                                 </td>
75                         </tr>
76                         <!-- /TMPL_LOOP -->
77                 </table>
78         </div>
79         <!--/TMPL_LOOP -->
80
81 </div>
82 </div>
83
84 <div class="yui-b">
85 <!-- TMPL_INCLUDE NAME="serials-menu.inc" -->
86 </div>
87 </div>
88 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->