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