diff --git a/CHANGELOG.md b/CHANGELOG.md index f212d5e70..26ce109d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Changelog -#### Version 18.46-beta7 (25 April, 2017) -* Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#726](https://github.com/qooob/authentic-theme/issues/726) [#727](https://github.com/qooob/authentic-theme/issues/727) [#728](https://github.com/qooob/authentic-theme/issues/728) [#51917](https://www.virtualmin.com/node/51917) +#### Version 18.46-beta8 (25 April, 2017) +* Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#726](https://github.com/qooob/authentic-theme/issues/726) [#727](https://github.com/qooob/authentic-theme/issues/727) [#728](https://github.com/qooob/authentic-theme/issues/728) [#729](https://github.com/qooob/authentic-theme/issues/729) [#51917](https://www.virtualmin.com/node/51917) #### Version 18.45 (21 April, 2017) * Added ability to install patched version of the theme directly from GitHub, to get early access on the new features [#707](https://github.com/qooob/authentic-theme/issues/707) diff --git a/extensions/csf/csf.css b/extensions/csf/csf.css index 7be1ed13e..7eca406da 100644 --- a/extensions/csf/csf.css +++ b/extensions/csf/csf.css @@ -1109,7 +1109,7 @@ html[data-module='csf'][data-background-style='nightRider'] [style*='background: html[data-post='logtail'][data-background-style='nightRider'] .panel .panel-body .panel, html[data-post='loggrep'][data-background-style='nightRider'] .panel .panel-body .panel { - border: 1px solid #424449 + border: 1px solid #424449 !important } html[data-module='csf'][data-post="allow"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading, diff --git a/extensions/csf/csf.js b/extensions/csf/csf.js index fdb562317..2735b182a 100644 --- a/extensions/csf/csf.js +++ b/extensions/csf/csf.js @@ -11,17 +11,11 @@ var b = window, html = $("html"), r = $('link[href*="configserver"]'), empty = $("style"), - __isNR = ($('link[href*="nightrider"]').length ? 1 : 0); + __isNR = (($('html[data-background-style="nightRider"]').length && $('link[href*="nightrider"]').length) ? 1 : 0); f.$___________initial = 0; html.attr("data-background-style", f.$("html").attr("data-background-style")).attr("data-module", "csf"); empty.empty(); r.remove(); -$("body").tooltip({ - selector: 'a[data-toggle="tooltip"]', - container: "body", - placement: "auto top", - html: true -}); function csf_init() { function w(d) { @@ -224,7 +218,7 @@ function csf_init() { function q() { setTimeout(function() { - z.find(".panel-heading").prepend('
'); + z.find(".panel-heading").prepend('
'); var d = z.find(".dataTables_filter"); d.hide(); z.find(".btn-filter-top-right").click(function(g) { @@ -597,7 +591,7 @@ function csf_init() { } } var c = $("#csfreturn").length; - $('#csfreturn, html[data-post="rblcheckedit"] input[value="rblcheck"] + input, html[data-post="serverchecksave"] input[value="servercheck"] + input, html[data-post="temprm"] input[value="temp"] + input, html[data-post="temptoperm"] input[value="temp"] + input ').replaceWith('"); + $('#csfreturn, html[data-post="rblcheckedit"] input[value="rblcheck"] + input, html[data-post="serverchecksave"] input[value="servercheck"] + input, html[data-post="temprm"] input[value="temp"] + input, html[data-post="temptoperm"] input[value="temp"] + input ').replaceWith('"); var J = $('html input[value="lfdrestart"] + input, html input[value="restart"] + input, html input[value="restartboth"] + input'), P = "Save", A = "fa-circle-check"; @@ -628,7 +622,7 @@ function csf_init() { if ($("html").attr("data-post") !== "") { var j = z.find(".btn-primary.page_footer_submit"); if (j.length) { - z.find(".panel-heading font").before(''); + z.find(".panel-heading font").before(''); $("body").on("click", ".footer_module_index_top", function(d) { d.preventDefault(); $("body").find(".btn.btn-primary.page_footer_submit").before(''); @@ -640,7 +634,7 @@ function csf_init() { h = C.text(); conf_row = C.parent("form").parent("td").parent("tr").addClass("hidden").detach(), info_button = z.find('button[value="readme"]'), title_help = info_button.text(), info_row = info_button.parent("td").parent("tr").addClass("hidden").detach(); $("#csf > table > tbody").append(conf_row); - z.find(".panel-heading font").before('
'); + z.find(".panel-heading font").before('
'); $("body").on("click", 'a[href="/"].ported_module_csf_conf', function(d) { d.preventDefault(); C.trigger("click") @@ -652,6 +646,12 @@ function csf_init() { }) } setTimeout(function() { - o(B, f, with_frame) + o(B, f, with_frame); + $("body").tooltip({ + selector: 'a[data-toggle="tooltip"]', + container: "body", + placement: "auto top", + html: true + }) }, 100) }; \ No newline at end of file diff --git a/extensions/csf/csf.min.css b/extensions/csf/csf.min.css index 3cdfba5d8..de75f4932 100644 --- a/extensions/csf/csf.min.css +++ b/extensions/csf/csf.min.css @@ -2,4 +2,4 @@ * Authentic Theme 18.45 (https://github.com/qooob/authentic-theme) * Copyright 2014-2017 Ilia Rostovtsev * Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) - */.csf table tbody tr th p{padding-top:10px;padding-bottom:0}.csf table tbody tr,.csf table tbody td{padding:2px !important}.csf div#home>form>table button[type="submit"]{opacity:1;pointer-events:auto}.csf div#home>table button[type="submit"]{opacity:.75;pointer-events:none}.csf #upgradetable{margin-top:10px !important}.csf button{background:#fff}.csf .csf-tr form[action*='index.cgi']{margin-left:-2px}.csf #CSFpauseID{margin-top:5px;margin-left:5px;vertical-align:baseline}.csf .csf-box+.csf-box{margin-top:2px}.csf input[name='ip']+br+input[name='comment']{margin-top:1px}.csf select[name='profile1'],.csf select[name='profile2'],.csf select[name='backup']{min-height:200px !important}.csf input[value='rblchecksave']+select[name='freq']{vertical-align:baseline !important}.csf input+select[name='dur']{margin-top:0 !important;margin-bottom:-2px !important}.csf table tbody tr.csf-tr td,.csf table tbody tr.csf-tr{padding:1px 10px 1px 3px !important}.csf table tbody tr.csf-tr td[nowrap]{padding:0 10px 0 3px !important}.csf .panel-body>table ~ table.csf-table.table.table-striped.table-condensed[align='center'][border='0'][cellpadding='4'][cellspacing='0'] tbody tr.csf-tr td,.csf .panel-body>table ~ table.csf-table.table.table-striped.table-condensed[align='center'][border='0'][cellpadding='4'][cellspacing='0'] tbody tr.csf-tr{padding:3px 10px 3px 5px !important}.csf .panel-body>table ~ table.csf-table.table.table-striped.table-condensed[align='center'][border='0'][cellpadding='4'][cellspacing='0'] tbody tr.csf-tr td[nowrap]{padding:2px 10px 2px 5px !important}body.csf table.table.table-striped.table-condensed>thead>tr:first-child,body.csf .table>thead>tr:first-child>th,body.csf .table>thead>tr:first-child>td{border-top:1px solid #eaeaea !important}.csf #grep input.collapse,.csf #qallow input.collapse,.csf #qdeny input.collapse,.csf #qignore input.collapse,.csf #kill input.collapse,.csf #tempdeny input.collapse{display:none}.csf .csf-box>form[action='index.cgi']>input[type='submit'],.csf select[name='freq']+input[name='email']+input[type='submit'],.csf button[onclick='CSFrefreshtimer()'].input{vertical-align:middle !important}.csf .circles{position:absolute;margin-top:12px;text-align:right}.csf .circle i{font-size:13px;display:block;margin-top:1px;margin-right:2px;opacity:.50;color:#fff}.csf .circle{position:relative;display:inline-block;float:right;width:15px;height:15px;margin-left:10px;cursor:help;border-radius:50%}.csf .circle.success{background:#5cb85c}.csf .circle.info{background:#5bc0de}.csf .circle.warning{background:#f0ad4e}.csf .circle.danger{background:#d9534f}.csf .circle+.circle{margin-right:-5px}.csf .circles .tooltip-inner{min-width:180px !important;max-width:320px !important}html[data-post='status'] .CodeMirror pre{white-space:pre-wrap;word-wrap:break-word}html[data-post='servercheck'] div[style*="clear: both;padding"] strong,.csf a[data-toggle='tab']{font-weight:400}html[data-post='temp'] .dataTables_wrapper+div{text-align:center}html[data-post='temp'] .dataTables_wrapper+div a.btn-xxs{cursor:pointer}html[data-module='csf'][data-post='viewlogs']:not([data-background-style="nightRider"]) .col_header_custom.big_big,html[data-post='temp'] body.csf .table>thead>tr:first-child>th{border-top:2px solid #f0f0f0 !important;vertical-align:middle !important}html[data-module='csf'][data-post='viewlogs']:not([data-background-style="nightRider"]) .col_header_custom.big_big{border-top-width:3px}html[data-post='viewlogs'] .dataTables_wrapper .table tbody tr.odd{background-color:#fff}html[data-post='viewlogs'] .dataTables_wrapper .table tbody tr.submenu{background-color:#ffffe4 !important}html[data-post='viewlogs'] .table.table-striped.table-condensed tbody tr:not(.submenu):hover{background-color:#ebf2fc !important}html[data-post='viewlogs'] .table.table-striped.table-condensed tbody tr:not(.submenu){cursor:pointer}html[data-post='viewlogs'] button.fa.fa-1_25x{display:none}html[data-post='temp'] tr td .btn{visibility:hidden;margin-top:-4px}html[data-post='temp'] tr:hover td .btn{visibility:visible}html[data-post='temp'] tr td .btn.btn-danger{margin-left:-3px}div[style*=': 1px solid #DDDDDD']{border-color:#eaeaea !important}html[data-post='logtail'] .panel .panel-body .panel,html[data-post='loggrep'] .panel .panel-body .panel{border:1px solid #eaeaea !important}.__csf__{pointer-events:none;opacity:0}.csf form input+input{vertical-align:bottom !important}.csf form .comment .fst-ln-c{font-weight:500}.csf form .comment{font-size:13px;margin-top:-1px;padding:10px;border:1px solid #e4e4e4;border-top:1px solid #f0f0f0;border-bottom:0}.csf form .section{border:1px solid #eaeaea;border-top:3px solid #f1f1f1;background:#fff}.csf form .comment+.value-other+.value-default,.csf form .comment+.value-default+br+.value-default{margin-top:-1px}.csf form .comment+br,.csf form .section+br{display:none !important}.csf form .section+br+.comment{margin-top:-1px}.csf form .value-other>tbody tr td,.csf form .value-other>tbody{border:0 !important}.csf .btn:not(.btn-xxs):not(.btn-tiny):not(.ui_link_replaced).btn-csf-config{font-size:13px;margin-top:-2px;padding:4px 17px}.csf .btn:not(.btn-xxs):not(.btn-tiny):not(.ui_link_replaced).btn-csf-config.active{color:#fff !important;border-color:#4cae4c !important;background-color:#5cb85c !important}.csf form .section{background-color:#f7f7f7}.csf .panel-body .table-subtable tr th:not(.table-title),.csf .panel-body tr th:not(.table-title){padding:5px 22px !important}html[data-post='servercheck'] div[style*="clear: both;padding"],.table thead tr th,.csf form .section,.csf tbody tr th{font-size:18px;font-weight:normal;padding-top:6px;padding-bottom:7px;text-align:center;vertical-align:bottom !important;background-color:#f6f6f6 !important}html[data-post='servercheck'] div[style*="clear: both;padding"]{padding-top:4px !important;padding-bottom:4px !important}.csf .table th,.csf .dataTable th{font-size:14px}html[data-post='profiles'] .table thead tr th,html[data-post=''] .table thead tr th{font-size:18px}.csf form .value-other>table,.csf form .value-default>tbody,.csf form .value-other>tr td,.csf form .value-default>tbody tr td{border-color:transparent !important}.csf form .value-default+.value-default,.csf form .value-other+.value-other{border-top:0}.csf form .value-other>tr,.csf form .value-default>tbody tr{background:#fff}.csf form .value-other>table,.csf form .value-default{margin:0 !important}html[data-post='conf'] .csf select{vertical-align:bottom !important}.csf form .value-other,.csf form .value-default{font-size:12px;padding:0;border:1px solid #e9e9e9;border-top:1px solid #f0f0f0;background:#fbfbfb}.csf form .value-other>b,.csf form .value-default>b{display:inline-block;margin-top:7px;margin-bottom:7px;padding:4px}.csf form .value-other>input,.csf form .value-default>input,.csf form .value-other>select,.csf form .value-default>select{margin-top:1px;margin-bottom:3px}.csf form .value-other>b+input[type='text'],.csf form .value-default>b+input[type='text'],.csf form .value-other>b+select.heighter-34,.csf form .value-default>b+select.heighter-34{font-size:13px !important;height:28px !important;min-height:28px !important;max-height:28px !important;padding-top:2px !important;padding-bottom:2px !important}.csf img[src*='csfimages/plus.png']+.fa-minus-circle:before,.csf img[src*='csfimages/plus.png']+.fa-plus-circle:before{content:'\f05e' !important;color:#449d44 !important}.csf img[src*='csfimages/minus.png']+.fa-minus-circle:before,.csf img[src*='csfimages/minus.png']+.fa-plus-circle:before{content:'\f02a' !important;color:#c9302c !important}.csf form fieldset legend{margin-bottom:0 !important}.csf form fieldset legend b{font-size:16px !important;font-weight:normal !important;line-height:26px !important;display:block;margin-right:-1px;padding:2px 0 !important;text-align:center !important;border:1px solid #f0f0f0 !important;border-top:3px solid #f0f0f0 !important;background-color:#f7f7f7 !important}html[data-module='csf'] body{overflow:hidden;pointer-events:none;opacity:0}html[data-post=''] button[value='denyf']{color:#fff !important;border-color:#eea236 !important;background-color:#f0ad4e !important}html[data-post=''] button[value='denyf']:active,html[data-post=''] button[value='denyf']:focus,.csf td>form[action='index.cgi']>input[value='denyf']+input[type='submit']:hover{color:#fff !important;border-color:#d58512 !important;background-color:#ec971f !important}html[data-post=''] button[value='disable']{color:#fff !important;border-color:#992020 !important;background-color:#bd1e1e !important}html[data-post=''] button[value='disable']:active,html[data-post=''] button[value='disable']:focus,html[data-post=''] button[value='disable']:hover{color:#fff !important;border-color:#992020 !important;background-color:#ad2828 !important}html[data-post=''] button[value='enable']{color:#fff !important;border-color:#4cae4c !important;background-color:#5cb85c !important}html[data-post=''] button[value='enable']:active,html[data-post=''] button[value='enable']:focus,html[data-post=''] button[value='enable']:hover{color:#fff !important;border-color:#398439 !important;background-color:#449d44 !important}.csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit'],html[data-post=''] button[value='restart']{color:#fff !important;border-color:#46b8da !important;background-color:#5bc0de !important}.csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:active,.csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:focus,.csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:hover,html[data-post=''] button[value='restart']:active,html[data-post=''] button[value='restart']:focus,html[data-post=''] button[value='restart']:hover{color:#fff !important;border-color:#269abc !important;background-color:#31b0d5 !important}.csf input#csfreturn{color:#fff !important;border-color:#357ebd !important;background-color:#428bca !important}.csf input#csfreturn:active,.csf input#csfreturn:focus,.csf input#csfreturn:hover{color:#fff !important;border-color:#285e8e !important;background-color:#3071a9 !important}.csf .csf-table{padding:2px !important;border:1px solid #eee !important;border-radius:0 !important}.csf script+.csf-table+.csf-table,.csf script+.csf-table{border:1px solid transparent !important}.csf a[target='_blank']:hover:not(.btn-xxs){text-decoration:underline}.csf table tbody tr[bgcolor='#F4F4EA']{background:#fff !important}.csf td.section-comment{width:80%;background:#fff !important}.csf td.section-full,.csf td.section-ok{font-style:italic;width:20%;color:#fff;border:1px solid #398439 !important;border-top:none !important;background-color:#449d44 !important}.csf td.section-gap{line-height:0 !important;margin:0 !important;padding:1px !important;background-color:#fff !important}.csf td.section-title{font-size:18px;text-align:center;color:#333;border:1px solid #eaeaea !important}.csf td.section-warning{color:#fff;border:1px solid #d58512 !important;border-top:none !important;background-color:#ec971f !important}.csf .footer_module_index_top:hover{color:#23527c}.csf .footer_module_index_top{line-height:19px;float:left;height:34px !important;margin-top:9px;margin-right:-38px !important;margin-left:0;color:#ccc;border-color:#ddd}.mobilecontainer{display:none !important}.normalcontainer{display:block !important}html>body{background-color:Gainsboro !important}html[data-module='csf'] .csf-tr form[action*='index.cgi'] select.heighter-34{margin-left:0 !important}html[data-module='csf'] .csf-tr form[action*='index.cgi'] select.heighter-34+input{margin-left:-4px !important}html[data-module='csf'] .csf-tr form[action*='index.cgi'] select.heighter-34[name='template']+input,html[data-module='csf'] .csf-tr form[action*='index.cgi'] select.heighter-34[name='template']{margin-top:0 !important;margin-bottom:0 !important}html[data-module='csf'] .csf-tr form[action*='index.cgi'] input[value='upgrade']+input.heighter-34{margin-left:1px !important}html[data-module='csf'] .custom_table_head td b{font-size:15px;font-weight:400 !important}html[data-module='csf'] .csf-switch-field .awobject{display:inline-block;margin-top:-10px !important;margin-bottom:10px !important}html[data-post='viewlogs'] .table.dataTable>thead>tr:first-child>th,html[data-post='viewlogs'] .table.table.table-striped.table-condensed>thead>tr:first-child,html[data-post='viewlogs'] .table.table.table-striped.table-condensed>thead>tr:first-child,table.dataTable{border-top-width:1px !important}html[data-module='csf'] .col_header_custom{line-height:27px !important;height:36px !important;margin-bottom:5px !important}html[data-module='csf'] .col_header_custom.big_big{border-bottom-color:transparent !important;background-color:#f6f6f6 !important;line-height:25px !important}html[data-post='servercheck']:not([data-background-style="nightRider"]) div[style*="clear: both;padding"],html[data-module='csf']:not([data-background-style="nightRider"]) .col_header_custom.big_big{border-top:1px solid #eaeaea !important}html[data-post='viewports'] .col_header_custom{line-height:25px !important;height:34px}html[data-module='csf'] .bs-callout{margin:10px 0;padding:8px 6px 4px 6px;border:1px solid #eaeaea;border-left-width:3px;border-radius:0}html[data-module='csf'] .bs-callout h4{margin-top:0;margin-bottom:5px}html[data-module='csf'] .bs-callout p:last-child{margin-bottom:0}html[data-module='csf'] .bs-callout code{border-radius:0}html[data-module='csf'] .bs-callout+.bs-callout{margin-top:-5px}html[data-module='csf'] .bs-callout-success{border-left-color:#5cb85c;background-color:#edf7ed}html[data-module='csf'] .bs-callout-success h4{color:#5cb85c}html[data-module='csf'] .bs-callout-info{border-left-color:#5bc0de;background-color:#eaf7fb}html[data-module='csf'] .bs-callout-info h4{color:#5bc0de}html[data-module='csf'] .bs-callout-warning{border-left-color:#f0ad4e;background-color:#fdf4e8}html[data-module='csf'] .bs-callout-warning h4{color:#f0ad4e}html[data-module='csf'] .bs-callout-danger{border-left-color:#d9534f;background-color:#faebea}html[data-module='csf'] .bs-callout-danger h4{color:#d9534f}html[data-module='csf'] .tab-pane>.table.table-striped.table-condensed,html[data-module='csf'] .table.table-striped.table-condensed+.table.table-striped.table-condensed{margin-top:10px !important}html[data-module='csf'] .tab-pane>.table.table-striped.table-condensed tr:first-child>th:first-child,html[data-module='csf'] .table.table-striped.table-condensed+.table.table-striped.table-condensed tbody>tr:first-child,html[data-module='csf'] .table.table-striped.table-condensed+.table.table-striped.table-condensed tr:first-child>th:first-child{border-top:3px solid #f0f0f0}.csf form .value-default+br,.csf form .value-other+br,html[data-module='csf'] a#MobileView,html[data-module='csf'] a#toplink,html[data-module='csf'] a#botlink,html[data-module='csf'] div#loader{display:none !important}html[data-module='csf'] .icon-configserver{font-size:100% !important;display:inline-block !important;padding:0 4px 0 1px;vertical-align:top;color:#aaa}html[data-module='csf'] code{font-size:90%;padding:2px 4px;text-decoration:underline;color:#333;border-radius:0;background-color:transparent}html[data-module='csf'] ._btn-changelog{margin-top:-3px}html[data-module='csf'] ._btn-changelog i{margin-right:5px;margin-left:-3px}html[data-module='csf'] #CSFajax .panel-body,html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-body,html[data-module='csf'] .panel._devcon .panel-body{box-shadow:none}html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'] .panel._devcon .panel-heading{font-size:18px;padding:6.5px;border-bottom:1px solid #e4e4e4;box-shadow:none}html[data-module='csf'] .panel._devcon{border-color:#eaeaea;border-top-width:1px;box-shadow:none}html[data-module='csf'] .footer-string{font-size:11px;color:#999;border-top:1px solid #eaeaea}html[data-module='csf'] .footer-string a{cursor:pointer;color:#5a799c}html[data-module='csf'] .panel-footer{margin-bottom:-15px;padding:4px 0 0 0;border-top:0;border-radius:0;background:transparent}html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading{line-height:21px;padding:0 6.5px;text-align:center;border:1px solid #f0f0f0;border-bottom:0;background-color:#f7f7f7}html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading code{font-size:13px;display:block;margin-top:-5px;margin-bottom:-6px;text-decoration:none}html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-body{padding:1px;border:1px solid #eaeaea}html[data-module='csf'] form>.panel.panel-default>.panel-body,html[data-module='csf'] form>.panel.panel-default{border-color:transparent;box-shadow:none}html[data-module='csf'] div.panel-body>div+hr{margin-top:10px}html[data-module='csf'] div.panel-body>div[style*='background: #F4F4EA']{border-radius:0 !important;background-color:#f7f7f7 !important}html[data-module='csf'] div.panel-body>div[style*='background: #F4F4EA']+div[style*='background']{border-top:0 !important}html[data-module='csf'] table[align='center'] tbody tr td div[style*='border-radius']{margin-bottom:10px;border-radius:0 !important}.csf form[action="index.cgi"]>input[type="submit"],html[data-module='csf'][data-post=''] input[name='ip']{vertical-align:middle !important}html[data-module='csf'][data-post=''] select.heighter-34+button,html[data-module='csf'][data-post=''] input.heighter-34:not(.btn-lg):not(.ui_form_end_submit)+select.heighter-34,html[data-module='csf'][data-post=''] select.heighter-34,html[data-module='csf'][data-post=''] .btn.heighter-34:not(.btn-lg):not(.ui_form_end_submit){font-size:14px !important;line-height:16px !important;height:31px !important;min-height:31px !important;max-height:31px !important;margin-left:0 !important}html[data-module='csf'][data-post=''] select.heighter-34+button[type='submit'],html[data-module='csf'][data-post=''] select[name='ignorefile'].heighter-34+input[type='submit'].btn.btn-default.heighter-34{margin-left:-3px !important}html[data-post='viewports'] .dataTables_wrapper table.dataTable{margin-top:3px !important;border-top:0 !important}html[data-module='csf'] hr+div>form[action='index.cgi']>button[type='submit']{margin-top:-2px}html[data-module='csf'] .btn-group-csf-home{position:absolute;top:19px;left:15px}html[data-module='csf'] .btn-group-csf-home a{border:1px solid #ddd}html[data-module='csf'] .btn-group-csf-home a.ported_module_csf_help{cursor:help}html[data-module='csf']:not([data-background-style="nightRider"]) .table-striped>tbody>tr:nth-child(even){background-color:#f7f7f7}html[data-module='csf']:not([data-background-style="nightRider"]) .table-striped>tbody>tr:nth-child(odd){background-color:#fff}html[data-post='profiles'] input[name='backup']+input{vertical-align:middle !important}html[data-post='profiles'] input[value='profilerestore']+table tbody tr td,html[data-post='profiles'] input[value='profilediff']+table tbody tr td{text-align:center}html[data-post='profiles'] th[style*='#990000']{border-left:1px solid transparent !important}html[data-post='profiles'] td[style*='#990000']{text-align:center;border-left:1px solid #eaeaea !important}html[data-post='profiles'] body>div>div>div.panel-body>form:nth-child(1)>table>thead>tr>th:nth-child(1),html[data-post='profiles'] input[value='profileapply']+table tbody tr:first-child th:first-child{padding-left:150px !important}.csf form[action='index.cgi'] button.__restart,html[data-post='csftest'] form[action='index.cgi'] input[value='restart']+input,html[data-post='profileapply'] form[action='index.cgi'] input[value='restartboth']+input{margin-bottom:10px !important}.csf [style*='background: #BDECB6'],.csf [style*='background:#BDECB6']{background-color:#e3ffdd !important}.csf [style*='background: #FFD1DC'],.csf [style*='background:#FFD1DC']{background-color:#fdd !important}.csf [style*='background: #FFD1DC'][style*='border'],.csf [style*='background:#FFD1DC'][style*='border']{border-bottom-color:#ddd !important}.csf [style*='background: #990000'],.csf [style*='background:#990000']{background-color:#d04646 !important}.csf div+div[style*='text-align:center;border:1px solid #DDDDDD;width:500px']{border-top:0 !important}html[data-post=''] input[name='comment']{margin-top:2px}html[data-module='csf'] #DataTables_Table_0>thead>tr>th:nth-child(1){opacity:1 !important}html[data-module='csf'] #DataTables_Table_0>thead>tr>th:nth-child(1){background:0}html[data-background-style='nightRider'] .csf form .value-other,html[data-background-style='nightRider'] .csf form .value-default,html[data-background-style='nightRider'] .csf form .comment,html[data-background-style='nightRider'] .csf form .section{background-color:#2f3237;border-color:#383a40;border-top-width:1px}html[data-background-style='nightRider'] .csf .btn:not(.btn-xxs):not(.btn-tiny):not(.ui_link_replaced).btn-csf-config.active{color:#bfc9d3 !important;border-color:rgba(27,191,137,.45) !important;background-color:rgba(27,191,137,.07) !important}html[data-module='csf'][data-background-style='nightRider'] .tab-pane>.table.table-striped.table-condensed tr:first-child>th:first-child,html[data-module='csf'][data-background-style='nightRider'] .table.table-striped.table-condensed+.table.table-striped.table-condensed tbody>tr:first-child,html[data-module='csf'][data-background-style='nightRider'] .table.table-striped.table-condensed+.table.table-striped.table-condensed tr:first-child>th:first-child{border-top-color:#3d3f43 !important;border-top-width:1px;background-color:#2d3036}html[data-background-style='nightRider'] hr,html[data-module='csf'][data-background-style='nightRider'] .csf .footer-string{border-top-color:#3d3f43 !important;border-top-width:1px}html[data-post=''][data-background-style='nightRider'] body>div>div>div.panel-body>div:nth-child(2)>div>div.panel-body{background-color:#2d3036 !important}html[data-post=''][data-background-style='nightRider'] button[value='denyf']{color:#bfc9d3 !important;border-color:rgba(247,175,62,.68) !important;background-color:rgba(247,175,62,.07) !important}html[data-post=''][data-background-style='nightRider'] button[value='denyf']:active,html[data-post=''][data-background-style='nightRider'] button[value='denyf']:focus,html[data-post=''][data-background-style='nightRider'] button[value='denyf']:hover,html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='denyf']+input[type='submit']:hover{color:#fff !important;border-color:#f7af3e !important;outline:0 !important;background-color:rgba(247,175,62,.1) !important;box-shadow:none !important}html[data-post=''][data-background-style='nightRider'] button[value='disable']{color:#bfc9d3 !important;border-color:rgba(219,82,75,.69) !important;background-color:rgba(219,82,75,.07) !important}html[data-post=''][data-background-style='nightRider'] button[value='disable']:active,html[data-post=''][data-background-style='nightRider'] button[value='disable']:focus,html[data-post=''][data-background-style='nightRider'] button[value='disable']:hover{color:#fff !important;border-color:#db524b !important;outline:0 !important;background-color:rgba(219,82,75,.1) !important;box-shadow:none !important}html[data-post=''][data-background-style='nightRider'] button[value='enable']{color:#bfc9d3 !important;border-color:rgba(27,191,137,.55) !important;background-color:rgba(27,191,137,.07) !important}html[data-post=''][data-background-style='nightRider'] button[value='enable']:active,html[data-post=''][data-background-style='nightRider'] button[value='enable']:focus,html[data-post=''][data-background-style='nightRider'] button[value='enable']:hover{color:#fff !important;border-color:#1bbf89 !important;outline:0 !important;background-color:rgba(27,191,137,.1) !important;box-shadow:none !important}html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit'],html[data-post=''][data-background-style='nightRider'] button[value='restart']{color:#bfc9d3 !important;border-color:rgba(86,192,224,.72) !important;background-color:rgba(86,192,224,.07) !important}html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:active,html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:focus,html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:hover,html[data-post=''][data-background-style='nightRider'] button[value='restart']:active,html[data-post=''][data-background-style='nightRider'] button[value='restart']:focus,html[data-post=''][data-background-style='nightRider'] button[value='restart']:hover{color:#fff !important;border-color:#56c0e0 !important;outline:0 !important;background-color:rgba(86,192,224,.1) !important;box-shadow:none !important}html[data-background-style='nightRider'] body.csf .table>thead>tr:first-child>th,html[data-background-style='nightRider'] body.csf .table>tbody>tr:first-child>th,html[data-background-style='nightRider'] body.csf table>tfoot>tr:first-child>th,html[data-background-style='nightRider'] body.csf .table>thead>tr:first-child>td,html[data-background-style='nightRider'] body.csf .table>tfoot>tr:first-child>td{border-top:1px solid #3a3c41 !important}html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading{border:1px solid #424449;background-color:#2d3036}html[data-background-style='nightRider'] code{background-color:#2d3036 !important}html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-body{border-color:#424449}html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading{border-bottom:0}html[data-module='csf'][data-background-style='nightRider'] div.panel-body>div[style*='background: #F4F4EA']{background-color:#2d3036 !important;border-color:#3d3f43 !important}html[data-module='csf'][data-background-style='nightRider'] [style*='border-right: 1px solid #DDDDDD']{border-color:rgba(61,63,67,0.85) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='background:#FFD1DC'],html[data-module='csf'][data-background-style='nightRider'] [style*='background: #FFD1DC']{border-color:rgba(61,63,67,0.85) !important;outline:0 !important;background-color:rgba(219,82,75,.1) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='background:#BDECB6'],html[data-module='csf'][data-background-style='nightRider'] [style*='background: #BDECB6']{background-color:rgba(27,191,137,.1) !important;border-color:rgba(61,63,67,0.85) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='background: #FFFDD8'],html[data-module='csf'][data-background-style='nightRider'] [style*='background:#FFFDD8']{background-color:rgba(247,175,62,.1) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='border: 1px solid #DDDDDD'],html[data-module='csf'][data-background-style='nightRider'] [style*='border:1px solid #DDDDDD']{border-color:rgba(61,63,67,0.85) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='background: #990000'],html[data-module='csf'][data-background-style='nightRider'] [style*='background:#990000']{background-color:#a84b4b !important}html[data-post='logtail'][data-background-style='nightRider'] .panel .panel-body .panel,html[data-post='loggrep'][data-background-style='nightRider'] .panel .panel-body .panel{border:1px solid #424449}html[data-module='csf'][data-post="allow"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="deny"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="redirect"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="ignorefiles"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="dirwatch"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="dyndns"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="templates"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="logfiles"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="blocklists"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="syslogusers"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="viewports"]:not([data-background-style="nightRider"]) body.csf .panel-body h4.col_header_custom{border-top:3px solid #f0f0f0 !important}html[data-module='csf'][data-post="viewports"] body.csf .table>thead>tr:first-child>th,html[data-module='csf'][data-post="viewports"] body.csf .table>thead>tr:first-child>td{border-top-width:1px}html[data-post='viewports'][data-background-style='nightRider'] .col_header_custom{border-top:1px solid #393b40 !important;border-right:1px solid #393b40 !important;border-left:1px solid #393b40 !important}html[data-module='csf'][data-background-style='nightRider'] .col_header_custom.big_big{background-color:#292c32 !important;border-left:1px solid #3a3c41 !important;border-right:1px solid #3a3c41 !important}html[data-module='csf'][data-background-style='nightRider'] .dataTables_wrapper .dataTables_empty:hover,html[data-module='csf'][data-background-style='nightRider'] .dataTables_wrapper .dataTables_empty{background-color:#2f3237}html[data-module='csf'][data-background-style='nightRider'] .table thead tr th,html[data-module='csf'][data-background-style='nightRider'] .csf form .section,html[data-module='csf'][data-background-style='nightRider'] .csf tbody tr th{background-color:#292c32 !important}html[data-module='csf'][data-background-style='nightRider'] #home>form:nth-child(1)>table>thead>tr>th,html[data-module='csf'][data-background-style='nightRider'] .panel._devcon .panel-heading{border-bottom:1px solid #252729 !important}html[data-module='csf'][data-background-style='nightRider'] body>div>div>div.panel-body>div:nth-child(2)>div>div.panel-heading,html[data-module='csf'][data-background-style='nightRider'] .panel{color:rgba(151,155,160,.82) !important}html[data-module='csf'][data-background-style='nightRider'] .cspinner .cspinner-icon.dark{border-top-color:#70737b;border-left-color:#5d5c5c}html[data-post='viewlogs'][data-background-style='nightRider'] .table.table-striped.table-condensed tbody tr:not(.submenu):nth-child(odd){background-color:#2f3237}html[data-post='viewlogs'][data-background-style='nightRider'] .table.table-striped.table-condensed tbody tr:not(.submenu):hover{background-color:#393737 !important}html[data-post='viewlogs'][data-background-style='nightRider'] .dataTables_wrapper .table tbody tr.submenu{background-color:#3d353b !important}html[data-post='viewlogs'][data-background-style='nightRider'] table.dataTable{border-top:0 !important}html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-background-style='nightRider'] .panel._devcon .panel-heading,html[data-module='csf'][data-background-style='nightRider'] .panel._devcon{border-color:#3a3e43}html[data-post='servercheck'][data-background-style='nightRider'] div[style*="clear: both;padding"]{padding-top:5px !important;padding-bottom:6px !important}html[data-post=''][data-module='csf'][data-background-style='nightRider'] div#home table tr:nth-child(even) td{background-color:#2a2d31 !important}html[data-post='chart'][data-background-style='nightRider'] td{border-color:#252729}html[data-post='chart'][data-background-style='nightRider'] td img{filter:sepia(60%) invert(82%) grayscale(40%) contrast(93%) saturate(3) hue-rotate(330deg);-webkit-filter:sepia(60%) invert(82%) grayscale(40%) contrast(93%) saturate(3) hue-rotate(330deg)}html[data-background-style='nightRider'] .csf .circle.success{background-color:rgba(27,191,137,0.40)}html[data-background-style='nightRider'] .csf .circle.info{background-color:rgba(91,192,222,0.42)}html[data-background-style='nightRider'] .csf .circle.warning{background-color:rgba(173,112,27,0.56)}html[data-background-style='nightRider'] .csf .circle.danger{background-color:rgba(217,83,79,0.57)} \ No newline at end of file + */.csf table tbody tr th p{padding-top:10px;padding-bottom:0}.csf table tbody tr,.csf table tbody td{padding:2px !important}.csf div#home>form>table button[type="submit"]{opacity:1;pointer-events:auto}.csf div#home>table button[type="submit"]{opacity:.75;pointer-events:none}.csf #upgradetable{margin-top:10px !important}.csf button{background:#fff}.csf .csf-tr form[action*='index.cgi']{margin-left:-2px}.csf #CSFpauseID{margin-top:5px;margin-left:5px;vertical-align:baseline}.csf .csf-box+.csf-box{margin-top:2px}.csf input[name='ip']+br+input[name='comment']{margin-top:1px}.csf select[name='profile1'],.csf select[name='profile2'],.csf select[name='backup']{min-height:200px !important}.csf input[value='rblchecksave']+select[name='freq']{vertical-align:baseline !important}.csf input+select[name='dur']{margin-top:0 !important;margin-bottom:-2px !important}.csf table tbody tr.csf-tr td,.csf table tbody tr.csf-tr{padding:1px 10px 1px 3px !important}.csf table tbody tr.csf-tr td[nowrap]{padding:0 10px 0 3px !important}.csf .panel-body>table ~ table.csf-table.table.table-striped.table-condensed[align='center'][border='0'][cellpadding='4'][cellspacing='0'] tbody tr.csf-tr td,.csf .panel-body>table ~ table.csf-table.table.table-striped.table-condensed[align='center'][border='0'][cellpadding='4'][cellspacing='0'] tbody tr.csf-tr{padding:3px 10px 3px 5px !important}.csf .panel-body>table ~ table.csf-table.table.table-striped.table-condensed[align='center'][border='0'][cellpadding='4'][cellspacing='0'] tbody tr.csf-tr td[nowrap]{padding:2px 10px 2px 5px !important}body.csf table.table.table-striped.table-condensed>thead>tr:first-child,body.csf .table>thead>tr:first-child>th,body.csf .table>thead>tr:first-child>td{border-top:1px solid #eaeaea !important}.csf #grep input.collapse,.csf #qallow input.collapse,.csf #qdeny input.collapse,.csf #qignore input.collapse,.csf #kill input.collapse,.csf #tempdeny input.collapse{display:none}.csf .csf-box>form[action='index.cgi']>input[type='submit'],.csf select[name='freq']+input[name='email']+input[type='submit'],.csf button[onclick='CSFrefreshtimer()'].input{vertical-align:middle !important}.csf .circles{position:absolute;margin-top:12px;text-align:right}.csf .circle i{font-size:13px;display:block;margin-top:1px;margin-right:2px;opacity:.50;color:#fff}.csf .circle{position:relative;display:inline-block;float:right;width:15px;height:15px;margin-left:10px;cursor:help;border-radius:50%}.csf .circle.success{background:#5cb85c}.csf .circle.info{background:#5bc0de}.csf .circle.warning{background:#f0ad4e}.csf .circle.danger{background:#d9534f}.csf .circle+.circle{margin-right:-5px}.csf .circles .tooltip-inner{min-width:180px !important;max-width:320px !important}html[data-post='status'] .CodeMirror pre{white-space:pre-wrap;word-wrap:break-word}html[data-post='servercheck'] div[style*="clear: both;padding"] strong,.csf a[data-toggle='tab']{font-weight:400}html[data-post='temp'] .dataTables_wrapper+div{text-align:center}html[data-post='temp'] .dataTables_wrapper+div a.btn-xxs{cursor:pointer}html[data-module='csf'][data-post='viewlogs']:not([data-background-style="nightRider"]) .col_header_custom.big_big,html[data-post='temp'] body.csf .table>thead>tr:first-child>th{border-top:2px solid #f0f0f0 !important;vertical-align:middle !important}html[data-module='csf'][data-post='viewlogs']:not([data-background-style="nightRider"]) .col_header_custom.big_big{border-top-width:3px}html[data-post='viewlogs'] .dataTables_wrapper .table tbody tr.odd{background-color:#fff}html[data-post='viewlogs'] .dataTables_wrapper .table tbody tr.submenu{background-color:#ffffe4 !important}html[data-post='viewlogs'] .table.table-striped.table-condensed tbody tr:not(.submenu):hover{background-color:#ebf2fc !important}html[data-post='viewlogs'] .table.table-striped.table-condensed tbody tr:not(.submenu){cursor:pointer}html[data-post='viewlogs'] button.fa.fa-1_25x{display:none}html[data-post='temp'] tr td .btn{visibility:hidden;margin-top:-4px}html[data-post='temp'] tr:hover td .btn{visibility:visible}html[data-post='temp'] tr td .btn.btn-danger{margin-left:-3px}div[style*=': 1px solid #DDDDDD']{border-color:#eaeaea !important}html[data-post='logtail'] .panel .panel-body .panel,html[data-post='loggrep'] .panel .panel-body .panel{border:1px solid #eaeaea !important}.__csf__{pointer-events:none;opacity:0}.csf form input+input{vertical-align:bottom !important}.csf form .comment .fst-ln-c{font-weight:500}.csf form .comment{font-size:13px;margin-top:-1px;padding:10px;border:1px solid #e4e4e4;border-top:1px solid #f0f0f0;border-bottom:0}.csf form .section{border:1px solid #eaeaea;border-top:3px solid #f1f1f1;background:#fff}.csf form .comment+.value-other+.value-default,.csf form .comment+.value-default+br+.value-default{margin-top:-1px}.csf form .comment+br,.csf form .section+br{display:none !important}.csf form .section+br+.comment{margin-top:-1px}.csf form .value-other>tbody tr td,.csf form .value-other>tbody{border:0 !important}.csf .btn:not(.btn-xxs):not(.btn-tiny):not(.ui_link_replaced).btn-csf-config{font-size:13px;margin-top:-2px;padding:4px 17px}.csf .btn:not(.btn-xxs):not(.btn-tiny):not(.ui_link_replaced).btn-csf-config.active{color:#fff !important;border-color:#4cae4c !important;background-color:#5cb85c !important}.csf form .section{background-color:#f7f7f7}.csf .panel-body .table-subtable tr th:not(.table-title),.csf .panel-body tr th:not(.table-title){padding:5px 22px !important}html[data-post='servercheck'] div[style*="clear: both;padding"],.table thead tr th,.csf form .section,.csf tbody tr th{font-size:18px;font-weight:normal;padding-top:6px;padding-bottom:7px;text-align:center;vertical-align:bottom !important;background-color:#f6f6f6 !important}html[data-post='servercheck'] div[style*="clear: both;padding"]{padding-top:4px !important;padding-bottom:4px !important}.csf .table th,.csf .dataTable th{font-size:14px}html[data-post='profiles'] .table thead tr th,html[data-post=''] .table thead tr th{font-size:18px}.csf form .value-other>table,.csf form .value-default>tbody,.csf form .value-other>tr td,.csf form .value-default>tbody tr td{border-color:transparent !important}.csf form .value-default+.value-default,.csf form .value-other+.value-other{border-top:0}.csf form .value-other>tr,.csf form .value-default>tbody tr{background:#fff}.csf form .value-other>table,.csf form .value-default{margin:0 !important}html[data-post='conf'] .csf select{vertical-align:bottom !important}.csf form .value-other,.csf form .value-default{font-size:12px;padding:0;border:1px solid #e9e9e9;border-top:1px solid #f0f0f0;background:#fbfbfb}.csf form .value-other>b,.csf form .value-default>b{display:inline-block;margin-top:7px;margin-bottom:7px;padding:4px}.csf form .value-other>input,.csf form .value-default>input,.csf form .value-other>select,.csf form .value-default>select{margin-top:1px;margin-bottom:3px}.csf form .value-other>b+input[type='text'],.csf form .value-default>b+input[type='text'],.csf form .value-other>b+select.heighter-34,.csf form .value-default>b+select.heighter-34{font-size:13px !important;height:28px !important;min-height:28px !important;max-height:28px !important;padding-top:2px !important;padding-bottom:2px !important}.csf img[src*='csfimages/plus.png']+.fa-minus-circle:before,.csf img[src*='csfimages/plus.png']+.fa-plus-circle:before{content:'\f05e' !important;color:#449d44 !important}.csf img[src*='csfimages/minus.png']+.fa-minus-circle:before,.csf img[src*='csfimages/minus.png']+.fa-plus-circle:before{content:'\f02a' !important;color:#c9302c !important}.csf form fieldset legend{margin-bottom:0 !important}.csf form fieldset legend b{font-size:16px !important;font-weight:normal !important;line-height:26px !important;display:block;margin-right:-1px;padding:2px 0 !important;text-align:center !important;border:1px solid #f0f0f0 !important;border-top:3px solid #f0f0f0 !important;background-color:#f7f7f7 !important}html[data-module='csf'] body{overflow:hidden;pointer-events:none;opacity:0}html[data-post=''] button[value='denyf']{color:#fff !important;border-color:#eea236 !important;background-color:#f0ad4e !important}html[data-post=''] button[value='denyf']:active,html[data-post=''] button[value='denyf']:focus,.csf td>form[action='index.cgi']>input[value='denyf']+input[type='submit']:hover{color:#fff !important;border-color:#d58512 !important;background-color:#ec971f !important}html[data-post=''] button[value='disable']{color:#fff !important;border-color:#992020 !important;background-color:#bd1e1e !important}html[data-post=''] button[value='disable']:active,html[data-post=''] button[value='disable']:focus,html[data-post=''] button[value='disable']:hover{color:#fff !important;border-color:#992020 !important;background-color:#ad2828 !important}html[data-post=''] button[value='enable']{color:#fff !important;border-color:#4cae4c !important;background-color:#5cb85c !important}html[data-post=''] button[value='enable']:active,html[data-post=''] button[value='enable']:focus,html[data-post=''] button[value='enable']:hover{color:#fff !important;border-color:#398439 !important;background-color:#449d44 !important}.csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit'],html[data-post=''] button[value='restart']{color:#fff !important;border-color:#46b8da !important;background-color:#5bc0de !important}.csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:active,.csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:focus,.csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:hover,html[data-post=''] button[value='restart']:active,html[data-post=''] button[value='restart']:focus,html[data-post=''] button[value='restart']:hover{color:#fff !important;border-color:#269abc !important;background-color:#31b0d5 !important}.csf input#csfreturn{color:#fff !important;border-color:#357ebd !important;background-color:#428bca !important}.csf input#csfreturn:active,.csf input#csfreturn:focus,.csf input#csfreturn:hover{color:#fff !important;border-color:#285e8e !important;background-color:#3071a9 !important}.csf .csf-table{padding:2px !important;border:1px solid #eee !important;border-radius:0 !important}.csf script+.csf-table+.csf-table,.csf script+.csf-table{border:1px solid transparent !important}.csf a[target='_blank']:hover:not(.btn-xxs){text-decoration:underline}.csf table tbody tr[bgcolor='#F4F4EA']{background:#fff !important}.csf td.section-comment{width:80%;background:#fff !important}.csf td.section-full,.csf td.section-ok{font-style:italic;width:20%;color:#fff;border:1px solid #398439 !important;border-top:none !important;background-color:#449d44 !important}.csf td.section-gap{line-height:0 !important;margin:0 !important;padding:1px !important;background-color:#fff !important}.csf td.section-title{font-size:18px;text-align:center;color:#333;border:1px solid #eaeaea !important}.csf td.section-warning{color:#fff;border:1px solid #d58512 !important;border-top:none !important;background-color:#ec971f !important}.csf .footer_module_index_top:hover{color:#23527c}.csf .footer_module_index_top{line-height:19px;float:left;height:34px !important;margin-top:9px;margin-right:-38px !important;margin-left:0;color:#ccc;border-color:#ddd}.mobilecontainer{display:none !important}.normalcontainer{display:block !important}html>body{background-color:Gainsboro !important}html[data-module='csf'] .csf-tr form[action*='index.cgi'] select.heighter-34{margin-left:0 !important}html[data-module='csf'] .csf-tr form[action*='index.cgi'] select.heighter-34+input{margin-left:-4px !important}html[data-module='csf'] .csf-tr form[action*='index.cgi'] select.heighter-34[name='template']+input,html[data-module='csf'] .csf-tr form[action*='index.cgi'] select.heighter-34[name='template']{margin-top:0 !important;margin-bottom:0 !important}html[data-module='csf'] .csf-tr form[action*='index.cgi'] input[value='upgrade']+input.heighter-34{margin-left:1px !important}html[data-module='csf'] .custom_table_head td b{font-size:15px;font-weight:400 !important}html[data-module='csf'] .csf-switch-field .awobject{display:inline-block;margin-top:-10px !important;margin-bottom:10px !important}html[data-post='viewlogs'] .table.dataTable>thead>tr:first-child>th,html[data-post='viewlogs'] .table.table.table-striped.table-condensed>thead>tr:first-child,html[data-post='viewlogs'] .table.table.table-striped.table-condensed>thead>tr:first-child,table.dataTable{border-top-width:1px !important}html[data-module='csf'] .col_header_custom{line-height:27px !important;height:36px !important;margin-bottom:5px !important}html[data-module='csf'] .col_header_custom.big_big{border-bottom-color:transparent !important;background-color:#f6f6f6 !important;line-height:25px !important}html[data-post='servercheck']:not([data-background-style="nightRider"]) div[style*="clear: both;padding"],html[data-module='csf']:not([data-background-style="nightRider"]) .col_header_custom.big_big{border-top:1px solid #eaeaea !important}html[data-post='viewports'] .col_header_custom{line-height:25px !important;height:34px}html[data-module='csf'] .bs-callout{margin:10px 0;padding:8px 6px 4px 6px;border:1px solid #eaeaea;border-left-width:3px;border-radius:0}html[data-module='csf'] .bs-callout h4{margin-top:0;margin-bottom:5px}html[data-module='csf'] .bs-callout p:last-child{margin-bottom:0}html[data-module='csf'] .bs-callout code{border-radius:0}html[data-module='csf'] .bs-callout+.bs-callout{margin-top:-5px}html[data-module='csf'] .bs-callout-success{border-left-color:#5cb85c;background-color:#edf7ed}html[data-module='csf'] .bs-callout-success h4{color:#5cb85c}html[data-module='csf'] .bs-callout-info{border-left-color:#5bc0de;background-color:#eaf7fb}html[data-module='csf'] .bs-callout-info h4{color:#5bc0de}html[data-module='csf'] .bs-callout-warning{border-left-color:#f0ad4e;background-color:#fdf4e8}html[data-module='csf'] .bs-callout-warning h4{color:#f0ad4e}html[data-module='csf'] .bs-callout-danger{border-left-color:#d9534f;background-color:#faebea}html[data-module='csf'] .bs-callout-danger h4{color:#d9534f}html[data-module='csf'] .tab-pane>.table.table-striped.table-condensed,html[data-module='csf'] .table.table-striped.table-condensed+.table.table-striped.table-condensed{margin-top:10px !important}html[data-module='csf'] .tab-pane>.table.table-striped.table-condensed tr:first-child>th:first-child,html[data-module='csf'] .table.table-striped.table-condensed+.table.table-striped.table-condensed tbody>tr:first-child,html[data-module='csf'] .table.table-striped.table-condensed+.table.table-striped.table-condensed tr:first-child>th:first-child{border-top:3px solid #f0f0f0}.csf form .value-default+br,.csf form .value-other+br,html[data-module='csf'] a#MobileView,html[data-module='csf'] a#toplink,html[data-module='csf'] a#botlink,html[data-module='csf'] div#loader{display:none !important}html[data-module='csf'] .icon-configserver{font-size:100% !important;display:inline-block !important;padding:0 4px 0 1px;vertical-align:top;color:#aaa}html[data-module='csf'] code{font-size:90%;padding:2px 4px;text-decoration:underline;color:#333;border-radius:0;background-color:transparent}html[data-module='csf'] ._btn-changelog{margin-top:-3px}html[data-module='csf'] ._btn-changelog i{margin-right:5px;margin-left:-3px}html[data-module='csf'] #CSFajax .panel-body,html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-body,html[data-module='csf'] .panel._devcon .panel-body{box-shadow:none}html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'] .panel._devcon .panel-heading{font-size:18px;padding:6.5px;border-bottom:1px solid #e4e4e4;box-shadow:none}html[data-module='csf'] .panel._devcon{border-color:#eaeaea;border-top-width:1px;box-shadow:none}html[data-module='csf'] .footer-string{font-size:11px;color:#999;border-top:1px solid #eaeaea}html[data-module='csf'] .footer-string a{cursor:pointer;color:#5a799c}html[data-module='csf'] .panel-footer{margin-bottom:-15px;padding:4px 0 0 0;border-top:0;border-radius:0;background:transparent}html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading{line-height:21px;padding:0 6.5px;text-align:center;border:1px solid #f0f0f0;border-bottom:0;background-color:#f7f7f7}html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading code{font-size:13px;display:block;margin-top:-5px;margin-bottom:-6px;text-decoration:none}html[data-module='csf'] .panel-body>form>.panel.panel-default>.panel-body>.panel-body{padding:1px;border:1px solid #eaeaea}html[data-module='csf'] form>.panel.panel-default>.panel-body,html[data-module='csf'] form>.panel.panel-default{border-color:transparent;box-shadow:none}html[data-module='csf'] div.panel-body>div+hr{margin-top:10px}html[data-module='csf'] div.panel-body>div[style*='background: #F4F4EA']{border-radius:0 !important;background-color:#f7f7f7 !important}html[data-module='csf'] div.panel-body>div[style*='background: #F4F4EA']+div[style*='background']{border-top:0 !important}html[data-module='csf'] table[align='center'] tbody tr td div[style*='border-radius']{margin-bottom:10px;border-radius:0 !important}.csf form[action="index.cgi"]>input[type="submit"],html[data-module='csf'][data-post=''] input[name='ip']{vertical-align:middle !important}html[data-module='csf'][data-post=''] select.heighter-34+button,html[data-module='csf'][data-post=''] input.heighter-34:not(.btn-lg):not(.ui_form_end_submit)+select.heighter-34,html[data-module='csf'][data-post=''] select.heighter-34,html[data-module='csf'][data-post=''] .btn.heighter-34:not(.btn-lg):not(.ui_form_end_submit){font-size:14px !important;line-height:16px !important;height:31px !important;min-height:31px !important;max-height:31px !important;margin-left:0 !important}html[data-module='csf'][data-post=''] select.heighter-34+button[type='submit'],html[data-module='csf'][data-post=''] select[name='ignorefile'].heighter-34+input[type='submit'].btn.btn-default.heighter-34{margin-left:-3px !important}html[data-post='viewports'] .dataTables_wrapper table.dataTable{margin-top:3px !important;border-top:0 !important}html[data-module='csf'] hr+div>form[action='index.cgi']>button[type='submit']{margin-top:-2px}html[data-module='csf'] .btn-group-csf-home{position:absolute;top:19px;left:15px}html[data-module='csf'] .btn-group-csf-home a{border:1px solid #ddd}html[data-module='csf'] .btn-group-csf-home a.ported_module_csf_help{cursor:help}html[data-module='csf']:not([data-background-style="nightRider"]) .table-striped>tbody>tr:nth-child(even){background-color:#f7f7f7}html[data-module='csf']:not([data-background-style="nightRider"]) .table-striped>tbody>tr:nth-child(odd){background-color:#fff}html[data-post='profiles'] input[name='backup']+input{vertical-align:middle !important}html[data-post='profiles'] input[value='profilerestore']+table tbody tr td,html[data-post='profiles'] input[value='profilediff']+table tbody tr td{text-align:center}html[data-post='profiles'] th[style*='#990000']{border-left:1px solid transparent !important}html[data-post='profiles'] td[style*='#990000']{text-align:center;border-left:1px solid #eaeaea !important}html[data-post='profiles'] body>div>div>div.panel-body>form:nth-child(1)>table>thead>tr>th:nth-child(1),html[data-post='profiles'] input[value='profileapply']+table tbody tr:first-child th:first-child{padding-left:150px !important}.csf form[action='index.cgi'] button.__restart,html[data-post='csftest'] form[action='index.cgi'] input[value='restart']+input,html[data-post='profileapply'] form[action='index.cgi'] input[value='restartboth']+input{margin-bottom:10px !important}.csf [style*='background: #BDECB6'],.csf [style*='background:#BDECB6']{background-color:#e3ffdd !important}.csf [style*='background: #FFD1DC'],.csf [style*='background:#FFD1DC']{background-color:#fdd !important}.csf [style*='background: #FFD1DC'][style*='border'],.csf [style*='background:#FFD1DC'][style*='border']{border-bottom-color:#ddd !important}.csf [style*='background: #990000'],.csf [style*='background:#990000']{background-color:#d04646 !important}.csf div+div[style*='text-align:center;border:1px solid #DDDDDD;width:500px']{border-top:0 !important}html[data-post=''] input[name='comment']{margin-top:2px}html[data-module='csf'] #DataTables_Table_0>thead>tr>th:nth-child(1){opacity:1 !important}html[data-module='csf'] #DataTables_Table_0>thead>tr>th:nth-child(1){background:0}html[data-background-style='nightRider'] .csf form .value-other,html[data-background-style='nightRider'] .csf form .value-default,html[data-background-style='nightRider'] .csf form .comment,html[data-background-style='nightRider'] .csf form .section{background-color:#2f3237;border-color:#383a40;border-top-width:1px}html[data-background-style='nightRider'] .csf .btn:not(.btn-xxs):not(.btn-tiny):not(.ui_link_replaced).btn-csf-config.active{color:#bfc9d3 !important;border-color:rgba(27,191,137,.45) !important;background-color:rgba(27,191,137,.07) !important}html[data-module='csf'][data-background-style='nightRider'] .tab-pane>.table.table-striped.table-condensed tr:first-child>th:first-child,html[data-module='csf'][data-background-style='nightRider'] .table.table-striped.table-condensed+.table.table-striped.table-condensed tbody>tr:first-child,html[data-module='csf'][data-background-style='nightRider'] .table.table-striped.table-condensed+.table.table-striped.table-condensed tr:first-child>th:first-child{border-top-color:#3d3f43 !important;border-top-width:1px;background-color:#2d3036}html[data-background-style='nightRider'] hr,html[data-module='csf'][data-background-style='nightRider'] .csf .footer-string{border-top-color:#3d3f43 !important;border-top-width:1px}html[data-post=''][data-background-style='nightRider'] body>div>div>div.panel-body>div:nth-child(2)>div>div.panel-body{background-color:#2d3036 !important}html[data-post=''][data-background-style='nightRider'] button[value='denyf']{color:#bfc9d3 !important;border-color:rgba(247,175,62,.68) !important;background-color:rgba(247,175,62,.07) !important}html[data-post=''][data-background-style='nightRider'] button[value='denyf']:active,html[data-post=''][data-background-style='nightRider'] button[value='denyf']:focus,html[data-post=''][data-background-style='nightRider'] button[value='denyf']:hover,html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='denyf']+input[type='submit']:hover{color:#fff !important;border-color:#f7af3e !important;outline:0 !important;background-color:rgba(247,175,62,.1) !important;box-shadow:none !important}html[data-post=''][data-background-style='nightRider'] button[value='disable']{color:#bfc9d3 !important;border-color:rgba(219,82,75,.69) !important;background-color:rgba(219,82,75,.07) !important}html[data-post=''][data-background-style='nightRider'] button[value='disable']:active,html[data-post=''][data-background-style='nightRider'] button[value='disable']:focus,html[data-post=''][data-background-style='nightRider'] button[value='disable']:hover{color:#fff !important;border-color:#db524b !important;outline:0 !important;background-color:rgba(219,82,75,.1) !important;box-shadow:none !important}html[data-post=''][data-background-style='nightRider'] button[value='enable']{color:#bfc9d3 !important;border-color:rgba(27,191,137,.55) !important;background-color:rgba(27,191,137,.07) !important}html[data-post=''][data-background-style='nightRider'] button[value='enable']:active,html[data-post=''][data-background-style='nightRider'] button[value='enable']:focus,html[data-post=''][data-background-style='nightRider'] button[value='enable']:hover{color:#fff !important;border-color:#1bbf89 !important;outline:0 !important;background-color:rgba(27,191,137,.1) !important;box-shadow:none !important}html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit'],html[data-post=''][data-background-style='nightRider'] button[value='restart']{color:#bfc9d3 !important;border-color:rgba(86,192,224,.72) !important;background-color:rgba(86,192,224,.07) !important}html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:active,html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:focus,html[data-background-style='nightRider'] .csf td>form[action='index.cgi']>input[value='lfdrestart']+input[type='submit']:hover,html[data-post=''][data-background-style='nightRider'] button[value='restart']:active,html[data-post=''][data-background-style='nightRider'] button[value='restart']:focus,html[data-post=''][data-background-style='nightRider'] button[value='restart']:hover{color:#fff !important;border-color:#56c0e0 !important;outline:0 !important;background-color:rgba(86,192,224,.1) !important;box-shadow:none !important}html[data-background-style='nightRider'] body.csf .table>thead>tr:first-child>th,html[data-background-style='nightRider'] body.csf .table>tbody>tr:first-child>th,html[data-background-style='nightRider'] body.csf table>tfoot>tr:first-child>th,html[data-background-style='nightRider'] body.csf .table>thead>tr:first-child>td,html[data-background-style='nightRider'] body.csf .table>tfoot>tr:first-child>td{border-top:1px solid #3a3c41 !important}html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading{border:1px solid #424449;background-color:#2d3036}html[data-background-style='nightRider'] code{background-color:#2d3036 !important}html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-body{border-color:#424449}html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading{border-bottom:0}html[data-module='csf'][data-background-style='nightRider'] div.panel-body>div[style*='background: #F4F4EA']{background-color:#2d3036 !important;border-color:#3d3f43 !important}html[data-module='csf'][data-background-style='nightRider'] [style*='border-right: 1px solid #DDDDDD']{border-color:rgba(61,63,67,0.85) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='background:#FFD1DC'],html[data-module='csf'][data-background-style='nightRider'] [style*='background: #FFD1DC']{border-color:rgba(61,63,67,0.85) !important;outline:0 !important;background-color:rgba(219,82,75,.1) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='background:#BDECB6'],html[data-module='csf'][data-background-style='nightRider'] [style*='background: #BDECB6']{background-color:rgba(27,191,137,.1) !important;border-color:rgba(61,63,67,0.85) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='background: #FFFDD8'],html[data-module='csf'][data-background-style='nightRider'] [style*='background:#FFFDD8']{background-color:rgba(247,175,62,.1) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='border: 1px solid #DDDDDD'],html[data-module='csf'][data-background-style='nightRider'] [style*='border:1px solid #DDDDDD']{border-color:rgba(61,63,67,0.85) !important}html[data-module='csf'][data-background-style='nightRider'] [style*='background: #990000'],html[data-module='csf'][data-background-style='nightRider'] [style*='background:#990000']{background-color:#a84b4b !important}html[data-post='logtail'][data-background-style='nightRider'] .panel .panel-body .panel,html[data-post='loggrep'][data-background-style='nightRider'] .panel .panel-body .panel{border:1px solid #424449 !important}html[data-module='csf'][data-post="allow"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="deny"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="redirect"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="ignorefiles"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="dirwatch"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="dyndns"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="templates"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="logfiles"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="blocklists"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="syslogusers"] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-post="viewports"]:not([data-background-style="nightRider"]) body.csf .panel-body h4.col_header_custom{border-top:3px solid #f0f0f0 !important}html[data-module='csf'][data-post="viewports"] body.csf .table>thead>tr:first-child>th,html[data-module='csf'][data-post="viewports"] body.csf .table>thead>tr:first-child>td{border-top-width:1px}html[data-post='viewports'][data-background-style='nightRider'] .col_header_custom{border-top:1px solid #393b40 !important;border-right:1px solid #393b40 !important;border-left:1px solid #393b40 !important}html[data-module='csf'][data-background-style='nightRider'] .col_header_custom.big_big{background-color:#292c32 !important;border-left:1px solid #3a3c41 !important;border-right:1px solid #3a3c41 !important}html[data-module='csf'][data-background-style='nightRider'] .dataTables_wrapper .dataTables_empty:hover,html[data-module='csf'][data-background-style='nightRider'] .dataTables_wrapper .dataTables_empty{background-color:#2f3237}html[data-module='csf'][data-background-style='nightRider'] .table thead tr th,html[data-module='csf'][data-background-style='nightRider'] .csf form .section,html[data-module='csf'][data-background-style='nightRider'] .csf tbody tr th{background-color:#292c32 !important}html[data-module='csf'][data-background-style='nightRider'] #home>form:nth-child(1)>table>thead>tr>th,html[data-module='csf'][data-background-style='nightRider'] .panel._devcon .panel-heading{border-bottom:1px solid #252729 !important}html[data-module='csf'][data-background-style='nightRider'] body>div>div>div.panel-body>div:nth-child(2)>div>div.panel-heading,html[data-module='csf'][data-background-style='nightRider'] .panel{color:rgba(151,155,160,.82) !important}html[data-module='csf'][data-background-style='nightRider'] .cspinner .cspinner-icon.dark{border-top-color:#70737b;border-left-color:#5d5c5c}html[data-post='viewlogs'][data-background-style='nightRider'] .table.table-striped.table-condensed tbody tr:not(.submenu):nth-child(odd){background-color:#2f3237}html[data-post='viewlogs'][data-background-style='nightRider'] .table.table-striped.table-condensed tbody tr:not(.submenu):hover{background-color:#393737 !important}html[data-post='viewlogs'][data-background-style='nightRider'] .dataTables_wrapper .table tbody tr.submenu{background-color:#3d353b !important}html[data-post='viewlogs'][data-background-style='nightRider'] table.dataTable{border-top:0 !important}html[data-module='csf'][data-background-style='nightRider'] .panel-body>form>.panel.panel-default>.panel-body>.panel-heading,html[data-module='csf'][data-background-style='nightRider'] .panel._devcon .panel-heading,html[data-module='csf'][data-background-style='nightRider'] .panel._devcon{border-color:#3a3e43}html[data-post='servercheck'][data-background-style='nightRider'] div[style*="clear: both;padding"]{padding-top:5px !important;padding-bottom:6px !important}html[data-post=''][data-module='csf'][data-background-style='nightRider'] div#home table tr:nth-child(even) td{background-color:#2a2d31 !important}html[data-post='chart'][data-background-style='nightRider'] td{border-color:#252729}html[data-post='chart'][data-background-style='nightRider'] td img{filter:sepia(60%) invert(82%) grayscale(40%) contrast(93%) saturate(3) hue-rotate(330deg);-webkit-filter:sepia(60%) invert(82%) grayscale(40%) contrast(93%) saturate(3) hue-rotate(330deg)}html[data-background-style='nightRider'] .csf .circle.success{background-color:rgba(27,191,137,0.40)}html[data-background-style='nightRider'] .csf .circle.info{background-color:rgba(91,192,222,0.42)}html[data-background-style='nightRider'] .csf .circle.warning{background-color:rgba(173,112,27,0.56)}html[data-background-style='nightRider'] .csf .circle.danger{background-color:rgba(217,83,79,0.57)} \ No newline at end of file diff --git a/extensions/csf/csf.min.js b/extensions/csf/csf.min.js index b39441dc9..f040dcb6d 100644 --- a/extensions/csf/csf.min.js +++ b/extensions/csf/csf.min.js @@ -3,4 +3,4 @@ * Copyright 2014-2017 Ilia Rostovtsev * Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) */ -;var b=window,f=b.parent,a=f.document.getElementById("iframe"),with_frame=!(typeof f.NProgress=="object"?0:1),html=$("html"),r=$('link[href*="configserver"]'),empty=$("style"),__isNR=($('link[href*="nightrider"]').length?1:0);f.$___________initial=0;html.attr("data-background-style",f.$("html").attr("data-background-style")).attr("data-module","csf");empty.empty();r.remove();$("body").tooltip({selector:'a[data-toggle="tooltip"]',container:"body",placement:"auto top",html:true});function csf_init(){function w(d){return $("
").html(d).text()}(function(d){d.fn.replaceTagName=function(V){var U=[],T=this.length;while(T--){var R=document.createElement(V),Q=this[T],W=Q.attributes;for(var X=W.length-1;X>=0;X--){var S=W[X];R.setAttribute(S.name,S.value)}R.innerHTML=Q.innerHTML;d(Q).after(R).remove();U[T-1]=R}return d(U)}})(jQuery);(function(d){d.fn.replaceText=function(g,Q,R){return this.each(function(){var T=this.firstChild,S,U,V=[];if(T){do{if(T.nodeType===3){S=T.nodeValue;U=S.replace(g,Q);if(U!==S){if(!R&&/',d='';!S&&Z.addClass("disabled");if(R.length&&!S){if(Z.hasClass("btn-default")){R.addClass("invisible").after(d)}else{R.addClass("invisible").after(W)}}if(V[3]){setTimeout(function(){Z.removeClass("disabled");R.removeClass("invisible");Z.find(".cspinner_container").remove()},V[3])}}function D(){if($('html[data-post="viewlogs"]').length){setTimeout(function(){$.each($(".table.table-striped.table-condensed tbody tr"),function(){var d=$(this);targ=d.find('td[style*="nowrap"] button[type="button"]').attr("onclick");__id=(targ?parseInt(targ.match(/\d+/)[0]):-1);$.grep($__submenus__,function(g){if($(g).attr("id")==("s"+__id)){d.after($(g))}})})},100)}}typeof f.lang=="function"?$is_lang=1:$is_lang=0;if($is_lang){var y={order:[],aaSorting:[],bDestroy:true,bPaginate:false,bInfo:false,destroy:true,oLanguage:{sEmptyTable:f.lang("theme_xhred_datatable_semptytable"),sInfo:f.lang("theme_xhred_datatable_sinfo"),sInfoEmpty:f.lang("theme_xhred_datatable_sinfoempty"),sLengthMenu:f.lang("theme_xhred_datatable_slengthmenu"),sLoadingRecords:f.lang("theme_xhred_datatable_sloadingrecords"),sProcessing:f.lang("theme_xhred_datatable_sprocessing"),sSearch:" ",sZeroRecords:f.lang("theme_xhred_datatable_szerorecords")},drawCallback:function(d){D()}}}else{var y={order:[],aaSorting:[],bDestroy:true,bPaginate:false,bInfo:false,destroy:true,drawCallback:function(d){D()}}}function k(d,Q){if(z.find('textarea[name="formdata"]').length||!$("html[data-post]").attr("data-post")){return}if(z.find('pre:not(:contains("<---"))').length){var g="log";setTimeout(function(){d&&z.find("pre").css({position:"initial",left:"initial",opacity:"0"});z.find("pre").each(function(T,S){var U=$(this),R=w(U.html());U.empty();window[g+"_"+T]=window.CodeMirror(this,{value:R,lineNumbers:Q,mode:null,theme:(with_frame?f.settings_cm_view_palette:"monokai"),readOnly:true,viewportMargin:Infinity});d&&window[g+"_"+T].setSize(null,($(window).outerHeight()/1.7))}).promise().done(function(){if(d){z.find("pre").css({position:"initial",left:"initial"});setTimeout(function(){z.find("pre").animate({opacity:1},f.$settings_animation_left_slide_time)},10)}if(!d){var R=($("pre[style]").length==1?1.4:1.8);$.each($("pre[style]"),function(T,S){var U=($(window).outerHeight()/(R*$("pre[style]").length)),V=($(this).find(".CodeMirror-code").find("pre").length*17);if(V>U){window[g+"_"+T].setSize(null,U)}else{window[g+"_"+T].setSize(null,V-10)}})}})},10)}else{z.find("pre").css({position:"initial",left:"initial"});z.find("pre").replaceText(/<---- /gi,"");z.find("pre").replaceText(/ ---->/gi,"")}}function q(){setTimeout(function(){z.find(".panel-heading").prepend(' ');var d=z.find(".dataTables_filter");d.hide();z.find(".btn-filter-top-right").click(function(g){!$(g.target).is("input")&&$(this).find("label").slideToggle(300,function(){$(this).find("input").focus()})});z.find(".dataTable-mirror").keyup(function(g){z.find(".dataTables_filter input").val($(this).val()).trigger("keyup");if($.trim($(this).val()).length>0){z.find(".btn-filter-top-right i").addClass("text-danger")}else{z.find(".btn-filter-top-right i").removeClass("text-danger")}});z.find(".btn-filter-top-right input").blur(function(g){$(this).parent("label").slideToggle(0)});z.on("keydown",function(R){if(f.$('aside input[name="search"]').is(":focus")){return}var Q=R.keyCode?R.keyCode:R.which;if(!z.find("input").is(":focus")&&!z.find("select").is(":focus")&&!z.find("textarea").is(":focus")&&!z.find(".modal.in").length){var g=String.fromCharCode(Q).toLowerCase();if(g&&/[a-zA-Z0-9]/.test(g)&&!R.ctrlKey&&!R.altKey&&!R.metaKey&&Q!==106&&Q!==107&&Q!==109&&Q!==112&&Q!==113&&Q!==114&&Q!==115&&Q!==116&&Q!==117&&Q!==118&&Q!==119&&Q!==120&&Q!==121&&Q!==122&&Q!==123){if(z.find(".dataTables_filter label input").length){z.find(".btn-filter-top-right").trigger("click");z.find(".btn-filter-top-right .dataTable-mirror").focus().trigger("keyup")}}}})},0)}r=$('link[href*="configserver"], style, a#toplink, a#botlink, div#loader, a#webmintr2');r.remove();var G=(a!==null?a.contentWindow:window);if(with_frame){G.onbeforeunload=function(d){f.__lrs()};$('body:not(".mobile-menu-toggler")').on("click",function(d){if($(d.target).is('a[data-toggle="tab"]')){return}f.hide_mobile_menu()});$("#iframe").contents().find("body").on("keydown",function(d){f.search_control(d);f.shortcut_control(d)});if(f.$("#open_webmin").length>0&&f.$(".switch-toggle input:checked").attr("id")!="open_webmin"&&f.$("body").data("dashboard")=="1"){f.t__s("open_webmin")}f.__cms();f.$('a[href="csf/"]').parent("li").addClass("sub_active").append('').parent("ul.sub").show().prev("li").addClass("active")}var z=$("html"),u=$("body"),B=$("body .container-fluid"),n=$("html").attr("data-post"),O=$('pre:contains("csf:")').text().match(/((?:(\d+)\.)?(?:(\d+)\.)?(\*|\d+))$/)[0]||"9.xx";u.addClass("csf");B.addClass("col-lg-10 col-lg-offset-1").wrapInner('
');z.find(".panel-default").wrapInner('
');z.find(".panel-default:first").css("border-top-width","4px").prepend('
FirewallConfigServer Security & Firewall version '+O+"
");z.find(".panel-heading + .panel-body > .panel:first").remove();z.find(".nav.nav-tabs").addClass("hidden");z.find('a[data-toggle="tab"][href="#other"]').parent("li").remove();z.find(".csf .nav.nav-tabs:hidden + .tab-content").attr("style","margin-top: -10px !important");if(z.find('button[value="upgrade"]').length===0){$("#upgradetable").remove()}z.find('a[href$="/csf/changelog.txt"]').addClass("btn btn-xxs btn-default _btn-changelog").html('Changelog');z.find("body table.table.table-bordered.table-striped").each(function(){$(this).addClass("table-condensed").removeClass("table-bordered").removeAttr("style")});z.find("a#MobileView").parent(".panel-body").parent(".panel-body").parent(".panel").remove();var N=0;if(z.find(".mobilecontainer").length){N=1}z.find(".mobilecontainer").remove();typeof settings_allowed_hostname=="undefined"?settings_allowed_hostname=true:false;var E=N?z.find('.panel-heading:contains("Development Contribution")').parent().parent():z.find('.panel-heading:contains("Development Contribution")').parent(),p=($('link[rel="shortcut icon"]').data("hostname")==settings_allowed_hostname?1:0);if(n){var l=z.find('br + pre:contains("csf:")');if(p){l.prev("br").remove();l.next("p").remove();l.remove()}else{var x=l.next("p");l.remove();l.prev("br").remove();x.addClass("text-right footer-string")}}else{if(p){if(N){E.remove()}else{E.parent().find('br, br + pre:contains("csf:")').remove();E.parent().find("p").remove();E.remove()}}else{if(N){E.find('br, br + pre:contains("csf:")').remove();E.find(".panel-info").removeClass("panel-info").addClass("panel-default text-center margined-top-10 _devcon");E.find("p").addClass("text-right footer-string")}else{E.parent().find('br, br + pre:contains("csf:")').remove();E.parent().find(".panel-info").removeClass("panel-info").addClass("panel-default text-center margined-top-10 _devcon");E.parent().find("p").addClass("text-right footer-string")}}}z.find('.csf select:not([name="backup"], [name="profile1"], [name="profile2"], [name="do"], [name="dur"]), .csf input:not([name="comment"], [name="ip"], [name="ports"], [name="timeout"], [aria-controls*="DataTables_Table_"])').addClass("heighter-34");var m=z.find('h4:contains("iptables logs*")');if(m.length){$(".panel-body .pull-right").addClass("hidden");var F=m.next().next(".table.table-striped.table-condensed");m.addClass("col_header_custom big_big");m.find("b").css("margin-left","4px");F.attr("style","margin-top: -8px !important");F.find("tbody tr:nth-child(2) td:first-child").css("min-width","200px");$__submenus__=$(".submenu").detach();setTimeout(function(){z.find(".panel-heading").prepend(' ');z.find("body").on("click",".btn-toggle-top-right",function(d){d.preventDefault();if($(this).find(".fa-toggle-switch-off").length){z.find('button[onclick*=".show()"]')[0].click();z.find(".btn.btn-xxs.fa-1_25x").removeClass("fa-toggle-switch-off").addClass("fa-toggle-switch");$(this).find(".fa-toggle-switch-off").removeClass("fa-toggle-switch-off").addClass("fa-toggle-switch")}else{z.find('button[onclick*=".hide()"]')[0].click();z.find(".btn.btn-xxs.fa-1_25x").removeClass("fa-toggle-switch").addClass("fa-toggle-switch-off");$(this).find(".fa-toggle-switch").addClass("fa-toggle-switch-off").removeClass("fa-toggle-switch")}})},0);$('html[data-post="viewlogs"] button.glyphicon.glyphicon-resize-vertical').addClass("btn-xxs").removeClass("glyphicon glyphicon-resize-vertical").addClass("fa fa-toggle-switch-off fa-1_25x").removeAttr("data-tooltip").removeAttr("data-title").removeAttr("data-original-title");$("body").on("click",".table.table-striped.table-condensed tbody tr",function(d){$(this).find("button").trigger("click")});$("body").on("click",".btn.btn-xxs.fa-1_25x",function(d){d.preventDefault();d.stopImmediatePropagation();if($(this).hasClass("fa-toggle-switch-off")){$(this).removeClass("fa-toggle-switch-off").addClass("fa-toggle-switch")}else{$(this).removeClass("fa-toggle-switch").addClass("fa-toggle-switch-off")}});$(".table.table-striped.table-condensed").dataTable(y);q();setTimeout(function(){$(".btn-filter-top-right").parent().css("right","58px")},100)}if(z.find('.csf select[name="dur"]')[0]){var I=z.find('.csf select[name="dur"]')[0].nextSibling;if(I.nodeValue=="."){$(I).remove()}}var i=$('html[data-post="conf"] .csf form .comment > br:first-child').map(function(){this.previousSibling.nodeValue&&$(this.previousSibling).wrap('')});z.find(".csf #paginatediv2.paginationstyle > select").each(function(){$(this).attr("style","vertical-align: top !important")});z.find(".csf #paginatediv2 > a").each(function(){$(this).attr("style","vertical-align: baseline !important")});z.find(".csf p > select").each(function(){$(this).attr("style","vertical-align: baseline !important")});var v=((f.__isNR||f.__isNM)?1:0);z.find('img[src="csfimages/loader.gif"]').each(function(){$(this).attr("src",""+(with_frame?f.$_____link_full:"")+"/images/loader-horizontal"+(v?"_dark":"")+".gif").css("margin-left","10px")});z.find(".paginationstyle a").each(function(){$(this).addClass("btn btn-default")});z.find('img[src^="lfd_"], img[src^="/csf/lfd_"]').each(function(){$(this).parents("table").removeClass("table-striped")});z.find('img[src^="csfimages/delete.png"]').each(function(){$(this).replaceWith('')});z.find('img[src^="csfimages/perm.png"]').each(function(){$(this).replaceWith('')});z.find('img[src^="csfimages/plus.png"]').each(function(){$(this).addClass("hidden");b;$(this).after('')});z.find('img[src^="csfimages/minus.png"]').each(function(){$(this).addClass("hidden");$(this).after('')});z.find(".csf fieldset legend b").each(function(){if($(this).text().indexOf("Edit ConfigServer Firewall")>=0){$submit_changes=z.find('input[value="Change"]');$submit_changes.addClass("csf-submit_changes");$submit_changes.on("click",function(){z.find('input[value="saveconf"]').parent("form").submit()})}});typeof __csf__listen_log_grep!="undefined"&&clearInterval(__csf__listen_log_grep);if(z.find("#CSFgrep_D").length&&z.find("#CSFgrep_E").length&&z.find("#CSFgrep_i").length){z.find('select, input[type="text"], button[onclick="CSFgrep()"]').removeClass("heighter-34").addClass("heighter-28");z.find("#CSFgrep_i, #CSFgrep_E, #CSFgrep_D").attr("style","vertical-align: middle; margin-right: 4px;");z.find("#CSFajax").css("margin-bottom","4px")}z.find("#CSFajax.csf-box").addClass("csf_force_log_size");setTimeout(function(){if(typeof window.CodeMirror=="function"){k(false,false)}else{setTimeout(function(){if(typeof window.CodeMirror=="function"){k(false,false)}else{setTimeout(function(){k(false,false)},100)}},100)}},100);function M(){if(!$("html[data-post]").attr("data-post")){return}z.find('textarea[name="formdata"]').each(function(Q,R){var d=$(this);$parent_width=d.parent("td").width();var g=window.CodeMirror.fromTextArea(R,{mode:{name:"rpm-spec"},matchBrackets:true,lineNumbers:true,keyMap:"sublime",highlightSelectionMatches:{showToken:/\w/,annotateScrollbar:true},indentUnit:0,autofocus:true,foldGutter:true,gutters:["CodeMirror-linenumbers","CodeMirror-foldgutter"],extraKeys:{"Ctrl-Space":"autocomplete"},styleActiveLine:true,lineWrapping:true,theme:(with_frame?f.settings_cm_editor_palette:"monokai")});$window_height=($(window).outerHeight()-($(window).outerHeight()/2));g.setSize($parent_width,$window_height);$(window).resize(function(){$parent_width=d.parent("td").width();$window_height=($(window).outerHeight()-($(window).outerHeight()/2));g.setSize($parent_width,$window_height)})})}setTimeout(function(){if(typeof window.CodeMirror=="function"){M()}else{setTimeout(function(){if(typeof window.CodeMirror=="function"){M()}else{setTimeout(function(){M()},60)}},150)}},60);if(z.find("h4").text().indexOf("Ports listening for external connections")!==-1){z.find(".container-fluid .panel .panel-body table.table-striped").each(function(){z.find("h4").addClass("col_header_custom").attr("style","margin-bottom: -5px !important; margin-top: 2px !important");z.find("h4").text("Ports listening for external connections");$(this).dataTable(y)});q()}if(z.find(".csf th:eq(1)").text().indexOf("A/D")!==-1&&z.find(".csf th:eq(2)").text().indexOf("IP address")!==-1){z.find('table:not(:contains("©2006-"))').each(function(){$.each($('html[data-post="temp"] tr td a.btn'),function(d,g){$(this).attr("data-placement","right");$(this).addClass("btn-xxs");if($(this).hasClass("btn-danger")){$(this).addClass("margined-right-8")}});$(this).dataTable(y);setTimeout(function(){z.find(".csf .dataTable thead tr th:eq(0)").css("opacity","0").css("pointer-events","none")},10)});q();$('.dataTables_wrapper + div:contains("There are no temporary IP entries")').remove();$('html[data-post="temp"] .dataTables_wrapper + div').find("a").addClass("btn-xxs btn-inverse").removeClass("btn-success").prepend(' ')}if($("html").attr("data-post")===""){z.find('button[value="conf"]').prepend('');z.find('button[value="enable"]').addClass("page_footer_submit btn-success").removeClass("btn-default").prepend('');z.find('button[value="disable"]').addClass("page_footer_submit btn-danger").removeClass("btn-default").prepend('');z.find('button[value="restart"]').addClass("page_footer_submit btn-info").removeClass("btn-default").prepend('');z.find('button[value="denyf"]').addClass("page_footer_submit btn-warning").removeClass("btn-default").prepend('')}$.each(z.find('input[type="radio"]:not(.iawobject), input[type="checkbox"]:not(.iawobject)'),function(){if($("html").attr("data-post")=="conf"){return}if($(this).is(":checkbox")){if($(this)[0]){$___text=$(this)[0].nextSibling}var S=$(this).next('input:not([type="radio"], [type="checkbox"], [type="hidden"]), select, textarea'),Q=($___text&&$___text.nodeValue&&$.trim($___text.nodeValue).length>1),R=(Q?$___text.nodeValue:" ");$(this).addClass("iawobject");var d=$(this).attr("id")?'for="'+$(this).attr("id")+'"':false;if(d===false&&$(this).attr("name")&&$(this).val()){var g="__replaced_"+$(this).attr("name")+"_"+$(this).val()+"";var d='for="'+g+'"';$(this).attr("id",g)}if($(this).is(":checkbox")){if($($___text).length){$($___text).wrap('");$($___text).remove()}else{$(this).after('')}}$(this).next("label").addBack().wrapAll('')}else{if($(this).is(":radio")){$(this).addClass("iawobject vertical-align-middle");$(this).after('');$(this).next("label").addBack().wrapAll('')}}});var H=$('p:contains("..."):contains("Done")');if(H.length||$('html[data-post="logtail"], html[data-post="allow"], html[data-post="deny"], html[data-post="redirect"], html[data-post="ignorefiles"], html[data-post="dirwatch"], html[data-post="dyndns"], html[data-post="templates"], html[data-post="logfiles"], html[data-post="blocklists"], html[data-post="syslogusers"]').length){$("#csfreturn").parent("form").parent("div").prev("hr").replaceTagName("br");H.remove()}else{if($('html[data-post="servercheck"], html[data-post="readme"], html[data-post="viewlogs"], html[data-post="chart"], html[data-post="loggrep"], html[data-post="viewports"], html[data-post="profiles"], html[data-post="status"], html[data-post="sips"], html[data-post="temp"]').length){if($('html[data-post="temp"]')&&$('a[href="index.cgi?action=temprm&ip=all"]').length){}else{$("#csfreturn").parent("form").parent("div").prev("hr").replaceTagName("br")}}}var c=$("#csfreturn").length;$('#csfreturn, html[data-post="rblcheckedit"] input[value="rblcheck"] + input, html[data-post="serverchecksave"] input[value="servercheck"] + input, html[data-post="temprm"] input[value="temp"] + input, html[data-post="temptoperm"] input[value="temp"] + input ').replaceWith('");var J=$('html input[value="lfdrestart"] + input, html input[value="restart"] + input, html input[value="restartboth"] + input'),P="Save",A="fa-circle-check";if(J.length){P=J.val();A="fa-circle-o-notch"}$('input[value="Change"], html:not([data-post=""]) input[value="restartboth"] + input, html:not([data-post=""]) input[value="lfdrestart"] + input, html:not([data-post=""]) input[value="restart"] + input ').replaceWith('");$("body").on("click",".page_footer_submit:not(.disabled)",function(d){s($(this),[2,-27,"small",600])});var K=".panel-heading font",t="bs-callout",e=""+K+" + .circles",L=$("."+t+":visible");if(L.length&&!$(e).length){$(K).after('')}$.each(L,function(){var g=$.trim($(this).attr("class").replace(t,"").replace(t+"-","").replace("text-center","").replace("collapse","")),d=$(this).text();if(!d){return}$(e).prepend('');$(this).remove()});if($("html").attr("data-post")!==""){var j=z.find(".btn-primary.page_footer_submit");if(j.length){z.find(".panel-heading font").before('');$("body").on("click",".footer_module_index_top",function(d){d.preventDefault();$("body").find(".btn.btn-primary.page_footer_submit").before('');$(".submit_tmp_index").trigger("click")})}}else{var C=z.find('button[value="conf"]'),h=C.text();conf_row=C.parent("form").parent("td").parent("tr").addClass("hidden").detach(),info_button=z.find('button[value="readme"]'),title_help=info_button.text(),info_row=info_button.parent("td").parent("tr").addClass("hidden").detach();$("#csf > table > tbody").append(conf_row);z.find(".panel-heading font").before('
');$("body").on("click",'a[href="/"].ported_module_csf_conf',function(d){d.preventDefault();C.trigger("click")});$("#home form table tbody").append(info_row);$("body").on("click",'a[href="/"].ported_module_csf_help',function(d){d.preventDefault();info_button.trigger("click")})}setTimeout(function(){o(B,f,with_frame)},100)}; \ No newline at end of file +;var b=window,f=b.parent,a=f.document.getElementById("iframe"),with_frame=!(typeof f.NProgress=="object"?0:1),html=$("html"),r=$('link[href*="configserver"]'),empty=$("style"),__isNR=(($('html[data-background-style="nightRider"]').length&&$('link[href*="nightrider"]').length)?1:0);f.$___________initial=0;html.attr("data-background-style",f.$("html").attr("data-background-style")).attr("data-module","csf");empty.empty();r.remove();function csf_init(){function w(d){return $("
").html(d).text()}(function(d){d.fn.replaceTagName=function(V){var U=[],T=this.length;while(T--){var R=document.createElement(V),Q=this[T],W=Q.attributes;for(var X=W.length-1;X>=0;X--){var S=W[X];R.setAttribute(S.name,S.value)}R.innerHTML=Q.innerHTML;d(Q).after(R).remove();U[T-1]=R}return d(U)}})(jQuery);(function(d){d.fn.replaceText=function(g,Q,R){return this.each(function(){var T=this.firstChild,S,U,V=[];if(T){do{if(T.nodeType===3){S=T.nodeValue;U=S.replace(g,Q);if(U!==S){if(!R&&/
',d='';!S&&Z.addClass("disabled");if(R.length&&!S){if(Z.hasClass("btn-default")){R.addClass("invisible").after(d)}else{R.addClass("invisible").after(W)}}if(V[3]){setTimeout(function(){Z.removeClass("disabled");R.removeClass("invisible");Z.find(".cspinner_container").remove()},V[3])}}function D(){if($('html[data-post="viewlogs"]').length){setTimeout(function(){$.each($(".table.table-striped.table-condensed tbody tr"),function(){var d=$(this);targ=d.find('td[style*="nowrap"] button[type="button"]').attr("onclick");__id=(targ?parseInt(targ.match(/\d+/)[0]):-1);$.grep($__submenus__,function(g){if($(g).attr("id")==("s"+__id)){d.after($(g))}})})},100)}}typeof f.lang=="function"?$is_lang=1:$is_lang=0;if($is_lang){var y={order:[],aaSorting:[],bDestroy:true,bPaginate:false,bInfo:false,destroy:true,oLanguage:{sEmptyTable:f.lang("theme_xhred_datatable_semptytable"),sInfo:f.lang("theme_xhred_datatable_sinfo"),sInfoEmpty:f.lang("theme_xhred_datatable_sinfoempty"),sLengthMenu:f.lang("theme_xhred_datatable_slengthmenu"),sLoadingRecords:f.lang("theme_xhred_datatable_sloadingrecords"),sProcessing:f.lang("theme_xhred_datatable_sprocessing"),sSearch:" ",sZeroRecords:f.lang("theme_xhred_datatable_szerorecords")},drawCallback:function(d){D()}}}else{var y={order:[],aaSorting:[],bDestroy:true,bPaginate:false,bInfo:false,destroy:true,drawCallback:function(d){D()}}}function k(d,Q){if(z.find('textarea[name="formdata"]').length||!$("html[data-post]").attr("data-post")){return}if(z.find('pre:not(:contains("<---"))').length){var g="log";setTimeout(function(){d&&z.find("pre").css({position:"initial",left:"initial",opacity:"0"});z.find("pre").each(function(T,S){var U=$(this),R=w(U.html());U.empty();window[g+"_"+T]=window.CodeMirror(this,{value:R,lineNumbers:Q,mode:null,theme:(with_frame?f.settings_cm_view_palette:"monokai"),readOnly:true,viewportMargin:Infinity});d&&window[g+"_"+T].setSize(null,($(window).outerHeight()/1.7))}).promise().done(function(){if(d){z.find("pre").css({position:"initial",left:"initial"});setTimeout(function(){z.find("pre").animate({opacity:1},f.$settings_animation_left_slide_time)},10)}if(!d){var R=($("pre[style]").length==1?1.4:1.8);$.each($("pre[style]"),function(T,S){var U=($(window).outerHeight()/(R*$("pre[style]").length)),V=($(this).find(".CodeMirror-code").find("pre").length*17);if(V>U){window[g+"_"+T].setSize(null,U)}else{window[g+"_"+T].setSize(null,V-10)}})}})},10)}else{z.find("pre").css({position:"initial",left:"initial"});z.find("pre").replaceText(/<---- /gi,"");z.find("pre").replaceText(/ ---->/gi,"")}}function q(){setTimeout(function(){z.find(".panel-heading").prepend(' ');var d=z.find(".dataTables_filter");d.hide();z.find(".btn-filter-top-right").click(function(g){!$(g.target).is("input")&&$(this).find("label").slideToggle(300,function(){$(this).find("input").focus()})});z.find(".dataTable-mirror").keyup(function(g){z.find(".dataTables_filter input").val($(this).val()).trigger("keyup");if($.trim($(this).val()).length>0){z.find(".btn-filter-top-right i").addClass("text-danger")}else{z.find(".btn-filter-top-right i").removeClass("text-danger")}});z.find(".btn-filter-top-right input").blur(function(g){$(this).parent("label").slideToggle(0)});z.on("keydown",function(R){if(f.$('aside input[name="search"]').is(":focus")){return}var Q=R.keyCode?R.keyCode:R.which;if(!z.find("input").is(":focus")&&!z.find("select").is(":focus")&&!z.find("textarea").is(":focus")&&!z.find(".modal.in").length){var g=String.fromCharCode(Q).toLowerCase();if(g&&/[a-zA-Z0-9]/.test(g)&&!R.ctrlKey&&!R.altKey&&!R.metaKey&&Q!==106&&Q!==107&&Q!==109&&Q!==112&&Q!==113&&Q!==114&&Q!==115&&Q!==116&&Q!==117&&Q!==118&&Q!==119&&Q!==120&&Q!==121&&Q!==122&&Q!==123){if(z.find(".dataTables_filter label input").length){z.find(".btn-filter-top-right").trigger("click");z.find(".btn-filter-top-right .dataTable-mirror").focus().trigger("keyup")}}}})},0)}r=$('link[href*="configserver"], style, a#toplink, a#botlink, div#loader, a#webmintr2');r.remove();var G=(a!==null?a.contentWindow:window);if(with_frame){G.onbeforeunload=function(d){f.__lrs()};$('body:not(".mobile-menu-toggler")').on("click",function(d){if($(d.target).is('a[data-toggle="tab"]')){return}f.hide_mobile_menu()});$("#iframe").contents().find("body").on("keydown",function(d){f.search_control(d);f.shortcut_control(d)});if(f.$("#open_webmin").length>0&&f.$(".switch-toggle input:checked").attr("id")!="open_webmin"&&f.$("body").data("dashboard")=="1"){f.t__s("open_webmin")}f.__cms();f.$('a[href="csf/"]').parent("li").addClass("sub_active").append('').parent("ul.sub").show().prev("li").addClass("active")}var z=$("html"),u=$("body"),B=$("body .container-fluid"),n=$("html").attr("data-post"),O=$('pre:contains("csf:")').text().match(/((?:(\d+)\.)?(?:(\d+)\.)?(\*|\d+))$/)[0]||"9.xx";u.addClass("csf");B.addClass("col-lg-10 col-lg-offset-1").wrapInner('
');z.find(".panel-default").wrapInner('
');z.find(".panel-default:first").css("border-top-width","4px").prepend('
FirewallConfigServer Security & Firewall version '+O+"
");z.find(".panel-heading + .panel-body > .panel:first").remove();z.find(".nav.nav-tabs").addClass("hidden");z.find('a[data-toggle="tab"][href="#other"]').parent("li").remove();z.find(".csf .nav.nav-tabs:hidden + .tab-content").attr("style","margin-top: -10px !important");if(z.find('button[value="upgrade"]').length===0){$("#upgradetable").remove()}z.find('a[href$="/csf/changelog.txt"]').addClass("btn btn-xxs btn-default _btn-changelog").html('Changelog');z.find("body table.table.table-bordered.table-striped").each(function(){$(this).addClass("table-condensed").removeClass("table-bordered").removeAttr("style")});z.find("a#MobileView").parent(".panel-body").parent(".panel-body").parent(".panel").remove();var N=0;if(z.find(".mobilecontainer").length){N=1}z.find(".mobilecontainer").remove();typeof settings_allowed_hostname=="undefined"?settings_allowed_hostname=true:false;var E=N?z.find('.panel-heading:contains("Development Contribution")').parent().parent():z.find('.panel-heading:contains("Development Contribution")').parent(),p=($('link[rel="shortcut icon"]').data("hostname")==settings_allowed_hostname?1:0);if(n){var l=z.find('br + pre:contains("csf:")');if(p){l.prev("br").remove();l.next("p").remove();l.remove()}else{var x=l.next("p");l.remove();l.prev("br").remove();x.addClass("text-right footer-string")}}else{if(p){if(N){E.remove()}else{E.parent().find('br, br + pre:contains("csf:")').remove();E.parent().find("p").remove();E.remove()}}else{if(N){E.find('br, br + pre:contains("csf:")').remove();E.find(".panel-info").removeClass("panel-info").addClass("panel-default text-center margined-top-10 _devcon");E.find("p").addClass("text-right footer-string")}else{E.parent().find('br, br + pre:contains("csf:")').remove();E.parent().find(".panel-info").removeClass("panel-info").addClass("panel-default text-center margined-top-10 _devcon");E.parent().find("p").addClass("text-right footer-string")}}}z.find('.csf select:not([name="backup"], [name="profile1"], [name="profile2"], [name="do"], [name="dur"]), .csf input:not([name="comment"], [name="ip"], [name="ports"], [name="timeout"], [aria-controls*="DataTables_Table_"])').addClass("heighter-34");var m=z.find('h4:contains("iptables logs*")');if(m.length){$(".panel-body .pull-right").addClass("hidden");var F=m.next().next(".table.table-striped.table-condensed");m.addClass("col_header_custom big_big");m.find("b").css("margin-left","4px");F.attr("style","margin-top: -8px !important");F.find("tbody tr:nth-child(2) td:first-child").css("min-width","200px");$__submenus__=$(".submenu").detach();setTimeout(function(){z.find(".panel-heading").prepend(' ');z.find("body").on("click",".btn-toggle-top-right",function(d){d.preventDefault();if($(this).find(".fa-toggle-switch-off").length){z.find('button[onclick*=".show()"]')[0].click();z.find(".btn.btn-xxs.fa-1_25x").removeClass("fa-toggle-switch-off").addClass("fa-toggle-switch");$(this).find(".fa-toggle-switch-off").removeClass("fa-toggle-switch-off").addClass("fa-toggle-switch")}else{z.find('button[onclick*=".hide()"]')[0].click();z.find(".btn.btn-xxs.fa-1_25x").removeClass("fa-toggle-switch").addClass("fa-toggle-switch-off");$(this).find(".fa-toggle-switch").addClass("fa-toggle-switch-off").removeClass("fa-toggle-switch")}})},0);$('html[data-post="viewlogs"] button.glyphicon.glyphicon-resize-vertical').addClass("btn-xxs").removeClass("glyphicon glyphicon-resize-vertical").addClass("fa fa-toggle-switch-off fa-1_25x").removeAttr("data-tooltip").removeAttr("data-title").removeAttr("data-original-title");$("body").on("click",".table.table-striped.table-condensed tbody tr",function(d){$(this).find("button").trigger("click")});$("body").on("click",".btn.btn-xxs.fa-1_25x",function(d){d.preventDefault();d.stopImmediatePropagation();if($(this).hasClass("fa-toggle-switch-off")){$(this).removeClass("fa-toggle-switch-off").addClass("fa-toggle-switch")}else{$(this).removeClass("fa-toggle-switch").addClass("fa-toggle-switch-off")}});$(".table.table-striped.table-condensed").dataTable(y);q();setTimeout(function(){$(".btn-filter-top-right").parent().css("right","58px")},100)}if(z.find('.csf select[name="dur"]')[0]){var I=z.find('.csf select[name="dur"]')[0].nextSibling;if(I.nodeValue=="."){$(I).remove()}}var i=$('html[data-post="conf"] .csf form .comment > br:first-child').map(function(){this.previousSibling.nodeValue&&$(this.previousSibling).wrap('')});z.find(".csf #paginatediv2.paginationstyle > select").each(function(){$(this).attr("style","vertical-align: top !important")});z.find(".csf #paginatediv2 > a").each(function(){$(this).attr("style","vertical-align: baseline !important")});z.find(".csf p > select").each(function(){$(this).attr("style","vertical-align: baseline !important")});var v=((f.__isNR||f.__isNM)?1:0);z.find('img[src="csfimages/loader.gif"]').each(function(){$(this).attr("src",""+(with_frame?f.$_____link_full:"")+"/images/loader-horizontal"+(v?"_dark":"")+".gif").css("margin-left","10px")});z.find(".paginationstyle a").each(function(){$(this).addClass("btn btn-default")});z.find('img[src^="lfd_"], img[src^="/csf/lfd_"]').each(function(){$(this).parents("table").removeClass("table-striped")});z.find('img[src^="csfimages/delete.png"]').each(function(){$(this).replaceWith('')});z.find('img[src^="csfimages/perm.png"]').each(function(){$(this).replaceWith('')});z.find('img[src^="csfimages/plus.png"]').each(function(){$(this).addClass("hidden");b;$(this).after('')});z.find('img[src^="csfimages/minus.png"]').each(function(){$(this).addClass("hidden");$(this).after('')});z.find(".csf fieldset legend b").each(function(){if($(this).text().indexOf("Edit ConfigServer Firewall")>=0){$submit_changes=z.find('input[value="Change"]');$submit_changes.addClass("csf-submit_changes");$submit_changes.on("click",function(){z.find('input[value="saveconf"]').parent("form").submit()})}});typeof __csf__listen_log_grep!="undefined"&&clearInterval(__csf__listen_log_grep);if(z.find("#CSFgrep_D").length&&z.find("#CSFgrep_E").length&&z.find("#CSFgrep_i").length){z.find('select, input[type="text"], button[onclick="CSFgrep()"]').removeClass("heighter-34").addClass("heighter-28");z.find("#CSFgrep_i, #CSFgrep_E, #CSFgrep_D").attr("style","vertical-align: middle; margin-right: 4px;");z.find("#CSFajax").css("margin-bottom","4px")}z.find("#CSFajax.csf-box").addClass("csf_force_log_size");setTimeout(function(){if(typeof window.CodeMirror=="function"){k(false,false)}else{setTimeout(function(){if(typeof window.CodeMirror=="function"){k(false,false)}else{setTimeout(function(){k(false,false)},100)}},100)}},100);function M(){if(!$("html[data-post]").attr("data-post")){return}z.find('textarea[name="formdata"]').each(function(Q,R){var d=$(this);$parent_width=d.parent("td").width();var g=window.CodeMirror.fromTextArea(R,{mode:{name:"rpm-spec"},matchBrackets:true,lineNumbers:true,keyMap:"sublime",highlightSelectionMatches:{showToken:/\w/,annotateScrollbar:true},indentUnit:0,autofocus:true,foldGutter:true,gutters:["CodeMirror-linenumbers","CodeMirror-foldgutter"],extraKeys:{"Ctrl-Space":"autocomplete"},styleActiveLine:true,lineWrapping:true,theme:(with_frame?f.settings_cm_editor_palette:"monokai")});$window_height=($(window).outerHeight()-($(window).outerHeight()/2));g.setSize($parent_width,$window_height);$(window).resize(function(){$parent_width=d.parent("td").width();$window_height=($(window).outerHeight()-($(window).outerHeight()/2));g.setSize($parent_width,$window_height)})})}setTimeout(function(){if(typeof window.CodeMirror=="function"){M()}else{setTimeout(function(){if(typeof window.CodeMirror=="function"){M()}else{setTimeout(function(){M()},60)}},150)}},60);if(z.find("h4").text().indexOf("Ports listening for external connections")!==-1){z.find(".container-fluid .panel .panel-body table.table-striped").each(function(){z.find("h4").addClass("col_header_custom").attr("style","margin-bottom: -5px !important; margin-top: 2px !important");z.find("h4").text("Ports listening for external connections");$(this).dataTable(y)});q()}if(z.find(".csf th:eq(1)").text().indexOf("A/D")!==-1&&z.find(".csf th:eq(2)").text().indexOf("IP address")!==-1){z.find('table:not(:contains("©2006-"))').each(function(){$.each($('html[data-post="temp"] tr td a.btn'),function(d,g){$(this).attr("data-placement","right");$(this).addClass("btn-xxs");if($(this).hasClass("btn-danger")){$(this).addClass("margined-right-8")}});$(this).dataTable(y);setTimeout(function(){z.find(".csf .dataTable thead tr th:eq(0)").css("opacity","0").css("pointer-events","none")},10)});q();$('.dataTables_wrapper + div:contains("There are no temporary IP entries")').remove();$('html[data-post="temp"] .dataTables_wrapper + div').find("a").addClass("btn-xxs btn-inverse").removeClass("btn-success").prepend(' ')}if($("html").attr("data-post")===""){z.find('button[value="conf"]').prepend('');z.find('button[value="enable"]').addClass("page_footer_submit btn-success").removeClass("btn-default").prepend('');z.find('button[value="disable"]').addClass("page_footer_submit btn-danger").removeClass("btn-default").prepend('');z.find('button[value="restart"]').addClass("page_footer_submit btn-info").removeClass("btn-default").prepend('');z.find('button[value="denyf"]').addClass("page_footer_submit btn-warning").removeClass("btn-default").prepend('')}$.each(z.find('input[type="radio"]:not(.iawobject), input[type="checkbox"]:not(.iawobject)'),function(){if($("html").attr("data-post")=="conf"){return}if($(this).is(":checkbox")){if($(this)[0]){$___text=$(this)[0].nextSibling}var S=$(this).next('input:not([type="radio"], [type="checkbox"], [type="hidden"]), select, textarea'),Q=($___text&&$___text.nodeValue&&$.trim($___text.nodeValue).length>1),R=(Q?$___text.nodeValue:" ");$(this).addClass("iawobject");var d=$(this).attr("id")?'for="'+$(this).attr("id")+'"':false;if(d===false&&$(this).attr("name")&&$(this).val()){var g="__replaced_"+$(this).attr("name")+"_"+$(this).val()+"";var d='for="'+g+'"';$(this).attr("id",g)}if($(this).is(":checkbox")){if($($___text).length){$($___text).wrap('");$($___text).remove()}else{$(this).after('')}}$(this).next("label").addBack().wrapAll('')}else{if($(this).is(":radio")){$(this).addClass("iawobject vertical-align-middle");$(this).after('');$(this).next("label").addBack().wrapAll('')}}});var H=$('p:contains("..."):contains("Done")');if(H.length||$('html[data-post="logtail"], html[data-post="allow"], html[data-post="deny"], html[data-post="redirect"], html[data-post="ignorefiles"], html[data-post="dirwatch"], html[data-post="dyndns"], html[data-post="templates"], html[data-post="logfiles"], html[data-post="blocklists"], html[data-post="syslogusers"]').length){$("#csfreturn").parent("form").parent("div").prev("hr").replaceTagName("br");H.remove()}else{if($('html[data-post="servercheck"], html[data-post="readme"], html[data-post="viewlogs"], html[data-post="chart"], html[data-post="loggrep"], html[data-post="viewports"], html[data-post="profiles"], html[data-post="status"], html[data-post="sips"], html[data-post="temp"]').length){if($('html[data-post="temp"]')&&$('a[href="index.cgi?action=temprm&ip=all"]').length){}else{$("#csfreturn").parent("form").parent("div").prev("hr").replaceTagName("br")}}}var c=$("#csfreturn").length;$('#csfreturn, html[data-post="rblcheckedit"] input[value="rblcheck"] + input, html[data-post="serverchecksave"] input[value="servercheck"] + input, html[data-post="temprm"] input[value="temp"] + input, html[data-post="temptoperm"] input[value="temp"] + input ').replaceWith('");var J=$('html input[value="lfdrestart"] + input, html input[value="restart"] + input, html input[value="restartboth"] + input'),P="Save",A="fa-circle-check";if(J.length){P=J.val();A="fa-circle-o-notch"}$('input[value="Change"], html:not([data-post=""]) input[value="restartboth"] + input, html:not([data-post=""]) input[value="lfdrestart"] + input, html:not([data-post=""]) input[value="restart"] + input ').replaceWith('");$("body").on("click",".page_footer_submit:not(.disabled)",function(d){s($(this),[2,-27,"small",600])});var K=".panel-heading font",t="bs-callout",e=""+K+" + .circles",L=$("."+t+":visible");if(L.length&&!$(e).length){$(K).after('')}$.each(L,function(){var g=$.trim($(this).attr("class").replace(t,"").replace(t+"-","").replace("text-center","").replace("collapse","")),d=$(this).text();if(!d){return}$(e).prepend('');$(this).remove()});if($("html").attr("data-post")!==""){var j=z.find(".btn-primary.page_footer_submit");if(j.length){z.find(".panel-heading font").before('');$("body").on("click",".footer_module_index_top",function(d){d.preventDefault();$("body").find(".btn.btn-primary.page_footer_submit").before('');$(".submit_tmp_index").trigger("click")})}}else{var C=z.find('button[value="conf"]'),h=C.text();conf_row=C.parent("form").parent("td").parent("tr").addClass("hidden").detach(),info_button=z.find('button[value="readme"]'),title_help=info_button.text(),info_row=info_button.parent("td").parent("tr").addClass("hidden").detach();$("#csf > table > tbody").append(conf_row);z.find(".panel-heading font").before('
');$("body").on("click",'a[href="/"].ported_module_csf_conf',function(d){d.preventDefault();C.trigger("click")});$("#home form table tbody").append(info_row);$("body").on("click",'a[href="/"].ported_module_csf_help',function(d){d.preventDefault();info_button.trigger("click")})}setTimeout(function(){o(B,f,with_frame);$("body").tooltip({selector:'a[data-toggle="tooltip"]',container:"body",placement:"auto top",html:true})},100)}; \ No newline at end of file diff --git a/extensions/file-manager/file-manager.js b/extensions/file-manager/file-manager.js index c4aeb7be5..f2765cd26 100644 --- a/extensions/file-manager/file-manager.js +++ b/extensions/file-manager/file-manager.js @@ -1526,6 +1526,7 @@ function ___f__tw() { f__dt() } $("#headln2l .help_popup").css("padding", "6px 12px"); + $("#headln2l .btn-group > a.btn:first-child > i").attr("data-title", lang("theme_xhred_global_dir_up")).attr("data-toggle", "tooltip"); $('ul > li > a[href^="bookmark.cgi?path="]').parents("ul").addClass("at-o__f_m-favorites-dropdown").find(".fa-bookmark-o").removeClass("fa-bookmark-o").addClass("fa-fw fa-star-o"); $('div button[onclick="removeDialog()"]').addClass("disabled o__f_m-button-delete").removeAttr("onclick"); $('a[onclick="chmodDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chmod"); diff --git a/extensions/file-manager/file-manager.min.js b/extensions/file-manager/file-manager.min.js index bda4d0439..8cc59ee3a 100644 --- a/extensions/file-manager/file-manager.min.js +++ b/extensions/file-manager/file-manager.min.js @@ -3,4 +3,4 @@ * Copyright 2014-2017 Ilia Rostovtsev * Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) */ -;t__wi_p.$____loader_block__=1;function __f___mn(){return $g__m__name}function checkSelected(){return _f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length}function renameDialog(a){a=decode_html(a);$("#renameForm input[name=name]").val(a);$("#renameForm input[name=file]").val(a);$("#renameDialog").modal({backdrop:"static",keyboard:true,show:true})}function __f___gd(){var a=$(_f__table().fnGetNodes()).find("input").add($(".active form > input:not([name='path'])")).serialize();a=a+"&path="+$("#path").val();return a}function _f__gr(b){if(b){return $(_f__table().fnGetNodes()).find("input:checked")}else{return $(_f__table().fnGetNodes()).find("input")}}function __f__ld__sh(){if(typeof t__wi_p.NProgress=="object"){t__wi_p.NProgress.start()}}function __f__ld__bg(){modal_dismiss();__f_____ul()}function __f__upd_____tl(b){var a=$("div.total").children().clone();$("div.total").empty().html(b+". ").append(a)}function __f___ub(){$("div button.o__f_m-button-delete").removeClass("disabled").attr("onclick","removeDialog()");$(".o__f_m-button-chmod").removeClass("disabled").find("a").attr("onclick","chmodDialog()");$(".o__f_m-button-chown").removeClass("disabled").find("a").attr("onclick","chownDialog()");$(".o__f_m-button-chattr").removeClass("disabled").find("a").attr("onclick","chattrDialog()");$(".o__f_m-button-chcon").removeClass("disabled").find("a").attr("onclick","chconDialog()");$(".o__f_m-button-compress").removeClass("disabled").find("a").attr("onclick","compressDialog()");$(".o__f_m-button-copy").removeClass("disabled");$(".o__f_m-button-cut").removeClass("disabled")}function __f___lb(){$("div button.o__f_m-button-delete").addClass("disabled").removeAttr("onclick");$(".o__f_m-button-chmod").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-chown").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-chattr").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-chcon").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-compress").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-copy").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-cut").addClass("disabled").find("a").removeAttr("onclick")}function __f_____sl(){}function __f_____hl(){}function __f_____hl_(){setTimeout(function(){},750)}function __f_____lo(c,d){if(d===true){$("body").find("#list_form table tbody").addClass((c?" o__f_m-updating":"")+"");$("body").find("ul.pagination").addClass("pointer-events-none");$(".nav.nav-tabs li").addClass("disabled");$("#file-manager-new-instance").addClass("disabled_no_styling cursor-na")}__f_____sl()}function __f_____ul(){$("body").find("#list_form table tbody").css("opacity","1").removeClass("o__f_m-updating");$("body").find("ul.pagination").css("opacity","1").removeClass("pointer-events-none");__f_____hl();$(".btn-group.pull-right > .btn-group > button, .nav.nav-tabs li").removeClass("disabled");$("#file-manager-new-instance").removeClass("disabled_no_styling cursor-na")}function __init__dt_ck__e(){if($(".active td.dataTables_empty").length){$(".active table").attr("style","border-top-width: 1px !important;");$(".active td.dataTables_empty").css({padding:"4px","border-top-color":"#eaeaea"});$(".dataTables_paginate").addClass("hidden");$(".active td.dataTables_empty").attr("colspan",(parseInt($(".active thead tr th:visible").length)));setTimeout(function(){if($(".__o__f_m-search-results").length){$("td.dataTables_empty").html(lang("theme_xhred_datatable_no_search_results"))}},0)}else{$(".active table, .active td.dataTables_empty").removeAttr("style");$(".dataTables_paginate").removeClass("hidden")}}function __f____success(a,d,D,f,c,r,h,e,A,B,s,o,k,v,w){var x=$.parseHTML(a),m=($(x[2]).html()&&$(x[2]).html().length),z=($(x[3]).html()&&$(x[3]).html().length),n=(typeof w=="undefined"?false:w),u=$(".active form input#path").val(),q=1,p=1,t=1;function C(G){var F=JSON.parse(G),E='
';$.each(F,function(I,H){E+="• "+I+" - "+H+"
"});E+="
";return E}if(n&&n[0]=="compress"){var y=n[1],b=n[2];if(u!=y){q=0;p=0;t=0;if(m){messenger(''+((lang("theme_xhred_filemanager_successful_compression_bg_with_errors").replace("%file",b).replace("%path",y))+(C($(x[2]).text()))),e,(A),v+"_"+A)}else{messenger(''+(lang("theme_xhred_filemanager_successful_compression_bg").replace("%file",b).replace("%path",y)),o,"info",v+"_"+k)}}}if(m&&q){messenger(''+lang(h+(z?"_fatal":""))+(C($(x[2]).text())),e,(z?"error":A),v+"_"+A)}else{if(p){messenger(''+lang(s),o,k,v+"_"+k)}}c&&$("."+c).remove();if(!z){d&&__f_____ul();D&&modal_dismiss();(f&&t)&&__f___u("upd",$(x[1]).find("table.ui_columns").find(".ui_checked_columns"),1,false,false,$(x[0]).text())}}function __f____a(k,o){if(k==="extract"){}var n=$('#list_form > input[type="hidden"][name="path"]').val();if(k!="bookmark"){__f_____lo(false,true)}if(k==="copy"||k==="cut"){__f__ld__sh();$.ajax({type:"POST",url:$g__e__path+"/file-manager/"+k+".cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){localStorage.removeItem($hostname+"-cut");localStorage.removeItem($hostname+"-copy");localStorage.setItem($hostname+"-"+k,1);$(".o__f_m-button-paste").removeClass("disabled");if(k==="copy"){messenger(''+lang("theme_xhred_filemanager_copying_successful"),1.5,"info",k+"_info")}else{if(k==="cut"){messenger(''+lang("theme_xhred_filemanager_cutting_successful"),1.5,"warning",k+"_warning")}}__f_____ul()},error:function(a){messenger(''+lang("theme_xhred_filemanager_buffer_error"),10,"error",k+"_error")}})}if(k==="paste"){__f__ld__sh();$.ajax({type:"POST",url:$g__e__path+"/file-manager/paste.cgi?path="+encodeURIComponentSafe(n)+"&module="+$g__m__name,data:false,dataType:"text",success:function(a){messenger_hide("paste_info");g=$.parseHTML(a);var c=(get_cookie("file-manager-response_count")=="1"?1:2);var b=get_cookie("file-manager-response");if(b.indexOf("err")===-1){localStorage.removeItem($hostname+"-cut");if(!localStorage.getItem($hostname+"-copy")){$(".o__f_m-button-paste").addClass("disabled")}}if(b=="err"){messenger(''+$(g[2]).html(),20,"warning",k+"_warning");__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())}else{if(b=="merr"){messenger('  '+lang("theme_xhred_filemanager_move_into_self"),10,"error",k+"_error");__f_____ul()}else{if(b=="ep"){bootbox.dialog({message:lang("theme_xhred_filemanager_target_conflict_message_"+c+""),title:'   '+lang("theme_xhred_filemanager_target_conflict_"+c+"")+"",buttons:{success:{label:'   '+lang("theme_xhred_filemanager_target_conflict_paste")+"  ",className:"btn-primary vertical-align-top ",callback:function(){$.ajax({type:"POST",url:$g__e__path+"/file-manager/paste.cgi?path="+encodeURIComponentSafe(n)+"&module="+$g__m__name+"&ua=2",data:false,dataType:"text",success:function(d){d=$.parseHTML(d);if($(d[2]).html().length>1){messenger(''+$(d[2]).html(),15,"warning",k+"_warning")}else{messenger(''+lang("theme_xhred_filemanager_pasting_and_copying_"+c+""),5,"success",k+"_success")}__f___u("upd",$(d[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(d[0]).text())},error:function(d){}})}},danger:{label:'   '+lang("theme_xhred_filemanager_target_conflict_replace")+"  ",className:"btn-danger vertical-align-top margined-left--2",callback:function(){$.ajax({type:"POST",url:$g__e__path+"/file-manager/paste.cgi?path="+encodeURIComponentSafe(n)+"&module="+$g__m__name+"&ua=1",data:false,dataType:"text",success:function(d){d=$.parseHTML(d);if($(d[2]).html().length>1){messenger(''+$(d[2]).html(),15,"warning",k+"_warning")}else{messenger(''+lang("theme_xhred_filemanager_pasting_and_replacing_"+c+""),5,"success",k+"_success")}__f___u("upd",$(d[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(d[0]).text())},error:function(d){}})}}},onEscape:function(){}})}else{if(b=="cc"){messenger(''+lang("theme_xhred_filemanager_pasting_and_copying_"+c+""),5,"success",k+"_success");__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())}else{messenger(''+lang("theme_xhred_filemanager_pasting_successful"),5,"success",k+"_success");__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())}}}}},error:function(a){}})}if(k==="extract"){__f__ld__sh();$.ajax({type:"POST",url:$g__e__path+"/file-manager/extract.cgi?&module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){g=$.parseHTML(a);__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())},error:function(a){}})}if(k==="bookmark"){__f_____sl();__f_____hl_();$.ajax({type:"POST",url:$g__e__path+"/file-manager/bookmark.cgi?path="+encodeURIComponentSafe(n)+"&module="+$g__m__name,data:false,dataType:"text",success:function(a){exiting_book_mark=f_m__bm__u();if(exiting_book_mark.length){messenger(''+lang("theme_xhred_filemanager_unbookmark_success").replace("%value",(n?escape_html(decodeURIComponentSafe(n)):"/")),5,"warning","bookmarkAddRemove")}else{messenger(''+lang("theme_xhred_filemanager_bookmark_success").replace("%value",(n?escape_html(decodeURIComponentSafe(n)):"/")),5,"info","bookmarkAddRemove")}},error:function(a){}})}if(k==="delete"){__f__ld__sh();$.ajax({type:"POST",url:$g__e__path+"/file-manager/delete.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){messenger_hide("delete_info");__f____success(a,1,1,1,false,"fa-exclamation-triangle","theme_xhred_filemanager_delete_warning",30,"warning","fa-trash-o","theme_xhred_filemanager_successful_deletion",2,"info",k)},error:function(a){}})}if(k==="rename"){__f__ld__sh();var q=$('#list_form > input[type="hidden"][name="path"]').val();modal_dismiss();$.ajax({type:"POST",url:$g__e__path+"/file-manager/rename.cgi?module="+$g__m__name,data:$("#renameForm").serialize(),dataType:"text",success:function(a){g=$.parseHTML(a);if(!$(g[1]).find("table.ui_columns").length){messenger(''+a,10,"error",k+"_error");__f_____ul();return}__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k)},error:function(a){}})}if(k==="create_folder"){__f__ld__sh();var q=encodeURIComponentSafe($('#list_form > input[type="hidden"][name="path"]').val());modal_dismiss();$.ajax({type:"POST",url:$g__e__path+"/file-manager/create_folder.cgi?module="+$g__m__name,data:$("#createFolderForm").serialize(),dataType:"text",success:function(a){g=$.parseHTML(a);if(!$(g[1]).find("table.ui_columns").length){messenger(''+a,10,"error",k+"_error");__f_____ul();return}__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())},error:function(a){}})}if(k==="create_file"){__f__ld__sh();var q=$('#list_form > input[type="hidden"][name="path"]').val();modal_dismiss();$.ajax({type:"POST",url:$g__e__path+"/file-manager/create_file.cgi?module="+$g__m__name,data:$("#createFileForm").serialize(),dataType:"text",success:function(a){g=$.parseHTML(a);if(!$(g[1]).find("table.ui_columns").length){messenger(''+a,10,"error",k+"_error");__f_____ul();return}__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())},error:function(a){}})}if(k==="url_download"){__f__ld__sh();var q=$('#list_form > input[type="hidden"][name="path"]').val();modal_dismiss();var h=$("#downFromUrlForm input:not([name='path'])").serialize();h=h+"&path="+$("#path").val();$.ajax({type:"POST",url:$_____link_full+"/"+__f___mn()+"/http_download.cgi",data:h,dataType:"text",success:function(a){messenger_hide("url_download_info");if(!$(a).find(".panel-body").text().match(/100 %/)&&!$(a).find(".panel-body").text().match(/100%/)&&!$(a).find(".panel-body h3").length){messenger(''+$(a).find(".panel-body").html(),10,"error",k+"_error");__f_____ul();return}else{if($(a).find(".panel-body h3").length){messenger(''+$(a).find(".panel-body h3").html(),10,"error",k+"_error");return}else{messenger(''+$(a).find(".panel-body").html(),5,"success",k+"_success");__f____r("get","index.cgi?path="+(q?encodeURIComponentSafe(q):""),false,0)}}},error:function(a){}})}if(k==="search"){__f__ld__sh();var q=$('#list_form > input[type="hidden"][name="path"]').val(),m=$("#searchForm").find('input[name="query"]').val(),r=$.trim($("#searchForm").find('input[name="grepstring"]').val()),e=$.trim($("#searchForm").find('input[name="grepreplace"]').val()),p=(r&&!e?" fa-1_50x fa-file-find":r&&e?" fa-1_50x fa-find-replace":" fa-lg fa-search");modal_dismiss();if(r&&!e){messenger(''+lang("theme_xhred_filemanager_searching_matching").replace("%value",m).replace("%text",r)+" "+lang("theme_xhred_global_please_wait"),10000,"info",k+"_preMe")}else{if(r&&e){messenger(''+lang("theme_xhred_filemanager_searching_replacing").replace("%value",m).replace("%text",r).replace("%replace",e)+" "+lang("theme_xhred_global_please_wait"),10000,"warning",k+"_preMe")}else{messenger(''+lang("theme_xhred_filemanager_searching").replace("%value",m)+" "+lang("theme_xhred_global_please_wait"),10000,"info",k+"_preMe")}}$.ajax({type:"POST",url:$g__e__path+"/file-manager/search.cgi?module="+$g__m__name,data:$("#searchForm").serialize(),dataType:"text",success:function(b){xx=$.parseHTML(b);__f___u("upd",$(xx[1]).find("table.ui_columns").find(".ui_checked_columns"),0,"search",false,$(xx[0]).text());var c=$('body[class*="'+$g__o__f_m+'"]');if(c.find(".breadcrumb .fa-hdd-o").length){c.find(".breadcrumb .fa-hdd-o").removeClass("fa-hdd-o").addClass("fa-search").addClass("text-light").parent("a").removeAttr("href").replaceTagName("span")}else{c.find(".breadcrumb li:first-child a").html('')}c.find(".breadcrumb li:not(:first-child) a").replaceWith(function(){return $("",{html:$(this).html()})});c.find(".breadcrumb li").addClass("text-light");$(".__o__f_m-search-results").remove();$(".ui_checked_columns.directory_go_up").addClass("hidden");$_br=$(".breadcrumb > li:last-child");$_br.html($_br.html()+''+($(".breadcrumb > li:last-child a i").hasClass("fa-search")?"   / ":"")+'  :  `'+m+""+(r&&!e?' ['+r+"]":(r&&e)?' ['+r+' -> '+e+"]":"")+"`");var a=5000;if(__list_table_total_rows>1){if(r&&e){messenger(''+lang("theme_xhred_filemanager_search_replaced_multi").replace("%value",__list_table_total_rows),10,"success",k+"_success");a=9000}else{messenger(''+lang("theme_xhred_filemanager_search_founds").replace("%value",__list_table_total_rows),6,"success",k+"_success")}}else{if(__list_table_total_rows==1){if(r&&e){messenger(''+lang("theme_xhred_filemanager_search_replaced"),6,"success",k+"_success")}else{messenger(''+lang("theme_xhred_filemanager_search_found"),6,"success",k+"_success")}}else{messenger(''+lang("theme_xhred_filemanager_search_no_matches"),6,"error",k+"_error")}}setTimeout(function(){messenger_hide("search_preMe")},a)},error:function(a){}})}if(k==="chmod"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');$.ajax({type:"POST",url:$g__e__path+"/file-manager/chmod.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){messenger_hide("chmod_info")},2000);__f____success(a,1,1,1,"_o__f_m-tmp-chmod-inputs","fa-exclamation-triangle","theme_xhred_filemanager_successful_permissions_with_errors",15,"warning","fa-cogs","theme_xhred_filemanager_successful_permissions",3,"success",k)},error:function(a){}})}if(k==="chown"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');$("#list_form").append('');$.ajax({type:"POST",url:$g__e__path+"/file-manager/chown.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){messenger_hide("chown_info")},2000);__f____success(a,1,1,1,"_o__f_m-tmp-chown-inputs","fa-exclamation-triangle","theme_xhred_filemanager_successful_ownership_with_errors",15,"warning","fa-users","theme_xhred_filemanager_successful_ownership",3,"success",k)},error:function(a){}})}if(k==="chattr"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');$.ajax({type:"POST",url:$g__e__path+"/file-manager/chattr.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){messenger_hide("chattr_info")},2000);__f____success(a,1,1,1,"_o__f_m-tmp-chattr-inputs","fa-exclamation-triangle","theme_xhred_filemanager_successful_attributes_with_errors",15,"warning","fa-tags","theme_xhred_filemanager_successful_attributes",3,"success",k)},error:function(a){}})}if(k==="chcon"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');$.ajax({type:"POST",url:$g__e__path+"/file-manager/chcon.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){messenger_hide("chcon_info")},2000);__f____success(a,1,1,1,"_o__f_m-tmp-chcon-inputs","fa-exclamation-triangle","theme_xhred_filemanager_successful_secontext_with_errors",15,"warning","fa-tags","theme_xhred_filemanager_successful_secontext",3,"success",k)},error:function(a){}})}if(k==="compress"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');__f__ld__bg();$.ajax({type:"POST",url:$g__e__path+"/file-manager/compress.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){if(t__wi_p.t___p__xhr_r===0){messenger_hide("compress_info")}},2000);__f____success(a,1,0,1,"_o__f_m-tmp-compress-inputs","fa-exclamation-circle","theme_xhred_filemanager_successful_compression_with_errors",15,"warning","fa-file-archive-o","theme_xhred_filemanager_successful_compression",8,"success",k,[k,n,o[0]+$('select option[value="'+o[1]+'"]').text()])},error:function(a){}})}}function __f___cs(){$("#list_form table tbody tr").removeClass("m-active m-not-active")}function __f___ds_a(){var a=document.getElementsByClassName("ui_checked_columns");for(i=0;i input[type="hidden"][name="path"]').val().replace(/\/$/g,"")+"/"+d.find("td:nth-child(3) a").text(),a=d.find("td.column-filesize").find("label"),b=_f__table().dataTable().$("tr.hl-aw",{filter:"applied"});__f_____sl();a.html('');$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_size=1&xhr-get_size_path="+c,data:false,dataType:"text",success:function(e){var k=e.split("|"),h=_f__table().DataTable();h.cell(d.find("td.column-filesize")).data(k[0]).draw();var f;if(isNaN(parseInt(k[1]))){f=0}else{f=parseInt(k[1])}$(".total_size_data").data("total",(parseInt($(".total_size_data").data("total"))+f));if(!b.find("td.column-filesize").find("label").find(".cspinner").length){$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_nice_size=1&xhr-get_nice_size_sum="+parseInt($(".total_size_data").data("total")),data:false,dataType:"text",success:function(m){$(".total_size_data").text(m);$(".total_size_data").parent("span").removeClass("hidden")},error:function(m){}});setTimeout(function(){__f_____hl()},600)}},error:function(e){}})})}function __f__c__m(){var a=$(".tab-pane.active form table");$(".tab-pane table").unbind("contextmenu");a.contextMenu({menuSelector:"#__f__c__m",menuSelectorTriggered:function(d,b){if($(".tab-pane.active table tbody tr input").length&&d.parents("tr").find("input:checked").length===0){__f___ds_a();d.parents("tr").find("td:first-child input").trigger("click");var c=jQuery.Event("keydown");c.which=40;$("body").trigger(c);d.parents("tr").find("td:first-child").trigger("contextmenu")}if(d.parents("tr").find("i.fa-folder-open-o").length){$(".context-o__f_m-dependent-goto").removeClass("hidden")}else{$(".context-o__f_m-dependent-goto").addClass("hidden")}if(d.parents("tr").find('a[href*="index.cgi?path="]').length){$(".context-o__f_m-dependent-open-new-tab").removeClass("hidden")}else{$(".context-o__f_m-dependent-open-new-tab").addClass("hidden")}if(!d.parents("tr").find("i.fa-pencil-square-o").length){$(".context-o__f_m-dependent-edit").addClass("hidden")}else{$(".context-o__f_m-dependent-edit").removeClass("hidden")}if(!d.parents("tr").find('a[href*="download.cgi"]').length){$(".context-o__f_m-dependent-download").addClass("hidden")}else{$(".context-o__f_m-dependent-download").removeClass("hidden")}if(!d.parents("tr").find("i.fa.fa-extract-archive").length){$(".context-o__f_m-dependent-extract").addClass("hidden")}else{$(".context-o__f_m-dependent-extract").removeClass("hidden")}if($(".o__f_m-button-compress").hasClass("disabled")){$("a[data-context-newarchive]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-newarchive]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-copy").hasClass("disabled")){$("a[data-context-copy], a[data-context-clipboard]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-copy], a[data-context-clipboard]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-cut").hasClass("disabled")){$("a[data-context-cut]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-cut]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-paste").hasClass("disabled")){$("a[data-context-paste]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-paste]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-delete").hasClass("disabled")){$("a[data-context-delete]").addClass("disabled").parent("li").addClass("disabled");$("a[data-context-rename]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-delete]").removeClass("disabled").parent("li").removeClass("disabled");$("a[data-context-rename]").removeClass("disabled").parent("li").removeClass("disabled")}f_m__bm__cm();if($(".o__f_m-button-chmod").hasClass("disabled")&&$(".o__f_m-button-chown").hasClass("disabled")){$(".context-properties").addClass("disabled")}else{$(".context-properties").removeClass("disabled")}_f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length?$("a[data-context-calculate-selected-size]").parent("li").removeClass("hidden"):$("a[data-context-calculate-selected-size]").parent("li").addClass("hidden");if($(".o__f_m-button-chmod").hasClass("disabled")){$("a[data-context-chmod]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-chmod]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-chown").hasClass("disabled")){$("a[data-context-chown]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-chown]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-chattr").hasClass("disabled")){$("a[data-context-chattr]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-chattr]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-chcon").hasClass("disabled")){$("a[data-context-chcon]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-chcon]").removeClass("disabled").parent("li").removeClass("disabled")}},menuSelected:function(f,k){if(k.data("context-goto")=="1"){f.parents("tr").find('a.o__f_m-follow-file[href^="index.cgi?"]').trigger("click")}if(k.data("context-open-new-tab")=="1"){var e=$("#path").val(),c=f.parents("tr").find("td a[data-filemin-link]").attr("data-filemin-link");__f___nt((encodeURIComponentSafe(decode_html(e))+"/"+encodeURIComponentSafe(decode_html(c))),1)}if(k.data("context-select-all")=="1"){$('button[onclick="selectAll()"]').trigger("click")}if(k.data("context-deselect-all")=="1"){__f___ds_a();__r____changed()}if(k.data("context-invert-selection")=="1"){$('button[onclick="invertSelection()"]').trigger("click")}if(k.data("context-refresh")=="1"){$("button > .fa-refresh").parent("button").trigger("click")}if(k.data("context-newfile")=="1"){$('a[onclick="createFileDialog()"]').trigger("click")}if(k.data("context-newfolder")=="1"){$('a[onclick="createFolderDialog()"]').trigger("click")}if(k.data("context-newarchive")=="1"){$('a[onclick="compressDialog()"]').trigger("click")}if(k.data("context-upload")=="1"){$('a[onclick="viewReadyForUpload()"]').trigger("click")}if(k.data("context-download")=="1"){$('a[onclick="downFromUrlDialog()"]').trigger("click")}if(k.data("context-clipboard")=="1"){var d=f.parents("tr").find("img").parent("a").parent("td").next("td").find("a"),b=($("#path").val()),m=d.attr("data-filemin-link");$("body").append('');var h=new Clipboard(".tmp-clipboard-obj");$(".tmp-clipboard-obj").trigger("click");$(".tmp-clipboard-obj").remove();h.destroy()}if(k.data("context-copy")=="1"){$(".o__f_m-button-copy a").trigger("click")}if(k.data("context-cut")=="1"){$(".o__f_m-button-cut a").trigger("click")}if(k.data("context-paste")=="1"){$(".o__f_m-button-paste a").trigger("click")}if(k.data("context-delete")=="1"){$(".o__f_m-button-delete").trigger("click")}if($(k).is(".file-manager-remove-bookmark")){$('.btn-group .at-o__f_m-favorites-dropdown a[href="'+$(k).parent("a").attr("href")+'"]').find(".file-manager-remove-bookmark").trigger("click");$(k).parent("a").remove();return}if(k.data("context-bookmarks")=="1"){$('a[href^="bookmark.cgi"]').trigger("click")}if(k.data("context-search")=="1"){$('a[onclick="searchDialog()"]').trigger("click")}if(k.data("context-edit")=="1"){f.parents("tr").addClass("m-active");f.parents("tr").find('a[href^="edit_file.cgi?"]').trigger("click")}if(k.data("context-rename")=="1"){f.parents("tr").find('a[onclick^="renameDialog("]').trigger("click")}if(k.data("context-download-file")=="1"){$(f.parents("tr").find('a[href^="download.cgi?"]'))[0].click()}if(k.data("context-extract")=="1"){f.parents("tr").find('a[href^="extract.cgi?"]').trigger("click")}if(k.data("context-calculate-selected-size")=="1"){__f__get_fs()}if(k.data("context-chmod")=="1"){$('a[onclick="chmodDialog()"]').trigger("click")}if(k.data("context-chown")=="1"){$('a[onclick="chownDialog()"]').trigger("click")}if(k.data("context-chattr")=="1"){$('a[onclick="chattrDialog()"]').trigger("click")}if(k.data("context-chcon")=="1"){$('a[onclick="chconDialog()"]').trigger("click")}}})}function __f___u(B,y,C,z,E,q){if(typeof E=="object"){var n=E[1],r=E[2],v=E[3],t=E[4],E=E[0]}else{var n=true}if($__source_file=="config.cgi"){return}var x=null,k=null,m=null,o=null,A=$("#path").val();typeof q=="undefined"?q=false:false;((typeof E=="undefined"||(typeof E!="undefined"&&E===false))?(x=false):(x=true));(!x?(k=".tab-pane.active form table"):(k='.tab-pane[id="tab-'+E+'"] form table'));(!x?(m=".tab-pane.active"):(m='.tab-pane[id="tab-'+E+'"]'));var o=$(m).attr("id").replace(/^\D+/g,""),o=(o?o:1);var p=$("body").find(k).attr("id"),e=p?parseInt(p.replace(/^\D+/g,"")):"none";(!x&&e!=="none")&&$("#DataTables_Table_"+e).dataTable().fnDestroy();if(B==="upd"){var u=y.find(".fa-font").first().parents("td").index();$(k).addClass("___f_m__q__");$("body").find(k+" tbody").empty();$("body").find(k+" tbody").append(y);!n&&$(m).data("totalValue",v).data("breadcrumb",$(".breadcrumb").clone());(q&&!r)&&__f__upd_____tl(q);__mcr();__f_____ul()}else{var u=$(k).find(".fa-font").first().parents("td").index()}if(typeof localStorage["DataTables_DataTables_Table_"+e+"_/"+__f___mn()+"/index.cgi"]!="undefined"){_filemanager_data=JSON.parse(localStorage["DataTables_DataTables_Table_"+e+"_/"+__f___mn()+"/index.cgi"])}else{_filemanager_data=false}var s=($.inArray($("#headln2r > div.btn-group > a[data-config-pagination]").data("config-pagination"),[5,10,15,20,25,30,35,40,50,100,250,500,1000])>-1?$("#headln2r > div.btn-group > a[data-config-pagination]").data("config-pagination"):25),D=(($.inArray(parseInt(localStorage.getItem($hostname+"-_________per_page")),[5,10,15,20,25,30,35,40,50,100,250,500,1000])>-1)?parseInt(localStorage.getItem($hostname+"-_________per_page")):false),w=((_filemanager_data.length&&!D)?(D?D:_filemanager_data.length):s);localStorage.removeItem($hostname+"-_________per_page");if(u!=3&&u!=4){u=false}__f__c__m(1);$(k).unbind("click");$(k).on("click",'a .fa.fa-pencil-square-o, a[href^="edit_file.cgi"]',function(a){a.preventDefault();a.stopPropagation();var a=jQuery.Event("keydown");a.which=115;$("body").trigger(a)});window["_f__table"+o]=$(k).dataTable({order:[],aaSorting:[],bDestroy:true,pageLength:25,preDrawCallback:function(){if(config_portable_module_filemanager_hide_actions==true){var c=$(k),a=$(".tab-pane.active form table"),f=a.find(".fa-font"),d=a.find(".fa-i-cursor"),b=f.length?f.parents("td").index():d.parents("td").index();if(b>1){$(k+" thead th").eq(b).addClass("hidden");c.find(".fa-font").length?c.find(".fa-font").parents("td").addClass("hidden"):c.find(".fa-i-cursor").parents("td").addClass("hidden")}}},fnDrawCallback:function(b){$(".tab-pane .paginate_button.previous > a").html('').css("border-top-left-radius","0").css("border-bottom-left-radius","0");$(".tab-pane .paginate_button.next > a").html('').css("border-top-right-radius","0").css("border-bottom-right-radius","0");$(k).find(".fa-font").removeClass("fa-font").addClass("fa-i-cursor").css("margin-right","5px").css("margin-left","5px");$(k).find(".fa-external-link").removeClass("fa-external-link").addClass("fa-extract-archive").css("margin-right","5px").css("margin-left","5px");$(k).find(".fa-edit").addClass("fa-pencil-square-o").css("margin-right","7px").css("margin-left","7px");$(k).find(".fa-arrow-right").removeClass("fa-arrow-right").addClass("fa-folder-open-o").parent("a").addClass("o__f_m-follow-file");__list_table_total_rows=b.fnRecordsTotal();if(b.fnRecordsTotal()<=b._iDisplayLength){$(m+" .dataTables_paginate").hide()}else{$(m+" .dataTables_paginate").show()}$.each($(k+" tbody tr:not('.row-filesize-done') td"),function(){if(/((\d+(\s+)|\d+\.\d+(\s+)))(TB|GB|MB|KB|Byte|Bytes|ТБ|ГБ|МБ|КБ|Байт)|(Unlimited|Ubegrenset|Nielimitowane|Ilimitado|无限制|Не ограничено|No Limit|Same as admin)/i.test($(this).text())){if($(this).index()>1){list_form_table_file_size=$(this).index()}}}).promise().done(function(){if(typeof list_form_table_file_size!="undefined"){$.each($(k+" tbody tr:not('.row-filesize-done') td"),function(){if($(this).parent("tr").find('img[src$=".png"]').length){$(this).parent("tr").find("td").eq(list_form_table_file_size).addClass("column-filesize")}if($(this).parent("tr").find('img[src$="inode-directory.png"]').length||$(this).parent("tr").find('img[src$="inode-symlink.png"]').length||$(this).parent("tr").find('img[src$="inode-mount-point.png"]').length){$(this).parent("tr").find("td").eq(list_form_table_file_size).addClass("column-filesize").find("label").text("")}}).promise().done(function(){$(k+" thead th").eq(list_form_table_file_size).css("min-width","51px")})}});var a=$(k+" tbody tr td:nth-child(2)");a.unbind("mouseover");a.on("mouseover","img",function(F){var G=$(this).parents("td"),h=G.find('img[src*="inode-symlink"]'),d=G.next("td").find("a"),f=$(m+' form > input[type="hidden"][name="path"]').val().replace(/\/$/g,"")+"/"+d.text();if(h.length){if(h.attr("symlink-title")!=1){!h.parent().find(".cspinner").length&&h.before('');$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_symlink=1&xhr-get_symlink_path="+f,data:false,dataType:"text",success:function(H){h.attr("data-content",''+escape_html(H)+"").attr("symlink-title","1").data("trigger","manual").data("html",true).data("placement","auto right").data("container","body").data("animation",false);h.is(":hover")&&h.popover("show");h.on("mouseenter",function(){if(h.is(":hover")){$(this).popover("show")}}).on("mouseleave",function(){var I=this;setTimeout(function(){if(!$(".popover:hover").length&&!h.is(":hover")){$(I).popover("hide")}},200)});h.parent().find(".cspinner").remove()},error:function(H){}})}}});$(k+" #select-unselect").parents("th").css("opacity",0).addClass("pointer-events-none");__init__dt_ck__e();if(A){!$(".active table tbody tr.directory_go_up").length&&$(".active table tbody").prepend('  ..')}else{if(r&&r!="/"){!$(k+" tbody tr.directory_go_up").length&&$(k+" tbody").prepend('  ..')}}var c=$(".active td.dataTables_empty");if(c.length){$("tr.directory_go_up").addClass("hidden")}else{$("tr.directory_go_up").removeClass("hidden")}setTimeout(function(){__dpt()},0)},initComplete:function(b){n&&__f___up__d("index.cgi?path="+encodeURIComponentSafe(r?r:A),E,false);!n&&__f___upd___tb(r,E);!n&&__f___up__tb_store();if(x!=false&&n){$('a[href="#tab-'+E+'"').attr("newly-created","1").trigger("click")}if(t){setTimeout(function(){$('a[href="#tab-1"] i.fa-close-box').trigger("click")},100)}$(k+" tbody").on("mouseout","tr",function(c){__f___cs()}).on("mouseover","tr",function(c){$(this).addClass("m-active")});if(C===0||$(k+" tbody tr").length===1&&$(k+" tbody tr td.dataTables_empty").length){l__res_fi()}$(k+' select[name^="DataTables_Table"][name$="_length"]').val(w).change();var a},bInfo:true,destroy:true,oLanguage:{sEmptyTable:lang("theme_xhred_datatable_semptydirectory"),sInfo:lang("theme_xhred_datatable_sinfo"),sInfoEmpty:lang("theme_xhred_datatable_sinfoempty"),sLengthMenu:lang("theme_xhred_datatable_slengthmenu"),sLoadingRecords:lang("theme_xhred_datatable_sloadingrecords"),sProcessing:lang("theme_xhred_datatable_sprocessing"),sSearch:" ",sZeroRecords:lang("theme_xhred_datatable_szerorecords")},conditionalPaging:true,columnDefs:[{orderable:false,targets:[0,1,(u?u:0)]}],bStateSave:true,bPaginate:w,aLengthMenu:[[5,10,15,20,25,30,35,40,50,100,250,500,1000],[5,10,15,20,25,30,35,40,50,100,250,500,1000]]});$('div button[onclick="removeDialog()"]').addClass("disabled o__f_m-button-delete").removeAttr("onclick");$('a[onclick="chmodDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chmod");$('a[onclick="chownDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chown");$('a[onclick="chattrDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chattr");$('a[onclick="chconDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chcon");$('a[onclick="compressDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-compress");$('a[onclick="copySelected()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-copy");$("li.o__f_m-button-copy").addClass("disabled");$('a[onclick="cutSelected()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-cut");$("li.o__f_m-button-cut").addClass("disabled");if(!localStorage.getItem($hostname+"-copy")&&!localStorage.getItem($hostname+"-cut")){$('a[onclick*="paste.cgi"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-paste")}else{$('a[onclick*="paste.cgi"]').removeAttr("onclick").parent("li").addClass("o__f_m-button-paste")}if(z==="extract"){messenger(''+lang("theme_xhred_filemanager_successful_extraction"),5,"info",z+"_info")}if(z==="chmod"){messenger(''+lang("theme_xhred_filemanager_successful_permissions"),5,"info",z+"_info")}if(z==="chown"){messenger(''+lang("theme_xhred_filemanager_successful_ownership"),5,"info",z+"_info")}if(z==="compress"){messenger(''+lang("theme_xhred_filemanager_successful_compression"),5,"info",z+"_info")}if(z==="rename"){messenger(''+lang("theme_xhred_filemanager_successful_rename").replace("%from",escape_html($('#renameForm input[name="file"]').val())).replace("%to",escape_html($('#renameForm input[name="name"]').val())),5,"info",z+"_info")}if(z==="create_folder"){messenger(''+lang("theme_xhred_filemanager_successful_directory_creation").replace("%value",escape_html($('#createFolderForm input[name="name"]').val())),5,"info",z+"_info")}if(z==="create_file"){messenger(''+lang("theme_xhred_filemanager_successful_file_creation").replace("%value",escape_html($('#createFileForm input[name="name"]').val())),5,"info",z+"_info")}}$("body").on("click",".symlink-text-string",function(b){b.preventDefault();b.stopPropagation();var d=$(this);$("body").append('');var c=$(".tmp-clipboard-obj"),a=new Clipboard(".tmp-clipboard-obj");c.trigger("click").remove();a.destroy();messenger(''+lang("theme_xhred_filemanager_link_to_clipboard").replace("%value",escape_html(d.text())),7,"info","link_to_clipboard")});function f_m__bm__cm(){var b=$('#list_form > input[type="hidden"][name="path"]').val(),b=(typeof b!="undefined"?(!b.length?"/":b):false);var a=$(".btn-group > .at-o__f_m-favorites-dropdown").find('li a[href*="index.cgi?path="]').filter(function(){return encodeURIComponentSafe($(this).text())===b});if(a.length){$(".data-context-bookmarks a").text(lang("theme_xhred_filemanager_unbookmark"));$("#__f__c__m").find(".fa-star-o").addClass("fa-star").removeClass("fa-star-o")}else{$(".data-context-bookmarks a").text(lang("theme_xhred_filemanager_bookmark"));$("#__f__c__m").find(".fa-star").removeClass("fa-star").addClass("fa-star-o")}setTimeout(function(){if(!$(".file-manager-remove-bookmark").length){$.each($('.dropdown-menu.at-o__f_m-favorites-dropdown > li:not(.data-context-bookmarks) > a:not([href^="bookmark.cgi"])'),function(e,f){$(this).prepend('')})}var c=$(".btn-group .dropdown-menu.at-o__f_m-favorites-dropdown > li"),d=c.find('a[href]:not([href^="bookmark.cgi"], [href="#"])');c.find(".no_effect").parent("li").remove();if(!d.length){$(".bm_e__me").remove();c.parent("ul").append('
  • '+lang("theme_xhred_filemanager__no_bookmarks")+"
  • ")}else{$(".bm_e__me").remove()}$(".dropdown-menu.at-o__f_m-favorites-dropdown li.divider").nextAll("li").remove();$(".btn-group .at-o__f_m-favorites-dropdown li:not(:first-child):not(:empty)").clone().insertAfter("li.data-context-bookmarks + .divider")},0)}function f_m__bm__c(){var a=$('#list_form > input[type="hidden"][name="path"]').val(),a=(typeof a!="undefined"?(!a.length?"/":a):false);$.each($(".btn-group > .at-o__f_m-favorites-dropdown").find('li a[href*="index.cgi?path="]'),function(){if(encodeURIComponentSafe($(this).text())==a){$(this).parents(".at-o__f_m-favorites-dropdown").find('a[href^="bookmark.cgi?path="]').html(''+lang("theme_xhred_filemanager_unbookmark"));return false}else{$(this).parents(".at-o__f_m-favorites-dropdown").find('a[href^="bookmark.cgi?path="]').html(''+lang("theme_xhred_filemanager_bookmark"))}}).promise().done(function(){setTimeout(function(){f_m__bm__cm()},100)})}function f_m__bm__u(){var b=$('#list_form > input[type="hidden"][name="path"]').val(),b=(typeof b!="undefined"?(!b.length?"/":b):"");var a=$(".btn-group > .at-o__f_m-favorites-dropdown").find('li a[href*="index.cgi?path="]').filter(function(){return encodeURIComponentSafe($(this).text())===b});if(a.length){a.parents(".at-o__f_m-favorites-dropdown").find('a[href^="bookmark.cgi?path="]').html(''+lang("theme_xhred_filemanager_bookmark"));a.parent("li").remove()}else{$(".btn-group > .at-o__f_m-favorites-dropdown").find('a[href^="bookmark.cgi?path="]').html(''+lang("theme_xhred_filemanager_unbookmark"));$("body").find("ul.dropdown-menu.at-o__f_m-favorites-dropdown").append('
  • '+escape_html(decodeURIComponentSafe(b))+"
  • ")}f_m__bm__cm();return a}function __f___upd___cr(d,c){var b=$("body"),a="";b.find(".breadcrumb").empty();if(access_level()==0){b.find(".breadcrumb").append('
  • ')}else{b.find(".breadcrumb").append('
  • ')}$.each($(d),function(e,f){a=a+(f!=""?"/"+f:"");if(f!=""){var h='';(access_level()==3&&a.indexOf($g__user__home+"/")===-1?h="":false);b.find(".breadcrumb").append('
  • '+escape_html(f)+h+"
  • ")}}).promise().done(function(){if(!$.isEmptyObject(c)){b.find(".breadcrumb li a").removeAttr("href").replaceTagName("span");b.find(".breadcrumb li:last-child span").after($(c[0]));b.find(".breadcrumb li:first-child").replaceWith('
  • ');$("div.total").html(c[1])}else{if(!$(".breadcrumb li:first-child").find(".fa.fa-keyboard-o").length&&!$("a.popover-path").length){$(".breadcrumb li:first-child").prepend('
    \'>');if(config_portable_module_filemanager_hide_toolbar!=true){$(".fa.fa-keyboard-o.popover-path").detach().appendTo(".breadcrumb li:last-child");$(".fa.fa-keyboard-o.popover-path").css("margin-left","2px")}$('[data-toggle="popover-path"]').popover()}}})}function __f___upd___tb(c,a){var b=c.replace(/\/$/,"").split("/").slice(-1)[0];b=b?b:"/";if(a){$('li a[href="#tab-'+a+'"] span[data-tab-path]').text(b).attr("data-original-title",(c?escape_html(c):"/"));$("#file-manager-new-instance").removeClass("disabled").find("span.cspinner").parent("span").replaceWith('')}else{$("li.active a span[data-tab-path]").text(b).attr("data-original-title",(c?escape_html(c):"/"))}}function __f___up__tb_store(){var a=[];$(".nav.nav-tabs li a span[data-original-title]").each(function(c,b){var d=$(b).attr("data-original-title").replace(/\/$/,"");a.push(d)}).promise().done(function(){var c={};c[$g__user__]=a;var b=JSON.parse(localStorage.getItem($hostname+"-settings_thirdparty_filemanager_remembered_tabs"));if(!$.isEmptyObject(b)){delete b[$g__user__]}var d=$.extend({},c,b);localStorage.setItem($hostname+"-settings_thirdparty_filemanager_remembered_tabs",JSON.stringify(d))})}function __f___ld__tb_stored_chk(){var a=JSON.parse(localStorage.getItem($hostname+"-settings_thirdparty_filemanager_remembered_tabs"));return(!$.isEmptyObject(a)?a[$g__user__]:false)}function __f___ld__tb_stored(){var a=__f___ld__tb_stored_chk();if($.isArray(a)){$.each($(a),function(c,b){__f___nt(b,false,c)})}}function __f___up__tb_vis(){$(".nav.nav-tabs li").length===1?$(".nav.nav-tabs li:first-child").addClass("hidden"):$(".nav.nav-tabs li:first-child").removeClass("hidden")}function __f___up__d(n,m,k){var e=(decode_html(decodeURIComponentSafe(n)).replace("//","/").replace("index.cgi?path=","")),b=e.split("/"),d=$("body");$('[data-toggle="popover-path"]').popover("hide");$(".popover-path-button").find("i").removeClass("invisible").parent().find(".cspinner").addClass("hidden");__f___upd___cr(b,k);__f___upd___tb(e,m);if(e){$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').removeClass("hidden")}else{$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').addClass("hidden")}t___wi.history.pushState(null,null,$_____link_full+"/"+__f___mn()+"/index.cgi?path=/");$.each($('.modal .modal-body form input[name="path"]'),function(){$(this).val(e)});$('ul li a[href^="bookmark.cgi?path="]').attr("href","bookmark.cgi?path="+escape_html(e));f_m__bm__c();f__dt();setTimeout(function(){__dpt();__r____changed(1);__f___up__tb_vis();__f___up__tb_store()},0)}tab___to______create=1;function __f___nt(d,e,b){var a=encodeURIComponentSafe(decode_html(d)),b=((typeof b!="undefined"&&b===0)?true:false);$this=$("#file-manager-new-instance");$this.blur();$(".nav.nav-tabs li").addClass("disabled");tab___to______create=tab___to______create+1;$(".tabs-top > .nav.nav-tabs").append('
  •  
  • ');$(".tabs-top > .tab-content").append('
    ');var c=$(".active table thead").clone();c.removeClass("hidden");c.prependTo("#list_form_AuthenticThemeTmp"+tab___to______create+" table");__f____r("get","index.cgi?path="+a,false,0,[tab___to______create,e,b]);setTimeout(function(){},0);tab___is______new=true}function __f____r(h,o,k,e,n){if(typeof n=="object"){var f=n[2],m=n[1],n=n[0]}else{var m=true}if(o&&!$.isArray(o)){o=encodeURIParam(o,"path")}var a=decode_html(URI.parseQuery(URI(o).query())["path"].replace("//","/"));typeof n=="undefined"?n=false:false;if(h==="get"){if($("body").find("#list_form table tbody").hasClass("o__f_m-updating")&&m){return}__f_____lo(true,true);(!$("div.popover.popover-path-data.in:visible").length&&!n)&&$('.active a[href="'+escape_html(o)+'"] img').before('');a=encodeURIComponent(a);$.ajax({type:"POST",url:$g__e__path+"/file-manager/list.cgi?path="+a+"&module="+$g__m__name,data:false,dataType:"html",success:function(b){messenger_hide("refreshDir_info");j=$.parseHTML(b);if(!$(j[1]).find("table").length){if($(j[10]).is("h3")&&access_level()==3){messenger(''+$(j[10]).text().replace(" :",":").replace(" ,",","),15,"error","getPath_error")}else{messenger(''+b,15,"error","getPath_error")}__f_____ul();$(".active table .cspinner").remove();if(n){$('a[href="#tab-'+n+'"]').parent("li").remove();$('.tab-content .tab-pane[id="tab-'+n+'"]').remove()}return}else{$('[data-toggle="popover-path"]').popover("hide")}var d=encodeURIComponentSafe(decode_html(decodeURIComponentSafe(o)).replace("//","/").replace("index.cgi?path=",""));!n&&$('#list_form > input[type="hidden"][name="path"]').val(d);m&&$("div.total").append(__f___tl_v());var c=$(j[0]).append(__f___tl_v()).html();m&&$(".total").html(c);if(n){$('.tab-pane[id="tab-'+n+'"]').data("totalValue",c)}else{$(".tab-pane.active form table").data("totalValue",c)}__f___u("upd",$(j[1]).find("table").find(".ui_checked_columns"),e,false,[n,m,decodeURIComponentSafe(a),c,f],$(h[0]).text());$("#__f__c__m").css("display","none")},error:function(b){}})}}function __f___tl_v(){return'. '+lang("theme_xhred_filemanager_selected_entries").replace("%value","0")+' '}function ___f__tw(){if($("body").attr("class")&&$("body").attr("class").indexOf($g__o__f_m)>-1){if($__source_file=="config.cgi"){$('input[name="per_page"], input[name="disable_pagination"], input[name="menu_style"], textarea[name="bookmarks"]').parents("td.col_value").parent("tr").addClass("hidden");$("#columns_size").parent(".awobject").remove();$('form[action="save_config.cgi"]').append('');$(".table-subtable .sub_table_container.table-hardcoded").find("tbody").append(' '+lang("theme_xhred_filemanager_hide_toolbar")+' '+lang("theme_xhred_filemanager_hovered_toolbar")+' '+lang("theme_xhred_filemanager_hide_actions")+' '+lang("theme_xhred_filemanager_settings_tabs_remember_state")+' '+lang("theme_xhred_filemanager_context_calculate_size")+' '+lang("theme_xhred_filemanager_settings_notification_type")+' ");function c(d){typeof d=="undefined"?d=$('input[name="config_portable_module_filemanager_hide_toolbar"]:checked'):false;var e=["config_portable_module_filemanager_hovered_toolbar"];if(d.val()=="true"){$.each(e,function(f,h){$('input[name="'+h+'"], select[name="'+h+'"]').prop("disabled",true);$('input[name="'+h+'"], select[name="'+h+'"]').parent(".aradio").addClass("disabled")})}else{$.each(e,function(f,h){$('input[name="'+h+'"], select[name="'+h+'"]').prop("disabled",false);$('input[name="'+h+'"], select[name="'+h+'"]').parent(".aradio").removeClass("disabled")})}}c();$('input[name="config_portable_module_filemanager_hide_toolbar"]').on("change",function(){c($(this))});$('input[name="config_portable_module_filemanager_hide_toolbar"], input[name="config_portable_module_filemanager_hovered_toolbar"], input[name="config_portable_module_filemanager_hide_actions"], input[name="config_portable_module_filemanager_notification_type"], input[name="config_portable_module_filemanager_remember_tabs"], input[name="config_portable_module_filemanager_calculate_size"]').on("change",function(){var e=$(this).attr("name"),d=$(this).val();localStorage.setItem($hostname+"-"+e,d);window[e]=d;t__wi_p.manageConfig("save")})}else{$(".panel-body").append('
    ');$("#list_form").detach().appendTo("#tab-1");if(typeof jQuery.ui=="object"){$(".tabs-top > ul.nav").sortable({revert:true,delay:100,update:function(){}})}if(config_portable_module_filemanager_remember_tabs&&__f___ld__tb_stored_chk()){__f___ld__tb_stored()}$("#headln2r .btn-group").prepend('')}$("body").on("mouseleave",".popover:not(.file-manager-help)",function(d){d.preventDefault();d.stopPropagation();$(this).popover("hide")});$("div.total").append(__f___tl_v());$(".tab-pane.active").data("totalValue",$("div.total").html());$("body").append('");$("body").on("click","#__f__c__m li i.fa",function(d){$(this).parents("a").trigger("click")});$("body").on("hidden.bs.modal",function(){$(".modal-backdrop").remove()});$("body").on("submit",'form[action="save_config.cgi"]',function(){localStorage.setItem($hostname+"-_________per_page",parseInt($('input[name="per_page"]').val()))});$("body").on("click",function(d){$(".tooltip").each(function(){if(!$(this).is(d.target)&&$(this).has(d.target).length===0&&$(".tooltip").has(d.target).length===0){$(this).tooltip("hide")}})});$("body").on("click",".breadcrumb .fa-caret-right",function(f){f.preventDefault();f.stopPropagation();var d=$(".breadcrumb span[data-tree]"),m=$(".breadcrumb .fa-caret-down"),k=$(this),e=k.attr("data-path"),h=(e?e:"/"),n=k.parent("a").attr("href");$dirCurrent=k.parent("a").text();d.remove();m.addClass("fa-caret-right").removeClass("fa-caret-down");if(k.parent("a").next("span[data-tree]").length){return}k.addClass("invisible").after('');$(this).removeClass("fa-caret-right").addClass("fa-caret-down");k.parent("a").after('
    ');$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_list=1&xhr-get_list_path="+h,data:false,dataType:"JSON",success:function(o){$.each($(o),function(q,p){k.parent("a").next("span[data-tree]").append('  '+($dirCurrent==p?" "+escape_html(p)+"":" "+escape_html(p))+"")}).promise().done(function(){k.removeClass("invisible").next(".cspinner").remove();k.parent("a").removeClass("text-black");k.parent("a").next("span[data-tree]").removeClass("hidden");var q=k.parent("a").next("span[data-tree]"),p=$("span[data-tree] i.fa-folder-open-o").parent("a");if(typeof p.offset()!="undefined"&&typeof q.offset()!="undefined"){q.animate({scrollTop:p.offset().top-q.offset().top+q.scrollTop()},0)}})},error:function(o){}})}).on("mouseenter",".breadcrumb .fa-caret-right",function(d){$(this).parent("a").addClass("text-black")}).on("mouseleave",".breadcrumb .fa-caret-right",function(d){$(this).parent("a").removeClass("text-black")});$("body").on("click",function(e){var d=$(".breadcrumb a + span[data-tree]"),f=$(".breadcrumb .fa-caret-down");if(d.length){d.remove();f.addClass("fa-caret-right").removeClass("fa-caret-down")}});$.each($(".modal .modal-content .modal-footer"),function(e,d){$(this).wrapInner('
    ')});$(".btn-group.pull-right").find(".fa-check-square").removeClass("fa-check-square").addClass("fa-share-square-o");if($___relative_url.indexOf("index.cgi")===-1){t___wi.history.pushState(null,null,$_____link_full+"/"+__f___mn()+"/index.cgi?path=");$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').addClass("hidden");f__dt()}$("#headln2l .help_popup").css("padding","6px 12px");$('ul > li > a[href^="bookmark.cgi?path="]').parents("ul").addClass("at-o__f_m-favorites-dropdown").find(".fa-bookmark-o").removeClass("fa-bookmark-o").addClass("fa-fw fa-star-o");$('div button[onclick="removeDialog()"]').addClass("disabled o__f_m-button-delete").removeAttr("onclick");$('a[onclick="chmodDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chmod");$('a[onclick="chownDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chown");$('a[onclick="chattrDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chattr");$('a[onclick="chconDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chcon");$('a[onclick="compressDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-compress");$('a[onclick="copySelected()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-copy");$('a[onclick="cutSelected()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-cut");if(!localStorage.getItem($hostname+"-copy")&&!localStorage.getItem($hostname+"-cut")){$('a[onclick*="paste.cgi"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-paste")}else{$('a[onclick*="paste.cgi"]').removeAttr("onclick").parent("li").addClass("o__f_m-button-paste")}if(!$t_av_sestatus){$("li.o__f_m-button-chcon").addClass("hidden");$("#__f__c__m a[data-context-chcon]").parent("li").addClass("hidden");$("#__f__c__m .dropdown-submenu-properties").css("top","-74px")}$("body").on("click",'button + .dropdown-menu.at-o__f_m-favorites-dropdown > li > a:not([href^="bookmark.cgi"])',function(){$(this).parents("ul").trigger("mouseleave")});$.each($(".btn-group.pull-right .btn-group"),function(){$(this).find("button > .caret").css("margin-left","3px");$(this).find("button + ul.dropdown-menu > li > a").css("padding-left","12px");$(this).find("button + ul.dropdown-menu > li > a > i").append("  ");$(this).find("ul").addClass("pull-right").find(".fa-paste").removeClass("fa-paste").addClass("fa-fw fa-clipboard").text("").after("  ");$(this).find("ul").addClass("pull-right").find(".fa-search").addClass("fa-fw").text("").after(" ")}).promise().done(function(){f_m__bm__c()});$("body").on("click",".file-manager-remove-bookmark",function(e){e.preventDefault();e.stopPropagation();var d=URI.parseQuery(URI($(this).parent("a").attr("href")).query())["path"];$(this).parent("a").parent("li").remove();$.ajax({type:"POST",url:$g__e__path+"/file-manager/bookmark.cgi?path="+encodeURIComponentSafe(d)+"&module="+$g__m__name,data:false,dataType:"text",success:function(f){f_m__bm__c();messenger(''+lang("theme_xhred_filemanager_unbookmark_success").replace("%value",(d?escape_html(d):"/")),5,"warning","bookmarkAddRemove")},error:function(f){}})});if(access_level()!==0){$("body").find(".breadcrumb li:first-child a").html(' ')}$("body").find(".breadcrumb li:first-child").addClass("fm___root__");__f___u(false,false,0,0);$('button[onclick="selectAll()"], button[onclick="invertSelection()"]').click(function(){setTimeout(function(){__r____changed()},0)});$("body").on("click",'#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]',function(d){d.preventDefault();d.stopPropagation();var e="";if($(".breadcrumb li:first-child a i").hasClass("fa-search")){e="index.cgi?path="+encodeURIComponentSafe($('#list_form > input[type="hidden"][name="path"]').val())}else{e=$(".breadcrumb > li:eq(-2) > a").attr("href")}if(!e){e="index.cgi?path="}__f____r("get",e,false,0);$(".active i.fa-folder-btl").after('')});$("body").on("click",".breadcrumb li > a:not(.fa-keyboard-o), .breadcrumb li > a + span[data-tree] > a, .dropdown-menu.at-o__f_m-favorites-dropdown > li:not(.data-context-bookmarks) > a:not(.no_effect), .active table label > a.o__f_m-follow-file",function(d){d.preventDefault();d.stopPropagation();var f="index.cgi?path=",e=0;if($(this).attr("href")&&$(this).attr("href").indexOf(("/"+$g__o__f_m))===-1){f=$(this).attr("href")}if(f==="index.cgi?path=/"){f="index.cgi?path="}if(f&&f.indexOf("bookmark.cgi?")>-1){e=1;return}__f____r("get",f,false,e);$(".active i.fa-folder-btl").after('')});$("body").on("click",'li.o__f_m-button-copy:not(".disabled") a',function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_copying_selected")+" "+lang("theme_xhred_global_please_wait"),10,"info","copy_info");__f____a("copy",false)});$("body").on("click",'li.o__f_m-button-cut:not(".disabled") a',function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_cutting_selected")+" "+lang("theme_xhred_global_please_wait"),10,"warning","cut_warning");__f____a("cut",false)});$("body").on("click",'li.o__f_m-button-paste:not(".disabled") a',function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_pasting_selected")+" "+lang("theme_xhred_global_please_wait"),100000,"info","paste_info");__f____a("paste",false)});$("body").on("click",'a[href^="extract.cgi"]',function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_unpacking_archive")+" "+lang("theme_xhred_global_please_wait"),100000,"info","extract_info");__f____a("extract",$(this).attr("href"))});$("body").find('#removeDialog button[type="button"][onclick="removeSelected()"]').removeAttr("onclick").addClass("_at_filemanager_delete_submit");$("body").on("click","#removeDialog button._at_filemanager_delete_submit",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_deleting_selected")+" "+lang("theme_xhred_global_please_wait"),100000,"info","delete_info");__f____a("delete",false);modal_dismiss()});$("#removeDialog").on("show.bs.modal",function(){var d=$(this).find("#items-to-remove");d.empty();$.each(_f__gr("checked"),function(){d.append(escape_html($(this).val())+"
    ")})});$("body").find('#renameDialog button[type="button"][onclick="renameSelected()"]').removeAttr("onclick").addClass("_at_filemanager_rename_submit");$("body").on("click","#renameDialog button._at_filemanager_rename_submit",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_renaming_selected")+" "+lang("theme_xhred_global_please_wait"),10,"info","rename_info");__f____a("rename",false)});$("body").on("submit","#renameDialog",function(d){d.preventDefault();d.stopPropagation();$("#renameDialog button._at_filemanager_rename_submit").trigger("click")});$("#renameDialog").on("shown.bs.modal",function(){var d=$(this).find('input[type="text"]');d.focus();d.select()});$("#renameDialog").on("show.bs.modal",function(){var d=$(this).find('input[type="text"]'),e=$(this).find("button._at_filemanager_rename_submit")});$('#renameDialog input[type="text"]').on("keyup change click input",function(e){var d=$("#renameDialog").find("button._at_filemanager_rename_submit");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").find('#createFolderDialog button[type="button"][onclick="createFolder()"]').removeAttr("onclick").addClass("_at_filemanager_create_folder_submit");$("body").on("click","#createFolderDialog button._at_filemanager_create_folder_submit",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_creating_directory")+" `"+escape_html($('#createFolderForm input[name="name"]').val())+"`. "+lang("theme_xhred_global_please_wait")+"",10,"info","create_folder_info");__f____a("create_folder",false)});$("body").on("submit","#createFolderForm",function(d){d.preventDefault();d.stopPropagation();$("#createFolderDialog button._at_filemanager_create_folder_submit").trigger("click")});$("#createFolderDialog").on("shown.bs.modal",function(){var d=$(this).find('input[type="text"]');d.focus()});$("#createFolderDialog").on("show.bs.modal",function(){var d=$(this).find('input[type="text"]'),e=$(this).find("button._at_filemanager_create_folder_submit");d.val("");!d.val()&&e.prop("disabled",true)});$('#createFolderDialog input[type="text"]').on("keyup change click input",function(e){var d=$("#createFolderDialog").find("button._at_filemanager_create_folder_submit");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").find('#createFileDialog button[type="button"][onclick="createFile()"]').removeAttr("onclick").addClass("_at_filemanager_create_file_submit");$("body").on("click","#createFileDialog button._at_filemanager_create_file_submit",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_creating_file")+" `"+$('#createFileForm input[name="name"]').val()+"`. "+lang("theme_xhred_global_please_wait"),10,"info","create_file_info");__f____a("create_file",false)});$("body").on("submit","#createFileForm",function(d){d.preventDefault();d.stopPropagation();$("#createFileDialog button._at_filemanager_create_file_submit").trigger("click")});$("#createFileDialog").on("shown.bs.modal",function(){var d=$(this).find('input[type="text"]');d.focus()});$("#createFileDialog").on("show.bs.modal",function(){var d=$(this).find('input[type="text"]'),e=$(this).find("button._at_filemanager_create_file_submit");d.val("");!d.val()&&e.prop("disabled",true)});$('#createFileDialog input[type="text"]').on("keyup change click input",function(e){var d=$("#createFileDialog").find("button._at_filemanager_create_file_submit");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").find('#downFromUrlDialog button[type="button"][onclick="downFromUrl()"]').removeAttr("onclick").addClass("o__f_m-submitter-url_download");$("body").on("click","#downFromUrlDialog button.o__f_m-submitter-url_download",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_downloading_from")+" "+URI($('#downFromUrlForm input[name="link"]').val()).hostname()+". "+lang("theme_xhred_global_please_wait"),1000000,"info","url_download_info");__f____a("url_download",false)});$("body").on("submit","#downFromUrlForm",function(d){d.preventDefault();d.stopPropagation();$("#downFromUrlDialog button.o__f_m-submitter-url_download").trigger("click")});$("#downFromUrlDialog").on("shown.bs.modal",function(){var d=$(this).find('input[name="link"]');d.focus()});$("#downFromUrlDialog").on("show.bs.modal",function(){var d=$(this).find('input[name="link"]'),e=$(this).find("button.o__f_m-submitter-url_download");!d.val()&&e.prop("disabled",true)});$('#downFromUrlDialog input[name="link"]').on("keyup change click input",function(e){var d=$("#downFromUrlDialog").find("button.o__f_m-submitter-url_download");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("#readyForUploadDialog").on("show.bs.modal",function(){var d=URI.parseQuery(URI($("#upload-form").attr("action")).query())["id"];$("#upload-form").attr("action","upload.cgi?path="+encodeURIComponentSafe($("#upload-form").find('input[name="path"]').val())+"&id="+d+"")});$("body").find('#searchDialog button[type="button"][onclick="search()"]').removeAttr("onclick").addClass("_at_filemanager_search_submit");$("body").on("click","#searchDialog button._at_filemanager_search_submit",function(d){d.preventDefault();d.stopPropagation();__f____a("search",false)});$("body").on("submit","#searchForm",function(d){d.preventDefault();d.stopPropagation();$("#searchDialog button._at_filemanager_search_submit").trigger("click")});$("#searchDialog").on("shown.bs.modal",function(){var d=$(this).find('input[name="query"]');d.focus()}).on("show.bs.modal",function(){$('#searchDialog input[name="query"]').trigger("keyup");$('input[name="grepreplace"]').prop("disabled",true).val("");$("._at_filemanager_search_submit").text(lang("theme_xhred_global_find")).removeClass("btn-warning").addClass("btn-primary")}).on("keyup",'input[name="query"]',function(){if($(this).val().length){$('input[name="grepstring"], input[name="grepreplace"]').removeAttr("disabled")}else{$('input[name="grepstring"], input[name="grepreplace"]').prop("disabled",true)}$('#searchDialog input[name="grepstring"]').trigger("keyup")}).on("keyup",'input[name="grepstring"]',function(){if($(this).val().length){$('input[name="grepreplace"]').removeAttr("disabled")}else{$('input[name="grepreplace"]').prop("disabled",true)}}).on("keyup",'input[name="grepreplace"]',function(){if($.trim($(this).val()).length){$("._at_filemanager_search_submit").text(lang("theme_xhred_global_replace")).removeClass("btn-primary").addClass("btn-warning")}else{$("._at_filemanager_search_submit").text(lang("theme_xhred_global_find")).removeClass("btn-warning").addClass("btn-primary")}});$("#searchDialog").on("show.bs.modal",function(){var d=$(this).find('input[type="text"]'),e=$(this).find("button._at_filemanager_search_submit");!d.val()&&e.prop("disabled",true)});$("body").on("click",".__o__f_m-search-results-data",function(d){var d=$("#path").val();__f____r("get","index.cgi?path="+(d?encodeURIComponentSafe(d):""),false,0)});$('#searchDialog input[type="text"]').on("keyup change click input",function(e){var d=$("#searchDialog").find("button._at_filemanager_search_submit");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").on("click",'a[href^="bookmark.cgi"]',function(d){d.preventDefault();d.stopPropagation();var e=$(this).attr("href");if(e==="bookmark.cgi?path="){e=e+"/"}__f____a("bookmark",e)});$('body #chmodDialog button[onclick="chmodSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-chmod");$("body").on("click","#chmodDialog button.o__f_m-submitter-chmod",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_setting_permissions").replace("%value",escape_html($("#perms").val()))+" "+lang("theme_xhred_global_please_wait"),100000,"info","chmod_info");__f____a("chmod",[$("#perms").val(),$('#chmodForm select[name="applyto"] option:selected').val()])});$("#chmodDialog").on("shown.bs.modal",function(){$('#chmodDialog input[id="perms"]').focus().select()});$('body #chownDialog button[onclick="chownSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-chown");$("body").on("click","#chownDialog button.o__f_m-submitter-chown",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_changing_ownership").replace("%value",escape_html($('#chownForm input[name="owner"]').val())+":"+$('#chownForm input[name="group"]').val())+" "+lang("theme_xhred_global_please_wait"),100000,"info","chown_info");__f____a("chown",[$('#chownForm input[name="owner"]').val(),$('#chownForm input[name="group"]').val(),$('#chownForm input[name="recursive"]').prop("checked")])});$("#chownDialog").on("shown.bs.modal",function(){$('#chownDialog input[name="owner"]').focus()});$("#chownDialog").on("show.bs.modal",function(){var d=$(this).find("button.o__f_m-submitter-chown");d.prop("disabled",true)});$('#chownDialog input[name="owner"], #chownDialog input[name="group"]').on("keyup change click input",function(e){var d=$("#chownDialog").find("button.o__f_m-submitter-chown");if($('#chownDialog input[name="owner"]').val()&&$('#chownDialog input[name="group"]').val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$('#chownDialog input[name="owner"], #chownDialog input[name="group"]').on("keyup",function(d){d.preventDefault();var e=d.which;if(e==13){$("#chownDialog button.o__f_m-submitter-chown").trigger("click")}});$("#chownDialog").on("show.bs.modal",function(){$('#chownDialog input[name="owner"], #chownDialog input[name="group"]').val("");$('#chownDialog input[name="recursive"]').removeAttr("checked")});$('body #chattrDialog button[onclick="chattrSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-chattr");$("body").on("click","#chattrDialog button.o__f_m-submitter-chattr",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_changing_attributes").replace("%value",escape_html($('#chattrForm input[name="label"]').val()))+" "+lang("theme_xhred_global_please_wait"),100000,"info","chattr_info");__f____a("chattr",[$('#chattrForm input[name="label"]').val(),$('#chattrForm input[name="recursive"]').prop("checked")])});$("#chattrDialog").on("shown.bs.modal",function(){$('#chattrDialog input[name="label"]').focus()});$("#chattrDialog").on("show.bs.modal",function(){var d=$(this).find("button.o__f_m-submitter-chattr");d.prop("disabled",true)});$('#chattrDialog input[name="label"]').on("keyup change click input",function(e){var d=$("#chattrDialog").find("button.o__f_m-submitter-chattr");if($('#chattrDialog input[name="label"]').val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$('#chattrDialog input[name="label"]').on("keyup",function(d){d.preventDefault();var e=d.which;if(e==13){$("#chattrDialog button.o__f_m-submitter-chattr").trigger("click")}});$("#chattrDialog").on("show.bs.modal",function(){$('#chattrDialog input[name="label"]').val("");$('#chattrForm input[name="recursive"]').removeAttr("checked")});$('body #chconDialog button[onclick="chconSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-chcon");$("body").on("click","#chconDialog button.o__f_m-submitter-chcon",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_changing_secontext").replace("%value",escape_html($('#chconForm input[name="label"]').val()))+" "+lang("theme_xhred_global_please_wait"),100000,"info","chcon_info");__f____a("chcon",[$('#chconForm input[name="label"]').val(),$('#chconForm input[name="recursive"]').prop("checked")])});$("#chconDialog").on("shown.bs.modal",function(){$('#chconDialog input[name="label"]').focus()});$("#chconDialog").on("show.bs.modal",function(){var d=$(this).find("button.o__f_m-submitter-chcon");d.prop("disabled",true);var k={};$.unique($("tr td span[data-secontext]").map(function(){k[$(this).text()]=$(this).text()}).get());var f=$.map(k,function(p,o){if(o!="undefined"){return{value:p,url:o,data:{category:0}}}});function e(m){$('#chconDialog input[name="label"]').autocomplete({lookup:f,onSelect:function(n){},showNoSuggestionNotice:true,noSuggestionNotice:lang("theme_xhred_global_no_results_found")})}if(typeof $().autocomplete==="function"){e()}else{var h=0;if(t__wi_p.$load____ext==="src"){h=$('html head link[href*="css/jquery.jspanel."]:first')}else{h=$('html head link[href*="css/bundle."]:first')}if(!$('html head link[href*="css/autocomplete."]').length){h.before('')}$.getScript(""+$_____link_full+"/unauthenticated/js/jquery.autocomplete."+t__wi_p.$load____ext+".js",function(m,o,n){e();t__wi_p.$___ajax_requested_url="_blank"})}});$('#chconDialog input[name="label"]').on("keyup change click input",function(e){var d=$("#chconDialog").find("button.o__f_m-submitter-chcon");if($('#chconDialog input[name="label"]').val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$('#chconDialog input[name="label"]').on("keydown",function(d){var e=d.which;if(e==13&&!$(".autocomplete-suggestions:visible").length){$("#chconDialog button.o__f_m-submitter-chcon").trigger("click")}});$("#chconDialog").on("show.bs.modal",function(){$('#chconDialog input[name="label"]').val("");$('#chconForm input[name="recursive"]').removeAttr("checked")});function a(){$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_command_exists=1&xhr-get_command_exists_name=zip",data:false,dataType:"text",success:function(d){if(!d){$('select[name="method"]').val("tar");$('select[name="method"] option[value="zip"]').prop("disabled",true);messenger(''+(lang("theme_xhred_global_no_such_command").replace("%cmd","zip")),15,"error")}else{$('select[name="method"] option[value="zip"]').prop("disabled",false)}},error:function(d){}})}$('body #compressDialog button[onclick="compressSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-compress").prop("disabled",true);$("body").on("click","#compressDialog button.o__f_m-submitter-compress",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_compressing_selected")+" "+lang("theme_xhred_global_please_wait"),100000,"info","compress_info",0);__f____a("compress",[escape_html($('#compressSelectedForm input[name="filename"]').val()),$('#compressSelectedForm select[name="method"] option:selected').val()])});$('#compressDialog input[name="filename"]').on("keyup change click input",function(e){var d=$("#compressDialog").find("button.o__f_m-submitter-compress");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").on("submit","#compressSelectedForm",function(d){d.preventDefault();d.stopPropagation();$("#compressDialog button.o__f_m-submitter-compress").trigger("click")});$("#compressDialog").on("show.bs.modal",function(){$('#compressDialog input[name="filename"]').val("")}).on("shown.bs.modal",function(){$('#compressDialog input[name="filename"]').focus();$('select[name="method"] option[value="zip"]').prop("disabled",false);if($('select[name="method"]').val()=="zip"){a()}});$('select[name="method"]').change(function(d){if($(this).val()=="zip"){a()}});$("body").on("click",".dropdown-menu > li.disabled",function(d){d.preventDefault();d.stopPropagation()});if($__source_file==="index.cgi"&&!URI(t___wi.location).hasQuery("path")){$("#headln2l").find('a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').addClass("hidden")}$(".btn-group.pull-right > button:eq(2)").removeAttr("onclick");$("body").on("click",".btn-group.pull-right > button:eq(2)",function(d){var e=$("#path").val();__f____r("get","index.cgi?path="+(e?encodeURIComponentSafe(e):""),false,0);messenger(''+lang("theme_xhred_filemanager_refreshing")+" "+lang("theme_xhred_global_please_wait"),100000,"info","refreshDir_info")});setTimeout(function(){if(config_portable_module_filemanager_hovered_toolbar!=true){$(".btn-group.pull-right > .btn-group > button").hover(function(d){d.preventDefault();d.stopPropagation()})}},100);$("body").on("click",".btn-group.pull-right > button:eq(0), .btn-group.pull-right > button:eq(1), input",function(){if($(".active table tbody input:checked").length!==0){__f___ub()}else{__f___lb()}});$(".o__f_m-button-chmod a").html('  '+lang("theme_xhred_filemanager_context_chmod"));$("#chmodDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_chmod"));$(".o__f_m-button-chown a").html('  '+lang("theme_xhred_filemanager_context_chown"));$("#chownDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_chown"));$(".o__f_m-button-chattr a").html('  '+lang("theme_xhred_filemanager_context_chattr"));$("#chattrDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_chattr"));$(".o__f_m-button-chcon a").html('  '+lang("theme_xhred_filemanager_context_chcon"));$("#chconDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_chcon"));$(".o__f_m-button-compress a").html('   '+lang("theme_xhred_filemanager_context_newarchive"));$("#compressDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_newarchive"));$("#searchDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_search"));$(".o__f_m-button-copy a").html('   '+lang("theme_xhred_filemanager_context_copy"));$(".o__f_m-button-cut a").html('   '+lang("theme_xhred_filemanager_context_cut"));$('.btn-group .btn-group a[onclick="createFileDialog()"]').html('   '+lang("theme_xhred_filemanager_context_newfile"));$("#createFileDialog .modal-header h4").html('   '+lang("theme_xhred_filemanager_context_newfile"));$('.btn-group .btn-group a[onclick="createFolderDialog()"]').parent("li").addClass("_createFolderDialog_");$('.btn-group .btn-group a[onclick="createFolderDialog()"]').html('   '+lang("theme_xhred_filemanager_context_newfoder"));$("#createFolderDialog .modal-header h4").html('   '+lang("theme_xhred_filemanager_context_newfoder"));$('.btn-group .btn-group a[onclick="viewReadyForUpload()"]').html('   '+lang("theme_xhred_filemanager_context_upload"));$("#readyForUploadDialog .modal-header h4").html('   '+lang("theme_xhred_filemanager_context_upload"));$('.btn-group .btn-group a[onclick="downFromUrlDialog()"]').html('   '+lang("theme_xhred_filemanager_context_download"));$("#downFromUrlDialog .modal-header h4").html('   '+lang("theme_xhred_filemanager_context_download"));$("#renameDialog .modal-header h4").prepend('   ');$('.btn-group .btn-group a[onclick="downFromUrlDialog()"] i').removeClass("fa-globe").addClass("fa-download");$("#removeDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_delete_selected"));$(".o__f_m-button-compress").detach().insertAfter("._createFolderDialog_");if(config_portable_module_filemanager_hide_toolbar){$(".btn-group.pull-right").addClass("hidden");$(".breadcrumb.pull-left").removeClass("pull-left").addClass("pull-right").css("margin-bottom","-20px");$(".o__f_m-main-spinner").css({"margin-top":"40px","margin-left":"170px"})}$(".btn-group .at-o__f_m-favorites-dropdown li:not(:first-child):not(:empty)").clone().insertAfter("li.data-context-bookmarks + .divider");$("body").on("inserted.bs.popover",'.breadcrumb:visible [data-toggle="popover-path"]',function(){$(".popover-path-input").parents(".popover").addClass("popover-path-data")});$("body").on("shown.bs.popover",'.breadcrumb:visible [data-toggle="popover-path"]',function(){$(".popover-path-input").val(decodeURIComponentSafe($("#path").val()));$(".popover-path-input").focus();$(".popover-path-input").keydown(function(d){var e=d.keyCode?d.keyCode:d.which;if(e==13){$(".breadcrumb").append('');$(".popover-path-button").find("i").addClass("invisible").parent().find(".cspinner").removeClass("hidden");$(".popover-path-input-value").find("a").trigger("click").remove();$('[data-toggle="popover-path"]').popover("hide");__f__ld__sh()}});setTimeout(function(){$(".popover-path-data").animate({opacity:1},$settings_animation_left_slide_time)},100)});$("body").on("hide.bs.popover",'[data-toggle="popover-path"]',function(){$(".popover-path-data").css("opacity",0)});$("body").on("click",".popover-path-button",function(){var d=jQuery.Event("keydown");d.which=13;$(".popover-path-input").trigger(d)});$("body").on("contextmenu",".breadcrumb",function(d){d.preventDefault();$('[data-toggle="popover-path"]').popover("show")});$("#nothingSelected").remove();$(".active ul.pagination li:first-child").trigger("click")}f__mgk_fi();$('.file-manager .modal-content input:not([type="radio"], [type="checkbox"], [type="hidden"])').addClass("heighter-28");setTimeout(function(){l__res_fi()},10);$("body").on("click",".active .ui_checked_columns",function(f){var e=f.keyCode?f.keyCode:f.which;if(get_selected_text()){return}if(e!==1){return}var h=$(f.target).parents("tr");if($(f.target).is(":checkbox")||$(f.target).is(".lawobject")){return}var d=$("#path").val();goup=h.hasClass("directory_go_up"),link=h.find('td a[href*="index.cgi?path="]').attr("href"),link_escaped=h.find("td a[data-filemin-link]").attr("data-filemin-link"),download=h.find('td a[href*="download.cgi?"]').attr("href"),td_tag=($(f.target).is("td"));if(goup){$(".active i.fa-folder-btl").after('');$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').trigger("click")}if(download&&!td_tag){return}f.preventDefault();if(link){$(this).find("img").before('');__f____r("get",("index.cgi?path="+(encodeURIComponentSafe(decode_html(d))+"/"+encodeURIComponentSafe(decode_html(link_escaped)))),false,0);return}if(td_tag){$(f.target).parents("tr").find('td.ui_checked_checkbox input[type="checkbox"]').trigger("click");return}});$("body").on("keydown",function(d){var k=d.keyCode?d.keyCode:d.which;if($("#__f__c__m").is(":visible")&&k==27){$("#__f__c__m").css("display","none");return}else{if($("#__f__c__m").is(":visible")){return}}if($("input.popover-path-input").is(":focus")||$(".popover:visible").length){return}if(!$(":focus").parents(".jsPanel").is(".jsPanel")&&!$(".modal.in").length){if(k==32&&d.ctrlKey){d.preventDefault();d.stopPropagation();if(!d.shiftKey){$("#file-manager-new-instance:not(.disabled_no_styling)").trigger("click")}else{$(".nav.nav-tabs").find("li.active").find("a").find("i").trigger("click")}}if((k==37||k==39)&&d.ctrlKey){d.preventDefault();d.stopPropagation();if(k==37){$(".nav.nav-tabs").find("li.active").prev("li").find("a").trigger("click")}else{$(".nav.nav-tabs").find("li.active").next("li").find("a").trigger("click")}return}if((k==49||k==50||k==51||k==52||k==53||k==54||k==55||k==56||k==57)&&d.ctrlKey){var y=(k-48);d.preventDefault();d.stopPropagation();$.each($(".nav.nav-tabs").find("li"),function(n,m){if((n+1)==y){$(this).find("a").trigger("click");return}});return}}if((k==120||k==121)&&!d.ctrlKey&&!d.shiftKey&&!$(":focus").parents(".jsPanel").is(".jsPanel")&&!$(".modal.in").length){if(k==120){$('a[onclick="downFromUrlDialog()"]').trigger("click");return}if(k==121){$('a[onclick="viewReadyForUpload()"]').trigger("click");return}}if(!$("input.popover-path-input").is(":focus")&&String.fromCharCode(k).toLowerCase()=="l"&&d.ctrlKey&&!$(":focus").parents(".jsPanel").is(".jsPanel")&&!$(".modal.in").length){d.preventDefault();d.stopPropagation();var C=$('#headln2r > div.btn-group > a[href^="config.cgi"]');if(is_scrolled_into_view(C)){$('[data-toggle="popover-path"]').popover("show")}else{C.scrollIntoView({duration:200,direction:"vertical",complete:function(){setTimeout(function(){$('[data-toggle="popover-path"]').popover("show")},100)}})}return}if(k==93&&!$(":focus").parents(".jsPanel").is(".jsPanel")&&!$(".modal.in").length){d.preventDefault();d.stopPropagation();if(!$("#list_form table tbody tr.m-active").length){$("#list_form table tbody tr:first-child:not(.directory_go_up)").addClass("m-active")}$("#list_form table tbody tr.m-active").find("td:first-child input").trigger("contextmenu");return}if(k==13&&$(":focus").parents(".jsPanel").is(".jsPanel")){if(d.ctrlKey&&d.shiftKey){$(":focus").parents(".jsPanel").find("._filemanager_file_editor_save").trigger("click");$(":focus").parents(".jsPanel").find(".jsPanel-btn-close").trigger("click")}else{if(d.ctrlKey){$(":focus").parents(".jsPanel").find("._filemanager_file_editor_save").trigger("click")}}}if(k==27&&$(":focus").parents(".jsPanel").is(".jsPanel")){if(d.ctrlKey){$(":focus").parents(".jsPanel").find(".jsPanel-btn-min").trigger("click")}else{$(":focus").parents(".jsPanel").find(".jsPanel-btn-close").trigger("click")}return}if($(":focus").parents(".jsPanel").is(".jsPanel")){return}if(k==13&&$("#list_form table tbody tr.m-active").length===1&&!$(".modal.in").length){if($("#list_form table tbody tr.m-active").hasClass("directory_go_up")){$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').trigger("click")}else{var v=$('.active form table tbody tr.m-active td a[href*="index.cgi?path="]');v.length&&v.first()[0].click()}return}if(!$(".modal.in").length&&d.ctrlKey&&(String.fromCharCode(k).toLowerCase()=="c"||String.fromCharCode(k).toLowerCase()=="v"||String.fromCharCode(k).toLowerCase()=="x")){if($("#list_form table tbody tr td:first-child").find("input:checked").length===0&&$("#list_form table tbody tr.m-active").length===1&&d.ctrlKey&&(String.fromCharCode(k).toLowerCase()=="c"||String.fromCharCode(k).toLowerCase()=="v"||String.fromCharCode(k).toLowerCase()=="x")){$("#list_form table tbody tr.m-active").find("td:first-child input").trigger("click")}}if(k==13){if($(".modal.in").length){d.preventDefault();d.stopPropagation();if($(".modal.in .modal-footer button._at_filemanager_delete_submit").length){$(".modal.in .modal-footer button._at_filemanager_delete_submit").trigger("click")}else{if($(".modal.in .modal-footer button.o__f_m-submitter-chmod").length){$(".modal.in .modal-footer button.o__f_m-submitter-chmod").trigger("click")}else{if($(".modal.in .modal-footer button._at_filemanager_create_folder_submit").length){$(".modal.in .modal-footer button._at_filemanager_create_folder_submit").trigger("click")}else{if($(".modal.in .modal-footer button._at_filemanager_create_file_submit").length){$(".modal.in .modal-footer button._at_filemanager_create_file_submit").trigger("click")}else{if($(".modal.in .modal-footer button.o__f_m-submitter-compress").length){$(".modal.in .modal-footer button.o__f_m-submitter-compress").trigger("click")}else{if($(".modal.in .modal-footer button._at_filemanager_rename_submit").length){$(".modal.in .modal-footer button._at_filemanager_rename_submit").trigger("click")}else{if($(".modal.in .modal-footer button._at_filemanager_search_submit").length){$(".modal.in .modal-footer button._at_filemanager_search_submit").trigger("click")}}}}}}}}}if(k==13&&$("#list_form table tbody tr:not(.directory_go_up)").length===1&&!$(".modal.in").length&&t__wi_p.t___p__xhr_r===0){$('.active form table tbody tr td a[href*="index.cgi?path="]').length&&$('.active form table tbody tr td a[href*="index.cgi?path="]').first()[0].click();return}if(k==13){return}if((k==32)&&!d.shiftKey&&!$("#list_form table tbody tr.m-active").length){return}if((k==46||k==113||k==114||k==115||k==116||k==117||k==119)&&!_f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length&&!$(".ui_checked_columns input:checked").length&&!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input").is(":focus")&&!$("#list_form table tbody tr.m-active").length&&(!d.shiftKey||(k==116&&d.shiftKey)||(k==115&&!d.shiftKey))){d.preventDefault();d.stopPropagation();if(t___wi.document.activeElement&&$(t___wi.document.activeElement).is('a[href^="edit_file.cgi"]')){return}messenger(''+lang("theme_xhred_filemanager_nothing_is_selected"),0.75,"warning","noSelection_warning");return}if(!d.shiftKey&&!d.ctrlKey&&!d.altKey&&!d.metaKey&&!$("#__f__c__m").is(":visible")){if(k!=33&&k!=34&&$("#list_form table tbody tr.m-active").length){d.preventDefault();d.stopPropagation()}if(typeof ___contextmenu__triggered___!="undefined"){return}l=$("#list_form table tbody tr.m-active").removeClass("m-active");var u=l.index();var E=l.index();if(k==38&&!$(".modal.in").length){if($(".dataTable-mirror").is(":focus")){$.each($("input"),function(){$(this).blur()})}E--;$(".dataTables_filter label input").blur();$("#list_form table tbody tr").addClass("m-not-active")}if(k==40&&!$(".modal.in").length){if($(".dataTable-mirror").is(":focus")){$.each($("input"),function(){$(this).blur()})}E++;$(".dataTables_filter label input").blur();$("#list_form table tbody tr").addClass("m-not-active")}}if((k==38||k==40||k==32||k==13||k==46||k==119||k==117||k==115||k==116||k==113||k==114)&&!$(".modal.in").length){l=(!$("#list_form table tbody tr").find(".dataTables_empty").length&&$("#list_form table tbody tr").eq(E).addClass("m-active m-not-active"))}if(k==27){d.preventDefault();d.stopPropagation();$('.modal.in button[data-dismiss="modal"]').trigger("click")}if(k==35&&!$("input").is(":focus")){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();l=$("#list_form table tbody tr").eq(parseInt($("#list_form table tbody tr").length)-1).addClass("m-active m-not-active")}}if(k==36&&!$("input").is(":focus")){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();l=$("#list_form table tbody tr").eq(0).addClass("m-active m-not-active")}}if(k==13){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();$(".dataTables_filter label input").blur();$("#list_form table tbody tr.m-active").find("td:first-child").trigger("click")}}if(k==8&&!$(".o__f_m-main-spinner").is(":visible")&&!$("input").is(":focus")){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();$(".active i.fa-folder-btl").after('');$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]:not(.hidden)').trigger("click")}}if(k==32&&!d.ctrlKey){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();var B=$("#list_form table tbody tr.m-active"),e=jQuery.Event("keydown");B.find("td:first-child input").trigger("click");e.which=40;$("body").trigger(e);__r____changed();if(config_portable_module_filemanager_calculate_size){__f__get_fs()}}}if(k==106||(d.shiftKey&&k==56)){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();$('body button[onclick="invertSelection()"]').trigger("click")}}if(k==107||(d.shiftKey&&k==187)){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();$('body button[onclick="selectAll()"]').trigger("click")}}if(k==109||(d.shiftKey&&k==189)){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();var F=document.getElementsByClassName("ui_checked_columns");for(i=0;i"+(escape_html(decodeURIComponentSafe(D))+" ("+escape_html(decodeURIComponentSafe($("#path").val()))+")")+""),p=$(this).parents("div.jsPanel"),n=(parseInt(q.attr("id").replace("jsPanel-",""))+1);if(!$(t).find("textarea").length){var t=$(H).find('form[action="save_file.cgi"]').append($(H).find("#data").removeAttr("id")).prepend($(H).find("#file").removeAttr("id")).prepend($(H).find("#path").removeAttr("id"))}q.title(I);p.data("jspuid",A);p.find(".jsPanel-hdr h3").prepend('  ').find("strong").attr("title",I);p.find(".jsPanel-content").html(t);$("#jsPanel-min-container").css({width:$(window).width(),overflow:"auto"});var s=p.find(".jsPanel-content");var m=s.find(".ui_form_end_buttons tr td span:first-child input"),r=s.find(".ui_form_end_buttons tr td span:nth-child(2) input");s.find(".ui_form_end_buttons").remove();p.find(".jsPanel-hdr .jsPanel-hdr-r").append('
    ');p.find(".jsPanel-btn-max").trigger("click");t__cm___init(s.find("textarea"),I,[null,parseInt(s.css("height"))],n);p.animate({opacity:1},400,function(){window["__cm_editor_"+n].focus()});q.on("jspanelbeforeclose",function(x,L){var K=$("#"+L)});p.find("._filemanager_file_editor_save").click(function(x){$(this).find("i").replaceWith(t__lo__btn_md());$(this).removeClass("text-danger");p.find('form[action="save_file.cgi"]').submit()});function J(){var x=p.find("._filemanager_file_editor_save");x.find(".cspinner").remove();x.find("i").remove();x.prepend('')}p.find('form[action="save_file.cgi"]').submit(function(K){K.preventDefault();K.stopPropagation();messenger(''+lang("theme_xhred_filemanager_saving_file").replace("%value",I)+" "+lang("theme_xhred_global_please_wait"),5,"info","savingFileStart");var x=p.find('form[action="save_file.cgi"] input:not([name="path"]), form[action="save_file.cgi"] textarea').serialize();x=x+"&path="+$("#path").val();$.ajax({type:"POST",url:$_____link_full+"/"+__f___mn()+"/save_file.cgi",data:x,dataType:"text",success:function(L){var M=p.find("._filemanager_file_editor_save .cspinner");if(!$(L).find("textarea#data").length){messenger(''+$(L).find(".panel-body").html(),10,"error","savingFileError");if(M.parent(".btn").index()===1){modal_dismiss()}J();return}messenger(''+lang("theme_xhred_filemanager_file_saved").replace("%value",I),1.5,"success","savingFileDone");J()},error:function(L){}})})}},selector:"body",resizable:"disabled",draggable:"disabled",theme:"light",controls:{normalize:"disable",smallify:"disable"},maximizedMargin:{top:20,right:25,bottom:20,left:25},dblclicks:{title:"minimize"},onbeforeclose:function(){if($("body").find(".bootbox-o__f_m-save-prompt").length&&this.find("._filemanager_file_editor_save.text-danger").length){return false}if(this.find("._filemanager_file_editor_save.text-danger").length){$this=this;bootbox.dialog({message:""+lang("theme_xhred_filemanager_file_edit_but_not_saved")+"

    "+lang("theme_xhred_filemanager_file_edit_but_not_saved_what_to_do")+"",title:'   '+$this.find(".jsPanel-title strong").text()+"",buttons:{success:{label:'   '+lang("theme_xhred_global_save_and_close")+"  ",className:"btn-primary vertical-align-top ",callback:function(){$this.find(".jsPanel-btn-save").trigger("click");$this.find(".jsPanel-btn-close").trigger("click")}},danger:{label:'   '+lang("theme_xhred_global_close_without_saving")+"  ",className:"btn-danger vertical-align-top margined-left--2",callback:function(){$this.find("._filemanager_file_editor_save.text-danger").removeClass("text-danger");$this.find(".jsPanel-btn-close").trigger("click")}},main:{label:'   '+lang("theme_xhred_global_continue_editing")+"  ",className:"btn-default vertical-align-top margined-left--2",callback:function(){setTimeout(function(){var m=window["__cm_editor_"+(parseInt($this.attr("id").replace("jsPanel-",""))+1)];m&&m.focus()},100)}}},onEscape:function(){setTimeout(function(){var m=window["__cm_editor_"+(parseInt($this.attr("id").replace("jsPanel-",""))+1)];m&&m.focus()},100)}});return false}},onbeforemaximize:function(){if($("body").find(".bootbox-o__f_m-save-prompt").length&&this.find("._filemanager_file_editor_save.text-danger").length){return false}}});__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_not_editable"),0.75,"warning","notEditableTarget")}}}if(!$("input").is(":focus")&&!$("select").is(":focus")&&!$("textarea").is(":focus")&&!$(".modal.in").length&&k!=32&&k!=113&&k!=114&&k!=106&&k!=107&&k!=116&&k!=109&&k!=46&&k!=119&&k!=118&&k!=115){if($(".tab-pane.active .paginate_button.next").parents("ul.pagination").hasClass("pointer-events-none")){return}if(k===39){$(".tab-pane.active .paginate_button.next").trigger("click");$("#list_form table tbody tr.m-active").removeClass("m-active");$("#list_form table tbody tr").addClass("m-not-active")}else{if(k===37){$(".tab-pane.active .paginate_button.previous").trigger("click");$("#list_form table tbody tr.m-active").removeClass("m-active");$("#list_form table tbody tr").addClass("m-not-active")}else{var f=String.fromCharCode(k);if(f&&/[a-zA-Z0-9]/.test(f)&&!d.ctrlKey&&!d.altKey&&!d.metaKey){$(".dataTables_filter label input").trigger("keyup").focus()}}}}if(String.fromCharCode(k).toLowerCase()=="s"&&d.ctrlKey){d.preventDefault();d.stopPropagation();_f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length&&__f__get_fs()}if(d.shiftKey&&d.ctrlKey){return}if(!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input.popover-path-input").is(":focus")&&!$(".btn-filter-top-right input").is(":focus")&&(k==115||k==116||k==118||String.fromCharCode(k).toLowerCase()=="c"||String.fromCharCode(k).toLowerCase()=="v"||String.fromCharCode(k).toLowerCase()=="x")){if((!(String.fromCharCode(d.which).toLowerCase()=="c"&&d.ctrlKey)&&!(String.fromCharCode(d.which).toLowerCase()=="v"&&d.ctrlKey)&&!(String.fromCharCode(d.which).toLowerCase()=="x"&&d.ctrlKey)&&!(k==115&&d.shiftKey)&&!(k==116&&d.shiftKey)&&!(k==118&&d.shiftKey))&&!(d.which==19)){return true}d.preventDefault();if(k==115){if(!$(".modal.in").length){d.stopPropagation();$('a[onclick = "createFileDialog()"]').trigger("click");__f___cs();return}}if(k==116){if(!$(".modal.in").length){d.stopPropagation();if($("#list_form table tbody tr.m-active").find("i.fa-extract-archive").parent("a").length){var w=$("#list_form table tbody tr.m-active").find("td.ui_checked_checkbox input");!w.is(":checked")&&w.trigger("click");d.preventDefault();d.stopPropagation();$("#list_form table tbody tr.m-active").find("i.fa-extract-archive").parent("a")[0].click();__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_not_decompressable"),0.75,"warning","notDecompressableTarget")}return}}if(k==118){if(!$(".modal.in").length){d.stopPropagation();$('a[onclick = "searchDialog()"]').trigger("click");__f___cs();return}}if(String.fromCharCode(k).toLowerCase()=="c"){if(!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input.popover-path-input").is(":focus")){d.stopPropagation();if(!$(".o__f_m-button-copy.disabled").length){$("body .o__f_m-button-copy a").trigger("click");__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_no_selection_to_copy"),0.75,"warning","nothingSelected")}return}}if(String.fromCharCode(k).toLowerCase()=="v"){if(!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input.popover-path-input").is(":focus")){d.stopPropagation();if(!$(".o__f_m-button-paste.disabled").length){$("body .o__f_m-button-paste a").trigger("click");__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_empty_clipboard"),0.75,"warning","emptyClipboard")}return}}if(String.fromCharCode(k).toLowerCase()=="x"){if(!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input.popover-path-input").is(":focus")){d.stopPropagation();if(!$(".o__f_m-button-cut.disabled").length){$("body .o__f_m-button-cut a").trigger("click");__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_no_selection_to_cut"),0.75,"warning","nothingSelected")}return}}return}});$("body").on("click","a.action-link > .fa",function(f){f.preventDefault();if($(this).hasClass("fa-extract-archive")){var d=$(this).parents("tr").find("td.ui_checked_checkbox input");!d.is(":checked")&&d.trigger("click")}else{if($(this).hasClass("fa-i-cursor")){f.stopPropagation()}}});$("body").on("click","#file-manager-new-instance:not(.disabled_no_styling)",function(d){__f___nt($("#path").val(),true)});$("body").on("click",".nav.nav-tabs li.ui-sortable-handle.disabled",function(d){d.preventDefault;d.stopPropagation;return false});$("body").on("mouseenter mousemove",".nav.nav-tabs li",function(){$(this).find("a > i").removeClass("invisible")}).on("mouseleave",".nav.nav-tabs li",function(){$(this).find("a > i").addClass("invisible")});$("body").on("click",".nav.nav-tabs li:not(.disabled) i",function(k){k.preventDefault;if($(".nav.nav-tabs li:not(.ui-sortable-placeholder)").length<=1){return}var h=$(this),f=h.parent("a").parent("li"),d=parseInt(h.parent("a").attr("href").replace(/^\D+/g,""));if(!f.hasClass("active")){$('a[href="#tab-'+d+'"]').parent("li").remove();$('.tab-content .tab-pane[id="tab-'+d+'"]').remove();__f___up__tb_vis();__f___up__tb_store()}else{tab___to______delete=d;if(h.parent("a").parent("li").prev("li:not(.active)").length){h.parent("a").parent("li").prev("li:not(.active)").find("a").trigger("click")}else{if(h.parent("a").parent("li").next("li:not(.active)").length){h.parent("a").parent("li").next("li:not(.active)").find("a").trigger("click")}}}return false});$("body").on("hide.bs.tab",'a[data-toggle="tab"]',function(d){var f=$(d.target).attr("href").replace(/^\D+/g,"");if($(".__o__f_m-search-results").length){$('.tab-content .tab-pane[id="tab-'+f+'"]').data("searchQuery",$(".__o__f_m-search-results")).data("searchQueryTotal",$(".total").html())}});$("body").on("show.bs.tab",'a[data-toggle="tab"]',function(d){$(".nav.nav-tabs li").addClass("disabled")});$("body").on("shown.bs.tab",'a[data-toggle="tab"]',function(m){setTimeout(function(){$(".nav.nav-tabs li").removeClass("disabled")},400);var k=$(m.target).attr("href"),h=k.replace(/^\D+/g,""),n=$(m.relatedTarget).attr("href"),d=n.replace(/^\D+/g,""),f="_AuthenticThemeTmp"+d;$(n).find("form").attr({id:"list_form"+f,name:"list_form"+f});$(n).find(".ui_checked_columns").removeClass("ui_checked_columns").addClass("_ui_checked_columns_tmp");$.each($(n).find("form *[id]"),function(){var q=$(this).attr("id"),e=$(this).attr("name"),p=q+f,o=(e?(e+f):false);if(q.indexOf("DataTable")===-1){$(this).attr({id:p});if(e){$(this).attr({name:o})}}}).promise().done(function(){var e="_AuthenticThemeTmp"+h;$(k).find("._ui_checked_columns_tmp").addClass("ui_checked_columns").removeClass("_ui_checked_columns_tmp");$(k).find("form").attr({id:"list_form",name:"list_form"});$.each($(k).find("form *[id]"),function(){var r=$(this).attr("id"),p=$(this).attr("name"),q=r.replace(e,""),o=(p?p.replace(e,""):false);if(r.indexOf(e)>-1){$(this).attr({id:q});if(p){$(this).attr({name:o})}}}).promise().done(function(){__f__c__m(1);if($(m.target).attr("newly-created")=="1"){$(m.target).removeAttr("newly-created")}else{var p=$('.tab-content .tab-pane[id="tab-'+h+'"]').data("searchQuery"),o=$('.tab-content .tab-pane[id="tab-'+h+'"]').data("searchQueryTotal"),r=[];if(p){r.push(p);r.push(o);$('.tab-content .tab-pane[id="tab-'+h+'"]').removeData("searchQuery").removeData("searchQueryTotal")}__f___up__d("index.cgi?path="+encodeURIComponentSafe($(k).find("form input#path").val()),false,r)}!p&&$(".total").html($(".tab-pane.active").data("totalValue"));if(typeof tab___is______new!="undefined"){_f__table().DataTable().draw();delete tab___is______new}else{__init__dt_ck__e()}if(typeof tab___to______delete!="undefined"){var q=tab___to______delete;delete tab___to______delete;$('a[href="#tab-'+q+'"]').parent("li").remove();$('.tab-content .tab-pane[id="tab-'+q+'"]').remove()}})})});$("#searchForm label:first-child").text(lang("theme_xhred_filemanager_search_query"));$("#searchForm .form-group").after('


    ');var b=$("#searchForm").find("span.awcheckbox");b.prev("br").remove();b.detach().appendTo($("#searchForm .form-inline"));$('#searchDialog input[name="query"]').val("*")}___f__tw();t__cm___init(0,0,0,0,0,0,1);setTimeout(function(){t__wi_p.$____loader_block__=0;__lre()},1200); \ No newline at end of file +;t__wi_p.$____loader_block__=1;function __f___mn(){return $g__m__name}function checkSelected(){return _f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length}function renameDialog(a){a=decode_html(a);$("#renameForm input[name=name]").val(a);$("#renameForm input[name=file]").val(a);$("#renameDialog").modal({backdrop:"static",keyboard:true,show:true})}function __f___gd(){var a=$(_f__table().fnGetNodes()).find("input").add($(".active form > input:not([name='path'])")).serialize();a=a+"&path="+$("#path").val();return a}function _f__gr(b){if(b){return $(_f__table().fnGetNodes()).find("input:checked")}else{return $(_f__table().fnGetNodes()).find("input")}}function __f__ld__sh(){if(typeof t__wi_p.NProgress=="object"){t__wi_p.NProgress.start()}}function __f__ld__bg(){modal_dismiss();__f_____ul()}function __f__upd_____tl(b){var a=$("div.total").children().clone();$("div.total").empty().html(b+". ").append(a)}function __f___ub(){$("div button.o__f_m-button-delete").removeClass("disabled").attr("onclick","removeDialog()");$(".o__f_m-button-chmod").removeClass("disabled").find("a").attr("onclick","chmodDialog()");$(".o__f_m-button-chown").removeClass("disabled").find("a").attr("onclick","chownDialog()");$(".o__f_m-button-chattr").removeClass("disabled").find("a").attr("onclick","chattrDialog()");$(".o__f_m-button-chcon").removeClass("disabled").find("a").attr("onclick","chconDialog()");$(".o__f_m-button-compress").removeClass("disabled").find("a").attr("onclick","compressDialog()");$(".o__f_m-button-copy").removeClass("disabled");$(".o__f_m-button-cut").removeClass("disabled")}function __f___lb(){$("div button.o__f_m-button-delete").addClass("disabled").removeAttr("onclick");$(".o__f_m-button-chmod").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-chown").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-chattr").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-chcon").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-compress").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-copy").addClass("disabled").find("a").removeAttr("onclick");$(".o__f_m-button-cut").addClass("disabled").find("a").removeAttr("onclick")}function __f_____sl(){}function __f_____hl(){}function __f_____hl_(){setTimeout(function(){},750)}function __f_____lo(c,d){if(d===true){$("body").find("#list_form table tbody").addClass((c?" o__f_m-updating":"")+"");$("body").find("ul.pagination").addClass("pointer-events-none");$(".nav.nav-tabs li").addClass("disabled");$("#file-manager-new-instance").addClass("disabled_no_styling cursor-na")}__f_____sl()}function __f_____ul(){$("body").find("#list_form table tbody").css("opacity","1").removeClass("o__f_m-updating");$("body").find("ul.pagination").css("opacity","1").removeClass("pointer-events-none");__f_____hl();$(".btn-group.pull-right > .btn-group > button, .nav.nav-tabs li").removeClass("disabled");$("#file-manager-new-instance").removeClass("disabled_no_styling cursor-na")}function __init__dt_ck__e(){if($(".active td.dataTables_empty").length){$(".active table").attr("style","border-top-width: 1px !important;");$(".active td.dataTables_empty").css({padding:"4px","border-top-color":"#eaeaea"});$(".dataTables_paginate").addClass("hidden");$(".active td.dataTables_empty").attr("colspan",(parseInt($(".active thead tr th:visible").length)));setTimeout(function(){if($(".__o__f_m-search-results").length){$("td.dataTables_empty").html(lang("theme_xhred_datatable_no_search_results"))}},0)}else{$(".active table, .active td.dataTables_empty").removeAttr("style");$(".dataTables_paginate").removeClass("hidden")}}function __f____success(a,d,D,f,c,r,h,e,A,B,s,o,k,v,w){var x=$.parseHTML(a),m=($(x[2]).html()&&$(x[2]).html().length),z=($(x[3]).html()&&$(x[3]).html().length),n=(typeof w=="undefined"?false:w),u=$(".active form input#path").val(),q=1,p=1,t=1;function C(G){var F=JSON.parse(G),E='
    ';$.each(F,function(I,H){E+="• "+I+" - "+H+"
    "});E+="
    ";return E}if(n&&n[0]=="compress"){var y=n[1],b=n[2];if(u!=y){q=0;p=0;t=0;if(m){messenger(''+((lang("theme_xhred_filemanager_successful_compression_bg_with_errors").replace("%file",b).replace("%path",y))+(C($(x[2]).text()))),e,(A),v+"_"+A)}else{messenger(''+(lang("theme_xhred_filemanager_successful_compression_bg").replace("%file",b).replace("%path",y)),o,"info",v+"_"+k)}}}if(m&&q){messenger(''+lang(h+(z?"_fatal":""))+(C($(x[2]).text())),e,(z?"error":A),v+"_"+A)}else{if(p){messenger(''+lang(s),o,k,v+"_"+k)}}c&&$("."+c).remove();if(!z){d&&__f_____ul();D&&modal_dismiss();(f&&t)&&__f___u("upd",$(x[1]).find("table.ui_columns").find(".ui_checked_columns"),1,false,false,$(x[0]).text())}}function __f____a(k,o){if(k==="extract"){}var n=$('#list_form > input[type="hidden"][name="path"]').val();if(k!="bookmark"){__f_____lo(false,true)}if(k==="copy"||k==="cut"){__f__ld__sh();$.ajax({type:"POST",url:$g__e__path+"/file-manager/"+k+".cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){localStorage.removeItem($hostname+"-cut");localStorage.removeItem($hostname+"-copy");localStorage.setItem($hostname+"-"+k,1);$(".o__f_m-button-paste").removeClass("disabled");if(k==="copy"){messenger(''+lang("theme_xhred_filemanager_copying_successful"),1.5,"info",k+"_info")}else{if(k==="cut"){messenger(''+lang("theme_xhred_filemanager_cutting_successful"),1.5,"warning",k+"_warning")}}__f_____ul()},error:function(a){messenger(''+lang("theme_xhred_filemanager_buffer_error"),10,"error",k+"_error")}})}if(k==="paste"){__f__ld__sh();$.ajax({type:"POST",url:$g__e__path+"/file-manager/paste.cgi?path="+encodeURIComponentSafe(n)+"&module="+$g__m__name,data:false,dataType:"text",success:function(a){messenger_hide("paste_info");g=$.parseHTML(a);var c=(get_cookie("file-manager-response_count")=="1"?1:2);var b=get_cookie("file-manager-response");if(b.indexOf("err")===-1){localStorage.removeItem($hostname+"-cut");if(!localStorage.getItem($hostname+"-copy")){$(".o__f_m-button-paste").addClass("disabled")}}if(b=="err"){messenger(''+$(g[2]).html(),20,"warning",k+"_warning");__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())}else{if(b=="merr"){messenger('  '+lang("theme_xhred_filemanager_move_into_self"),10,"error",k+"_error");__f_____ul()}else{if(b=="ep"){bootbox.dialog({message:lang("theme_xhred_filemanager_target_conflict_message_"+c+""),title:'   '+lang("theme_xhred_filemanager_target_conflict_"+c+"")+"",buttons:{success:{label:'   '+lang("theme_xhred_filemanager_target_conflict_paste")+"  ",className:"btn-primary vertical-align-top ",callback:function(){$.ajax({type:"POST",url:$g__e__path+"/file-manager/paste.cgi?path="+encodeURIComponentSafe(n)+"&module="+$g__m__name+"&ua=2",data:false,dataType:"text",success:function(d){d=$.parseHTML(d);if($(d[2]).html().length>1){messenger(''+$(d[2]).html(),15,"warning",k+"_warning")}else{messenger(''+lang("theme_xhred_filemanager_pasting_and_copying_"+c+""),5,"success",k+"_success")}__f___u("upd",$(d[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(d[0]).text())},error:function(d){}})}},danger:{label:'   '+lang("theme_xhred_filemanager_target_conflict_replace")+"  ",className:"btn-danger vertical-align-top margined-left--2",callback:function(){$.ajax({type:"POST",url:$g__e__path+"/file-manager/paste.cgi?path="+encodeURIComponentSafe(n)+"&module="+$g__m__name+"&ua=1",data:false,dataType:"text",success:function(d){d=$.parseHTML(d);if($(d[2]).html().length>1){messenger(''+$(d[2]).html(),15,"warning",k+"_warning")}else{messenger(''+lang("theme_xhred_filemanager_pasting_and_replacing_"+c+""),5,"success",k+"_success")}__f___u("upd",$(d[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(d[0]).text())},error:function(d){}})}}},onEscape:function(){}})}else{if(b=="cc"){messenger(''+lang("theme_xhred_filemanager_pasting_and_copying_"+c+""),5,"success",k+"_success");__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())}else{messenger(''+lang("theme_xhred_filemanager_pasting_successful"),5,"success",k+"_success");__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())}}}}},error:function(a){}})}if(k==="extract"){__f__ld__sh();$.ajax({type:"POST",url:$g__e__path+"/file-manager/extract.cgi?&module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){g=$.parseHTML(a);__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())},error:function(a){}})}if(k==="bookmark"){__f_____sl();__f_____hl_();$.ajax({type:"POST",url:$g__e__path+"/file-manager/bookmark.cgi?path="+encodeURIComponentSafe(n)+"&module="+$g__m__name,data:false,dataType:"text",success:function(a){exiting_book_mark=f_m__bm__u();if(exiting_book_mark.length){messenger(''+lang("theme_xhred_filemanager_unbookmark_success").replace("%value",(n?escape_html(decodeURIComponentSafe(n)):"/")),5,"warning","bookmarkAddRemove")}else{messenger(''+lang("theme_xhred_filemanager_bookmark_success").replace("%value",(n?escape_html(decodeURIComponentSafe(n)):"/")),5,"info","bookmarkAddRemove")}},error:function(a){}})}if(k==="delete"){__f__ld__sh();$.ajax({type:"POST",url:$g__e__path+"/file-manager/delete.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){messenger_hide("delete_info");__f____success(a,1,1,1,false,"fa-exclamation-triangle","theme_xhred_filemanager_delete_warning",30,"warning","fa-trash-o","theme_xhred_filemanager_successful_deletion",2,"info",k)},error:function(a){}})}if(k==="rename"){__f__ld__sh();var q=$('#list_form > input[type="hidden"][name="path"]').val();modal_dismiss();$.ajax({type:"POST",url:$g__e__path+"/file-manager/rename.cgi?module="+$g__m__name,data:$("#renameForm").serialize(),dataType:"text",success:function(a){g=$.parseHTML(a);if(!$(g[1]).find("table.ui_columns").length){messenger(''+a,10,"error",k+"_error");__f_____ul();return}__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k)},error:function(a){}})}if(k==="create_folder"){__f__ld__sh();var q=encodeURIComponentSafe($('#list_form > input[type="hidden"][name="path"]').val());modal_dismiss();$.ajax({type:"POST",url:$g__e__path+"/file-manager/create_folder.cgi?module="+$g__m__name,data:$("#createFolderForm").serialize(),dataType:"text",success:function(a){g=$.parseHTML(a);if(!$(g[1]).find("table.ui_columns").length){messenger(''+a,10,"error",k+"_error");__f_____ul();return}__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())},error:function(a){}})}if(k==="create_file"){__f__ld__sh();var q=$('#list_form > input[type="hidden"][name="path"]').val();modal_dismiss();$.ajax({type:"POST",url:$g__e__path+"/file-manager/create_file.cgi?module="+$g__m__name,data:$("#createFileForm").serialize(),dataType:"text",success:function(a){g=$.parseHTML(a);if(!$(g[1]).find("table.ui_columns").length){messenger(''+a,10,"error",k+"_error");__f_____ul();return}__f___u("upd",$(g[1]).find("table.ui_columns").find(".ui_checked_columns"),1,k,false,$(g[0]).text())},error:function(a){}})}if(k==="url_download"){__f__ld__sh();var q=$('#list_form > input[type="hidden"][name="path"]').val();modal_dismiss();var h=$("#downFromUrlForm input:not([name='path'])").serialize();h=h+"&path="+$("#path").val();$.ajax({type:"POST",url:$_____link_full+"/"+__f___mn()+"/http_download.cgi",data:h,dataType:"text",success:function(a){messenger_hide("url_download_info");if(!$(a).find(".panel-body").text().match(/100 %/)&&!$(a).find(".panel-body").text().match(/100%/)&&!$(a).find(".panel-body h3").length){messenger(''+$(a).find(".panel-body").html(),10,"error",k+"_error");__f_____ul();return}else{if($(a).find(".panel-body h3").length){messenger(''+$(a).find(".panel-body h3").html(),10,"error",k+"_error");return}else{messenger(''+$(a).find(".panel-body").html(),5,"success",k+"_success");__f____r("get","index.cgi?path="+(q?encodeURIComponentSafe(q):""),false,0)}}},error:function(a){}})}if(k==="search"){__f__ld__sh();var q=$('#list_form > input[type="hidden"][name="path"]').val(),m=$("#searchForm").find('input[name="query"]').val(),r=$.trim($("#searchForm").find('input[name="grepstring"]').val()),e=$.trim($("#searchForm").find('input[name="grepreplace"]').val()),p=(r&&!e?" fa-1_50x fa-file-find":r&&e?" fa-1_50x fa-find-replace":" fa-lg fa-search");modal_dismiss();if(r&&!e){messenger(''+lang("theme_xhred_filemanager_searching_matching").replace("%value",m).replace("%text",r)+" "+lang("theme_xhred_global_please_wait"),10000,"info",k+"_preMe")}else{if(r&&e){messenger(''+lang("theme_xhred_filemanager_searching_replacing").replace("%value",m).replace("%text",r).replace("%replace",e)+" "+lang("theme_xhred_global_please_wait"),10000,"warning",k+"_preMe")}else{messenger(''+lang("theme_xhred_filemanager_searching").replace("%value",m)+" "+lang("theme_xhred_global_please_wait"),10000,"info",k+"_preMe")}}$.ajax({type:"POST",url:$g__e__path+"/file-manager/search.cgi?module="+$g__m__name,data:$("#searchForm").serialize(),dataType:"text",success:function(b){xx=$.parseHTML(b);__f___u("upd",$(xx[1]).find("table.ui_columns").find(".ui_checked_columns"),0,"search",false,$(xx[0]).text());var c=$('body[class*="'+$g__o__f_m+'"]');if(c.find(".breadcrumb .fa-hdd-o").length){c.find(".breadcrumb .fa-hdd-o").removeClass("fa-hdd-o").addClass("fa-search").addClass("text-light").parent("a").removeAttr("href").replaceTagName("span")}else{c.find(".breadcrumb li:first-child a").html('')}c.find(".breadcrumb li:not(:first-child) a").replaceWith(function(){return $("",{html:$(this).html()})});c.find(".breadcrumb li").addClass("text-light");$(".__o__f_m-search-results").remove();$(".ui_checked_columns.directory_go_up").addClass("hidden");$_br=$(".breadcrumb > li:last-child");$_br.html($_br.html()+''+($(".breadcrumb > li:last-child a i").hasClass("fa-search")?"   / ":"")+'  :  `'+m+""+(r&&!e?' ['+r+"]":(r&&e)?' ['+r+' -> '+e+"]":"")+"`");var a=5000;if(__list_table_total_rows>1){if(r&&e){messenger(''+lang("theme_xhred_filemanager_search_replaced_multi").replace("%value",__list_table_total_rows),10,"success",k+"_success");a=9000}else{messenger(''+lang("theme_xhred_filemanager_search_founds").replace("%value",__list_table_total_rows),6,"success",k+"_success")}}else{if(__list_table_total_rows==1){if(r&&e){messenger(''+lang("theme_xhred_filemanager_search_replaced"),6,"success",k+"_success")}else{messenger(''+lang("theme_xhred_filemanager_search_found"),6,"success",k+"_success")}}else{messenger(''+lang("theme_xhred_filemanager_search_no_matches"),6,"error",k+"_error")}}setTimeout(function(){messenger_hide("search_preMe")},a)},error:function(a){}})}if(k==="chmod"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');$.ajax({type:"POST",url:$g__e__path+"/file-manager/chmod.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){messenger_hide("chmod_info")},2000);__f____success(a,1,1,1,"_o__f_m-tmp-chmod-inputs","fa-exclamation-triangle","theme_xhred_filemanager_successful_permissions_with_errors",15,"warning","fa-cogs","theme_xhred_filemanager_successful_permissions",3,"success",k)},error:function(a){}})}if(k==="chown"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');$("#list_form").append('');$.ajax({type:"POST",url:$g__e__path+"/file-manager/chown.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){messenger_hide("chown_info")},2000);__f____success(a,1,1,1,"_o__f_m-tmp-chown-inputs","fa-exclamation-triangle","theme_xhred_filemanager_successful_ownership_with_errors",15,"warning","fa-users","theme_xhred_filemanager_successful_ownership",3,"success",k)},error:function(a){}})}if(k==="chattr"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');$.ajax({type:"POST",url:$g__e__path+"/file-manager/chattr.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){messenger_hide("chattr_info")},2000);__f____success(a,1,1,1,"_o__f_m-tmp-chattr-inputs","fa-exclamation-triangle","theme_xhred_filemanager_successful_attributes_with_errors",15,"warning","fa-tags","theme_xhred_filemanager_successful_attributes",3,"success",k)},error:function(a){}})}if(k==="chcon"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');$.ajax({type:"POST",url:$g__e__path+"/file-manager/chcon.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){messenger_hide("chcon_info")},2000);__f____success(a,1,1,1,"_o__f_m-tmp-chcon-inputs","fa-exclamation-triangle","theme_xhred_filemanager_successful_secontext_with_errors",15,"warning","fa-tags","theme_xhred_filemanager_successful_secontext",3,"success",k)},error:function(a){}})}if(k==="compress"){__f__ld__sh();$("#list_form").append('');$("#list_form").append('');__f__ld__bg();$.ajax({type:"POST",url:$g__e__path+"/file-manager/compress.cgi?module="+$g__m__name,data:__f___gd(),dataType:"text",success:function(a){setTimeout(function(){if(t__wi_p.t___p__xhr_r===0){messenger_hide("compress_info")}},2000);__f____success(a,1,0,1,"_o__f_m-tmp-compress-inputs","fa-exclamation-circle","theme_xhred_filemanager_successful_compression_with_errors",15,"warning","fa-file-archive-o","theme_xhred_filemanager_successful_compression",8,"success",k,[k,n,o[0]+$('select option[value="'+o[1]+'"]').text()])},error:function(a){}})}}function __f___cs(){$("#list_form table tbody tr").removeClass("m-active m-not-active")}function __f___ds_a(){var a=document.getElementsByClassName("ui_checked_columns");for(i=0;i input[type="hidden"][name="path"]').val().replace(/\/$/g,"")+"/"+d.find("td:nth-child(3) a").text(),a=d.find("td.column-filesize").find("label"),b=_f__table().dataTable().$("tr.hl-aw",{filter:"applied"});__f_____sl();a.html('');$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_size=1&xhr-get_size_path="+c,data:false,dataType:"text",success:function(e){var k=e.split("|"),h=_f__table().DataTable();h.cell(d.find("td.column-filesize")).data(k[0]).draw();var f;if(isNaN(parseInt(k[1]))){f=0}else{f=parseInt(k[1])}$(".total_size_data").data("total",(parseInt($(".total_size_data").data("total"))+f));if(!b.find("td.column-filesize").find("label").find(".cspinner").length){$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_nice_size=1&xhr-get_nice_size_sum="+parseInt($(".total_size_data").data("total")),data:false,dataType:"text",success:function(m){$(".total_size_data").text(m);$(".total_size_data").parent("span").removeClass("hidden")},error:function(m){}});setTimeout(function(){__f_____hl()},600)}},error:function(e){}})})}function __f__c__m(){var a=$(".tab-pane.active form table");$(".tab-pane table").unbind("contextmenu");a.contextMenu({menuSelector:"#__f__c__m",menuSelectorTriggered:function(d,b){if($(".tab-pane.active table tbody tr input").length&&d.parents("tr").find("input:checked").length===0){__f___ds_a();d.parents("tr").find("td:first-child input").trigger("click");var c=jQuery.Event("keydown");c.which=40;$("body").trigger(c);d.parents("tr").find("td:first-child").trigger("contextmenu")}if(d.parents("tr").find("i.fa-folder-open-o").length){$(".context-o__f_m-dependent-goto").removeClass("hidden")}else{$(".context-o__f_m-dependent-goto").addClass("hidden")}if(d.parents("tr").find('a[href*="index.cgi?path="]').length){$(".context-o__f_m-dependent-open-new-tab").removeClass("hidden")}else{$(".context-o__f_m-dependent-open-new-tab").addClass("hidden")}if(!d.parents("tr").find("i.fa-pencil-square-o").length){$(".context-o__f_m-dependent-edit").addClass("hidden")}else{$(".context-o__f_m-dependent-edit").removeClass("hidden")}if(!d.parents("tr").find('a[href*="download.cgi"]').length){$(".context-o__f_m-dependent-download").addClass("hidden")}else{$(".context-o__f_m-dependent-download").removeClass("hidden")}if(!d.parents("tr").find("i.fa.fa-extract-archive").length){$(".context-o__f_m-dependent-extract").addClass("hidden")}else{$(".context-o__f_m-dependent-extract").removeClass("hidden")}if($(".o__f_m-button-compress").hasClass("disabled")){$("a[data-context-newarchive]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-newarchive]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-copy").hasClass("disabled")){$("a[data-context-copy], a[data-context-clipboard]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-copy], a[data-context-clipboard]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-cut").hasClass("disabled")){$("a[data-context-cut]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-cut]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-paste").hasClass("disabled")){$("a[data-context-paste]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-paste]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-delete").hasClass("disabled")){$("a[data-context-delete]").addClass("disabled").parent("li").addClass("disabled");$("a[data-context-rename]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-delete]").removeClass("disabled").parent("li").removeClass("disabled");$("a[data-context-rename]").removeClass("disabled").parent("li").removeClass("disabled")}f_m__bm__cm();if($(".o__f_m-button-chmod").hasClass("disabled")&&$(".o__f_m-button-chown").hasClass("disabled")){$(".context-properties").addClass("disabled")}else{$(".context-properties").removeClass("disabled")}_f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length?$("a[data-context-calculate-selected-size]").parent("li").removeClass("hidden"):$("a[data-context-calculate-selected-size]").parent("li").addClass("hidden");if($(".o__f_m-button-chmod").hasClass("disabled")){$("a[data-context-chmod]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-chmod]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-chown").hasClass("disabled")){$("a[data-context-chown]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-chown]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-chattr").hasClass("disabled")){$("a[data-context-chattr]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-chattr]").removeClass("disabled").parent("li").removeClass("disabled")}if($(".o__f_m-button-chcon").hasClass("disabled")){$("a[data-context-chcon]").addClass("disabled").parent("li").addClass("disabled")}else{$("a[data-context-chcon]").removeClass("disabled").parent("li").removeClass("disabled")}},menuSelected:function(f,k){if(k.data("context-goto")=="1"){f.parents("tr").find('a.o__f_m-follow-file[href^="index.cgi?"]').trigger("click")}if(k.data("context-open-new-tab")=="1"){var e=$("#path").val(),c=f.parents("tr").find("td a[data-filemin-link]").attr("data-filemin-link");__f___nt((encodeURIComponentSafe(decode_html(e))+"/"+encodeURIComponentSafe(decode_html(c))),1)}if(k.data("context-select-all")=="1"){$('button[onclick="selectAll()"]').trigger("click")}if(k.data("context-deselect-all")=="1"){__f___ds_a();__r____changed()}if(k.data("context-invert-selection")=="1"){$('button[onclick="invertSelection()"]').trigger("click")}if(k.data("context-refresh")=="1"){$("button > .fa-refresh").parent("button").trigger("click")}if(k.data("context-newfile")=="1"){$('a[onclick="createFileDialog()"]').trigger("click")}if(k.data("context-newfolder")=="1"){$('a[onclick="createFolderDialog()"]').trigger("click")}if(k.data("context-newarchive")=="1"){$('a[onclick="compressDialog()"]').trigger("click")}if(k.data("context-upload")=="1"){$('a[onclick="viewReadyForUpload()"]').trigger("click")}if(k.data("context-download")=="1"){$('a[onclick="downFromUrlDialog()"]').trigger("click")}if(k.data("context-clipboard")=="1"){var d=f.parents("tr").find("img").parent("a").parent("td").next("td").find("a"),b=($("#path").val()),m=d.attr("data-filemin-link");$("body").append('');var h=new Clipboard(".tmp-clipboard-obj");$(".tmp-clipboard-obj").trigger("click");$(".tmp-clipboard-obj").remove();h.destroy()}if(k.data("context-copy")=="1"){$(".o__f_m-button-copy a").trigger("click")}if(k.data("context-cut")=="1"){$(".o__f_m-button-cut a").trigger("click")}if(k.data("context-paste")=="1"){$(".o__f_m-button-paste a").trigger("click")}if(k.data("context-delete")=="1"){$(".o__f_m-button-delete").trigger("click")}if($(k).is(".file-manager-remove-bookmark")){$('.btn-group .at-o__f_m-favorites-dropdown a[href="'+$(k).parent("a").attr("href")+'"]').find(".file-manager-remove-bookmark").trigger("click");$(k).parent("a").remove();return}if(k.data("context-bookmarks")=="1"){$('a[href^="bookmark.cgi"]').trigger("click")}if(k.data("context-search")=="1"){$('a[onclick="searchDialog()"]').trigger("click")}if(k.data("context-edit")=="1"){f.parents("tr").addClass("m-active");f.parents("tr").find('a[href^="edit_file.cgi?"]').trigger("click")}if(k.data("context-rename")=="1"){f.parents("tr").find('a[onclick^="renameDialog("]').trigger("click")}if(k.data("context-download-file")=="1"){$(f.parents("tr").find('a[href^="download.cgi?"]'))[0].click()}if(k.data("context-extract")=="1"){f.parents("tr").find('a[href^="extract.cgi?"]').trigger("click")}if(k.data("context-calculate-selected-size")=="1"){__f__get_fs()}if(k.data("context-chmod")=="1"){$('a[onclick="chmodDialog()"]').trigger("click")}if(k.data("context-chown")=="1"){$('a[onclick="chownDialog()"]').trigger("click")}if(k.data("context-chattr")=="1"){$('a[onclick="chattrDialog()"]').trigger("click")}if(k.data("context-chcon")=="1"){$('a[onclick="chconDialog()"]').trigger("click")}}})}function __f___u(B,y,C,z,E,q){if(typeof E=="object"){var n=E[1],r=E[2],v=E[3],t=E[4],E=E[0]}else{var n=true}if($__source_file=="config.cgi"){return}var x=null,k=null,m=null,o=null,A=$("#path").val();typeof q=="undefined"?q=false:false;((typeof E=="undefined"||(typeof E!="undefined"&&E===false))?(x=false):(x=true));(!x?(k=".tab-pane.active form table"):(k='.tab-pane[id="tab-'+E+'"] form table'));(!x?(m=".tab-pane.active"):(m='.tab-pane[id="tab-'+E+'"]'));var o=$(m).attr("id").replace(/^\D+/g,""),o=(o?o:1);var p=$("body").find(k).attr("id"),e=p?parseInt(p.replace(/^\D+/g,"")):"none";(!x&&e!=="none")&&$("#DataTables_Table_"+e).dataTable().fnDestroy();if(B==="upd"){var u=y.find(".fa-font").first().parents("td").index();$(k).addClass("___f_m__q__");$("body").find(k+" tbody").empty();$("body").find(k+" tbody").append(y);!n&&$(m).data("totalValue",v).data("breadcrumb",$(".breadcrumb").clone());(q&&!r)&&__f__upd_____tl(q);__mcr();__f_____ul()}else{var u=$(k).find(".fa-font").first().parents("td").index()}if(typeof localStorage["DataTables_DataTables_Table_"+e+"_/"+__f___mn()+"/index.cgi"]!="undefined"){_filemanager_data=JSON.parse(localStorage["DataTables_DataTables_Table_"+e+"_/"+__f___mn()+"/index.cgi"])}else{_filemanager_data=false}var s=($.inArray($("#headln2r > div.btn-group > a[data-config-pagination]").data("config-pagination"),[5,10,15,20,25,30,35,40,50,100,250,500,1000])>-1?$("#headln2r > div.btn-group > a[data-config-pagination]").data("config-pagination"):25),D=(($.inArray(parseInt(localStorage.getItem($hostname+"-_________per_page")),[5,10,15,20,25,30,35,40,50,100,250,500,1000])>-1)?parseInt(localStorage.getItem($hostname+"-_________per_page")):false),w=((_filemanager_data.length&&!D)?(D?D:_filemanager_data.length):s);localStorage.removeItem($hostname+"-_________per_page");if(u!=3&&u!=4){u=false}__f__c__m(1);$(k).unbind("click");$(k).on("click",'a .fa.fa-pencil-square-o, a[href^="edit_file.cgi"]',function(a){a.preventDefault();a.stopPropagation();var a=jQuery.Event("keydown");a.which=115;$("body").trigger(a)});window["_f__table"+o]=$(k).dataTable({order:[],aaSorting:[],bDestroy:true,pageLength:25,preDrawCallback:function(){if(config_portable_module_filemanager_hide_actions==true){var c=$(k),a=$(".tab-pane.active form table"),f=a.find(".fa-font"),d=a.find(".fa-i-cursor"),b=f.length?f.parents("td").index():d.parents("td").index();if(b>1){$(k+" thead th").eq(b).addClass("hidden");c.find(".fa-font").length?c.find(".fa-font").parents("td").addClass("hidden"):c.find(".fa-i-cursor").parents("td").addClass("hidden")}}},fnDrawCallback:function(b){$(".tab-pane .paginate_button.previous > a").html('').css("border-top-left-radius","0").css("border-bottom-left-radius","0");$(".tab-pane .paginate_button.next > a").html('').css("border-top-right-radius","0").css("border-bottom-right-radius","0");$(k).find(".fa-font").removeClass("fa-font").addClass("fa-i-cursor").css("margin-right","5px").css("margin-left","5px");$(k).find(".fa-external-link").removeClass("fa-external-link").addClass("fa-extract-archive").css("margin-right","5px").css("margin-left","5px");$(k).find(".fa-edit").addClass("fa-pencil-square-o").css("margin-right","7px").css("margin-left","7px");$(k).find(".fa-arrow-right").removeClass("fa-arrow-right").addClass("fa-folder-open-o").parent("a").addClass("o__f_m-follow-file");__list_table_total_rows=b.fnRecordsTotal();if(b.fnRecordsTotal()<=b._iDisplayLength){$(m+" .dataTables_paginate").hide()}else{$(m+" .dataTables_paginate").show()}$.each($(k+" tbody tr:not('.row-filesize-done') td"),function(){if(/((\d+(\s+)|\d+\.\d+(\s+)))(TB|GB|MB|KB|Byte|Bytes|ТБ|ГБ|МБ|КБ|Байт)|(Unlimited|Ubegrenset|Nielimitowane|Ilimitado|无限制|Не ограничено|No Limit|Same as admin)/i.test($(this).text())){if($(this).index()>1){list_form_table_file_size=$(this).index()}}}).promise().done(function(){if(typeof list_form_table_file_size!="undefined"){$.each($(k+" tbody tr:not('.row-filesize-done') td"),function(){if($(this).parent("tr").find('img[src$=".png"]').length){$(this).parent("tr").find("td").eq(list_form_table_file_size).addClass("column-filesize")}if($(this).parent("tr").find('img[src$="inode-directory.png"]').length||$(this).parent("tr").find('img[src$="inode-symlink.png"]').length||$(this).parent("tr").find('img[src$="inode-mount-point.png"]').length){$(this).parent("tr").find("td").eq(list_form_table_file_size).addClass("column-filesize").find("label").text("")}}).promise().done(function(){$(k+" thead th").eq(list_form_table_file_size).css("min-width","51px")})}});var a=$(k+" tbody tr td:nth-child(2)");a.unbind("mouseover");a.on("mouseover","img",function(F){var G=$(this).parents("td"),h=G.find('img[src*="inode-symlink"]'),d=G.next("td").find("a"),f=$(m+' form > input[type="hidden"][name="path"]').val().replace(/\/$/g,"")+"/"+d.text();if(h.length){if(h.attr("symlink-title")!=1){!h.parent().find(".cspinner").length&&h.before('');$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_symlink=1&xhr-get_symlink_path="+f,data:false,dataType:"text",success:function(H){h.attr("data-content",''+escape_html(H)+"").attr("symlink-title","1").data("trigger","manual").data("html",true).data("placement","auto right").data("container","body").data("animation",false);h.is(":hover")&&h.popover("show");h.on("mouseenter",function(){if(h.is(":hover")){$(this).popover("show")}}).on("mouseleave",function(){var I=this;setTimeout(function(){if(!$(".popover:hover").length&&!h.is(":hover")){$(I).popover("hide")}},200)});h.parent().find(".cspinner").remove()},error:function(H){}})}}});$(k+" #select-unselect").parents("th").css("opacity",0).addClass("pointer-events-none");__init__dt_ck__e();if(A){!$(".active table tbody tr.directory_go_up").length&&$(".active table tbody").prepend('  ..')}else{if(r&&r!="/"){!$(k+" tbody tr.directory_go_up").length&&$(k+" tbody").prepend('  ..')}}var c=$(".active td.dataTables_empty");if(c.length){$("tr.directory_go_up").addClass("hidden")}else{$("tr.directory_go_up").removeClass("hidden")}setTimeout(function(){__dpt()},0)},initComplete:function(b){n&&__f___up__d("index.cgi?path="+encodeURIComponentSafe(r?r:A),E,false);!n&&__f___upd___tb(r,E);!n&&__f___up__tb_store();if(x!=false&&n){$('a[href="#tab-'+E+'"').attr("newly-created","1").trigger("click")}if(t){setTimeout(function(){$('a[href="#tab-1"] i.fa-close-box').trigger("click")},100)}$(k+" tbody").on("mouseout","tr",function(c){__f___cs()}).on("mouseover","tr",function(c){$(this).addClass("m-active")});if(C===0||$(k+" tbody tr").length===1&&$(k+" tbody tr td.dataTables_empty").length){l__res_fi()}$(k+' select[name^="DataTables_Table"][name$="_length"]').val(w).change();var a},bInfo:true,destroy:true,oLanguage:{sEmptyTable:lang("theme_xhred_datatable_semptydirectory"),sInfo:lang("theme_xhred_datatable_sinfo"),sInfoEmpty:lang("theme_xhred_datatable_sinfoempty"),sLengthMenu:lang("theme_xhred_datatable_slengthmenu"),sLoadingRecords:lang("theme_xhred_datatable_sloadingrecords"),sProcessing:lang("theme_xhred_datatable_sprocessing"),sSearch:" ",sZeroRecords:lang("theme_xhred_datatable_szerorecords")},conditionalPaging:true,columnDefs:[{orderable:false,targets:[0,1,(u?u:0)]}],bStateSave:true,bPaginate:w,aLengthMenu:[[5,10,15,20,25,30,35,40,50,100,250,500,1000],[5,10,15,20,25,30,35,40,50,100,250,500,1000]]});$('div button[onclick="removeDialog()"]').addClass("disabled o__f_m-button-delete").removeAttr("onclick");$('a[onclick="chmodDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chmod");$('a[onclick="chownDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chown");$('a[onclick="chattrDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chattr");$('a[onclick="chconDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chcon");$('a[onclick="compressDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-compress");$('a[onclick="copySelected()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-copy");$("li.o__f_m-button-copy").addClass("disabled");$('a[onclick="cutSelected()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-cut");$("li.o__f_m-button-cut").addClass("disabled");if(!localStorage.getItem($hostname+"-copy")&&!localStorage.getItem($hostname+"-cut")){$('a[onclick*="paste.cgi"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-paste")}else{$('a[onclick*="paste.cgi"]').removeAttr("onclick").parent("li").addClass("o__f_m-button-paste")}if(z==="extract"){messenger(''+lang("theme_xhred_filemanager_successful_extraction"),5,"info",z+"_info")}if(z==="chmod"){messenger(''+lang("theme_xhred_filemanager_successful_permissions"),5,"info",z+"_info")}if(z==="chown"){messenger(''+lang("theme_xhred_filemanager_successful_ownership"),5,"info",z+"_info")}if(z==="compress"){messenger(''+lang("theme_xhred_filemanager_successful_compression"),5,"info",z+"_info")}if(z==="rename"){messenger(''+lang("theme_xhred_filemanager_successful_rename").replace("%from",escape_html($('#renameForm input[name="file"]').val())).replace("%to",escape_html($('#renameForm input[name="name"]').val())),5,"info",z+"_info")}if(z==="create_folder"){messenger(''+lang("theme_xhred_filemanager_successful_directory_creation").replace("%value",escape_html($('#createFolderForm input[name="name"]').val())),5,"info",z+"_info")}if(z==="create_file"){messenger(''+lang("theme_xhred_filemanager_successful_file_creation").replace("%value",escape_html($('#createFileForm input[name="name"]').val())),5,"info",z+"_info")}}$("body").on("click",".symlink-text-string",function(b){b.preventDefault();b.stopPropagation();var d=$(this);$("body").append('');var c=$(".tmp-clipboard-obj"),a=new Clipboard(".tmp-clipboard-obj");c.trigger("click").remove();a.destroy();messenger(''+lang("theme_xhred_filemanager_link_to_clipboard").replace("%value",escape_html(d.text())),7,"info","link_to_clipboard")});function f_m__bm__cm(){var b=$('#list_form > input[type="hidden"][name="path"]').val(),b=(typeof b!="undefined"?(!b.length?"/":b):false);var a=$(".btn-group > .at-o__f_m-favorites-dropdown").find('li a[href*="index.cgi?path="]').filter(function(){return encodeURIComponentSafe($(this).text())===b});if(a.length){$(".data-context-bookmarks a").text(lang("theme_xhred_filemanager_unbookmark"));$("#__f__c__m").find(".fa-star-o").addClass("fa-star").removeClass("fa-star-o")}else{$(".data-context-bookmarks a").text(lang("theme_xhred_filemanager_bookmark"));$("#__f__c__m").find(".fa-star").removeClass("fa-star").addClass("fa-star-o")}setTimeout(function(){if(!$(".file-manager-remove-bookmark").length){$.each($('.dropdown-menu.at-o__f_m-favorites-dropdown > li:not(.data-context-bookmarks) > a:not([href^="bookmark.cgi"])'),function(e,f){$(this).prepend('')})}var c=$(".btn-group .dropdown-menu.at-o__f_m-favorites-dropdown > li"),d=c.find('a[href]:not([href^="bookmark.cgi"], [href="#"])');c.find(".no_effect").parent("li").remove();if(!d.length){$(".bm_e__me").remove();c.parent("ul").append('
  • '+lang("theme_xhred_filemanager__no_bookmarks")+"
  • ")}else{$(".bm_e__me").remove()}$(".dropdown-menu.at-o__f_m-favorites-dropdown li.divider").nextAll("li").remove();$(".btn-group .at-o__f_m-favorites-dropdown li:not(:first-child):not(:empty)").clone().insertAfter("li.data-context-bookmarks + .divider")},0)}function f_m__bm__c(){var a=$('#list_form > input[type="hidden"][name="path"]').val(),a=(typeof a!="undefined"?(!a.length?"/":a):false);$.each($(".btn-group > .at-o__f_m-favorites-dropdown").find('li a[href*="index.cgi?path="]'),function(){if(encodeURIComponentSafe($(this).text())==a){$(this).parents(".at-o__f_m-favorites-dropdown").find('a[href^="bookmark.cgi?path="]').html(''+lang("theme_xhred_filemanager_unbookmark"));return false}else{$(this).parents(".at-o__f_m-favorites-dropdown").find('a[href^="bookmark.cgi?path="]').html(''+lang("theme_xhred_filemanager_bookmark"))}}).promise().done(function(){setTimeout(function(){f_m__bm__cm()},100)})}function f_m__bm__u(){var b=$('#list_form > input[type="hidden"][name="path"]').val(),b=(typeof b!="undefined"?(!b.length?"/":b):"");var a=$(".btn-group > .at-o__f_m-favorites-dropdown").find('li a[href*="index.cgi?path="]').filter(function(){return encodeURIComponentSafe($(this).text())===b});if(a.length){a.parents(".at-o__f_m-favorites-dropdown").find('a[href^="bookmark.cgi?path="]').html(''+lang("theme_xhred_filemanager_bookmark"));a.parent("li").remove()}else{$(".btn-group > .at-o__f_m-favorites-dropdown").find('a[href^="bookmark.cgi?path="]').html(''+lang("theme_xhred_filemanager_unbookmark"));$("body").find("ul.dropdown-menu.at-o__f_m-favorites-dropdown").append('
  • '+escape_html(decodeURIComponentSafe(b))+"
  • ")}f_m__bm__cm();return a}function __f___upd___cr(d,c){var b=$("body"),a="";b.find(".breadcrumb").empty();if(access_level()==0){b.find(".breadcrumb").append('
  • ')}else{b.find(".breadcrumb").append('
  • ')}$.each($(d),function(e,f){a=a+(f!=""?"/"+f:"");if(f!=""){var h='';(access_level()==3&&a.indexOf($g__user__home+"/")===-1?h="":false);b.find(".breadcrumb").append('
  • '+escape_html(f)+h+"
  • ")}}).promise().done(function(){if(!$.isEmptyObject(c)){b.find(".breadcrumb li a").removeAttr("href").replaceTagName("span");b.find(".breadcrumb li:last-child span").after($(c[0]));b.find(".breadcrumb li:first-child").replaceWith('
  • ');$("div.total").html(c[1])}else{if(!$(".breadcrumb li:first-child").find(".fa.fa-keyboard-o").length&&!$("a.popover-path").length){$(".breadcrumb li:first-child").prepend('
    \'>');if(config_portable_module_filemanager_hide_toolbar!=true){$(".fa.fa-keyboard-o.popover-path").detach().appendTo(".breadcrumb li:last-child");$(".fa.fa-keyboard-o.popover-path").css("margin-left","2px")}$('[data-toggle="popover-path"]').popover()}}})}function __f___upd___tb(c,a){var b=c.replace(/\/$/,"").split("/").slice(-1)[0];b=b?b:"/";if(a){$('li a[href="#tab-'+a+'"] span[data-tab-path]').text(b).attr("data-original-title",(c?escape_html(c):"/"));$("#file-manager-new-instance").removeClass("disabled").find("span.cspinner").parent("span").replaceWith('')}else{$("li.active a span[data-tab-path]").text(b).attr("data-original-title",(c?escape_html(c):"/"))}}function __f___up__tb_store(){var a=[];$(".nav.nav-tabs li a span[data-original-title]").each(function(c,b){var d=$(b).attr("data-original-title").replace(/\/$/,"");a.push(d)}).promise().done(function(){var c={};c[$g__user__]=a;var b=JSON.parse(localStorage.getItem($hostname+"-settings_thirdparty_filemanager_remembered_tabs"));if(!$.isEmptyObject(b)){delete b[$g__user__]}var d=$.extend({},c,b);localStorage.setItem($hostname+"-settings_thirdparty_filemanager_remembered_tabs",JSON.stringify(d))})}function __f___ld__tb_stored_chk(){var a=JSON.parse(localStorage.getItem($hostname+"-settings_thirdparty_filemanager_remembered_tabs"));return(!$.isEmptyObject(a)?a[$g__user__]:false)}function __f___ld__tb_stored(){var a=__f___ld__tb_stored_chk();if($.isArray(a)){$.each($(a),function(c,b){__f___nt(b,false,c)})}}function __f___up__tb_vis(){$(".nav.nav-tabs li").length===1?$(".nav.nav-tabs li:first-child").addClass("hidden"):$(".nav.nav-tabs li:first-child").removeClass("hidden")}function __f___up__d(n,m,k){var e=(decode_html(decodeURIComponentSafe(n)).replace("//","/").replace("index.cgi?path=","")),b=e.split("/"),d=$("body");$('[data-toggle="popover-path"]').popover("hide");$(".popover-path-button").find("i").removeClass("invisible").parent().find(".cspinner").addClass("hidden");__f___upd___cr(b,k);__f___upd___tb(e,m);if(e){$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').removeClass("hidden")}else{$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').addClass("hidden")}t___wi.history.pushState(null,null,$_____link_full+"/"+__f___mn()+"/index.cgi?path=/");$.each($('.modal .modal-body form input[name="path"]'),function(){$(this).val(e)});$('ul li a[href^="bookmark.cgi?path="]').attr("href","bookmark.cgi?path="+escape_html(e));f_m__bm__c();f__dt();setTimeout(function(){__dpt();__r____changed(1);__f___up__tb_vis();__f___up__tb_store()},0)}tab___to______create=1;function __f___nt(d,e,b){var a=encodeURIComponentSafe(decode_html(d)),b=((typeof b!="undefined"&&b===0)?true:false);$this=$("#file-manager-new-instance");$this.blur();$(".nav.nav-tabs li").addClass("disabled");tab___to______create=tab___to______create+1;$(".tabs-top > .nav.nav-tabs").append('
  •  
  • ');$(".tabs-top > .tab-content").append('
    ');var c=$(".active table thead").clone();c.removeClass("hidden");c.prependTo("#list_form_AuthenticThemeTmp"+tab___to______create+" table");__f____r("get","index.cgi?path="+a,false,0,[tab___to______create,e,b]);setTimeout(function(){},0);tab___is______new=true}function __f____r(h,o,k,e,n){if(typeof n=="object"){var f=n[2],m=n[1],n=n[0]}else{var m=true}if(o&&!$.isArray(o)){o=encodeURIParam(o,"path")}var a=decode_html(URI.parseQuery(URI(o).query())["path"].replace("//","/"));typeof n=="undefined"?n=false:false;if(h==="get"){if($("body").find("#list_form table tbody").hasClass("o__f_m-updating")&&m){return}__f_____lo(true,true);(!$("div.popover.popover-path-data.in:visible").length&&!n)&&$('.active a[href="'+escape_html(o)+'"] img').before('');a=encodeURIComponent(a);$.ajax({type:"POST",url:$g__e__path+"/file-manager/list.cgi?path="+a+"&module="+$g__m__name,data:false,dataType:"html",success:function(b){messenger_hide("refreshDir_info");j=$.parseHTML(b);if(!$(j[1]).find("table").length){if($(j[10]).is("h3")&&access_level()==3){messenger(''+$(j[10]).text().replace(" :",":").replace(" ,",","),15,"error","getPath_error")}else{messenger(''+b,15,"error","getPath_error")}__f_____ul();$(".active table .cspinner").remove();if(n){$('a[href="#tab-'+n+'"]').parent("li").remove();$('.tab-content .tab-pane[id="tab-'+n+'"]').remove()}return}else{$('[data-toggle="popover-path"]').popover("hide")}var d=encodeURIComponentSafe(decode_html(decodeURIComponentSafe(o)).replace("//","/").replace("index.cgi?path=",""));!n&&$('#list_form > input[type="hidden"][name="path"]').val(d);m&&$("div.total").append(__f___tl_v());var c=$(j[0]).append(__f___tl_v()).html();m&&$(".total").html(c);if(n){$('.tab-pane[id="tab-'+n+'"]').data("totalValue",c)}else{$(".tab-pane.active form table").data("totalValue",c)}__f___u("upd",$(j[1]).find("table").find(".ui_checked_columns"),e,false,[n,m,decodeURIComponentSafe(a),c,f],$(h[0]).text());$("#__f__c__m").css("display","none")},error:function(b){}})}}function __f___tl_v(){return'. '+lang("theme_xhred_filemanager_selected_entries").replace("%value","0")+' '}function ___f__tw(){if($("body").attr("class")&&$("body").attr("class").indexOf($g__o__f_m)>-1){if($__source_file=="config.cgi"){$('input[name="per_page"], input[name="disable_pagination"], input[name="menu_style"], textarea[name="bookmarks"]').parents("td.col_value").parent("tr").addClass("hidden");$("#columns_size").parent(".awobject").remove();$('form[action="save_config.cgi"]').append('');$(".table-subtable .sub_table_container.table-hardcoded").find("tbody").append(' '+lang("theme_xhred_filemanager_hide_toolbar")+' '+lang("theme_xhred_filemanager_hovered_toolbar")+' '+lang("theme_xhred_filemanager_hide_actions")+' '+lang("theme_xhred_filemanager_settings_tabs_remember_state")+' '+lang("theme_xhred_filemanager_context_calculate_size")+' '+lang("theme_xhred_filemanager_settings_notification_type")+' ");function c(d){typeof d=="undefined"?d=$('input[name="config_portable_module_filemanager_hide_toolbar"]:checked'):false;var e=["config_portable_module_filemanager_hovered_toolbar"];if(d.val()=="true"){$.each(e,function(f,h){$('input[name="'+h+'"], select[name="'+h+'"]').prop("disabled",true);$('input[name="'+h+'"], select[name="'+h+'"]').parent(".aradio").addClass("disabled")})}else{$.each(e,function(f,h){$('input[name="'+h+'"], select[name="'+h+'"]').prop("disabled",false);$('input[name="'+h+'"], select[name="'+h+'"]').parent(".aradio").removeClass("disabled")})}}c();$('input[name="config_portable_module_filemanager_hide_toolbar"]').on("change",function(){c($(this))});$('input[name="config_portable_module_filemanager_hide_toolbar"], input[name="config_portable_module_filemanager_hovered_toolbar"], input[name="config_portable_module_filemanager_hide_actions"], input[name="config_portable_module_filemanager_notification_type"], input[name="config_portable_module_filemanager_remember_tabs"], input[name="config_portable_module_filemanager_calculate_size"]').on("change",function(){var e=$(this).attr("name"),d=$(this).val();localStorage.setItem($hostname+"-"+e,d);window[e]=d;t__wi_p.manageConfig("save")})}else{$(".panel-body").append('
    ');$("#list_form").detach().appendTo("#tab-1");if(typeof jQuery.ui=="object"){$(".tabs-top > ul.nav").sortable({revert:true,delay:100,update:function(){}})}if(config_portable_module_filemanager_remember_tabs&&__f___ld__tb_stored_chk()){__f___ld__tb_stored()}$("#headln2r .btn-group").prepend('')}$("body").on("mouseleave",".popover:not(.file-manager-help)",function(d){d.preventDefault();d.stopPropagation();$(this).popover("hide")});$("div.total").append(__f___tl_v());$(".tab-pane.active").data("totalValue",$("div.total").html());$("body").append('");$("body").on("click","#__f__c__m li i.fa",function(d){$(this).parents("a").trigger("click")});$("body").on("hidden.bs.modal",function(){$(".modal-backdrop").remove()});$("body").on("submit",'form[action="save_config.cgi"]',function(){localStorage.setItem($hostname+"-_________per_page",parseInt($('input[name="per_page"]').val()))});$("body").on("click",function(d){$(".tooltip").each(function(){if(!$(this).is(d.target)&&$(this).has(d.target).length===0&&$(".tooltip").has(d.target).length===0){$(this).tooltip("hide")}})});$("body").on("click",".breadcrumb .fa-caret-right",function(f){f.preventDefault();f.stopPropagation();var d=$(".breadcrumb span[data-tree]"),m=$(".breadcrumb .fa-caret-down"),k=$(this),e=k.attr("data-path"),h=(e?e:"/"),n=k.parent("a").attr("href");$dirCurrent=k.parent("a").text();d.remove();m.addClass("fa-caret-right").removeClass("fa-caret-down");if(k.parent("a").next("span[data-tree]").length){return}k.addClass("invisible").after('');$(this).removeClass("fa-caret-right").addClass("fa-caret-down");k.parent("a").after('
    ');$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_list=1&xhr-get_list_path="+h,data:false,dataType:"JSON",success:function(o){$.each($(o),function(q,p){k.parent("a").next("span[data-tree]").append('  '+($dirCurrent==p?" "+escape_html(p)+"":" "+escape_html(p))+"")}).promise().done(function(){k.removeClass("invisible").next(".cspinner").remove();k.parent("a").removeClass("text-black");k.parent("a").next("span[data-tree]").removeClass("hidden");var q=k.parent("a").next("span[data-tree]"),p=$("span[data-tree] i.fa-folder-open-o").parent("a");if(typeof p.offset()!="undefined"&&typeof q.offset()!="undefined"){q.animate({scrollTop:p.offset().top-q.offset().top+q.scrollTop()},0)}})},error:function(o){}})}).on("mouseenter",".breadcrumb .fa-caret-right",function(d){$(this).parent("a").addClass("text-black")}).on("mouseleave",".breadcrumb .fa-caret-right",function(d){$(this).parent("a").removeClass("text-black")});$("body").on("click",function(e){var d=$(".breadcrumb a + span[data-tree]"),f=$(".breadcrumb .fa-caret-down");if(d.length){d.remove();f.addClass("fa-caret-right").removeClass("fa-caret-down")}});$.each($(".modal .modal-content .modal-footer"),function(e,d){$(this).wrapInner('
    ')});$(".btn-group.pull-right").find(".fa-check-square").removeClass("fa-check-square").addClass("fa-share-square-o");if($___relative_url.indexOf("index.cgi")===-1){t___wi.history.pushState(null,null,$_____link_full+"/"+__f___mn()+"/index.cgi?path=");$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').addClass("hidden");f__dt()}$("#headln2l .help_popup").css("padding","6px 12px");$("#headln2l .btn-group > a.btn:first-child > i").attr("data-title",lang("theme_xhred_global_dir_up")).attr("data-toggle","tooltip");$('ul > li > a[href^="bookmark.cgi?path="]').parents("ul").addClass("at-o__f_m-favorites-dropdown").find(".fa-bookmark-o").removeClass("fa-bookmark-o").addClass("fa-fw fa-star-o");$('div button[onclick="removeDialog()"]').addClass("disabled o__f_m-button-delete").removeAttr("onclick");$('a[onclick="chmodDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chmod");$('a[onclick="chownDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chown");$('a[onclick="chattrDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chattr");$('a[onclick="chconDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-chcon");$('a[onclick="compressDialog()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-compress");$('a[onclick="copySelected()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-copy");$('a[onclick="cutSelected()"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-cut");if(!localStorage.getItem($hostname+"-copy")&&!localStorage.getItem($hostname+"-cut")){$('a[onclick*="paste.cgi"]').removeAttr("onclick").parent("li").addClass("disabled o__f_m-button-paste")}else{$('a[onclick*="paste.cgi"]').removeAttr("onclick").parent("li").addClass("o__f_m-button-paste")}if(!$t_av_sestatus){$("li.o__f_m-button-chcon").addClass("hidden");$("#__f__c__m a[data-context-chcon]").parent("li").addClass("hidden");$("#__f__c__m .dropdown-submenu-properties").css("top","-74px")}$("body").on("click",'button + .dropdown-menu.at-o__f_m-favorites-dropdown > li > a:not([href^="bookmark.cgi"])',function(){$(this).parents("ul").trigger("mouseleave")});$.each($(".btn-group.pull-right .btn-group"),function(){$(this).find("button > .caret").css("margin-left","3px");$(this).find("button + ul.dropdown-menu > li > a").css("padding-left","12px");$(this).find("button + ul.dropdown-menu > li > a > i").append("  ");$(this).find("ul").addClass("pull-right").find(".fa-paste").removeClass("fa-paste").addClass("fa-fw fa-clipboard").text("").after("  ");$(this).find("ul").addClass("pull-right").find(".fa-search").addClass("fa-fw").text("").after(" ")}).promise().done(function(){f_m__bm__c()});$("body").on("click",".file-manager-remove-bookmark",function(e){e.preventDefault();e.stopPropagation();var d=URI.parseQuery(URI($(this).parent("a").attr("href")).query())["path"];$(this).parent("a").parent("li").remove();$.ajax({type:"POST",url:$g__e__path+"/file-manager/bookmark.cgi?path="+encodeURIComponentSafe(d)+"&module="+$g__m__name,data:false,dataType:"text",success:function(f){f_m__bm__c();messenger(''+lang("theme_xhred_filemanager_unbookmark_success").replace("%value",(d?escape_html(d):"/")),5,"warning","bookmarkAddRemove")},error:function(f){}})});if(access_level()!==0){$("body").find(".breadcrumb li:first-child a").html(' ')}$("body").find(".breadcrumb li:first-child").addClass("fm___root__");__f___u(false,false,0,0);$('button[onclick="selectAll()"], button[onclick="invertSelection()"]').click(function(){setTimeout(function(){__r____changed()},0)});$("body").on("click",'#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]',function(d){d.preventDefault();d.stopPropagation();var e="";if($(".breadcrumb li:first-child a i").hasClass("fa-search")){e="index.cgi?path="+encodeURIComponentSafe($('#list_form > input[type="hidden"][name="path"]').val())}else{e=$(".breadcrumb > li:eq(-2) > a").attr("href")}if(!e){e="index.cgi?path="}__f____r("get",e,false,0);$(".active i.fa-folder-btl").after('')});$("body").on("click",".breadcrumb li > a:not(.fa-keyboard-o), .breadcrumb li > a + span[data-tree] > a, .dropdown-menu.at-o__f_m-favorites-dropdown > li:not(.data-context-bookmarks) > a:not(.no_effect), .active table label > a.o__f_m-follow-file",function(d){d.preventDefault();d.stopPropagation();var f="index.cgi?path=",e=0;if($(this).attr("href")&&$(this).attr("href").indexOf(("/"+$g__o__f_m))===-1){f=$(this).attr("href")}if(f==="index.cgi?path=/"){f="index.cgi?path="}if(f&&f.indexOf("bookmark.cgi?")>-1){e=1;return}__f____r("get",f,false,e);$(".active i.fa-folder-btl").after('')});$("body").on("click",'li.o__f_m-button-copy:not(".disabled") a',function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_copying_selected")+" "+lang("theme_xhred_global_please_wait"),10,"info","copy_info");__f____a("copy",false)});$("body").on("click",'li.o__f_m-button-cut:not(".disabled") a',function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_cutting_selected")+" "+lang("theme_xhred_global_please_wait"),10,"warning","cut_warning");__f____a("cut",false)});$("body").on("click",'li.o__f_m-button-paste:not(".disabled") a',function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_pasting_selected")+" "+lang("theme_xhred_global_please_wait"),100000,"info","paste_info");__f____a("paste",false)});$("body").on("click",'a[href^="extract.cgi"]',function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_unpacking_archive")+" "+lang("theme_xhred_global_please_wait"),100000,"info","extract_info");__f____a("extract",$(this).attr("href"))});$("body").find('#removeDialog button[type="button"][onclick="removeSelected()"]').removeAttr("onclick").addClass("_at_filemanager_delete_submit");$("body").on("click","#removeDialog button._at_filemanager_delete_submit",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_deleting_selected")+" "+lang("theme_xhred_global_please_wait"),100000,"info","delete_info");__f____a("delete",false);modal_dismiss()});$("#removeDialog").on("show.bs.modal",function(){var d=$(this).find("#items-to-remove");d.empty();$.each(_f__gr("checked"),function(){d.append(escape_html($(this).val())+"
    ")})});$("body").find('#renameDialog button[type="button"][onclick="renameSelected()"]').removeAttr("onclick").addClass("_at_filemanager_rename_submit");$("body").on("click","#renameDialog button._at_filemanager_rename_submit",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_renaming_selected")+" "+lang("theme_xhred_global_please_wait"),10,"info","rename_info");__f____a("rename",false)});$("body").on("submit","#renameDialog",function(d){d.preventDefault();d.stopPropagation();$("#renameDialog button._at_filemanager_rename_submit").trigger("click")});$("#renameDialog").on("shown.bs.modal",function(){var d=$(this).find('input[type="text"]');d.focus();d.select()});$("#renameDialog").on("show.bs.modal",function(){var d=$(this).find('input[type="text"]'),e=$(this).find("button._at_filemanager_rename_submit")});$('#renameDialog input[type="text"]').on("keyup change click input",function(e){var d=$("#renameDialog").find("button._at_filemanager_rename_submit");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").find('#createFolderDialog button[type="button"][onclick="createFolder()"]').removeAttr("onclick").addClass("_at_filemanager_create_folder_submit");$("body").on("click","#createFolderDialog button._at_filemanager_create_folder_submit",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_creating_directory")+" `"+escape_html($('#createFolderForm input[name="name"]').val())+"`. "+lang("theme_xhred_global_please_wait")+"",10,"info","create_folder_info");__f____a("create_folder",false)});$("body").on("submit","#createFolderForm",function(d){d.preventDefault();d.stopPropagation();$("#createFolderDialog button._at_filemanager_create_folder_submit").trigger("click")});$("#createFolderDialog").on("shown.bs.modal",function(){var d=$(this).find('input[type="text"]');d.focus()});$("#createFolderDialog").on("show.bs.modal",function(){var d=$(this).find('input[type="text"]'),e=$(this).find("button._at_filemanager_create_folder_submit");d.val("");!d.val()&&e.prop("disabled",true)});$('#createFolderDialog input[type="text"]').on("keyup change click input",function(e){var d=$("#createFolderDialog").find("button._at_filemanager_create_folder_submit");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").find('#createFileDialog button[type="button"][onclick="createFile()"]').removeAttr("onclick").addClass("_at_filemanager_create_file_submit");$("body").on("click","#createFileDialog button._at_filemanager_create_file_submit",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_creating_file")+" `"+$('#createFileForm input[name="name"]').val()+"`. "+lang("theme_xhred_global_please_wait"),10,"info","create_file_info");__f____a("create_file",false)});$("body").on("submit","#createFileForm",function(d){d.preventDefault();d.stopPropagation();$("#createFileDialog button._at_filemanager_create_file_submit").trigger("click")});$("#createFileDialog").on("shown.bs.modal",function(){var d=$(this).find('input[type="text"]');d.focus()});$("#createFileDialog").on("show.bs.modal",function(){var d=$(this).find('input[type="text"]'),e=$(this).find("button._at_filemanager_create_file_submit");d.val("");!d.val()&&e.prop("disabled",true)});$('#createFileDialog input[type="text"]').on("keyup change click input",function(e){var d=$("#createFileDialog").find("button._at_filemanager_create_file_submit");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").find('#downFromUrlDialog button[type="button"][onclick="downFromUrl()"]').removeAttr("onclick").addClass("o__f_m-submitter-url_download");$("body").on("click","#downFromUrlDialog button.o__f_m-submitter-url_download",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_downloading_from")+" "+URI($('#downFromUrlForm input[name="link"]').val()).hostname()+". "+lang("theme_xhred_global_please_wait"),1000000,"info","url_download_info");__f____a("url_download",false)});$("body").on("submit","#downFromUrlForm",function(d){d.preventDefault();d.stopPropagation();$("#downFromUrlDialog button.o__f_m-submitter-url_download").trigger("click")});$("#downFromUrlDialog").on("shown.bs.modal",function(){var d=$(this).find('input[name="link"]');d.focus()});$("#downFromUrlDialog").on("show.bs.modal",function(){var d=$(this).find('input[name="link"]'),e=$(this).find("button.o__f_m-submitter-url_download");!d.val()&&e.prop("disabled",true)});$('#downFromUrlDialog input[name="link"]').on("keyup change click input",function(e){var d=$("#downFromUrlDialog").find("button.o__f_m-submitter-url_download");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("#readyForUploadDialog").on("show.bs.modal",function(){var d=URI.parseQuery(URI($("#upload-form").attr("action")).query())["id"];$("#upload-form").attr("action","upload.cgi?path="+encodeURIComponentSafe($("#upload-form").find('input[name="path"]').val())+"&id="+d+"")});$("body").find('#searchDialog button[type="button"][onclick="search()"]').removeAttr("onclick").addClass("_at_filemanager_search_submit");$("body").on("click","#searchDialog button._at_filemanager_search_submit",function(d){d.preventDefault();d.stopPropagation();__f____a("search",false)});$("body").on("submit","#searchForm",function(d){d.preventDefault();d.stopPropagation();$("#searchDialog button._at_filemanager_search_submit").trigger("click")});$("#searchDialog").on("shown.bs.modal",function(){var d=$(this).find('input[name="query"]');d.focus()}).on("show.bs.modal",function(){$('#searchDialog input[name="query"]').trigger("keyup");$('input[name="grepreplace"]').prop("disabled",true).val("");$("._at_filemanager_search_submit").text(lang("theme_xhred_global_find")).removeClass("btn-warning").addClass("btn-primary")}).on("keyup",'input[name="query"]',function(){if($(this).val().length){$('input[name="grepstring"], input[name="grepreplace"]').removeAttr("disabled")}else{$('input[name="grepstring"], input[name="grepreplace"]').prop("disabled",true)}$('#searchDialog input[name="grepstring"]').trigger("keyup")}).on("keyup",'input[name="grepstring"]',function(){if($(this).val().length){$('input[name="grepreplace"]').removeAttr("disabled")}else{$('input[name="grepreplace"]').prop("disabled",true)}}).on("keyup",'input[name="grepreplace"]',function(){if($.trim($(this).val()).length){$("._at_filemanager_search_submit").text(lang("theme_xhred_global_replace")).removeClass("btn-primary").addClass("btn-warning")}else{$("._at_filemanager_search_submit").text(lang("theme_xhred_global_find")).removeClass("btn-warning").addClass("btn-primary")}});$("#searchDialog").on("show.bs.modal",function(){var d=$(this).find('input[type="text"]'),e=$(this).find("button._at_filemanager_search_submit");!d.val()&&e.prop("disabled",true)});$("body").on("click",".__o__f_m-search-results-data",function(d){var d=$("#path").val();__f____r("get","index.cgi?path="+(d?encodeURIComponentSafe(d):""),false,0)});$('#searchDialog input[type="text"]').on("keyup change click input",function(e){var d=$("#searchDialog").find("button._at_filemanager_search_submit");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").on("click",'a[href^="bookmark.cgi"]',function(d){d.preventDefault();d.stopPropagation();var e=$(this).attr("href");if(e==="bookmark.cgi?path="){e=e+"/"}__f____a("bookmark",e)});$('body #chmodDialog button[onclick="chmodSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-chmod");$("body").on("click","#chmodDialog button.o__f_m-submitter-chmod",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_setting_permissions").replace("%value",escape_html($("#perms").val()))+" "+lang("theme_xhred_global_please_wait"),100000,"info","chmod_info");__f____a("chmod",[$("#perms").val(),$('#chmodForm select[name="applyto"] option:selected').val()])});$("#chmodDialog").on("shown.bs.modal",function(){$('#chmodDialog input[id="perms"]').focus().select()});$('body #chownDialog button[onclick="chownSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-chown");$("body").on("click","#chownDialog button.o__f_m-submitter-chown",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_changing_ownership").replace("%value",escape_html($('#chownForm input[name="owner"]').val())+":"+$('#chownForm input[name="group"]').val())+" "+lang("theme_xhred_global_please_wait"),100000,"info","chown_info");__f____a("chown",[$('#chownForm input[name="owner"]').val(),$('#chownForm input[name="group"]').val(),$('#chownForm input[name="recursive"]').prop("checked")])});$("#chownDialog").on("shown.bs.modal",function(){$('#chownDialog input[name="owner"]').focus()});$("#chownDialog").on("show.bs.modal",function(){var d=$(this).find("button.o__f_m-submitter-chown");d.prop("disabled",true)});$('#chownDialog input[name="owner"], #chownDialog input[name="group"]').on("keyup change click input",function(e){var d=$("#chownDialog").find("button.o__f_m-submitter-chown");if($('#chownDialog input[name="owner"]').val()&&$('#chownDialog input[name="group"]').val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$('#chownDialog input[name="owner"], #chownDialog input[name="group"]').on("keyup",function(d){d.preventDefault();var e=d.which;if(e==13){$("#chownDialog button.o__f_m-submitter-chown").trigger("click")}});$("#chownDialog").on("show.bs.modal",function(){$('#chownDialog input[name="owner"], #chownDialog input[name="group"]').val("");$('#chownDialog input[name="recursive"]').removeAttr("checked")});$('body #chattrDialog button[onclick="chattrSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-chattr");$("body").on("click","#chattrDialog button.o__f_m-submitter-chattr",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_changing_attributes").replace("%value",escape_html($('#chattrForm input[name="label"]').val()))+" "+lang("theme_xhred_global_please_wait"),100000,"info","chattr_info");__f____a("chattr",[$('#chattrForm input[name="label"]').val(),$('#chattrForm input[name="recursive"]').prop("checked")])});$("#chattrDialog").on("shown.bs.modal",function(){$('#chattrDialog input[name="label"]').focus()});$("#chattrDialog").on("show.bs.modal",function(){var d=$(this).find("button.o__f_m-submitter-chattr");d.prop("disabled",true)});$('#chattrDialog input[name="label"]').on("keyup change click input",function(e){var d=$("#chattrDialog").find("button.o__f_m-submitter-chattr");if($('#chattrDialog input[name="label"]').val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$('#chattrDialog input[name="label"]').on("keyup",function(d){d.preventDefault();var e=d.which;if(e==13){$("#chattrDialog button.o__f_m-submitter-chattr").trigger("click")}});$("#chattrDialog").on("show.bs.modal",function(){$('#chattrDialog input[name="label"]').val("");$('#chattrForm input[name="recursive"]').removeAttr("checked")});$('body #chconDialog button[onclick="chconSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-chcon");$("body").on("click","#chconDialog button.o__f_m-submitter-chcon",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_changing_secontext").replace("%value",escape_html($('#chconForm input[name="label"]').val()))+" "+lang("theme_xhred_global_please_wait"),100000,"info","chcon_info");__f____a("chcon",[$('#chconForm input[name="label"]').val(),$('#chconForm input[name="recursive"]').prop("checked")])});$("#chconDialog").on("shown.bs.modal",function(){$('#chconDialog input[name="label"]').focus()});$("#chconDialog").on("show.bs.modal",function(){var d=$(this).find("button.o__f_m-submitter-chcon");d.prop("disabled",true);var k={};$.unique($("tr td span[data-secontext]").map(function(){k[$(this).text()]=$(this).text()}).get());var f=$.map(k,function(p,o){if(o!="undefined"){return{value:p,url:o,data:{category:0}}}});function e(m){$('#chconDialog input[name="label"]').autocomplete({lookup:f,onSelect:function(n){},showNoSuggestionNotice:true,noSuggestionNotice:lang("theme_xhred_global_no_results_found")})}if(typeof $().autocomplete==="function"){e()}else{var h=0;if(t__wi_p.$load____ext==="src"){h=$('html head link[href*="css/jquery.jspanel."]:first')}else{h=$('html head link[href*="css/bundle."]:first')}if(!$('html head link[href*="css/autocomplete."]').length){h.before('')}$.getScript(""+$_____link_full+"/unauthenticated/js/jquery.autocomplete."+t__wi_p.$load____ext+".js",function(m,o,n){e();t__wi_p.$___ajax_requested_url="_blank"})}});$('#chconDialog input[name="label"]').on("keyup change click input",function(e){var d=$("#chconDialog").find("button.o__f_m-submitter-chcon");if($('#chconDialog input[name="label"]').val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$('#chconDialog input[name="label"]').on("keydown",function(d){var e=d.which;if(e==13&&!$(".autocomplete-suggestions:visible").length){$("#chconDialog button.o__f_m-submitter-chcon").trigger("click")}});$("#chconDialog").on("show.bs.modal",function(){$('#chconDialog input[name="label"]').val("");$('#chconForm input[name="recursive"]').removeAttr("checked")});function a(){$.ajax({type:"POST",url:$_____link_full+"/index.cgi/?xhr-get_command_exists=1&xhr-get_command_exists_name=zip",data:false,dataType:"text",success:function(d){if(!d){$('select[name="method"]').val("tar");$('select[name="method"] option[value="zip"]').prop("disabled",true);messenger(''+(lang("theme_xhred_global_no_such_command").replace("%cmd","zip")),15,"error")}else{$('select[name="method"] option[value="zip"]').prop("disabled",false)}},error:function(d){}})}$('body #compressDialog button[onclick="compressSelected()"]').removeAttr("onclick").addClass("o__f_m-submitter-compress").prop("disabled",true);$("body").on("click","#compressDialog button.o__f_m-submitter-compress",function(d){d.preventDefault();d.stopPropagation();messenger(''+lang("theme_xhred_filemanager_compressing_selected")+" "+lang("theme_xhred_global_please_wait"),100000,"info","compress_info",0);__f____a("compress",[escape_html($('#compressSelectedForm input[name="filename"]').val()),$('#compressSelectedForm select[name="method"] option:selected').val()])});$('#compressDialog input[name="filename"]').on("keyup change click input",function(e){var d=$("#compressDialog").find("button.o__f_m-submitter-compress");if($(this).val()){d.prop("disabled",false)}else{d.prop("disabled",true)}});$("body").on("submit","#compressSelectedForm",function(d){d.preventDefault();d.stopPropagation();$("#compressDialog button.o__f_m-submitter-compress").trigger("click")});$("#compressDialog").on("show.bs.modal",function(){$('#compressDialog input[name="filename"]').val("")}).on("shown.bs.modal",function(){$('#compressDialog input[name="filename"]').focus();$('select[name="method"] option[value="zip"]').prop("disabled",false);if($('select[name="method"]').val()=="zip"){a()}});$('select[name="method"]').change(function(d){if($(this).val()=="zip"){a()}});$("body").on("click",".dropdown-menu > li.disabled",function(d){d.preventDefault();d.stopPropagation()});if($__source_file==="index.cgi"&&!URI(t___wi.location).hasQuery("path")){$("#headln2l").find('a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').addClass("hidden")}$(".btn-group.pull-right > button:eq(2)").removeAttr("onclick");$("body").on("click",".btn-group.pull-right > button:eq(2)",function(d){var e=$("#path").val();__f____r("get","index.cgi?path="+(e?encodeURIComponentSafe(e):""),false,0);messenger(''+lang("theme_xhred_filemanager_refreshing")+" "+lang("theme_xhred_global_please_wait"),100000,"info","refreshDir_info")});setTimeout(function(){if(config_portable_module_filemanager_hovered_toolbar!=true){$(".btn-group.pull-right > .btn-group > button").hover(function(d){d.preventDefault();d.stopPropagation()})}},100);$("body").on("click",".btn-group.pull-right > button:eq(0), .btn-group.pull-right > button:eq(1), input",function(){if($(".active table tbody input:checked").length!==0){__f___ub()}else{__f___lb()}});$(".o__f_m-button-chmod a").html('  '+lang("theme_xhred_filemanager_context_chmod"));$("#chmodDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_chmod"));$(".o__f_m-button-chown a").html('  '+lang("theme_xhred_filemanager_context_chown"));$("#chownDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_chown"));$(".o__f_m-button-chattr a").html('  '+lang("theme_xhred_filemanager_context_chattr"));$("#chattrDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_chattr"));$(".o__f_m-button-chcon a").html('  '+lang("theme_xhred_filemanager_context_chcon"));$("#chconDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_chcon"));$(".o__f_m-button-compress a").html('   '+lang("theme_xhred_filemanager_context_newarchive"));$("#compressDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_newarchive"));$("#searchDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_search"));$(".o__f_m-button-copy a").html('   '+lang("theme_xhred_filemanager_context_copy"));$(".o__f_m-button-cut a").html('   '+lang("theme_xhred_filemanager_context_cut"));$('.btn-group .btn-group a[onclick="createFileDialog()"]').html('   '+lang("theme_xhred_filemanager_context_newfile"));$("#createFileDialog .modal-header h4").html('   '+lang("theme_xhred_filemanager_context_newfile"));$('.btn-group .btn-group a[onclick="createFolderDialog()"]').parent("li").addClass("_createFolderDialog_");$('.btn-group .btn-group a[onclick="createFolderDialog()"]').html('   '+lang("theme_xhred_filemanager_context_newfoder"));$("#createFolderDialog .modal-header h4").html('   '+lang("theme_xhred_filemanager_context_newfoder"));$('.btn-group .btn-group a[onclick="viewReadyForUpload()"]').html('   '+lang("theme_xhred_filemanager_context_upload"));$("#readyForUploadDialog .modal-header h4").html('   '+lang("theme_xhred_filemanager_context_upload"));$('.btn-group .btn-group a[onclick="downFromUrlDialog()"]').html('   '+lang("theme_xhred_filemanager_context_download"));$("#downFromUrlDialog .modal-header h4").html('   '+lang("theme_xhred_filemanager_context_download"));$("#renameDialog .modal-header h4").prepend('   ');$('.btn-group .btn-group a[onclick="downFromUrlDialog()"] i').removeClass("fa-globe").addClass("fa-download");$("#removeDialog .modal-header h4").html('  '+lang("theme_xhred_filemanager_context_delete_selected"));$(".o__f_m-button-compress").detach().insertAfter("._createFolderDialog_");if(config_portable_module_filemanager_hide_toolbar){$(".btn-group.pull-right").addClass("hidden");$(".breadcrumb.pull-left").removeClass("pull-left").addClass("pull-right").css("margin-bottom","-20px");$(".o__f_m-main-spinner").css({"margin-top":"40px","margin-left":"170px"})}$(".btn-group .at-o__f_m-favorites-dropdown li:not(:first-child):not(:empty)").clone().insertAfter("li.data-context-bookmarks + .divider");$("body").on("inserted.bs.popover",'.breadcrumb:visible [data-toggle="popover-path"]',function(){$(".popover-path-input").parents(".popover").addClass("popover-path-data")});$("body").on("shown.bs.popover",'.breadcrumb:visible [data-toggle="popover-path"]',function(){$(".popover-path-input").val(decodeURIComponentSafe($("#path").val()));$(".popover-path-input").focus();$(".popover-path-input").keydown(function(d){var e=d.keyCode?d.keyCode:d.which;if(e==13){$(".breadcrumb").append('');$(".popover-path-button").find("i").addClass("invisible").parent().find(".cspinner").removeClass("hidden");$(".popover-path-input-value").find("a").trigger("click").remove();$('[data-toggle="popover-path"]').popover("hide");__f__ld__sh()}});setTimeout(function(){$(".popover-path-data").animate({opacity:1},$settings_animation_left_slide_time)},100)});$("body").on("hide.bs.popover",'[data-toggle="popover-path"]',function(){$(".popover-path-data").css("opacity",0)});$("body").on("click",".popover-path-button",function(){var d=jQuery.Event("keydown");d.which=13;$(".popover-path-input").trigger(d)});$("body").on("contextmenu",".breadcrumb",function(d){d.preventDefault();$('[data-toggle="popover-path"]').popover("show")});$("#nothingSelected").remove();$(".active ul.pagination li:first-child").trigger("click")}f__mgk_fi();$('.file-manager .modal-content input:not([type="radio"], [type="checkbox"], [type="hidden"])').addClass("heighter-28");setTimeout(function(){l__res_fi()},10);$("body").on("click",".active .ui_checked_columns",function(f){var e=f.keyCode?f.keyCode:f.which;if(get_selected_text()){return}if(e!==1){return}var h=$(f.target).parents("tr");if($(f.target).is(":checkbox")||$(f.target).is(".lawobject")){return}var d=$("#path").val();goup=h.hasClass("directory_go_up"),link=h.find('td a[href*="index.cgi?path="]').attr("href"),link_escaped=h.find("td a[data-filemin-link]").attr("data-filemin-link"),download=h.find('td a[href*="download.cgi?"]').attr("href"),td_tag=($(f.target).is("td"));if(goup){$(".active i.fa-folder-btl").after('');$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').trigger("click")}if(download&&!td_tag){return}f.preventDefault();if(link){$(this).find("img").before('');__f____r("get",("index.cgi?path="+(encodeURIComponentSafe(decode_html(d))+"/"+encodeURIComponentSafe(decode_html(link_escaped)))),false,0);return}if(td_tag){$(f.target).parents("tr").find('td.ui_checked_checkbox input[type="checkbox"]').trigger("click");return}});$("body").on("keydown",function(d){var k=d.keyCode?d.keyCode:d.which;if($("#__f__c__m").is(":visible")&&k==27){$("#__f__c__m").css("display","none");return}else{if($("#__f__c__m").is(":visible")){return}}if($("input.popover-path-input").is(":focus")||$(".popover:visible").length){return}if(!$(":focus").parents(".jsPanel").is(".jsPanel")&&!$(".modal.in").length){if(k==32&&d.ctrlKey){d.preventDefault();d.stopPropagation();if(!d.shiftKey){$("#file-manager-new-instance:not(.disabled_no_styling)").trigger("click")}else{$(".nav.nav-tabs").find("li.active").find("a").find("i").trigger("click")}}if((k==37||k==39)&&d.ctrlKey){d.preventDefault();d.stopPropagation();if(k==37){$(".nav.nav-tabs").find("li.active").prev("li").find("a").trigger("click")}else{$(".nav.nav-tabs").find("li.active").next("li").find("a").trigger("click")}return}if((k==49||k==50||k==51||k==52||k==53||k==54||k==55||k==56||k==57)&&d.ctrlKey){var y=(k-48);d.preventDefault();d.stopPropagation();$.each($(".nav.nav-tabs").find("li"),function(n,m){if((n+1)==y){$(this).find("a").trigger("click");return}});return}}if((k==120||k==121)&&!d.ctrlKey&&!d.shiftKey&&!$(":focus").parents(".jsPanel").is(".jsPanel")&&!$(".modal.in").length){if(k==120){$('a[onclick="downFromUrlDialog()"]').trigger("click");return}if(k==121){$('a[onclick="viewReadyForUpload()"]').trigger("click");return}}if(!$("input.popover-path-input").is(":focus")&&String.fromCharCode(k).toLowerCase()=="l"&&d.ctrlKey&&!$(":focus").parents(".jsPanel").is(".jsPanel")&&!$(".modal.in").length){d.preventDefault();d.stopPropagation();var C=$('#headln2r > div.btn-group > a[href^="config.cgi"]');if(is_scrolled_into_view(C)){$('[data-toggle="popover-path"]').popover("show")}else{C.scrollIntoView({duration:200,direction:"vertical",complete:function(){setTimeout(function(){$('[data-toggle="popover-path"]').popover("show")},100)}})}return}if(k==93&&!$(":focus").parents(".jsPanel").is(".jsPanel")&&!$(".modal.in").length){d.preventDefault();d.stopPropagation();if(!$("#list_form table tbody tr.m-active").length){$("#list_form table tbody tr:first-child:not(.directory_go_up)").addClass("m-active")}$("#list_form table tbody tr.m-active").find("td:first-child input").trigger("contextmenu");return}if(k==13&&$(":focus").parents(".jsPanel").is(".jsPanel")){if(d.ctrlKey&&d.shiftKey){$(":focus").parents(".jsPanel").find("._filemanager_file_editor_save").trigger("click");$(":focus").parents(".jsPanel").find(".jsPanel-btn-close").trigger("click")}else{if(d.ctrlKey){$(":focus").parents(".jsPanel").find("._filemanager_file_editor_save").trigger("click")}}}if(k==27&&$(":focus").parents(".jsPanel").is(".jsPanel")){if(d.ctrlKey){$(":focus").parents(".jsPanel").find(".jsPanel-btn-min").trigger("click")}else{$(":focus").parents(".jsPanel").find(".jsPanel-btn-close").trigger("click")}return}if($(":focus").parents(".jsPanel").is(".jsPanel")){return}if(k==13&&$("#list_form table tbody tr.m-active").length===1&&!$(".modal.in").length){if($("#list_form table tbody tr.m-active").hasClass("directory_go_up")){$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]').trigger("click")}else{var v=$('.active form table tbody tr.m-active td a[href*="index.cgi?path="]');v.length&&v.first()[0].click()}return}if(!$(".modal.in").length&&d.ctrlKey&&(String.fromCharCode(k).toLowerCase()=="c"||String.fromCharCode(k).toLowerCase()=="v"||String.fromCharCode(k).toLowerCase()=="x")){if($("#list_form table tbody tr td:first-child").find("input:checked").length===0&&$("#list_form table tbody tr.m-active").length===1&&d.ctrlKey&&(String.fromCharCode(k).toLowerCase()=="c"||String.fromCharCode(k).toLowerCase()=="v"||String.fromCharCode(k).toLowerCase()=="x")){$("#list_form table tbody tr.m-active").find("td:first-child input").trigger("click")}}if(k==13){if($(".modal.in").length){d.preventDefault();d.stopPropagation();if($(".modal.in .modal-footer button._at_filemanager_delete_submit").length){$(".modal.in .modal-footer button._at_filemanager_delete_submit").trigger("click")}else{if($(".modal.in .modal-footer button.o__f_m-submitter-chmod").length){$(".modal.in .modal-footer button.o__f_m-submitter-chmod").trigger("click")}else{if($(".modal.in .modal-footer button._at_filemanager_create_folder_submit").length){$(".modal.in .modal-footer button._at_filemanager_create_folder_submit").trigger("click")}else{if($(".modal.in .modal-footer button._at_filemanager_create_file_submit").length){$(".modal.in .modal-footer button._at_filemanager_create_file_submit").trigger("click")}else{if($(".modal.in .modal-footer button.o__f_m-submitter-compress").length){$(".modal.in .modal-footer button.o__f_m-submitter-compress").trigger("click")}else{if($(".modal.in .modal-footer button._at_filemanager_rename_submit").length){$(".modal.in .modal-footer button._at_filemanager_rename_submit").trigger("click")}else{if($(".modal.in .modal-footer button._at_filemanager_search_submit").length){$(".modal.in .modal-footer button._at_filemanager_search_submit").trigger("click")}}}}}}}}}if(k==13&&$("#list_form table tbody tr:not(.directory_go_up)").length===1&&!$(".modal.in").length&&t__wi_p.t___p__xhr_r===0){$('.active form table tbody tr td a[href*="index.cgi?path="]').length&&$('.active form table tbody tr td a[href*="index.cgi?path="]').first()[0].click();return}if(k==13){return}if((k==32)&&!d.shiftKey&&!$("#list_form table tbody tr.m-active").length){return}if((k==46||k==113||k==114||k==115||k==116||k==117||k==119)&&!_f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length&&!$(".ui_checked_columns input:checked").length&&!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input").is(":focus")&&!$("#list_form table tbody tr.m-active").length&&(!d.shiftKey||(k==116&&d.shiftKey)||(k==115&&!d.shiftKey))){d.preventDefault();d.stopPropagation();if(t___wi.document.activeElement&&$(t___wi.document.activeElement).is('a[href^="edit_file.cgi"]')){return}messenger(''+lang("theme_xhred_filemanager_nothing_is_selected"),0.75,"warning","noSelection_warning");return}if(!d.shiftKey&&!d.ctrlKey&&!d.altKey&&!d.metaKey&&!$("#__f__c__m").is(":visible")){if(k!=33&&k!=34&&$("#list_form table tbody tr.m-active").length){d.preventDefault();d.stopPropagation()}if(typeof ___contextmenu__triggered___!="undefined"){return}l=$("#list_form table tbody tr.m-active").removeClass("m-active");var u=l.index();var E=l.index();if(k==38&&!$(".modal.in").length){if($(".dataTable-mirror").is(":focus")){$.each($("input"),function(){$(this).blur()})}E--;$(".dataTables_filter label input").blur();$("#list_form table tbody tr").addClass("m-not-active")}if(k==40&&!$(".modal.in").length){if($(".dataTable-mirror").is(":focus")){$.each($("input"),function(){$(this).blur()})}E++;$(".dataTables_filter label input").blur();$("#list_form table tbody tr").addClass("m-not-active")}}if((k==38||k==40||k==32||k==13||k==46||k==119||k==117||k==115||k==116||k==113||k==114)&&!$(".modal.in").length){l=(!$("#list_form table tbody tr").find(".dataTables_empty").length&&$("#list_form table tbody tr").eq(E).addClass("m-active m-not-active"))}if(k==27){d.preventDefault();d.stopPropagation();$('.modal.in button[data-dismiss="modal"]').trigger("click")}if(k==35&&!$("input").is(":focus")){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();l=$("#list_form table tbody tr").eq(parseInt($("#list_form table tbody tr").length)-1).addClass("m-active m-not-active")}}if(k==36&&!$("input").is(":focus")){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();l=$("#list_form table tbody tr").eq(0).addClass("m-active m-not-active")}}if(k==13){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();$(".dataTables_filter label input").blur();$("#list_form table tbody tr.m-active").find("td:first-child").trigger("click")}}if(k==8&&!$(".o__f_m-main-spinner").is(":visible")&&!$("input").is(":focus")){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();$(".active i.fa-folder-btl").after('');$('#headln2l > div.btn-group > a[href*="'+$g__o__f_m+'"][href*="index.cgi"]:not(.hidden)').trigger("click")}}if(k==32&&!d.ctrlKey){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();var B=$("#list_form table tbody tr.m-active"),e=jQuery.Event("keydown");B.find("td:first-child input").trigger("click");e.which=40;$("body").trigger(e);__r____changed();if(config_portable_module_filemanager_calculate_size){__f__get_fs()}}}if(k==106||(d.shiftKey&&k==56)){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();$('body button[onclick="invertSelection()"]').trigger("click")}}if(k==107||(d.shiftKey&&k==187)){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();$('body button[onclick="selectAll()"]').trigger("click")}}if(k==109||(d.shiftKey&&k==189)){if(!$(".modal.in").length){d.preventDefault();d.stopPropagation();var F=document.getElementsByClassName("ui_checked_columns");for(i=0;i"+(escape_html(decodeURIComponentSafe(D))+" ("+escape_html(decodeURIComponentSafe($("#path").val()))+")")+""),p=$(this).parents("div.jsPanel"),n=(parseInt(q.attr("id").replace("jsPanel-",""))+1);if(!$(t).find("textarea").length){var t=$(H).find('form[action="save_file.cgi"]').append($(H).find("#data").removeAttr("id")).prepend($(H).find("#file").removeAttr("id")).prepend($(H).find("#path").removeAttr("id"))}q.title(I);p.data("jspuid",A);p.find(".jsPanel-hdr h3").prepend('  ').find("strong").attr("title",I);p.find(".jsPanel-content").html(t);$("#jsPanel-min-container").css({width:$(window).width(),overflow:"auto"});var s=p.find(".jsPanel-content");var m=s.find(".ui_form_end_buttons tr td span:first-child input"),r=s.find(".ui_form_end_buttons tr td span:nth-child(2) input");s.find(".ui_form_end_buttons").remove();p.find(".jsPanel-hdr .jsPanel-hdr-r").append('
    ');p.find(".jsPanel-btn-max").trigger("click");t__cm___init(s.find("textarea"),I,[null,parseInt(s.css("height"))],n);p.animate({opacity:1},400,function(){window["__cm_editor_"+n].focus()});q.on("jspanelbeforeclose",function(x,L){var K=$("#"+L)});p.find("._filemanager_file_editor_save").click(function(x){$(this).find("i").replaceWith(t__lo__btn_md());$(this).removeClass("text-danger");p.find('form[action="save_file.cgi"]').submit()});function J(){var x=p.find("._filemanager_file_editor_save");x.find(".cspinner").remove();x.find("i").remove();x.prepend('')}p.find('form[action="save_file.cgi"]').submit(function(K){K.preventDefault();K.stopPropagation();messenger(''+lang("theme_xhred_filemanager_saving_file").replace("%value",I)+" "+lang("theme_xhred_global_please_wait"),5,"info","savingFileStart");var x=p.find('form[action="save_file.cgi"] input:not([name="path"]), form[action="save_file.cgi"] textarea').serialize();x=x+"&path="+$("#path").val();$.ajax({type:"POST",url:$_____link_full+"/"+__f___mn()+"/save_file.cgi",data:x,dataType:"text",success:function(L){var M=p.find("._filemanager_file_editor_save .cspinner");if(!$(L).find("textarea#data").length){messenger(''+$(L).find(".panel-body").html(),10,"error","savingFileError");if(M.parent(".btn").index()===1){modal_dismiss()}J();return}messenger(''+lang("theme_xhred_filemanager_file_saved").replace("%value",I),1.5,"success","savingFileDone");J()},error:function(L){}})})}},selector:"body",resizable:"disabled",draggable:"disabled",theme:"light",controls:{normalize:"disable",smallify:"disable"},maximizedMargin:{top:20,right:25,bottom:20,left:25},dblclicks:{title:"minimize"},onbeforeclose:function(){if($("body").find(".bootbox-o__f_m-save-prompt").length&&this.find("._filemanager_file_editor_save.text-danger").length){return false}if(this.find("._filemanager_file_editor_save.text-danger").length){$this=this;bootbox.dialog({message:""+lang("theme_xhred_filemanager_file_edit_but_not_saved")+"

    "+lang("theme_xhred_filemanager_file_edit_but_not_saved_what_to_do")+"",title:'   '+$this.find(".jsPanel-title strong").text()+"",buttons:{success:{label:'   '+lang("theme_xhred_global_save_and_close")+"  ",className:"btn-primary vertical-align-top ",callback:function(){$this.find(".jsPanel-btn-save").trigger("click");$this.find(".jsPanel-btn-close").trigger("click")}},danger:{label:'   '+lang("theme_xhred_global_close_without_saving")+"  ",className:"btn-danger vertical-align-top margined-left--2",callback:function(){$this.find("._filemanager_file_editor_save.text-danger").removeClass("text-danger");$this.find(".jsPanel-btn-close").trigger("click")}},main:{label:'   '+lang("theme_xhred_global_continue_editing")+"  ",className:"btn-default vertical-align-top margined-left--2",callback:function(){setTimeout(function(){var m=window["__cm_editor_"+(parseInt($this.attr("id").replace("jsPanel-",""))+1)];m&&m.focus()},100)}}},onEscape:function(){setTimeout(function(){var m=window["__cm_editor_"+(parseInt($this.attr("id").replace("jsPanel-",""))+1)];m&&m.focus()},100)}});return false}},onbeforemaximize:function(){if($("body").find(".bootbox-o__f_m-save-prompt").length&&this.find("._filemanager_file_editor_save.text-danger").length){return false}}});__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_not_editable"),0.75,"warning","notEditableTarget")}}}if(!$("input").is(":focus")&&!$("select").is(":focus")&&!$("textarea").is(":focus")&&!$(".modal.in").length&&k!=32&&k!=113&&k!=114&&k!=106&&k!=107&&k!=116&&k!=109&&k!=46&&k!=119&&k!=118&&k!=115){if($(".tab-pane.active .paginate_button.next").parents("ul.pagination").hasClass("pointer-events-none")){return}if(k===39){$(".tab-pane.active .paginate_button.next").trigger("click");$("#list_form table tbody tr.m-active").removeClass("m-active");$("#list_form table tbody tr").addClass("m-not-active")}else{if(k===37){$(".tab-pane.active .paginate_button.previous").trigger("click");$("#list_form table tbody tr.m-active").removeClass("m-active");$("#list_form table tbody tr").addClass("m-not-active")}else{var f=String.fromCharCode(k);if(f&&/[a-zA-Z0-9]/.test(f)&&!d.ctrlKey&&!d.altKey&&!d.metaKey){$(".dataTables_filter label input").trigger("keyup").focus()}}}}if(String.fromCharCode(k).toLowerCase()=="s"&&d.ctrlKey){d.preventDefault();d.stopPropagation();_f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length&&__f__get_fs()}if(d.shiftKey&&d.ctrlKey){return}if(!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input.popover-path-input").is(":focus")&&!$(".btn-filter-top-right input").is(":focus")&&(k==115||k==116||k==118||String.fromCharCode(k).toLowerCase()=="c"||String.fromCharCode(k).toLowerCase()=="v"||String.fromCharCode(k).toLowerCase()=="x")){if((!(String.fromCharCode(d.which).toLowerCase()=="c"&&d.ctrlKey)&&!(String.fromCharCode(d.which).toLowerCase()=="v"&&d.ctrlKey)&&!(String.fromCharCode(d.which).toLowerCase()=="x"&&d.ctrlKey)&&!(k==115&&d.shiftKey)&&!(k==116&&d.shiftKey)&&!(k==118&&d.shiftKey))&&!(d.which==19)){return true}d.preventDefault();if(k==115){if(!$(".modal.in").length){d.stopPropagation();$('a[onclick = "createFileDialog()"]').trigger("click");__f___cs();return}}if(k==116){if(!$(".modal.in").length){d.stopPropagation();if($("#list_form table tbody tr.m-active").find("i.fa-extract-archive").parent("a").length){var w=$("#list_form table tbody tr.m-active").find("td.ui_checked_checkbox input");!w.is(":checked")&&w.trigger("click");d.preventDefault();d.stopPropagation();$("#list_form table tbody tr.m-active").find("i.fa-extract-archive").parent("a")[0].click();__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_not_decompressable"),0.75,"warning","notDecompressableTarget")}return}}if(k==118){if(!$(".modal.in").length){d.stopPropagation();$('a[onclick = "searchDialog()"]').trigger("click");__f___cs();return}}if(String.fromCharCode(k).toLowerCase()=="c"){if(!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input.popover-path-input").is(":focus")){d.stopPropagation();if(!$(".o__f_m-button-copy.disabled").length){$("body .o__f_m-button-copy a").trigger("click");__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_no_selection_to_copy"),0.75,"warning","nothingSelected")}return}}if(String.fromCharCode(k).toLowerCase()=="v"){if(!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input.popover-path-input").is(":focus")){d.stopPropagation();if(!$(".o__f_m-button-paste.disabled").length){$("body .o__f_m-button-paste a").trigger("click");__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_empty_clipboard"),0.75,"warning","emptyClipboard")}return}}if(String.fromCharCode(k).toLowerCase()=="x"){if(!$(".modal.in").length&&!$(".popover").is(":visible")&&!$("input.popover-path-input").is(":focus")){d.stopPropagation();if(!$(".o__f_m-button-cut.disabled").length){$("body .o__f_m-button-cut a").trigger("click");__f___cs()}else{messenger(''+lang("theme_xhred_filemanager_no_selection_to_cut"),0.75,"warning","nothingSelected")}return}}return}});$("body").on("click","a.action-link > .fa",function(f){f.preventDefault();if($(this).hasClass("fa-extract-archive")){var d=$(this).parents("tr").find("td.ui_checked_checkbox input");!d.is(":checked")&&d.trigger("click")}else{if($(this).hasClass("fa-i-cursor")){f.stopPropagation()}}});$("body").on("click","#file-manager-new-instance:not(.disabled_no_styling)",function(d){__f___nt($("#path").val(),true)});$("body").on("click",".nav.nav-tabs li.ui-sortable-handle.disabled",function(d){d.preventDefault;d.stopPropagation;return false});$("body").on("mouseenter mousemove",".nav.nav-tabs li",function(){$(this).find("a > i").removeClass("invisible")}).on("mouseleave",".nav.nav-tabs li",function(){$(this).find("a > i").addClass("invisible")});$("body").on("click",".nav.nav-tabs li:not(.disabled) i",function(k){k.preventDefault;if($(".nav.nav-tabs li:not(.ui-sortable-placeholder)").length<=1){return}var h=$(this),f=h.parent("a").parent("li"),d=parseInt(h.parent("a").attr("href").replace(/^\D+/g,""));if(!f.hasClass("active")){$('a[href="#tab-'+d+'"]').parent("li").remove();$('.tab-content .tab-pane[id="tab-'+d+'"]').remove();__f___up__tb_vis();__f___up__tb_store()}else{tab___to______delete=d;if(h.parent("a").parent("li").prev("li:not(.active)").length){h.parent("a").parent("li").prev("li:not(.active)").find("a").trigger("click")}else{if(h.parent("a").parent("li").next("li:not(.active)").length){h.parent("a").parent("li").next("li:not(.active)").find("a").trigger("click")}}}return false});$("body").on("hide.bs.tab",'a[data-toggle="tab"]',function(d){var f=$(d.target).attr("href").replace(/^\D+/g,"");if($(".__o__f_m-search-results").length){$('.tab-content .tab-pane[id="tab-'+f+'"]').data("searchQuery",$(".__o__f_m-search-results")).data("searchQueryTotal",$(".total").html())}});$("body").on("show.bs.tab",'a[data-toggle="tab"]',function(d){$(".nav.nav-tabs li").addClass("disabled")});$("body").on("shown.bs.tab",'a[data-toggle="tab"]',function(m){setTimeout(function(){$(".nav.nav-tabs li").removeClass("disabled")},400);var k=$(m.target).attr("href"),h=k.replace(/^\D+/g,""),n=$(m.relatedTarget).attr("href"),d=n.replace(/^\D+/g,""),f="_AuthenticThemeTmp"+d;$(n).find("form").attr({id:"list_form"+f,name:"list_form"+f});$(n).find(".ui_checked_columns").removeClass("ui_checked_columns").addClass("_ui_checked_columns_tmp");$.each($(n).find("form *[id]"),function(){var q=$(this).attr("id"),e=$(this).attr("name"),p=q+f,o=(e?(e+f):false);if(q.indexOf("DataTable")===-1){$(this).attr({id:p});if(e){$(this).attr({name:o})}}}).promise().done(function(){var e="_AuthenticThemeTmp"+h;$(k).find("._ui_checked_columns_tmp").addClass("ui_checked_columns").removeClass("_ui_checked_columns_tmp");$(k).find("form").attr({id:"list_form",name:"list_form"});$.each($(k).find("form *[id]"),function(){var r=$(this).attr("id"),p=$(this).attr("name"),q=r.replace(e,""),o=(p?p.replace(e,""):false);if(r.indexOf(e)>-1){$(this).attr({id:q});if(p){$(this).attr({name:o})}}}).promise().done(function(){__f__c__m(1);if($(m.target).attr("newly-created")=="1"){$(m.target).removeAttr("newly-created")}else{var p=$('.tab-content .tab-pane[id="tab-'+h+'"]').data("searchQuery"),o=$('.tab-content .tab-pane[id="tab-'+h+'"]').data("searchQueryTotal"),r=[];if(p){r.push(p);r.push(o);$('.tab-content .tab-pane[id="tab-'+h+'"]').removeData("searchQuery").removeData("searchQueryTotal")}__f___up__d("index.cgi?path="+encodeURIComponentSafe($(k).find("form input#path").val()),false,r)}!p&&$(".total").html($(".tab-pane.active").data("totalValue"));if(typeof tab___is______new!="undefined"){_f__table().DataTable().draw();delete tab___is______new}else{__init__dt_ck__e()}if(typeof tab___to______delete!="undefined"){var q=tab___to______delete;delete tab___to______delete;$('a[href="#tab-'+q+'"]').parent("li").remove();$('.tab-content .tab-pane[id="tab-'+q+'"]').remove()}})})});$("#searchForm label:first-child").text(lang("theme_xhred_filemanager_search_query"));$("#searchForm .form-group").after('


    ');var b=$("#searchForm").find("span.awcheckbox");b.prev("br").remove();b.detach().appendTo($("#searchForm .form-inline"));$('#searchDialog input[name="query"]').val("*")}___f__tw();t__cm___init(0,0,0,0,0,0,1);setTimeout(function(){t__wi_p.$____loader_block__=0;__lre()},1200); \ No newline at end of file diff --git a/lang/ca.UTF-8 b/lang/ca.UTF-8 index ceadff0b2..6615bee6a 100644 --- a/lang/ca.UTF-8 +++ b/lang/ca.UTF-8 @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=El nom de l'enllaç `%valu theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/cz.UTF-8 b/lang/cz.UTF-8 index 1e13e8ba0..6c152396d 100644 --- a/lang/cz.UTF-8 +++ b/lang/cz.UTF-8 @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/da.UTF-8 b/lang/da.UTF-8 index ab872f628..fae9a0d0e 100644 --- a/lang/da.UTF-8 +++ b/lang/da.UTF-8 @@ -190,7 +190,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/de.UTF-8 b/lang/de.UTF-8 index 3bf780a0d..48191ae81 100644 --- a/lang/de.UTF-8 +++ b/lang/de.UTF-8 @@ -190,7 +190,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -496,7 +496,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -554,7 +554,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -667,7 +667,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -679,3 +679,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/en.UTF-8 b/lang/en.UTF-8 index f2339091a..cdc85e963 100644 --- a/lang/en.UTF-8 +++ b/lang/en.UTF-8 @@ -189,7 +189,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -495,7 +495,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -553,7 +553,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -666,15 +666,18 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%value` has been copied to clipboard. - #18.46 theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/es.UTF-8 b/lang/es.UTF-8 index 4321dc032..efdc5dee4 100644 --- a/lang/es.UTF-8 +++ b/lang/es.UTF-8 @@ -190,7 +190,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/fr.UTF-8 b/lang/fr.UTF-8 index f88090af6..d10a46090 100644 --- a/lang/fr.UTF-8 +++ b/lang/fr.UTF-8 @@ -190,7 +190,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/it.UTF-8 b/lang/it.UTF-8 index 8eab7dabc..f6ba0a8e3 100644 --- a/lang/it.UTF-8 +++ b/lang/it.UTF-8 @@ -190,7 +190,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/nl.UTF-8 b/lang/nl.UTF-8 index bb3d2ca44..d3fd97fe9 100644 --- a/lang/nl.UTF-8 +++ b/lang/nl.UTF-8 @@ -190,7 +190,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/no.UTF-8 b/lang/no.UTF-8 index 06e1f00bd..fd2dbb7d1 100644 --- a/lang/no.UTF-8 +++ b/lang/no.UTF-8 @@ -190,7 +190,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/pl.UTF-8 b/lang/pl.UTF-8 index 23a3d673c..550212c10 100644 --- a/lang/pl.UTF-8 +++ b/lang/pl.UTF-8 @@ -190,7 +190,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/pt.UTF-8 b/lang/pt.UTF-8 index 2903fc8e2..84a0ca98b 100644 --- a/lang/pt.UTF-8 +++ b/lang/pt.UTF-8 @@ -190,7 +190,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/ro_RO.UTF-8 b/lang/ro_RO.UTF-8 index 4e6b7276c..497129808 100644 --- a/lang/ro_RO.UTF-8 +++ b/lang/ro_RO.UTF-8 @@ -497,7 +497,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -555,7 +555,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -668,7 +668,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -680,3 +680,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/ru.UTF-8 b/lang/ru.UTF-8 index 4360a716e..d0a304eeb 100644 --- a/lang/ru.UTF-8 +++ b/lang/ru.UTF-8 @@ -193,7 +193,7 @@ settings_sysinfo_theme_updates=Check for Authentic Theme updates settings_sysinfo_csf_updates=Check for ConfigServer Security & Firewall updates settings_sysinfo_drive_status_on_new_line=Show CPU and drives status each on new line settings_sysinfo_expand_all_accordions=Make all accordions expanded -settings_sysinfo_link_mini=Show system information link as button +settings_sysinfo_link_mini=Show dashboard link as button settings_leftmenu_singlelink_icons=Show icons for single links on navigation menu settings_right_page_defaults_title=Default pages @@ -500,7 +500,7 @@ theme_xhred_global_none=None theme_xhred_global_yes=Yes theme_xhred_global_no=No -theme_xhred_filemanager_new_tab=Add New Tab (Ctrl+Space) +theme_xhred_filemanager_new_tab=Add new tab (Ctrl+Space) theme_xhred_datatable_no_search_results=No results found
    Try a different search theme_xhred_filemanager_buffer_error=Failed to paste files to the buffer - permission denied. @@ -558,7 +558,7 @@ theme_xhred_filemanager_context_open_new_tab=Open in new tab theme_xhred_xsql_fit_content_screen_height=Fit database table content in screen height theme_xhred_datatable_filter_visible_tables=Filter Visible Table(s) -theme_xhred_module_help=Module Help +theme_xhred_module_help=Module help theme_xhred_server_process_running=Server process is still running!? Are you sure that you want to navigate away and have no access to output information? Even if you leave now the process will not be terminated. @@ -671,7 +671,7 @@ theme_git_patch_update_success_message=Theme upgrade for Webmin was successful. theme_git_patch_update_success_message2=Theme upgrade for both Webmin and Usermin was successful. Currently installed version is $1. Reloading... theme_xhred_git_patch_update=Theme upgrade has failed. Try using console to do it manually. theme_xhred_git_patch_initiated=Theme upgrade has been initiated. -theme_xhred_global_prev_page=Previous Page +theme_xhred_global_prev_page=Go back one page theme_xhred_global_help=Help settings_right_soft_updates_page_options_title=Software updates theme_xhred_git_compare_changes=Compare changes @@ -683,3 +683,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/sv.UTF-8 b/lang/sv.UTF-8 index ad5a4bd2b..b9130fb97 100644 --- a/lang/sv.UTF-8 +++ b/lang/sv.UTF-8 @@ -678,3 +678,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolisk länknamn %value theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/lang/zh_CN.UTF-8 b/lang/zh_CN.UTF-8 index e82cba685..dff9b4c4a 100644 --- a/lang/zh_CN.UTF-8 +++ b/lang/zh_CN.UTF-8 @@ -678,3 +678,7 @@ theme_xhred_filemanager_link_to_clipboard=Symbolic link's name `%val theme_left_mail_prefs=Mail Preferences theme_left_mail_change_password=Change Password theme_left_mail_account_functions=Account Functions +theme_xhred_global_dir_up=Go to previous directory (Backspace) +theme_xhred_global_module_config=Module config +theme_xhred_global_return=Return +theme_xhred_global_return_to_module_index=Return to module index diff --git a/unauthenticated/js/content.js b/unauthenticated/js/content.js index b5277ed08..f66686266 100644 --- a/unauthenticated/js/content.js +++ b/unauthenticated/js/content.js @@ -1810,7 +1810,7 @@ if (settings_right_iconize_header_links) { $iconized_class = "fa-question-circle"; $(this).data("title", "") } - $(this).data("toggle", "tooltip").data("title", (e ? lang("theme_xhred_global_help") : ($(this).data("back") === 1 ? (!is__m($g__o__f_m) ? lang("theme_xhred_global_prev_page") : "") : $(this).text()))).attr("data-container", "body").addClass("btn btn-link text-lighter").removeClass("ui_link").append(''); + $(this).data("toggle", "tooltip").data("title", upperFirstLowerAll(e ? lang("theme_xhred_global_help") : ($(this).data("back") === 1 ? (!is__m($g__o__f_m) ? lang("theme_xhred_global_prev_page") : "") : $(this).text()))).attr("data-container", "body").addClass("btn btn-link text-lighter").removeClass("ui_link").append(''); $(this).contents().filter(function() { return this.nodeType == 3 }).remove(); @@ -3892,7 +3892,7 @@ is__mf("sysstats", "display_all.cgi") && setTimeout(function() { if (is__m("changepass") || is__mf("server-manager", "edit_pass.cgi") || is__mf("virtual-server", "list_databases.cgi") || is__mf("acl", "edit_user.cgi") || is__mf("virtual-server", "clone_form.cgi") || is__mf("virtual-server", "edit_user.cgi") || is__mf("virtual-server", "edit_domain.cgi") || is__mf("virtual-server", "domain_form.cgi") || is__mf("samba", "edit_euser.cgi") || is__mf("samba", "ask_epass.cgi") || is__mfq("virtualmin-registrar", "edit.cgi", "registrar=") || is__mfq("htaccess-htpasswd", "edit_user.cgi", "new=") || is__mfq("postgresql", "edit_user.cgi", "new=") || is__mfq("mysql", "edit_user.cgi", "new=") || is__mf("useradmin", "edit_group.cgi") || is__mf("useradmin", "edit_user.cgi") || is__mfq("passwd", "edit_passwd.cgi", "user=")) { setTimeout(function() { $("#headln2r .btn-group a").addClass("pull-left").attr("style", ""); - $("#headln2r .btn-group").prepend(' '); + $("#headln2r .btn-group").prepend(' '); $("body .generate-password-key").click(function(c) { var a = passwordGenerator(); $("body").append(''); @@ -3916,6 +3916,9 @@ if (is__mf("bind8", "edit_zonekey.cgi")) { if (is__mf("virtual-server", "edit_script.cgi")) { $('select[name="version"]').addClass("heighter-34 margined-top-4") } +if (is__mf("virtual-server", "transfer_form.cgi")) { + $('input[name="newttl"]').addClass("heighter-34") +} brake_long_lines((is__mf("firewall", "") || is__mf("firewall", "index.cgi")), $(".ui_checked_columns td label b"), ","); $.each($(".gl-icon-container"), function(a, b) { if (!$(this).find("a:first").find("i.fa-edit").length) { diff --git a/unauthenticated/js/content.min.js b/unauthenticated/js/content.min.js index 47a9fd1ed..dc329d4cb 100644 --- a/unauthenticated/js/content.min.js +++ b/unauthenticated/js/content.min.js @@ -3,4 +3,4 @@ * Copyright 2014-2017 Ilia Rostovtsev * Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) */ -;charset_warning();typeof t__wi_p.t___p__xhr_r=="undefined"?t__wi_p.t___p__xhr_r=0:false;$(window).ajaxStart(function(){t__wi_p.t___p__xhr_r=1;if(t__wi_p.t___p__xhr_l===0){if(settings_loader_top&&t__wi_p.$___ajax_requested_url.indexOf("index.cgi/?xhr-info=1")===-1&&($("body").attr("class")&&$("body").attr("class").indexOf($g__o__f_m)===-1||t__wi_p.$___ajax_requested_url.indexOf("help.cgi")>-1||t__wi_p.$___ajax_requested_url.indexOf("edit_file.cgi")>-1)){t__wi_p.NProgress.remove();t__wi_p.NProgress.start()}}}).ajaxStop(function(){if(t__wi_p.t___p__xhr_l===0){if(settings_loader_top&&__num()&&!t__wi_p.$____loader_block__){t__wi_p.NProgress.done()}if(t__wi_p.t___p__ll===1){t__wi_p.__lle()}}t__wi_p.t___p__xhr_r=0});$("body").attr("style",$("body").data("style"));function _f__table(){var a=parseInt($(".tab-pane.active").attr("id").replace(/^\D+/g,""));return window["_f__table"+a]}function __r____changed(){if($("body").attr("class")&&$("body").attr("class").indexOf($g__o__f_m)>-1){$(".total_size_data").parent("span").addClass("hidden");var a=_f__table().dataTable().$("tr.hl-aw",{filter:"applied"}).length;if(a){__f___ub()}else{__f___lb()}$(".total_selected").html(a==1?lang("theme_xhred_filemanager_selected_entry").replace("%value","1"):lang("theme_xhred_filemanager_selected_entries").replace("%value",""+a+""))}}function __init_ck_(a){CKEDITOR_BASEPATH="/unauthenticated/js/ckeditor/";$.getScript(""+$_____link_full+"/unauthenticated/js/ckeditor/ckeditor.js",function(f,c,d){if(CKEDITOR.env.ie&&CKEDITOR.env.version<9){CKEDITOR.tools.enableHtml5Elements(document)}function g(){if(CKEDITOR.revision==("%REV%")){return true}return !!CKEDITOR.plugins.get("wysiwygarea")}CKEDITOR.config.height=$(window).height()/a[1];CKEDITOR.config.width="auto";CKEDITOR.config.removePlugins="save, about";var k=((__isNR||__isNM)?1:0);if(k){CKEDITOR.config.contentsCss=($_____link_full+"/unauthenticated/css/palettes/nightrider_ckeditor_content."+t__wi_p.$load____ext+".css?"+$g__t__ver_str);if(!$('html head link[href*="css/nightrider_ckeditor."]').length){$("html head").append('')}}var h=g();var j=CKEDITOR.document.getById(a[0]);if(h){var b=$("body").data("language");CKEDITOR.replace(a[0],{language:(b=="zh"?"zh-cn":b)})}else{j.setAttribute("contenteditable","true");CKEDITOR.inline(a[0])}if(a[2]===true){for(var e in CKEDITOR.instances){CKEDITOR.instances[e].on("change",function(i){i.removeListener();$("body").attr("data-unload-warning","1")})}}if(a[3]==="edit_web"){setTimeout(function(){$("hr + b").removeClass("hidden");$(".__tmp__spinner").remove()},100)}})}$.each($('tr td:last-child a:contains("..")'),function(){if($current_page_full==$_____link_full+"/virtual-server/list_databases.cgi"){$(this).html($(this).text().replace(/\.\.$/," ")).addClass("ui_link_replaced btn btn-info btn-xxs").removeClass("ui_link")}});function __init_dt_(e,d,a){typeof d=="undefined"?d=false:false;typeof a=="undefined"?a=false:false;if(is__mf("virtual-server","index.cgi")){d=true}$.fn.dataTableExt.sErrMode="throw";function b(f){f.DataTable({order:[],aaSorting:[],bDestroy:true,bPaginate:false,bInfo:false,bStateSave:d,destroy:true,dom:(a?"Rlfrtip":"f"),oLanguage:{sEmptyTable:lang("theme_xhred_datatable_semptytable"),sInfo:lang("theme_xhred_datatable_sinfo"),sInfoEmpty:lang("theme_xhred_datatable_sinfoempty"),sLengthMenu:lang("theme_xhred_datatable_slengthmenu"),sLoadingRecords:lang("theme_xhred_datatable_sloadingrecords"),sProcessing:lang("theme_xhred_datatable_sprocessing"),sSearch:" ",sZeroRecords:lang("theme_xhred_datatable_szerorecords")},initComplete:function(g){$(".dataTables_filter").find('input[type="search"]').attr("placeholder",lang("theme_xhred_datatable_filter"))}})}if(is__mf("virtual-server","list_users.cgi")){var c=$(".table thead tr th").filter(function(){return $(this).text().match(/Last login|Dernière Connexion|Siste innlogging|Letzer Login|Laatste login/)}).index();if(c>-1){$.each(e.find("tbody tr td:nth-child("+(c+1)+")"),function(g,h){var f=$(this).text();if(/Never|Jamais|Aldri|Niemals|Nigdy|Nooit/i.test(f)){f=0}$(this).attr("data-sort",f)}).promise().done(function(){b(e)})}else{b(e)}}else{b(e)}}function f__gc(){return t__wi_p.$("#favorites-menu .favorites-menu-content li:not(.exclude)").length}function f__g(){var b=[];$.each(t__wi_p.$("#favorites-menu .favorites-menu-content li:not(.exclude) a"),function(){var e=$(this).text(),f=$(this).attr("href"),a=$(this).find(".wbm-sm").attr("data-product");favorite={};favorite.link=f;favorite.title=e.trim();favorite.icon=(a=="virtualmin"?(a+""):a);b.push(favorite)});return b}function f__u(){$.ajax({type:"POST",url:$_____link_full+"/settings-favorites_save.cgi",data:{favorites:('{"favorites":'+JSON.stringify(f__g(),null,4).replace(/\\n/g,"\\n").replace(/\\'/g,"\\'").replace(/\\"/g,'\\"').replace(/\\&/g,"\\&").replace(/\\r/g,"\\r").replace(/\\t/g,"\\t").replace(/\\b/g,"\\b").replace(/\\f/g,"\\f")+"}")},success:function(b){t__wi_p.fetch_right_pane_favorites()},error:function(b){}})}function f__a(d,f,e){if(f__gc()===0){t__wi_p.$("#favorites-menu .favorites-menu-content li.favorites-no-message").addClass("hidden");t__wi_p.$("#favorites-menu .favorites-menu-content .favorites-title sup a").removeClass("hidden")}t__wi_p.$("#favorites-menu .favorites-menu-content li.favorites-title").after(' ')}function f__us(){if(f__gc()===0){t__wi_p.$("#favorites-menu .favorites-menu-content li.favorites-no-message").removeClass("hidden");t__wi_p.$("#favorites-menu .favorites-menu-content .favorites-title sup a").addClass("hidden")}}function f__r(b){t__wi_p.$("#favorites-menu .favorites-menu-content").find('a[href="'+b+'"]').parent("li").effect("drop",{},300,function(){$(this).remove();$("#headln2c > .favorites").addClass("fa-star-o").removeClass("fa-star text-warning");f__us();f__u()})}function f__dt(){$(f__g()).each(function(){if($(this)[0]){var b=URI(t___wi.location).resource();if($(this)[0].link==b||$(this)[0].link+"index.cgi"==b){setTimeout(function(){$("#headln2c > .favorites").addClass("fa-star").removeClass("fa-star-o")},100);return false}else{setTimeout(function(){$("#headln2c > .favorites").removeClass("fa-star").addClass("fa-star-o")},100)}}})}f__dt();if(access_level()==0&&$g__v__nav){$("#headln2c").prepend(' ');$("body").append('')}$("body").on("click","#headln2c > .favorites",function(m){m.preventDefault();var k=URI(t___wi.location).resource();if($(this).hasClass("fa-star-o")){$(this).removeClass("fa-star-o").addClass("fa-star text-warning");var j=$("#headln2c > font").text(),n=t__wi_p.$(".has-sub.active").text().trim(),e=t__wi_p.$(".sub_active").text().trim(),i="",l="";if(product_name()==="Virtualmin"||product_name()==="Cloudmin"){i=t__wi_p.$(".ui_select option:selected").text()}if($('body[class^="'+$g__o__f_m+'"]').length){l=URI.parseQuery(URI(t___wi.location).query())["path"];if(!l){l="[/]"}else{l="["+l+"]"}}f__a(k,(((i.length?(i+" - "):"")+(n.length?(n+"/"):"")+(e.length?(e+": "):""))+j.trim()+(l.length?(" "+l):"")),(product_name()==="Virtualmin"?"virtualmin":product_name()==="Cloudmin"?"cloudmin":"webmin"));f__u()}else{$(this).addClass("fa-star-o").removeClass("fa-star text-warning");f__r(k)}});if(typeof jQuery.ui=="object"){t__wi_p.$("#favorites-menu > div > nav > ul").sortable({revert:true,delay:100,update:function(){f__u()}})}t__wi_p.$("#favorites-menu .favorites-menu-content").on("mouseover","li:not(.exclude) span.f__c, li:not(.exclude) span.f__c small",function(){$(this).find("small").removeClass("hidden")}).on("mouseleave","li:not(.exclude) span.f__c, li:not(.exclude) span.f__c small",function(){$(this).find("small").addClass("hidden")});t__wi_p.$("#favorites-menu .favorites-menu-content").on("mouseover","li:not(.exclude) small",function(){$(this).find(".fa-times").removeClass("fa-times").addClass("fa-times-circle");$(this).animate({"font-size":"0.7em","margin-top":"-2px","margin-left":"-1px"},160)}).on("mouseleave","li:not(.exclude) small",function(){$(this).find(".fa-times-circle").removeClass("fa-times-circle").addClass("fa-times");$(this).animate({"font-size":"0.6em","margin-top":"-1px","margin-left":"0"},80)});t__wi_p.$("#favorites-menu .favorites-menu-content").on("click","li:not(.exclude) small .fa-times-circle",function(b){b.preventDefault();b.stopPropagation();f__r($(this).parents("a").attr("href"))});$(document).on("keydown",function(b){if(t__wi_p.$(".favorites-menu-outer").css("left")=="0px"&&b.keyCode==27){t__wi_p.$(".favorites-menu-outer").removeClass("hover")}});f__us();function l__res_fi(){$(".btn-filter-top-right .dataTable-mirror").val("").trigger("keyup");$(".btn-filter-top-right input").is(":visible")&&$(".btn-filter-top-right input").trigger("blur")}function l__ck_fi(){if(($(".nav.nav-tabs").length&&$(".active .dataTables_filter").length)||(!$(".nav.nav-tabs").length&&$(".dataTables_filter").length)){$(".btn-filter-top-right").show()}else{$(".btn-filter-top-right").hide()}}function f__mgk_sp(m,k,j){var e=(((m.attr("onclick")&&m.attr("onclick").indexOf("blank")!==-1)||(m.parents("form").attr("target")&&m.parents("form").attr("target").indexOf("blank")!==-1))?true:false),b=m.hasClass("heighter-28"),c=m.css("height")=="28px",g=m.hasClass("btn-lg"),f=is__m("server-manager")?2:0,l=m.find(".fa").hasClass("fa-1_25x"),d=m.find(".fa"),h=((typeof k=="undefined"||k==false)?false:k),i='',a='';!e&&m.addClass("disabled");if(d.length&&!e){if(m.hasClass("btn-default")){d.addClass("invisible").after(a)}else{d.addClass("invisible").after(i)}}typeof j=="undefind"?j=false:false;if(h[3]||j){setTimeout(function(){m.removeClass("disabled");d.removeClass("invisible");m.find(".cspinner_container").remove()},(j?j:h[3]))}}function f__mgk_fi(){if($(".dataTables_filter").length){setTimeout(function(){$("#headln2r .btn-group a").addClass("pull-left").attr("style","");$("#headln2r .btn-group").prepend(' ');if($(".nav.nav-tabs").length){$("body").on("shown.bs.tab",'a[data-toggle="tab"]',function(b){var c=$(b.target).parent(".active");if(c.data("filter-value")){$(".dataTable-mirror").val(c.data("filter-value")).trigger("keyup")}else{$(".dataTable-mirror").val("").trigger("keyup")}l__ck_fi()})}var a=$(".dataTables_filter");a.hide();$(".btn-filter-top-right").click(function(b){!$(b.target).is("input")&&$(this).find("label").slideToggle(300,function(){$(this).find("input").focus()})});$(".dataTable-mirror").keyup(function(b){if($(".nav.nav-tabs").length){$(".nav-tabs li.active").data("filter-value",$(this).val());$(".active .dataTables_filter input").val($(this).val()).trigger("keyup")}else{$(".dataTables_filter input").val($(this).val()).trigger("keyup")}if($.trim($(this).val()).length>0){$(".btn-filter-top-right i").addClass("text-danger")}else{$(".btn-filter-top-right i").removeClass("text-danger")}});$(".btn-filter-top-right input").blur(function(b){$(this).parent("label").slideToggle(0)});l__ck_fi()},0)}}function datePicker(p,n,o,m){var d=$(n).find("option:eq(0)").val()==1?0:1;var e=$(m),l=parseInt($(p).val()),q=($(n).val()?parseInt($(n).val())+d:false),i=$(o).val();e.datepicker({format:" yyyy-m-d",language:$("body").data("language"),autoclose:true}).on("hide",function(a){var b=e.val()?e.val().split("-"):false;e.val("");if(b){$(p).val(parseInt(b[2]));$(n).val(parseInt(b[1])-d);$(o).val(parseInt(b[0]))}}).focus()}var $product_name=t__wi_p.$("#wrapper").data("product");$('body:not(".mobile-menu-toggler")').on("click",function(b){t__wi_p.hide_mobile_menu();if(t__wi_p.$(".autocomplete-suggestions").is(":visible")){}});if(t__wi_p.$(".switch-toggle").find('label[for="open_thirdlane"]').length){t__wi_p.$('.switch-toggle input:not([id="open_webmin"])').each(function(){$(this).removeAttr("checked")}).promise().done(function(){t__wi_p.$("#open_webmin").prop("checked",true)})}if(__num()){if($current_directory==$_____link+"init/"){$("table.table tbody tr").addClass("ui_checked_columns")}function __mr(){var a=($("body").attr("class")&&$("body").attr("class").indexOf($g__o__f_m)>-1);if(a){return}$.each($(".ui_checked_columns"),function(b,e){if($(e).find("a[href]")&&!$("body").hasClass("servers")&&!$(this).hasClass("selectable")){$(e).addClass("cursor-pointer").find("td").addClass("cursor-pointer").find("label").addClass("cursor-pointer").find("tt").addClass("cursor-pointer")}$(e).find("td:not(.selectable)").click(function(d){if($(d.target).is(".awobject, .iawobject, .lawobject, .awcheckbox, .awradio")){return}if($(e).find("a[href]")&&!$("body").hasClass("servers")){var c=$(e).find("a[href]")[0],h=$(this).parents("tr.ui_checked_columns"),f=$(d.target).find('input[type="checkbox"]:not(":disabled")'),g=f.length;g&&f.trigger("click");if(c&&($(this).find("a").attr("href")===$(c).attr("href")||$(this).find("a").attr("href")===undefined)&&!$(d.target).is("select, input, .awobject, .iawobject, .lawobject, .awcheckbox, .awradio")&&($(this).parent("tr").find('a[href*="download.cgi"]').length===0)){d.preventDefault();if($(c).attr("target")){!g&&window.open($(c).attr("href"),$(c).attr("target"))}else{window.location.href=$(c).attr("href")}}}});$(e).find("td").contextmenu(function(c){var d=$(this).parents("tr.ui_checked_columns");c.preventDefault();if(($(this).parents("tr").find('input[type="checkbox"]:first').length&&$(this).parents("tr").find('input[type="checkbox"][disabled]').length===0)||($(this).parents("tr").find('input[type="checkbox"][disabled]').length&&$(this).parents("tr").find("input").length>1)){if(d.find('input[type="checkbox"]:first').is(":checked")){d.removeClass("hl-aw");__r____changed()}else{d.addClass("hl-aw");__r____changed()}d.find('input[type="checkbox"]:first').trigger("click")}})})}__mr();function __mcr(){$.each($('input[type="radio"]:not(.iawobject), input[type="checkbox"]:not(.iawobject)'),function(){if($(this)[0]){$___text=$(this)[0].nextSibling}var e=$(this).next('input:not([type="radio"], [type="checkbox"], [type="hidden"]), select, textarea'),k=($___text&&$___text.nodeValue&&$.trim($___text.nodeValue).length>1),d=(k?$___text.nodeValue:" "),j=$(this).attr("type").toLowerCase();if($(this).next("label").length===0&&e.length===0&&k){$(this).addClass("iawobject");var g=$(this).attr("id")?'for="'+$(this).attr("id")+'"':false;if(g===false&&$(this).attr("name")&&$(this).val()){var h="__replaced_"+$(this).attr("name")+"_"+$(this).val()+"";var g='for="'+h+'"';$(this).attr("id",h)}$($___text).wrap('