This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (!window.location.getParameter ) { | |
| window.location.getParameter = function(key) { | |
| function parseParams() { | |
| var params = {}, | |
| e, | |
| a = /\+/g, // Regex for replacing addition symbol with a space | |
| r = /([^&=]+)=?([^&]*)/g, | |
| d = function (s) { return decodeURIComponent(s.replace(a, " ")); }, | |
| q = window.location.search.substring(1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (!window.location.getParameter ) { | |
| window.location.getParameter = function(key) { | |
| function parseParams() { | |
| var params = {}, | |
| e, | |
| a = /\+/g, // Regex for replacing addition symbol with a space | |
| r = /([^&=]+)=?([^&]*)/g, | |
| d = function (s) { return decodeURIComponent(s.replace(a, " ")); }, | |
| q = window.location.search.substring(1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (!window.location.getParameter ) { | |
| window.location.getParameter = function(key) { | |
| function parseParams() { | |
| var params = {}, | |
| e, | |
| a = /\+/g, // Regex for replacing addition symbol with a space | |
| r = /([^&=]+)=?([^&]*)/g, | |
| d = function (s) { return decodeURIComponent(s.replace(a, " ")); }, | |
| q = window.location.search.substring(1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* chybí isnn v novější verzi obálek */ | |
| if (!window.location.getParameter ) { | |
| window.location.getParameter = function(key) { | |
| function parseParams() { | |
| var params = {}, | |
| e, | |
| a = /\+/g, // Regex for replacing addition symbol with a space | |
| r = /([^&=]+)=?([^&]*)/g, | |
| d = function (s) { return decodeURIComponent(s.replace(a, " ")); }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* odkaz na půjčování místo podrobnosti čtenáře v tabulce při vracení - start */ | |
| $("#checkedintable .ci-patron a").each(function() { | |
| var patronDetailHref = $(this).attr("href"); | |
| patronDetailHref = patronDetailHref.replace("members/moremember","circ/circulation"); | |
| $(this).attr("href",patronDetailHref); | |
| }); | |
| /* odkaz na půjčování místo podrobnosti čtenáře v tabulce při vracení - end */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Skrýt dávkové mazání jednotek - start */ | |
| $(document).ready(function() { | |
| var odkaz = $("a[href*='tools/batchMod.pl?del=1']"); | |
| odkaz.parent("dt").next().hide(); | |
| odkaz.hide(); | |
| }); | |
| /* Skrýt dávkové mazání jednotek - end */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ano - ne - vrátit - prodloužit vše | |
| Brandys == VMyto | |
| 1: brandys, lanskroun, kraliky, vmyto | |
| 3: REKS, zamberk, jablonne | |
| 5: Letohrad | |
| 14: Chocen | |
| =Run+this+report&reports=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT "<script>window.print();</script><h4><i>Knihovna:</i></h4>"AS "Prirustkove cislo", CONCAT_WS("", "<h4>", b.branchname, "</h4>") AS "Signatura","<h4><i>Soubor:</i></h4>" AS "Autor", CONCAT_WS("", "<h4>", c.colTitle, "</h4>") AS "Nazev", "" AS "Cena" | |
| FROM collections c | |
| JOIN branches b ON c.colBranchcode = b.branchcode | |
| JOIN (SELECT @IdSouboru:=<<Id souboru>>) var | |
| WHERE c.colId = @IdSouboru | |
| UNION | |
| SELECT "", "", "", "<h4>Naučná pro dospělé:</h4>", "" | |
| UNION | |
| SELECT i.stocknumber AS "Prirustkove cislo", i.itemcallnumber AS "Signatura", b.author AS "Autor", b.title AS "Nazev", i.price AS "Cena" | |
| FROM collections c |
OlderNewer