Bug 32217: Fixed typo in error message for authentication providers
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / intranet-main.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE Branches %]
5 [% USE KohaDates %]
6 [% SET footerjs = 1 %]
7 [% INCLUDE 'doc-head-open.inc' %]
8 <title>Koha staff interface</title>
9 [% Asset.css("css/mainpage.css") | $raw %]
10 [% INCLUDE 'doc-head-close.inc' %]
11 </head>
12
13 <body id="main_intranet-main" class="intranet-main">
14     [% WRAPPER 'header.inc' %]
15         [% INCLUDE 'home-search.inc' %]
16     [% END %]
17
18     [% WRAPPER 'sub-header.inc' %]
19         [% WRAPPER breadcrumbs %]
20         [% END #/ WRAPPER breadcrumbs %]
21     [% END %]
22
23     <div id="container-main" class="container-fluid">
24         <div class="row">
25             <h1 class="sr-only">Koha home</h1>
26             <div class="col-sm-3">
27                 [% IF ( koha_news.count ) %]
28                     <div id="area-news" class="page-section">
29                         <h3><span class="news_title">News</span></h3>
30                         [% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'staff' || Koha.Preference('NewsAuthorDisplay') == 'both' %]
31                         [% FOREACH koha_new IN koha_news %]
32                             <div class="newsitem" id="news[% koha_new.idnew | html %]"><h4>[% koha_new.title | html %]</h4>
33                                 <div class="newsbody">[% koha_new.content | $raw %]</div>
34                                 <p class="newsfooter"> Posted on [% koha_new.published_on | $KohaDates %][% IF( show_author && koha_new.author ) %] by <span class="newsauthor">[% INCLUDE 'patron-title.inc' patron=koha_new.author %]<br />[% END %]
35                                     [% IF ( CAN_user_tools_edit_additional_contents ) %]
36                                         <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form&amp;id=[% koha_new.idnew | uri %]">Edit</a>
37                                          | <a class="news_delete" href="/cgi-bin/koha/tools/additional-contents.pl?op=del&amp;ids=[% koha_new.idnew | html %]">Delete</a>
38                                          | <a href="/cgi-bin/koha/tools/additional-contents.pl?op=add_form">New</a>
39                                     [% END %]
40                                 </p>
41                             </div>
42                         [% END %]
43                     </div><!-- /additional-contents -->
44                 [% END %]
45                 [% IF ( daily_quote ) %]
46                     <div id="area-quote" class="page-section">
47                         <h3>Quote of the day</h3>
48                         <div class="newsitem">
49                             <span id="daily-quote-text">[% daily_quote.text | html %]</span><span id="daily-quote-sep"> ~ </span><span id="daily-quote-source">[% daily_quote.source | html %]</span>
50                         </div>
51                     </div>
52                 [% END %]
53             </div> <!-- /.col-sm-2 -->
54             <div class="col-sm-9 col-lg-6">
55                 <div class="row">
56                     <div class="col-sm-6">
57                         <ul class="biglinks-list">
58                             [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
59                             <li>
60                                 <a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl"><i class="fa fa-fw fa-exchange"></i>Circulation</a>
61                             </li>
62                             [% END %]
63
64                             [% IF CAN_user_borrowers_edit_borrowers %]
65                             <li>
66                                 <a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl"><i class="fa fa-fw fa-id-card-o"></i>Patrons</a>
67                             </li>
68                             [% END %]
69
70                             [% IF ( CAN_user_catalogue ) %]
71                             <li>
72                                 <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl">
73                                     <span class="fa-stack">
74                                         <i class="fa fa-fw fa-book fa-stack-1x"></i>
75                                         <i class="fa fa-fw fa-search fa-stack-2x"></i>
76                                     </span>
77                                     Advanced search
78                                 </a>
79                             </li>
80                             <li>
81                                 <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/itemsearch.pl">
82                                     <span class="fa-stack">
83                                         <i class="fa fa-fw fa-list fa-stack-1x"></i>
84                                         <i class="fa fa-fw fa-search fa-stack-2x"></i>
85                                     </span>
86                                     Item search
87                                 </a>
88                             </li>
89                             [% END %]
90
91                             <li>
92                                 <a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl"><i class="fa fa-fw fa-list-alt"></i>Lists</a>
93                             </li>
94
95                             [% IF ( UseCourseReserves ) %]
96                                 <li>
97                                     <a class="icon_general icon_course_reserves" href="/cgi-bin/koha/course_reserves/course-reserves.pl"><i class="fa fa-fw fa-book"></i>Course reserves</a>
98                                 </li>
99                             [% END %]
100
101                             <li>
102                                 <a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl"><i class="fa fa-fw fa-link"></i>Authorities</a>
103                             </li>
104                             [% IF Koha.Preference('ILLModule') && CAN_user_ill %]
105                             <li>
106                                 <a class="icon_general icon_ill" href="/cgi-bin/koha/ill/ill-requests.pl"><i class="fa fa-fw fa-retweet"></i>ILL requests</a>
107                             </li>
108                             [% END %]
109
110                             [% IF Koha.Preference('ERMModule') && CAN_user_erm %]
111                             <li>
112                                 <a class="icon_general icon_erm" href="/cgi-bin/koha/erm/erm.pl"><i class="fa fa-fw fa-external-link-square"></i>E-resource management</a>
113                             </li>
114                             [% END %]
115
116                         </ul>
117                     </div> <!-- /.col-sm-6 -->
118                     <div class="col-sm-6">
119                         <ul class="biglinks-list">
120
121                             [% IF ( Koha.Preference('EnablePointOfSale') && Koha.Preference('UseCashRegisters') && CAN_user_cash_management_takepayment ) %]
122                             <li>
123                                 <a class="icon_general icon_pos" href="/cgi-bin/koha/pos/pay.pl"><i class="fa fa-fw fa-shopping-cart"></i>Point of sale</a>
124                             </li>
125                             [% END %]
126
127                             [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items || ( fast_cataloging && CAN_user_editcatalogue_fast_cataloging ) ) %]
128                             <li>
129                                 <a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/cataloging-home.pl"><i class="fa fa-fw fa-tag"></i>Cataloging</a>
130                             </li>
131                             [% END %]
132
133                             [% IF ( CAN_user_serials ) %]
134                             <li>
135                                 <a class="icon_general icon_serials" href="/cgi-bin/koha/serials/serials-home.pl"><i class="fa fa-fw fa-newspaper-o"></i>Serials</a>
136                                 <span class="biglink"></span>
137                             </li>
138                             [% END %]
139
140                             [% IF ( CAN_user_acquisition ) %]
141                             <li>
142                                 <a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl"><i class="fa fa-fw fa-gift"></i>Acquisitions</a>
143                                 <span class="biglink"></span>
144                             </li>
145                             [% END %]
146
147                             [% IF ( CAN_user_reports ) %]
148                             <li>
149                                 <a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl"><i class="fa fa-fw fa-pie-chart"></i>Reports</a>
150                             </li>
151                             [% END %]
152
153
154                             [% IF ( CAN_user_tools || CAN_user_clubs ) %]
155                             <li>
156                                 <a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl"><i class="fa fa-fw fa-wrench"></i>Tools</a>
157                             </li>
158                             [% END %]
159
160                             [% IF ( CAN_user_parameters ) %]
161                             <li>
162                                 <a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl"><i class="fa fa-fw fa-cogs"></i>Koha administration</a>
163                             </li>
164                             [% END %]
165                             <li>
166                                 <a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl"><img src="[% interface | html %]/[% theme | html %]/img/koha-egg.svg" alt="Koha Logo SVG"/> About Koha</a>
167                             </li>
168                         </ul>
169                     </div> <!-- /.col-sm-6 -->
170
171                 </div> <!-- /.row -->
172                 <div class="row">
173                     <div class="col-sm-12">
174                         [%# Following statement must be in one line for translatability %]
175                         [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) || ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) || ( CAN_user_suggestions_suggestions_manage && ( pendingsuggestions || all_pendingsuggestions )) || ( CAN_user_borrowers_edit_borrowers && pending_discharge_requests ) || pending_article_requests || ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count ) || ( ( Koha.Preference('OpacCatalogConcerns') || Koha.Preference('CatalogConcerns') ) && pending_biblio_tickets && CAN_user_editcatalogue_edit_catalogue ) || ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) || already_ran_jobs || new_curbside_pickups.count %]
176                             <div id="area-pending" class="page-section">
177                                 [% IF pending_article_requests %]
178                                 <div class="pending-info" id="article_requests_pending">
179
180                                     <a href="/cgi-bin/koha/circ/article-requests.pl">Article requests</a>:
181                                     <span class="pending-number-link">[% pending_article_requests | html %]</span>
182                                 </div>
183                                 [% END %]
184
185                                 [% IF CAN_user_suggestions_suggestions_manage && ( pendingsuggestions || all_pendingsuggestions ) %]
186                                 <div class="pending-info" id="suggestions_pending">
187
188                                     Suggestions pending approval:
189                                     <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=[% Branches.GetLoggedInBranchcode | url %]#ASKED">
190                                     <span id="pendingsuggestions" class="pending-number-link">[% Branches.GetLoggedInBranchname | html %]: [% pendingsuggestions | html %]</span>
191                                     </a>
192                                     [% IF (all_pendingsuggestions > 0) %]
193                                         /
194                                         <a href="/cgi-bin/koha/suggestion/suggestion.pl?branchcode=__ANY__#ASKED">
195                                             <span id="all_pendingsuggestions" class="pending-number-link">All libraries: [% all_pendingsuggestions | html %]</span>
196                                         </a>
197                                     [% END %]
198                                 </div>
199                                 [% END %]
200
201                                 [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) %]
202                                 <div class="pending-info" id="comments_pending">
203                                     <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>:
204                                     <span class="pending-number-link">[% pendingcomments | html %]</span>
205                                 </div>
206                                 [% END %]
207
208                                 [% IF ( CAN_user_tools_moderate_tags && pendingtags ) %]
209                                 <div class="pending-info" id="tags_pending">
210                                     <a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>:
211                                     <span class="pending-number-link">[% pendingtags | html %]</span>
212                                 </div>
213                                 [% END %]
214
215
216                                 [% IF ( CAN_user_borrowers_edit_borrowers && pending_borrower_modifications ) %]
217                                 <div class="pending-info" id="patron_updates_pending">
218                                     <a href="/cgi-bin/koha/members/members-update.pl">Patrons requesting modifications</a>:
219                                     <span class="pending-number-link">[% pending_borrower_modifications | html %]</span>
220                                 </div>
221                                 [% END %]
222
223                                 [% IF CAN_user_borrowers_edit_borrowers && pending_discharge_requests %]
224                                 <div class="pending-info" id="patron_discharges_pending">
225                                     <a href="/cgi-bin/koha/members/discharges.pl">Discharge requests pending</a>:
226                                     <span class="pending-number-link">[% pending_discharge_requests | html %]</span>
227                                 </div>
228                                 [% END %]
229
230                                 [% IF ( ( Koha.Preference('OpacCatalogConcerns') || Koha.Preference('CatalogConcerns') ) && pending_biblio_tickets && CAN_user_editcatalogue_edit_catalogue ) %]
231                                 <div class="pending-info" id="catalog_concerns_pending">
232                                     <a href="/cgi-bin/koha/cataloguing/concerns.pl">Catalog concerns pending</a>:
233                                     <span class="pending-number-link">[% pending_biblio_tickets | html %]</span>
234                                 </div>
235                                 [% END %]
236
237                                 [% IF Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes && pending_checkout_notes.count %]
238                                     <div class="pending-info" id="checkout_notes_pending">
239                                         <a href="/cgi-bin/koha/circ/checkout-notes.pl">Checkout notes pending</a>:
240                                         <span class="pending-number-link">[% pending_checkout_notes.count | html %]</span>
241                                     </div>
242                                 [% END %]
243
244                                 [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports && pending_problem_reports.count ) %]
245                                     <div class="pending-info" id="problem_reports_pending">
246                                         <a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports pending</a>:
247                                         <span class="pending-number-link">[% pending_problem_reports.count | html %]</span>
248                                     </div>
249                                 [% END %]
250
251                                 [% IF already_ran_jobs %]
252                                     <div class="pending-info" id="background_jobs">
253                                         <a href="/cgi-bin/koha/admin/background_jobs.pl">Access your background jobs</a>
254                                     </div>
255                                 [% END %]
256
257                                 [% IF new_curbside_pickups.count %]
258                                     <div class="pending-info" id="new_curbside_pickups">
259                                         <a href="/cgi-bin/koha/circ/curbside_pickups.pl">New curbside pickups</a>:
260                                         <span class="pending-number-link">[% new_curbside_pickups.count | html %]</span>
261                                     </div>
262                                 [% END %]
263
264                             </div>
265
266                         [% END %]
267
268                     </div> <!-- /.col-sm-12 -->
269                 </div> <!-- /.row -->
270
271                 [% IF ( IntranetmainUserblock ) %]
272                     <div class="row">
273                         <div class="col-sm-12">
274                             <div id="area-userblock" class="page-section">
275                                 <div class="user-info">
276                                     [% IntranetmainUserblock | $raw %]
277                                 </div>
278                             </div>
279                         </div>
280                     </div>
281                 [% END %]
282
283                 <div class="row">
284                     <div class="col-sm-12">
285                         <div id="koha_version"><a href="https://koha-community.org">Koha [% Koha.Version.maintenance | html %]</a></div>
286                     </div>
287                 </div>
288
289             </div> <!-- /.col-sm-9 -->
290
291         </div> <!-- /.row -->
292     </div> <!-- /.container-fluid -->
293
294 [% MACRO jsinclude BLOCK %]
295     <script>
296     //<![CDATA[
297     var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone.");
298         $(document).ready(function(){
299             $(".news_delete").on("click", function(){
300                 return confirmDelete(MSG_CONFIRM_DELETE);
301             });
302         });
303     //]]>
304     </script>
305 [% END %]
306 <!-- the main div is closed in intranet-bottom.inc -->
307 [% INCLUDE 'intranet-bottom.inc' %]