Bug 13618: Add html filters to all the variables
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / circulation-home.tt
1 [% USE Koha %]
2 [% USE Branches %]
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha &rsaquo; Circulation</title>
5 [% INCLUDE 'doc-head-close.inc' %]
6 </head>
7 <body id="circ_circulation-home" class="circ">
8 [% INCLUDE 'header.inc' %]
9 [% INCLUDE 'circ-search.inc' %]
10
11 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Circulation</div>
12
13     <div class="main container-fluid">
14
15         <div class="row">
16
17             <div class="col-sm-5 col-md-4">
18                 <h3>Circulation</h3>
19
20                 <ul class="buttons-list">
21                     <li>
22                         <a class="circ-button" href="/cgi-bin/koha/circ/circulation.pl"><i class="fa fa-upload"></i> Check out</a>
23                     </li>
24                     <li>
25                         <a class="circ-button" href="/cgi-bin/koha/circ/returns.pl"><i class="fa fa-download"></i> Check in</a>
26                     </li>
27                     <li>
28                         <a class="circ-button" href="/cgi-bin/koha/circ/renew.pl"><i class="fa fa-retweet"></i> Renew</a>
29                     </li>
30                     [% UNLESS IndependentBranches %]
31                         <li>
32                             <a class="circ-button" href="/cgi-bin/koha/circ/selectbranchprinter.pl"><i class="fa fa-home"></i> Set library</a>
33                         </li>
34                     [% END %]
35                     [% IF ( fast_cataloging ) %]
36                         [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
37                             <li>
38                                 <a class="circ-button" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA"><i class="fa fa-plus"></i> Fast cataloging</a>
39                             </li>
40                         [% END %]
41                     [% END %]
42                     [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %]
43                         <li>
44                             <a class="circ-button" href="/cgi-bin/koha/circ/checkout-notes.pl"><i class="fa fa-sticky-note"></i> Checkout notes</a>
45                         </li>
46                     [% END %]
47                 </ul>
48             </div>
49
50             <div class="col-sm-5 col-md-4">
51                 <h3>Holds</h3>
52
53                 <ul class="buttons-list">
54                     <li>
55                         <a class="circ-button" href="/cgi-bin/koha/circ/view_holdsqueue.pl"><i class="fa fa-tasks"></i> Holds queue</a>
56                     </li>
57                     <li>
58                         <a class="circ-button" href="/cgi-bin/koha/circ/pendingreserves.pl"><i class="fa fa-hand-grab-o"></i> Holds to pull</a>
59                     </li>
60                     <li>
61                         <a class="circ-button" href="/cgi-bin/koha/circ/waitingreserves.pl"><i class="fa fa-calendar"></i> Holds awaiting pickup</a>
62                     </li>
63                     <li>
64                         <a class="circ-button" href="/cgi-bin/koha/circ/reserveratios.pl"><i class="fa fa-line-chart"></i> Hold ratios</a>
65                     </li>
66                 </ul>
67             </div>
68
69             <!-- Add the extra clearfix for only the required viewport -->
70             <div class="clearfix visible-sm-block"></div>
71
72             <div class="col-sm-5 col-md-4">
73                 [% IF Koha.Preference('ArticleRequests') %]
74                     <h3>Patron request</h3>
75                     <ul class="buttons-list">
76                         <li>
77                             <a class="circ-button" href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"><i class="fa fa-newspaper-o"></i> Article requests</a>
78                         </li>
79                     </ul>
80                 [% END %]
81
82                 <h3>Transfers</h3>
83
84                 <ul class="buttons-list">
85                     [% IF Branches.InIndependentBranchesMode %]
86                         <li>
87                             <a class="circ-button" href="/cgi-bin/koha/circ/branchtransfers.pl"><i class="fa fa-exchange"></i> Transfer</a>
88                         </li>
89                     [% END %]
90                     <li>
91                         <a class="circ-button" href="/cgi-bin/koha/circ/transferstoreceive.pl"><i class="fa fa-sign-in"></i> Transfers to receive</a>
92                     </li>
93                 </ul>
94
95                 <h3>Overdues</h3>
96
97                 <ul class="buttons-list">
98                      [% IF ( CAN_user_circulate_overdues_report ) %]
99                         <li>
100                             <a class="circ-button"
101                                 href="/cgi-bin/koha/circ/overdue.pl"
102                                 title="Warning: This report is very resource intensive on systems with large numbers of overdue items."
103                             ><i class="fa fa-clock-o"></i> Overdues</a>
104                         </li>
105                     [% END %]
106                     <li>
107                         <a class="circ-button"
108                             href="/cgi-bin/koha/circ/branchoverdues.pl"
109                             title="Limited to your library.  See report help for other details."
110                         ><i class="fa fa-clock-o"></i> Overdues with fines</a>
111                     </li>
112                     [% IF Koha.Preference('OnSiteCheckouts') %]
113                         <li>
114                             <a class="circ-button" href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a>
115                         </li>
116                     [% END %]
117                 </ul>
118             </div>
119         </div>
120         <div class="row" id="intranet-circulation-home-html">
121             <div class="col-md-12">
122                 [% Koha.Preference('IntranetCirculationHomeHTML') | html %]
123             </div>
124         </div>
125         <div class="row" id="offline-circulation">
126             <div class="col-md-12">
127                 <h4>Offline circulation</h4>
128                     <div class="col-sm-5 col-md-3">
129                     [% IF (AllowOfflineCirculation) %]
130                         <a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a>
131                     [% END %]
132                        <p><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a></p>
133                        <p><a href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a></p>
134                     </div>
135                     <div class="col-sm-5 col-md-3">
136                     <p><a href="https://github.com/bywatersolutions/koha-offline-circulation/releases"><i class="fa fa-window-maximize"></i> Get desktop application</a></p>
137                     <p><a href="https://addons.mozilla.org/[% lang | html %]/firefox/addon/koct/"><i class="fa fa-firefox"></i> Get Firefox add-on</a></p>
138                     </div>
139             </div>
140         </div>
141
142 [% INCLUDE 'intranet-bottom.inc' %]