Bug 24625: Store showLastPatron information using localStorage
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / js / staff-global.js
1 /* global shortcut delCookie delBasket Sticky */
2 /* exported paramOfUrl addBibToContext delBibToContext */
3 if ( KOHA === undefined ) var KOHA = {};
4
5 function _(s) { return s; } // dummy function for gettext
6
7 // http://stackoverflow.com/questions/1038746/equivalent-of-string-format-in-jquery/5341855#5341855
8 String.prototype.format = function() { return formatstr(this, arguments); };
9 function formatstr(str, col) {
10     col = typeof col === 'object' ? col : Array.prototype.slice.call(arguments, 1);
11     var idx = 0;
12     return str.replace(/%%|%s|%(\d+)\$s/g, function (m, n) {
13         if (m == "%%") { return "%"; }
14         if (m == "%s") { return col[idx++]; }
15         return col[n];
16     });
17 }
18
19 var HtmlCharsToEscape = {
20     '&': '&',
21     '<': '&lt;',
22     '>': '&gt;'
23 };
24 String.prototype.escapeHtml = function() {
25     return this.replace(/[&<>]/g, function(c) {
26         return HtmlCharsToEscape[c] || c;
27     });
28 };
29
30 /*
31  * Void method for numbers, for consistency
32  */
33 Number.prototype.escapeHtml = function() {
34     return this;
35 };
36
37 // http://stackoverflow.com/questions/14859281/select-tab-by-name-in-jquery-ui-1-10-0/16550804#16550804
38 $.fn.tabIndex = function () {
39     return $(this).parent().children('div').index(this);
40 };
41 $.fn.selectTabByID = function (tabID) {
42     $(this).tabs("option", "active", $( tabID ).tabIndex());
43 };
44
45  $(document).ready(function() {
46     $('#header_search').tabs().on( "tabsactivate", function(e, ui) { $(this).find("div:visible").find('input').eq(0).focus(); });
47
48     $(".close").click(function(){ window.close(); });
49
50     if($("#header_search #checkin_search").length > 0){ shortcut.add('Alt+r',function (){ $("#header_search").selectTabByID("#checkin_search"); $("#ret_barcode").focus(); }); } else { shortcut.add('Alt+r',function (){ location.href="/cgi-bin/koha/circ/returns.pl"; }); }
51     if($("#header_search #circ_search").length > 0){ shortcut.add('Alt+u',function (){ $("#header_search").selectTabByID("#circ_search"); $("#findborrower").focus(); }); } else { shortcut.add('Alt+u',function(){ location.href="/cgi-bin/koha/circ/circulation.pl"; }); }
52     if($("#header_search #catalog_search").length > 0){ shortcut.add('Alt+q',function (){ $("#header_search").selectTabByID("#catalog_search"); $("#search-form").focus(); }); } else { shortcut.add('Alt+q',function(){ location.href="/cgi-bin/koha/catalogue/search.pl"; }); }
53     if($("#header_search #renew_search").length > 0){ shortcut.add('Alt+w',function (){ $("#header_search").selectTabByID("#renew_search"); $("#ren_barcode").focus(); }); } else { shortcut.add('Alt+w',function(){ location.href="/cgi-bin/koha/circ/renew.pl"; }); }
54
55     $("#header_search > ul > li").show();
56
57     $(".focus").focus();
58     $(".validated").each(function() {
59         $(this).validate();
60     });
61
62     $("#logout").on("click",function(){
63         logOut();
64     });
65     $("#helper").on("click",function(){
66         openHelp();
67         return false;
68     });
69
70     $("body").on("keypress", ".noEnterSubmit", function(e){
71         return checkEnter(e);
72     });
73
74     $(".keep_text").on("click",function(){
75         var field_index = $(this).parent().index();
76         keep_text( field_index );
77     });
78
79     $(".toggle_element").on("click",function(e){
80         e.preventDefault();
81         $( $(this).data("element") ).toggle();
82         if (typeof Sticky !== "undefined" && typeof hcSticky === "function") {
83             Sticky.hcSticky('update');
84         }
85     });
86
87     var navmenulist = $("#navmenulist");
88     if( navmenulist.length > 0 ){
89         var path = location.pathname.substring(1);
90         var url = window.location.toString();
91         var params = '';
92         if ( url.match(/\?(.+)$/) ) {
93             params = "?" + RegExp.$1;
94         }
95         $("a[href$=\"/" + path + params + "\"]", navmenulist).addClass("current");
96     }
97
98     $("#catalog-search-link a").on("hover", function(){
99         $("#catalog-search-dropdown a").toggleClass("catalog-search-dropdown-hover");
100     });
101
102     if ( localStorage.getItem("lastborrowernumber") ){
103         if( $("#hiddenborrowernumber").val() != localStorage.getItem("lastborrowernumber") ) {
104             $("#lastborrower-window").detach().appendTo("#breadcrumbs");
105             $("#lastborrowerlink").show();
106             $("#lastborrowerlink").prop("title", localStorage.getItem("lastborrowername") + " (" + localStorage.getItem("lastborrowercard") + ")");
107             $("#lastborrowerlink").prop("href", "/cgi-bin/koha/circ/circulation.pl?borrowernumber=" + localStorage.getItem("lastborrowernumber"));
108             $("#lastborrower-window").css("display", "inline-block");
109         }
110     }
111
112     if( !localStorage.getItem("lastborrowernumber") || ( $("#hiddenborrowernumber").val() != localStorage.getItem("lastborrowernumber") && localStorage.getItem("currentborrowernumber") != $("#hiddenborrowernumber").val())) {
113         if( $("#hiddenborrowernumber").val() ){
114             localStorage.setItem("lastborrowernumber", $("#hiddenborrowernumber").val() );
115             localStorage.setItem("lastborrowername", $("#hiddenborrowername").val() );
116             localStorage.setItem("lastborrowercard", $("#hiddenborrowercard").val() );
117         }
118     }
119
120     if( $("#hiddenborrowernumber").val() ){
121         localStorage.setItem("currentborrowernumber", $("#hiddenborrowernumber").val() );
122     }
123
124     $("#lastborrower-remove").click(function() {
125         removeLastBorrower();
126         $("#lastborrower-window").hide();
127     });
128
129     /* Search results browsing */
130     /* forms with action leading to search */
131     $("form[action*='search.pl']").submit(function(){
132         resetSearchContext();
133     });
134     /* any link to launch a search except navigation links */
135     $("[href*='search.pl?']").not(".nav").not('.searchwithcontext').click(function(){
136         resetSearchContext();
137     });
138     /* any link to a detail page from the results page. */
139     $("#bookbag_form a[href*='detail.pl?']").click(function(){
140         resetSearchContext();
141     });
142
143 });
144
145 function removeLastBorrower(){
146     localStorage.removeItem("lastborrowernumber");
147     localStorage.removeItem("lastborrowername");
148     localStorage.removeItem("lastborrowercard");
149     localStorage.removeItem("currentborrowernumber");
150 }
151
152 // http://jennifermadden.com/javascript/stringEnterKeyDetector.html
153 function checkEnter(e){ //e is event object passed from function invocation
154     var characterCode; // literal character code will be stored in this variable
155     if(e && e.which){ //if which property of event object is supported (NN4)
156         characterCode = e.which; //character code is contained in NN4's which property
157     } else {
158         characterCode = e.keyCode; //character code is contained in IE's keyCode property
159     }
160     if( characterCode == 13 //if generated character code is equal to ascii 13 (if enter key)
161         && e.target.nodeName == "INPUT"
162         && e.target.type != "submit" // Allow enter to submit using the submit button
163     ){
164         return false;
165     } else {
166         return true;
167     }
168 }
169
170 function clearHoldFor(){
171     $.removeCookie("holdfor", { path: '/' });
172 }
173
174 function logOut(){
175     if( typeof delBasket == 'function' ){
176         delBasket('main', true);
177     }
178     clearHoldFor();
179     removeLastBorrower();
180 }
181
182 function openHelp(){
183     window.open( "/cgi-bin/koha/help.pl", "_blank");
184 }
185
186 jQuery.fn.preventDoubleFormSubmit = function() {
187     jQuery(this).submit(function() {
188     $("body, form input[type='submit'], form button[type='submit'], form a").addClass('waiting');
189         if (this.beenSubmitted)
190             return false;
191         else
192             this.beenSubmitted = true;
193     });
194 };
195
196 function openWindow(link,name,width,height) {
197     name = (typeof name == "undefined")?'popup':name;
198     width = (typeof width == "undefined")?'600':width;
199     height = (typeof height == "undefined")?'400':height;
200     var newwin;
201     //IE <= 9 can't handle a "name" with whitespace
202     try {
203         newin=window.open(link,name,'width='+width+',height='+height+',resizable=yes,toolbar=false,scrollbars=yes,top');
204     } catch(e) {
205         newin=window.open(link,null,'width='+width+',height='+height+',resizable=yes,toolbar=false,scrollbars=yes,top');
206     }
207 }
208
209 // Use this function to remove the focus from any element for
210 // repeated scanning actions on errors so the librarian doesn't
211 // continue scanning and miss the error.
212 function removeFocus() {
213     $(':focus').blur();
214 }
215
216 function toUC(f) {
217     var x=f.value.toUpperCase();
218     f.value=x;
219     return true;
220 }
221
222 function confirmDelete(message) {
223     return (confirm(message) ? true : false);
224 }
225
226 function confirmClone(message) {
227     return (confirm(message) ? true : false);
228 }
229
230 function playSound( sound ) {
231     if ( ! ( sound.indexOf('http://') === 0 || sound.indexOf('https://') === 0  ) ) {
232         sound = AUDIO_ALERT_PATH + sound;
233     }
234     document.getElementById("audio-alert").innerHTML = '<audio src="' + sound + '" autoplay="autoplay" autobuffer="autobuffer"></audio>';
235 }
236
237 // For keeping the text when navigating the search tabs
238 function keep_text(clicked_index) {
239     var searchboxes = document.getElementsByClassName("head-searchbox");
240     var persist = searchboxes[0].value;
241
242     for (i = 0; i < searchboxes.length - 1; i++) {
243         if (searchboxes[i].value != searchboxes[i+1].value) {
244             if (i === searchboxes.length-2) {
245                 if (searchboxes[i].value != searchboxes[0].value) {
246                     persist = searchboxes[i].value;
247                 } else if (searchboxes.length === 2) {
248                     if (clicked_index === 0) {
249                         persist = searchboxes[1].value;
250                     }
251                 } else {
252                     persist = searchboxes[i+1].value;
253                 }
254             } else if (searchboxes[i+1].value != searchboxes[i+2].value) {
255                 persist = searchboxes[i+1].value;
256             }
257         }
258     }
259
260     for (i = 0; i < searchboxes.length; i++) {
261         searchboxes[i].value = persist;
262     }
263 }
264
265 // Extends jQuery API
266 jQuery.extend({uniqueArray:function(array){
267     return $.grep(array, function(el, index) {
268         return index === $.inArray(el, array);
269     });
270 }});
271
272 function removeByValue(arr, val) {
273     for(var i=0; i<arr.length; i++) {
274         if(arr[i] == val) {
275             arr.splice(i, 1);
276             break;
277         }
278     }
279 }
280
281 function paramOfUrl( url, param ) {
282     param = param.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
283     var regexS = "[\\?&]"+param+"=([^&#]*)";
284     var regex = new RegExp( regexS );
285     var results = regex.exec( url );
286     if( results == null ) {
287         return "";
288     } else {
289         return results[1];
290     }
291 }
292
293 function addBibToContext( bibnum ) {
294     bibnum = parseInt(bibnum, 10);
295     var bibnums = getContextBiblioNumbers();
296     bibnums.push(bibnum);
297     setContextBiblioNumbers( bibnums );
298     setContextBiblioNumbers( $.uniqueArray( bibnums ) );
299 }
300
301 function delBibToContext( bibnum ) {
302     var bibnums = getContextBiblioNumbers();
303     removeByValue( bibnums, bibnum );
304     setContextBiblioNumbers( $.uniqueArray( bibnums ) );
305 }
306
307 function setContextBiblioNumbers( bibnums ) {
308     $.cookie('bibs_selected', JSON.stringify( bibnums ));
309 }
310
311 function getContextBiblioNumbers() {
312     var r = $.cookie('bibs_selected');
313     if ( r ) {
314         return JSON.parse(r);
315     }
316     r = new Array();
317     return r;
318 }
319
320 function resetSearchContext() {
321     setContextBiblioNumbers( new Array() );
322 }