Bug 21526: (RM follow-up) Fix merge markers and a few extra filters
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / serials-home.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE KohaDates %]
4 [% SET footerjs = 1 %]
5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>Koha &rsaquo; Serials [% biblionumber | html %]</title>
7 [% INCLUDE 'doc-head-close.inc' %]
8 </head>
9 <body id="ser_serials-home" class="ser">
10 [% INCLUDE 'header.inc' %]
11 [% INCLUDE 'serials-search.inc' %]
12
13 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Serials </div>
14
15 <div class="main container-fluid">
16     <div class="row">
17         <div class="col-sm-10 col-sm-push-2">
18             <main>
19
20       [% INCLUDE 'serials-toolbar.inc' %]
21
22             </main>
23         </div> <!-- /.col-sm-10.col-sm-push-2 -->
24
25         <div class="col-sm-2 col-sm-pull-10">
26             <aside>
27                 [% INCLUDE 'serials-menu.inc' %]
28             </aside>
29         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
30      </div> <!-- /.row -->
31 </div>
32
33 [% MACRO jsinclude BLOCK %]
34     [% Asset.js("js/serials-toolbar.js") | $raw %]
35     <script type="text/javascript">
36         var subscriptionid = "[% subscriptionid | html %]";
37         var MSG_CLOSE_SUBSCRIPTION = _("Are you sure you want to close this subscription?");
38         var MSG_REOPEN_SUBSCRIPTION = _("Are you sure you want to reopen this subscription?");
39         var CONFIRM_DELETE_SUBSCRIPTION = _("Are you sure you want to delete this subscription?");
40     </script>
41 [% END %]
42
43 [% INCLUDE 'intranet-bottom.inc' %]