Bug 27846: (follow-up) Add id back to breadcrumbs container
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / viewlog.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE AuthorisedValues %]
5 [% USE Branches %]
6 [% USE KohaDates %]
7 [% USE TablesSettings %]
8 [% SET footerjs = 1 %]
9 [% INCLUDE 'doc-head-open.inc' %]
10 <title>
11         Koha &rsaquo; Tools &rsaquo;
12         [% IF ( do_it ) %]
13                 Logs &rsaquo; Results
14         [% ELSE %]
15                 Logs
16         [% END %]
17 </title>
18 [% INCLUDE 'doc-head-close.inc' %]
19 [% Asset.css("css/humanmsg.css") | $raw %]
20 [% FILTER collapse %]
21     <style>
22         fieldset.rows label.viewlog {
23             float: none;
24             font-weight: normal;
25             margin: 0;
26             min-width: 9em;
27             padding: .5em;
28             text-align: left;
29             white-space: nowrap;
30             width: auto;
31         }
32         .log_modules {
33             display: flex;
34             flex-wrap: wrap;
35         }
36         .compare_info {
37             background-color: #E6F0F2;
38             margin: .5em -.5em -.5em -.5em;
39             padding: .5em;
40             text-align: right;
41         }
42         .modal-dialog {
43             width : 90%;
44         }
45         /* jsdiff styles */
46         ins {
47             background-color: #e6ffe6;
48         }
49         del {
50             background-color: #ffe6e6;
51         }
52         #col1 ins,
53         #col2 del {
54             display: none;
55         }
56         pre {
57             overflow: scroll;
58             padding: 10px;
59         }
60     </style>
61 [% END %]
62 </head>
63
64 <body id="tools_viewlog" class="tools">
65 [% INCLUDE 'header.inc' %]
66 [% INCLUDE 'cat-search.inc' %]
67
68 [% BLOCK translate_log_module %]
69 [%    SWITCH module %]
70 [%        CASE 'AUTH'         %]Authentication[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthScuccessLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
71 [%        CASE 'CATALOGUING'  %]Catalog[% UNLESS Koha.Preference('CataloguingLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
72
73 [%        CASE 'AUTHORITIES'  %]Authorities[% UNLESS Koha.Preference('AuthoritiesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
74
75 [%        CASE 'MEMBERS'      %]Patrons[% UNLESS Koha.Preference('BorrowersLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
76
77 [%        CASE 'ACQUISITIONS' %]Acquisitions <i class="fa fa-warning" title="Log not enabled"></i>
78
79 [%        CASE 'SERIAL'       %]Serials[% UNLESS Koha.Preference('SubscriptionLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
80
81 [%        CASE 'HOLDS'        %]Holds[% UNLESS Koha.Preference('HoldsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
82
83 [%        CASE 'ILL'          %]Interlibrary loans[% UNLESS Koha.Preference('IllLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
84
85 [%        CASE 'CIRCULATION'  %]Circulation[% UNLESS Koha.Preference('IssueLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
86
87 [%        CASE 'LETTER'       %]Letter[% UNLESS Koha.Preference('LetterLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
88
89 [%        CASE 'FINES'        %]Fines[% UNLESS Koha.Preference('FinesLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
90
91 [%        CASE 'SYSTEMPREFERENCE' %]System prefs
92
93 [%        CASE 'CRONJOBS' %]Cron jobs[% UNLESS Koha.Preference('CronjobLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
94
95 [%        CASE 'REPORTS'      %]Reports[% UNLESS Koha.Preference('ReportsLog') %] <i class="fa fa-warning" title="Log not enabled"></i>[% END %]
96
97 [%        CASE 'SEARCHENGINE' %]Search engine
98
99 [%        CASE %][% module | html %]
100 [%    END %]
101 [% END %]
102
103 [% BLOCK translate_log_action %]
104 [%    SWITCH action %]
105 [%        CASE 'ADD'    %]Add
106 [%        CASE 'DELETE' %]Delete
107 [%        CASE 'MODIFY' %]Modify
108 [%        CASE 'ISSUE'  %]Checkout
109 [%        CASE 'RETURN' %]Return
110 [%        CASE 'CREATE' %]Create
111 [%        CASE 'CANCEL' %]Cancel
112 [%        CASE 'RESUME' %]Resume
113 [%        CASE 'SUSPEND' %]Suspend
114 [%        CASE 'RENEW'  %]Renew
115 [%        CASE 'RENEWAL' %]Renew
116 [%        CASE 'CHANGE PASS' %]Change password
117 [%        CASE 'ADDCIRCMESSAGE' %]Add circulation message
118 [%        CASE 'DELCIRCMESSAGE' %]Delete circulation message
119 [%        CASE 'STATUS_CHANGE'  %]Change ILL request status
120 [%        CASE 'PATRON_NOTICE'  %]ILL notice sent to patron
121 [%        CASE 'Run'    %]Run
122 [%        CASE 'EDIT_MAPPINGS' %]Edit mappings
123 [%        CASE 'RESET_MAPPINGS' %]Reset mappings
124 [%        CASE %][% action | html %]
125 [%    END %]
126 [% END %]
127
128 [% BLOCK translate_log_interface %]
129 [%    SWITCH log_interface.upper %]
130 [%        CASE 'INTRANET'    %]Intranet
131 [%        CASE 'OPAC'        %]OPAC
132 [%        CASE 'SIP'         %]SIP
133 [%        CASE 'COMMANDLINE' %]Command-line
134 [%        CASE 'API'         %]REST API
135 [%        CASE 'CRON'        %]Cron job
136 [%        CASE %][% log_interface | html %]
137 [%    END %]
138 [% END %]
139
140 <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
141     <ol>
142         <li>
143             <a href="/cgi-bin/koha/mainpage.pl">Home</a>
144         </li>
145         <li>
146             <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
147         </li>
148         [% IF ( do_it ) %]
149             <li>
150                 <a href="/cgi-bin/koha/tools/viewlog.pl">Logs</a>
151             </li>
152             <li>
153                 <a href="#" aria-current="page">
154                     Results
155                 </a>
156             </li>
157         [% ELSE %]
158             <li>
159                 <a href="#" aria-current="page">
160                     Logs
161                 </a>
162             </li>
163         [% END %]
164     </ol>
165 </nav>
166
167 <div class="main container-fluid">
168     <div class="row">
169         <div class="col-sm-10 col-sm-push-2">
170             <main>
171
172                                 <h1>Browse system logs</h1>
173                                 <form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
174                                         [% IF ( do_it ) %]
175                                                 <input type="hidden" name="do_it" value="[% do_it | html %]" />
176                                         [% END %]
177                     <input type="hidden" name="src" value="[% src | html %]" />
178                                         <fieldset class="rows">
179                                                 <ol>
180                                                         <li>
181                                                                 <label for="user">Librarian:</label>
182                                 <input type="text" name="user" id="user" value="[% user | html %]" />
183                                                         </li>
184                             [% UNLESS src == "circ" %]
185                                 <li>
186                                     <label>Modules:</label>
187                                     <div class="log_modules">
188                                         [% IF modules.size == 0 %]
189                                             <label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value="" checked="checked"> All</label>
190                                         [% ELSE %]
191                                             <label for="moduleALL" class="viewlog"><input type="checkbox" id="moduleALL" name="modules" value=""> All</label>
192                                         [% END %]
193                                         [% FOREACH modx IN [ 'AUTH' 'CATALOGUING' 'AUTHORITIES' 'MEMBERS' 'ACQUISITIONS' 'SERIAL' 'HOLDS' 'ILL' 'CIRCULATION' 'LETTER' 'FINES' 'SYSTEMPREFERENCE' 'CRONJOBS', 'REPORTS', 'SEARCHENGINE' ] %]
194                                             [% IF modules.grep(modx).size %]
195                                                 <label for="module[% modx | html %]" class="viewlog"><input type="checkbox" id="module[% modx | html %]" name="modules" value="[% modx | html %]" checked="checked"> [% PROCESS translate_log_module module=modx %]</label>
196                                             [% ELSE %]
197                                                 <label for="module[% modx | html %]" class="viewlog"><input type="checkbox" id="module[% modx | html %]" name="modules" value="[% modx | html %]"> [% PROCESS translate_log_module module=modx %]</label>
198                                             [% END %]
199                                         [% END %]
200                                     </div>
201                                 </li>
202                             [% ELSE %]
203                                 <input type="hidden" name="modules" value="MEMBERS" />
204                                 <input type="hidden" name="modules" value="CIRCULATION" />
205                             [% END %]
206                             <li>
207                                 <label>Actions:</label>
208                                 <div class="log_modules">
209                                     [% IF actions.length == 0 %]
210                                         <label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value="" checked="checked"> All</label>
211                                     [% ELSE %]
212                                         <label for="actionALL" class="viewlog"><input type="checkbox" id="actionALL" name="actions" value=""> All</label>
213                                     [% END %]
214
215                                     [% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'PATRON_NOTICE' 'CHANGE PASS' 'Run' 'EDIT_MAPPINGS' 'RESET_MAPPINGS' ] %]
216                                         [% IF actions.grep(actx).size %]
217                                             <label for="action[% actx| replace('\s+', '_') | html %]" class="viewlog"><input type="checkbox" id="action[% actx | replace('\s+', '_') | html %]" name="actions" value="[% actx | html %]" checked="checked"> [% PROCESS translate_log_action action=actx %]</label>
218                                         [% ELSE %]
219                                             <label for="action[% actx| replace('\s+', '_') | html %]" class="viewlog"><input type="checkbox" id="action[% actx | replace('\s+', '_') | html %]" name="actions" value="[% actx | html %]"> [% PROCESS translate_log_action action=actx %]</label>
220                                         [% END %]
221                                     [% END %]
222                                 </div>
223                             </li>
224                             <li>
225                                 [% IF src == 'circ' %]
226                                     <label for="object">Borrowernumber: </label>
227                                     <input type="text" id="object" name="object" value="[% object | html %]" readonly="readonly" title="This field cannot be modified from the circulation module." />
228                                 [% ELSE %]
229                                     <label for="object">Object: </label>
230                                     <input type="text" id="object" name="object" value="[% object | html %]" />
231                                 [% END %]
232                             </li>
233                                                         <li>
234                                                                 <label for="info">Info:</label>
235                                 <input type="text" id="info" name="info" value="[% info | html %]" />
236                                                         </li>
237                             <li>
238                                 <label>Interface:</label>
239                                 [% IF interfaces.size == 0 %]
240                                     <label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value="" checked="checked"> All</label>
241                                 [% ELSE %]
242                                     <label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value=""> All</label>
243                                 [% END %]
244
245                                 [% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' 'API' 'CRON' ] %]
246                                     [% IF interfaces.grep(interf).size %]
247                                         <label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="[% interf | html %]" checked="checked"> [% PROCESS translate_log_interface log_interface=interf %]</label>
248                                     [% ELSE %]
249                                         <label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="[% interf | html %]"> [% PROCESS translate_log_interface log_interface=interf %]</label>
250                                     [% END %]
251                                 [% END %]
252                             </li>
253                                                         <li>
254                                 <label for="from"> Display from: </label> <input type="text" size="10" id="from" name="from" value="[% datefrom | html %]" class="datepickerfrom" />
255                                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
256                                                         </li>
257                                                         <li>
258                                 <label for="to">Display to: </label> <input size="10" id="to" name="to" type="text" value="[% dateto | html %]" class="datepickerto" />
259                                 <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
260                                                         </li>
261                                                 </ol>
262                                         </fieldset>
263                                         <fieldset class="rows">
264                                                 <legend>Output</legend>
265                                                 <ol>
266                                                         <li>
267                                                                 <label for="screen" >To screen in the browser:</label> <input id="screen" type="radio" checked="checked" name="output" value="screen" />
268                                                         </li>
269                                                         <li>
270                                                                 <label for="file">To a file:</label>
271                                                                 <input id="file" type="radio" name="output" value="file" />
272                                                                 <label class="inline" for="basename">Named:</label>
273                                                                 <input type="text" name="basename" id="basename" value="Export" />
274                                                                 <!--
275                                                                         <label for="MIME" class="inline">Into an application:</label>
276                                                                         [% CGIextChoice | html %]
277                                                                         [% CGIsepChoice | html %]
278                                                                 -->
279                                                                 <input type="hidden" name="report_name" value="[% report_name | html %]" />
280                                                         </li>
281                                                 </ol>
282                                         </fieldset>
283                                         <fieldset class="action">
284                                                 <input type="submit" value="Submit" />
285                                                 <input type="hidden" name="do_it" value="1" />
286                                         </fieldset>
287                         </form>
288                 [% IF ( do_it ) %]
289                     [% IF ( total ) %]
290                         <h3>Log entries</h3>
291                         <div id="toolbar" class="btn-toolbar">
292                             <a href="#" id="select_none" class="btn btn-link disabled"><i class="fa fa-remove"></i> Check none</a>
293                             <button class="btn btn-link disabled compare_link"><i class="fa fa-columns"></i> Compare selected</button>
294                         </div>
295                         <table id="logst">
296                             <thead>
297                                 <tr>
298                                     <th>Date</th>
299                                     <th>Librarian</th>
300                                     <th>Module</th>
301                                     <th>Action</th>
302                                     <th>Object</th>
303                                     <th>Info</th>
304                                     <th>Interface</th>
305                                 </tr>
306                             </thead>
307                             <tbody>
308                             [% FOREACH loopro IN looprow %]
309                                 <tr>
310                                     <td data-order="[% loopro.timestamp | html %]">[% loopro.timestamp | $KohaDates with_hours=1 %]</td>
311                                     <td>
312                                         [% IF loopro.librarian %]
313                                             <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopro.librarian.borrowernumber | uri %]" title="display detail for this librarian."> [% IF ( loopro.librarian.firstname ) || ( loopro.librarian.surname ) %][% loopro.librarian.firstname | html %] [% loopro.librarian.surname | html %] ([% loopro.librarian.borrowernumber | html %]) [% ELSE %][% loopro.librarian.borrowernumber | html %][% END %]</a>
314                                         [% ELSE %]
315                                             [% loopro.user | html %]
316                                         [% END %]
317                                     </td>
318                                     <td>[% PROCESS translate_log_module module=loopro.module %]</td>
319                                     <td>[% PROCESS translate_log_action action=loopro.action %]</td>
320                                     <td>
321                                         [% IF ( loopro.module == 'MEMBERS' ) || ( loopro.module == 'CIRCULATION' ) || ( loopro.module == 'FINES' ) %]
322                                             [% IF loopro.patron %]
323                                                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% loopro.object | uri %]" title="Display member details."> [% IF ( loopro.object ) %][% IF ( loopro.patron.firstname ) || ( loopro.patron.surname ) %][% loopro.patron.firstname | html %] [% loopro.patron.surname | html %] ([% loopro.object | html %]) [% ELSE %]Member [% loopro.object | html %][% END %][% END %] </a>
324                                             [% ELSE %]
325                                                 [% loopro.object | html %]
326                                             [% END %]
327                                         [% ELSE %]
328                                                 [% IF ( loopro.module == 'CATALOGUING' ) %]
329                                                     [% IF ( loopro.info.substr(0, 4) == 'item' ) %]
330                                                         <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.object | uri %]&amp;biblionumber=[% loopro.biblionumber | uri %]&amp;bi=[% loopro.biblioitemnumber | uri %]#item[% loopro.object | uri %]">Item [% loopro.object | html %]</a> from
331                                                         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.biblionumber | uri %]" title="Display detail for this biblio">Biblio [% loopro.biblionumber | html %]</a>
332                                                     [% ELSIF ( loopro.info.substr(0, 6) == 'biblio' ) %]
333                                                         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.object | uri %]" title="Display detail for this biblio">Biblio [% loopro.object | html %]</a>
334                                                     [% ELSE %]
335                                                         [% loopro.object | html %]
336                                                     [% END %]
337                                                 [% ELSE %]
338                                                     [% IF ( loopro.module == 'SERIAL' ) %]
339                                                         <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% loopro.object | uri %]">Subscription [% loopro.object | html %] </a>
340                                                     [% ELSE %]
341                                                         [% IF ( loopro.module == 'AUTHORITIES' ) %]
342                                                             <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% loopro.object | uri %]" title="Display detail for this authority">Authority [% loopro.object | html %]</a>
343                                                         [% ELSE %]
344                                                             [% loopro.object | html %]
345                                                         [% END %]
346                                                     [% END %]
347                                                 [% END %]
348                                         [% END %]
349                                     </td>
350                                     <td>
351                                         [% IF ( loopro.module == 'CIRCULATION' ) %]
352                                             <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% loopro.info | uri %]&amp;biblionumber=[% loopro.biblionumber | uri %]&amp;bi=[% loopro.biblioitemnumber | uri %]#item[% loopro.info | uri %]" title="Display detail for this item">Item [% loopro.barcode | html %]</a>
353                                         [% ELSE %]
354                                             [% IF loopro.module == "SYSTEMPREFERENCE" || loopro.module == "REPORTS" %]
355                                                 <div class="loginfo" id="loginfo[% loopro.action_id | html %]">[% loopro.info | trim | html %]</div>
356                                                 <div class="compare_info" id="compare_info[% loopro.action_id | html %]">
357                                                     <label><input type="checkbox" name="diff" id="action_id[% loopro.action_id | html %]" data-actionid="[% loopro.action_id | html %]" data-filter="[% FOREACH info IN loopro.info.split(' \| ') %][% IF loop.first %][% info | html %][% END %][% END %]" class="compare" /> Compare</label>
358                                                 </div>
359                                             [% ELSE %]
360                                                 <div class="loginfo" id="loginfo[% loopro.action_id | html %]">
361                                                     [% loopro.info | html %]
362                                                 </div>
363                                             [% END %]
364                                         [% END %]
365                                     </td>
366                                     <td>[% PROCESS translate_log_interface log_interface=loopro.interface %]</td>
367                                 </tr>
368                             [% END %]
369                             </tbody>
370                         </table>
371                     [% ELSE %]
372                         <div class="dialog alert">
373                             No log found
374                             [% IF ( CATALOGUING ) %]
375                                 for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% object | url %]">Bibliographic record [% object | html %]</a>
376                             [% END %]
377                             [% IF ( MEMBERS ) %]
378                                 for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% object | url %]">[% INCLUDE 'patron-title.inc' %]</a>
379                             [% END %]
380                             .
381                         </div>
382                     [% END %]
383                 [% END %]
384
385
386             </main>
387         </div> <!-- /.col-sm-10.col-sm-push-2 -->
388
389         <div class="col-sm-2 col-sm-pull-10">
390             <aside>
391                 [% IF ( circulation ) %]
392                     [% INCLUDE 'circ-menu.inc' %]
393                 [% ELSE %]
394                     [% IF ( CATALOGUING ) %]
395                         [% INCLUDE 'biblio-view-menu.inc' %]
396                     [% ELSE %]
397                         [% INCLUDE 'tools-menu.inc' %]
398                     [% END %]
399                 [% END %]
400             </aside>
401         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
402      </div> <!-- /.row -->
403
404 <div class="modal" id="compareInfo" tabindex="-1" role="dialog" aria-labelledby="compareInfoLabel">
405     <div class="modal-dialog modal-lg" role="document">
406         <div class="modal-content">
407             <div class="modal-header">
408                 <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
409                 <h4 class="modal-title" id="compareInfoLabel">Compare preference values</h4>
410             </div>
411             <div class="modal-body">
412                 <div class="row">
413                     <div class="compare_pane col-sm-6" id="col1">
414                         <h5>Older version</h5>
415                         <pre></pre>
416                     </div>
417                     <div class="compare_pane col-sm-6" id="col2">
418                         <h5>Newer version</h5>
419                         <pre></pre>
420                     </div>
421                 </div>
422             </div> <!-- /.modal-body -->
423             <div class="modal-footer">
424                 <button type="button" class="btn btn-default deny" data-dismiss="modal">Close</button>
425             </div>
426         </div> <!-- /.modal-content -->
427     </div> <!-- /.modal-dialog -->
428 </div> <!-- /#compareInfo -->
429
430 [% MACRO jsinclude BLOCK %]
431     [% INCLUDE 'calendar.inc' %]
432     [% INCLUDE 'datatables.inc' %]
433     [% INCLUDE 'columns_settings.inc' %]
434     [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
435     [% Asset.js("js/tools-menu.js") | $raw %]
436     [% Asset.js("lib/hc-sticky.js") | $raw %]
437     [% IF ( circulation ) %]
438         [% INCLUDE 'str/members-menu.inc' %]
439         [% Asset.js("js/members-menu.js") | $raw %]
440     [% END %]
441     [% Asset.js("lib/jsdiff/jsdiff.min.js") | $raw %]
442     <script>
443         var columns_settings = [% TablesSettings.GetColumns('tools', 'logviewer', 'logst', 'json') | $raw %];
444     </script>
445     [% Asset.js("js/viewlog.js") | $raw %]
446 [% END %]
447
448 [% INCLUDE 'intranet-bottom.inc' %]