File manager - Edit - /home/opticamezl/www/newok/com_templates.tar
Back
css/admin-templates-default.css 0000644 00000012055 15172521373 0012565 0 ustar 00 /** * @copyright (C) 2017 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ .selected { background: #08c; color: #fff; } .selected:hover, .selected:focus { background: #08c !important; color: #fff; } #deleteFolder { margin: 0; } #image-crop { max-width: 100% !important; width: auto; height: auto; } .tree-holder { overflow-x: auto; } .modal-body .tree-holder { max-height: 60vh; } @media (max-width: 768px) { .modal-title { font-size: 1rem; } .modal-body .tree-holder { max-height: 12vh; margin-bottom: 20px; } .modal-body .card-body { padding: .75rem; } .modal-body .col-md-4, .modal-body .col-md-8 { padding-left: 0; padding-right: 0; } .card-body .mt-2 { font-size: 12px; } } .treeselect a { display: block; } #core-pane.active { display: block; } #core-pane { display: none; } #core-pane .CodeMirror-code { background-color: #F0F0EE; } .switcher-label-0, .switcher-label-1 { white-space: nowrap; } [dir=rtl] #core-pane textarea, #override-pane textarea { text-align: left; } [dir=rtl] #core-pane joomla-editor-codemirror, #override-pane joomla-editor-codemirror { text-align: left; } [dir=rtl] #toggle-buttons { text-align: right !important; } .diff-pane { min-height: 100px; max-height: 350px; overflow: auto; border: 1px solid #dfdfdf; } #diff-main.active { display: block; } #diff-main { display: none; } .diff-wrapper.diff { --tab-size: 4; background: repeating-linear-gradient(-45deg, whitesmoke, whitesmoke 0.5em, #e8e8e8 0.5em, #e8e8e8 1em); border-collapse: collapse; border-spacing: 0; color: black; empty-cells: show; font-family: monospace; font-size: 13px; width: 100%; } .diff-wrapper.diff th { font-weight: 700; cursor: default; -webkit-user-select: none; user-select: none; } .diff-wrapper.diff td { vertical-align: baseline; } .diff-wrapper.diff td, .diff-wrapper.diff th { border-collapse: separate; border: none; padding: 1px 2px; background: #fff; } .diff-wrapper.diff td:empty:after, .diff-wrapper.diff th:empty:after { content: " "; visibility: hidden; } .diff-wrapper.diff td a, .diff-wrapper.diff th a { color: #000; cursor: inherit; pointer-events: none; } .diff-wrapper.diff thead th { background: #f7f7f7; border-bottom: 1px solid #ddd; padding: 4px; text-align: left; position: sticky; top: 0; } .diff-wrapper.diff tbody.skipped { border-top: 1px solid #ddd; } .diff-wrapper.diff tbody.skipped td, .diff-wrapper.diff tbody.skipped th { display: none; } .diff-wrapper.diff tbody th { color: #999; background: #f7f7f7; border-right: 1px solid #ddd; text-align: right; vertical-align: top; width: 4em; padding-right: 2em; font-weight: 400; } .diff-wrapper.diff th.n-new { border-left: 1px solid #ddd; } .diff-wrapper.diff tbody th.sign { background: #fff; border-left: 1px solid #ddd; padding: 1px 0; text-align: center; width: 1em; } .diff-wrapper.diff tbody th.sign.del { background: #fbe1e1; } .diff-wrapper.diff tbody th.sign.ins { background: #e1fbe1; } .diff-wrapper.diff.diff-html { white-space: pre-wrap; tab-size: var(--tab-size); } .diff-wrapper.diff.diff-html .ch { line-height: 1em; background-clip: border-box; background-repeat: repeat-x; background-position: left center; } .diff-wrapper.diff.diff-html .ch.sp { background-image: url('data:image/svg+xml,%3Csvg preserveAspectRatio="xMinYMid meet" viewBox="0 0 12 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.5 11C4.5 10.1716 5.17157 9.5 6 9.5C6.82843 9.5 7.5 10.1716 7.5 11C7.5 11.8284 6.82843 12.5 6 12.5C5.17157 12.5 4.5 11.8284 4.5 11Z" fill="rgba%2860, 60, 60, 50%25%29"/%3E%3C/svg%3E'); background-size: 1ch 1.25em; } .diff-wrapper.diff.diff-html .ch.tab { background-image: url('data:image/svg+xml,%3Csvg preserveAspectRatio="xMinYMid meet" viewBox="0 0 12 24" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.5 10.44L6.62 8.12L7.32 7.26L12.04 11V11.44L7.28 14.9L6.62 13.9L9.48 11.78H0V10.44H9.5Z" fill="rgba%2860, 60, 60, 50%25%29"/%3E%3C/svg%3E'); background-size: calc(var(--tab-size) * 1ch) 1.25em; background-position: 2px center; } .diff-wrapper.diff.diff-html.diff-combined .change.change-rep .rep { white-space: normal; } .diff-wrapper.diff.diff-html .change.change-eq .old, .diff-wrapper.diff.diff-html .change.change-eq .new { background: #fff; } .diff-wrapper.diff.diff-html .change .old { background: #fbe1e1; } .diff-wrapper.diff.diff-html .change .new { background: #e1fbe1; } .diff-wrapper.diff.diff-html .change .rep { background: #fef6d9; } .diff-wrapper.diff.diff-html .change .old.none, .diff-wrapper.diff.diff-html .change .new.none, .diff-wrapper.diff.diff-html .change .rep.none { background: transparent; cursor: not-allowed; } .diff-wrapper.diff.diff-html .change ins, .diff-wrapper.diff.diff-html .change del { font-weight: bold; text-decoration: none; } .diff-wrapper.diff.diff-html .change ins { background: #94f094; } .diff-wrapper.diff.diff-html .change del { background: #f09494; } css/admin-templates-default.min.css 0000644 00000010276 15172521373 0013352 0 ustar 00 @charset "UTF-8";.selected{color:#fff;background:#08c}.selected:hover,.selected:focus{color:#fff;background:#08c!important}#deleteFolder{margin:0}#image-crop{width:auto;height:auto;max-width:100%!important}.tree-holder{overflow-x:auto}.modal-body .tree-holder{max-height:60vh}@media (width<=768px){.modal-title{font-size:1rem}.modal-body .tree-holder{max-height:12vh;margin-bottom:20px}.modal-body .card-body{padding:.75rem}.modal-body .col-md-4,.modal-body .col-md-8{padding-left:0;padding-right:0}.card-body .mt-2{font-size:12px}}.treeselect a,#core-pane.active{display:block}#core-pane{display:none}#core-pane .CodeMirror-code{background-color:#f0f0ee}.switcher-label-0,.switcher-label-1{white-space:nowrap}[dir=rtl] #core-pane textarea,#override-pane textarea,[dir=rtl] #core-pane joomla-editor-codemirror,#override-pane joomla-editor-codemirror{text-align:left}[dir=rtl] #toggle-buttons{text-align:right!important}.diff-pane{border:1px solid #dfdfdf;min-height:100px;max-height:350px;overflow:auto}#diff-main.active{display:block}#diff-main{display:none}.diff-wrapper.diff{--tab-size:4;border-collapse:collapse;border-spacing:0;color:#000;empty-cells:show;background:repeating-linear-gradient(-45deg,#f5f5f5,#f5f5f5 .5em,#e8e8e8 .5em 1em);width:100%;font-family:monospace;font-size:13px}.diff-wrapper.diff th{cursor:default;-webkit-user-select:none;user-select:none;font-weight:700}.diff-wrapper.diff td{vertical-align:baseline}.diff-wrapper.diff td,.diff-wrapper.diff th{border-collapse:separate;background:#fff;border:none;padding:1px 2px}.diff-wrapper.diff td:empty:after,.diff-wrapper.diff th:empty:after{content:" ";visibility:hidden}.diff-wrapper.diff td a,.diff-wrapper.diff th a{color:#000;cursor:inherit;pointer-events:none}.diff-wrapper.diff thead th{text-align:left;background:#f7f7f7;border-bottom:1px solid #ddd;padding:4px;position:sticky;top:0}.diff-wrapper.diff tbody.skipped{border-top:1px solid #ddd}.diff-wrapper.diff tbody.skipped td,.diff-wrapper.diff tbody.skipped th{display:none}.diff-wrapper.diff tbody th{color:#999;text-align:right;vertical-align:top;background:#f7f7f7;border-right:1px solid #ddd;width:4em;padding-right:2em;font-weight:400}.diff-wrapper.diff th.n-new{border-left:1px solid #ddd}.diff-wrapper.diff tbody th.sign{text-align:center;background:#fff;border-left:1px solid #ddd;width:1em;padding:1px 0}.diff-wrapper.diff tbody th.sign.del{background:#fbe1e1}.diff-wrapper.diff tbody th.sign.ins{background:#e1fbe1}.diff-wrapper.diff.diff-html{white-space:pre-wrap;tab-size:var(--tab-size)}.diff-wrapper.diff.diff-html .ch{background-position:0;background-repeat:repeat-x;background-clip:border-box;line-height:1em}.diff-wrapper.diff.diff-html .ch.sp{background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio=\"xMinYMid meet\" viewBox=\"0 0 12 24\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M4.5 11C4.5 10.1716 5.17157 9.5 6 9.5C6.82843 9.5 7.5 10.1716 7.5 11C7.5 11.8284 6.82843 12.5 6 12.5C5.17157 12.5 4.5 11.8284 4.5 11Z\" fill=\"rgba%2860, 60, 60, 50%25%29\"/%3E%3C/svg%3E");background-size:1ch 1.25em}.diff-wrapper.diff.diff-html .ch.tab{background-image:url("data:image/svg+xml,%3Csvg preserveAspectRatio=\"xMinYMid meet\" viewBox=\"0 0 12 24\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M9.5 10.44L6.62 8.12L7.32 7.26L12.04 11V11.44L7.28 14.9L6.62 13.9L9.48 11.78H0V10.44H9.5Z\" fill=\"rgba%2860, 60, 60, 50%25%29\"/%3E%3C/svg%3E");background-size:calc(var(--tab-size)*1ch)1.25em;background-position:2px}.diff-wrapper.diff.diff-html.diff-combined .change.change-rep .rep{white-space:normal}.diff-wrapper.diff.diff-html .change.change-eq .old,.diff-wrapper.diff.diff-html .change.change-eq .new{background:#fff}.diff-wrapper.diff.diff-html .change .old{background:#fbe1e1}.diff-wrapper.diff.diff-html .change .new{background:#e1fbe1}.diff-wrapper.diff.diff-html .change .rep{background:#fef6d9}.diff-wrapper.diff.diff-html .change .old.none,.diff-wrapper.diff.diff-html .change .new.none,.diff-wrapper.diff.diff-html .change .rep.none{cursor:not-allowed;background:0 0}.diff-wrapper.diff.diff-html .change ins,.diff-wrapper.diff.diff-html .change del{font-weight:700;text-decoration:none}.diff-wrapper.diff.diff-html .change ins{background:#94f094}.diff-wrapper.diff.diff-html .change del{background:#f09494} css/admin-templates-default.min.css.gz 0000644 00000002662 15172521373 0013771 0 ustar 00 � �V�n�6��F���J�oRl�b���]���@�#� E�}I �{A��+'.ЇB�%Qs�33���T`Q痟?�N�+�Y`�L e�n���f/s��%]2ζ��PK0��{��E���7���X*��@��OJ00���9� �vyI�dF�͊3[$taUZ ��~.�:�?���4Lbk ����"˅Zk��ťbT3�^щ�3�3?$�b���)��.� �z}�٩[nlr%mP�! �W��e�ֻf�ZU&��S�7�2��<���W2%��q�mu�W �6!��0����Qs3�^o�,ֈ"��f�@��L3˗�a�҂�&3������T�?*��e�L1�I�Br��Պ۬ :��J�Y�BPi�A"��P���q�`��5�ZX[j���� ���V�?�* �q����[�$�q�*�\&�flV�����Z%���ǦId��N�L& �UJp��,wWZry�!z�6����}��z�%�����@ֱ�<k0�e��j��i�RP]A��pH9&�t�5!$�R�� !��*Ԫ�'h��3�K�&��8H{��^7�kGx e�cw�By�[D�)�Ӓ�פTRy�� �]%~�Qd�M�0�2 ��.�M��^� �ۚ/���o}U�1"��<�,�X�Q�#V�v�.�k�� 45��I��o�`���g��)��u]��ySb�)iAڤ�:�W|���I����v��ntف�e��T+.-� � mu���@�K�YM��e�=Yw��Ym�r�u�U�-W2�,�^^S�t��k��z�Z�c�O���z �S�⽢�<��N&���gt�J���z��媮�ʳ�AyR�(�$�� �C�ʌ9��e�S.TB��}�8n��w�bbs�g!���qY��A�4[���dj^,=4�%5��}��)���9��&��uO�`�� ��C��S��]�q�+�������&���Zο[��w���s� T`��C�!�?Q��ô�~���g�P `���Q��� #��Z�BV�Na�N��W�^��2��<M;7��7�GMm��ô�� �G#8�C4p��M� ����q�+���V�o^�E��k���ޠ_���o�ʹӎ���M4���&�D�i美����sׄ��uY�B ������I��8~�a��8��F����Oa�I���K:���(���x�4���%{4�L�xK�'x��;�"�=��oì��AH�j�} ���2Uθ栢r��+V� 賣�)�x��a%ڦ��:�}�6ܫ�zo�6�s�W�ѣ�Kgȇlr}�؍��Ձ�qڋR��&� Xs����b���:�n���b��L�z���$Ó8'�x{u$'�I<��� ��� js/admin-template-toggle-assignment.min.js 0000644 00000000661 15172521373 0014637 0 ustar 00 /** * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */Joomla=window.Joomla||{},(c=>{c.toggleAll=()=>{[].slice.call(document.querySelectorAll(".chk-menulink")).forEach(e=>{e.checked=!e.checked})},c.toggleMenutype=l=>{[].slice.call(document.getElementsByClassName(`menutype-${l}`)).forEach(o=>{o.checked=!o.checked})}})(Joomla); js/admin-template-toggle-switch.js 0000644 00000006221 15172521373 0013204 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (() => { const showDiffChangedOff = () => { const diffMain = document.getElementById('diff-main'); if (diffMain) { diffMain.classList.remove('active'); if (typeof Storage !== 'undefined') { localStorage.removeItem('diffSwitchState'); } } }; const showDiffChangedOn = () => { const diffMain = document.getElementById('diff-main'); if (diffMain) { diffMain.classList.add('active'); if (typeof Storage !== 'undefined') { localStorage.setItem('diffSwitchState', 'checked'); } } }; const showCoreChangedOff = () => { const override = document.getElementById('override-pane'); const corePane = document.getElementById('core-pane'); const fieldset = override.parentElement.parentElement; if (corePane && override) { corePane.classList.remove('active'); if (fieldset.classList.contains('options-grid-form-half')) { fieldset.classList.remove('options-grid-form-half'); fieldset.classList.add('options-grid-form-full'); } if (typeof Storage !== 'undefined') { localStorage.removeItem('coreSwitchState'); } } }; const showCoreChangedOn = () => { const override = document.getElementById('override-pane'); const corePane = document.getElementById('core-pane'); const fieldset = override.parentElement.parentElement; if (corePane && override) { corePane.classList.add('active'); if (fieldset.classList.contains('options-grid-form-full')) { fieldset.classList.remove('options-grid-form-full'); fieldset.classList.add('options-grid-form-half'); } if (Joomla.editors.instances.jform_core) { Joomla.editors.instances.jform_core.refresh(); } if (typeof Storage !== 'undefined') { localStorage.setItem('coreSwitchState', 'checked'); } } }; document.addEventListener('DOMContentLoaded', () => { const JformShowDiffOn = document.getElementById('jform_show_diff1'); const JformShowDiffOff = document.getElementById('jform_show_diff0'); const JformShowCoreOn = document.getElementById('jform_show_core1'); const JformShowCoreOff = document.getElementById('jform_show_core0'); if (JformShowDiffOn && JformShowDiffOff) { JformShowDiffOn.addEventListener('click', showDiffChangedOn); JformShowDiffOff.addEventListener('click', showDiffChangedOff); } if (JformShowCoreOn && JformShowCoreOff) { JformShowCoreOn.addEventListener('click', showCoreChangedOn); JformShowCoreOff.addEventListener('click', showCoreChangedOff); } if (typeof Storage !== 'undefined' && localStorage.getItem('coreSwitchState') && JformShowCoreOn) { JformShowCoreOn.checked = true; JformShowCoreOff.checked = false; showCoreChangedOn(); } if (typeof Storage !== 'undefined' && localStorage.getItem('diffSwitchState') && JformShowDiffOn) { JformShowDiffOn.checked = true; JformShowDiffOff.checked = false; showDiffChangedOn(); } }); })(); js/admin-template-toggle-assignment-es5.js 0000644 00000001345 15172521373 0014547 0 ustar 00 (function () { 'use strict'; /** * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ Joomla = window.Joomla || {}; (function (Joomla) { Joomla.toggleAll = function () { var checkBoxes = [].slice.call(document.querySelectorAll('.chk-menulink')); checkBoxes.forEach(function (checkBox) { checkBox.checked = !checkBox.checked; }); }; Joomla.toggleMenutype = function (a) { var checkBox = [].slice.call(document.getElementsByClassName("menutype-" + a)); checkBox.forEach(function (element) { element.checked = !element.checked; }); }; })(Joomla); })(); js/admin-templates-default.js 0000644 00000011736 15172521373 0012242 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (() => { document.addEventListener('DOMContentLoaded', () => { const folders = [...document.querySelectorAll('.folder-url, .component-folder-url, .plugin-folder-url, .layout-folder-url')]; const innerLists = [...document.querySelectorAll('.folder ul, .component-folder ul, .plugin-folder ul, .layout-folder ul')]; const openLists = [...document.querySelectorAll('.show > ul')]; const fileModalFolders = [...document.querySelectorAll('#fileModal .folder-url')]; const folderModalFolders = [...document.querySelectorAll('#folderModal .folder-url')]; // Hide all the folders when the page loads innerLists.forEach(innerList => { innerList.classList.add('hidden'); }); // Show all the lists in the path of an open file openLists.forEach(openList => { openList.classList.remove('hidden'); }); // Stop the default action of anchor tag on a click event and release the inner list folders.forEach(folder => { folder.addEventListener('click', event => { event.preventDefault(); const list = event.currentTarget.parentNode.querySelector('ul'); if (!list) { return; } if (!list.classList.contains('hidden')) { list.classList.add('hidden'); } else { list.classList.remove('hidden'); } }); }); // File modal tree selector fileModalFolders.forEach(fileModalFolder => { fileModalFolder.addEventListener('click', event => { event.preventDefault(); fileModalFolders.forEach(fileModalFold => { fileModalFold.classList.remove('selected'); }); event.currentTarget.classList.add('selected'); const ismedia = event.currentTarget.dataset.base === 'media' ? 1 : 0; [...document.querySelectorAll('#fileModal input.address')].forEach(element => { element.value = event.currentTarget.getAttribute('data-id'); }); [...document.querySelectorAll('#fileModal input[name="isMedia"]')].forEach(el => { el.value = ismedia; }); }); }); // Folder modal tree selector folderModalFolders.forEach(folderModalFolder => { folderModalFolder.addEventListener('click', event => { event.preventDefault(); folderModalFolders.forEach(folderModalFldr => { folderModalFldr.classList.remove('selected'); }); event.currentTarget.classList.add('selected'); const ismedia = event.currentTarget.dataset.base === 'media' ? 1 : 0; [...document.querySelectorAll('#folderModal input.address')].forEach(element => { element.value = event.currentTarget.getAttribute('data-id'); }); [...document.querySelectorAll('#folderModal input[name="isMedia"]')].forEach(el => { el.value = ismedia; }); }); }); const treeContainer = document.querySelector('#treeholder .treeselect'); const listEls = [...treeContainer.querySelectorAll('.folder.show')]; const filePathEl = document.querySelector('p.lead.hidden.path'); if (filePathEl) { let filePathTmp = document.querySelector('p.lead.hidden.path').innerText; if (filePathTmp && filePathTmp.charAt(0) === '/') { filePathTmp = filePathTmp.slice(1); filePathTmp = filePathTmp.split('/'); filePathTmp = filePathTmp[filePathTmp.length - 1]; listEls.forEach((element, index) => { element.querySelector('a').classList.add('active'); if (index === listEls.length - 1) { const parentUl = element.querySelector('ul'); [...parentUl.querySelectorAll('li')].forEach(liElement => { const aEl = liElement.querySelector('a'); const spanEl = aEl.querySelector('span'); if (spanEl && spanEl.innerText.trim()) { aEl.classList.add('active'); } }); } }); } } // Image cropper const image = document.getElementById('image-crop'); if (image) { const width = document.getElementById('imageWidth').value; const height = document.getElementById('imageHeight').value; // eslint-disable-next-line no-new new window.Cropper(image, { viewMode: 1, scalable: true, zoomable: false, movable: false, dragMode: 'crop', cropBoxMovable: true, cropBoxResizable: true, autoCrop: true, autoCropArea: 1, background: true, center: true, minCanvasWidth: width, minCanvasHeight: height }); image.addEventListener('crop', e => { document.getElementById('x').value = e.detail.x; document.getElementById('y').value = e.detail.y; document.getElementById('w').value = e.detail.width; document.getElementById('h').value = e.detail.height; }); } }); })(); js/admin-template-compare-es5.min.js 0000644 00000002160 15172521373 0013324 0 ustar 00 (function(){"use strict";/** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt * * @deprecated 4.3 * This file is deprecated and will be removed with Joomla 5.0 */(function(){document.addEventListener("DOMContentLoaded",function(){for(var i=function(c){var r={"&":"&","&":"&","<":"<",">":">",""":'"',"'":"'","’":"\u2019","‘":"\u2018","–":"\u2013","—":"\u2014","…":"\u2026","”":"\u201D"};return c.replace(/\&[\w\d\#]{2,5}\;/g,function(l){var e=r[l];return e})},f=function(c,r){var l=r.nextElementSibling,e="",n=null,s=Diff.diffLines(c.innerHTML,r.innerHTML),d=document.createDocumentFragment();s.forEach(function(o){o.added?e="#a6f3a6":o.removed?e="#f8cbcb":e="",n=document.createElement("pre"),n.style.backgroundColor=e,n.className="diffview",n.appendChild(document.createTextNode(i(o.value))),d.appendChild(n)}),l.appendChild(d)},t=[].slice.call(document.querySelectorAll("#original")),a=0,u=t.length;a<u;a+=1)f(t[a],t[a].nextElementSibling)})})()})(); js/admin-templates-default.min.js 0000644 00000005455 15172521373 0013025 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */document.addEventListener("DOMContentLoaded",()=>{const s=[...document.querySelectorAll(".folder-url, .component-folder-url, .plugin-folder-url, .layout-folder-url")],u=[...document.querySelectorAll(".folder ul, .component-folder ul, .plugin-folder ul, .layout-folder ul")],f=[...document.querySelectorAll(".show > ul")],a=[...document.querySelectorAll("#fileModal .folder-url")],d=[...document.querySelectorAll("#folderModal .folder-url")];u.forEach(e=>{e.classList.add("hidden")}),f.forEach(e=>{e.classList.remove("hidden")}),s.forEach(e=>{e.addEventListener("click",t=>{t.preventDefault();const l=t.currentTarget.parentNode.querySelector("ul");l&&(l.classList.contains("hidden")?l.classList.remove("hidden"):l.classList.add("hidden"))})}),a.forEach(e=>{e.addEventListener("click",t=>{t.preventDefault(),a.forEach(r=>{r.classList.remove("selected")}),t.currentTarget.classList.add("selected");const l=t.currentTarget.dataset.base==="media"?1:0;[...document.querySelectorAll("#fileModal input.address")].forEach(r=>{r.value=t.currentTarget.getAttribute("data-id")}),[...document.querySelectorAll('#fileModal input[name="isMedia"]')].forEach(r=>{r.value=l})})}),d.forEach(e=>{e.addEventListener("click",t=>{t.preventDefault(),d.forEach(r=>{r.classList.remove("selected")}),t.currentTarget.classList.add("selected");const l=t.currentTarget.dataset.base==="media"?1:0;[...document.querySelectorAll("#folderModal input.address")].forEach(r=>{r.value=t.currentTarget.getAttribute("data-id")}),[...document.querySelectorAll('#folderModal input[name="isMedia"]')].forEach(r=>{r.value=l})})});const c=[...document.querySelector("#treeholder .treeselect").querySelectorAll(".folder.show")];if(document.querySelector("p.lead.hidden.path")){let e=document.querySelector("p.lead.hidden.path").innerText;e&&e.charAt(0)==="/"&&(e=e.slice(1),e=e.split("/"),e=e[e.length-1],c.forEach((t,l)=>{t.querySelector("a").classList.add("active"),l===c.length-1&&[...t.querySelector("ul").querySelectorAll("li")].forEach(m=>{const n=m.querySelector("a"),i=n.querySelector("span");i&&i.innerText.trim()&&n.classList.add("active")})}))}const o=document.getElementById("image-crop");if(o){const e=document.getElementById("imageWidth").value,t=document.getElementById("imageHeight").value;new window.Cropper(o,{viewMode:1,scalable:!0,zoomable:!1,movable:!1,dragMode:"crop",cropBoxMovable:!0,cropBoxResizable:!0,autoCrop:!0,autoCropArea:1,background:!0,center:!0,minCanvasWidth:e,minCanvasHeight:t}),o.addEventListener("crop",l=>{document.getElementById("x").value=l.detail.x,document.getElementById("y").value=l.detail.y,document.getElementById("w").value=l.detail.width,document.getElementById("h").value=l.detail.height})}}); js/admin-templates-default-es5.js 0000644 00000012652 15172521373 0012732 0 ustar 00 (function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function () { document.addEventListener('DOMContentLoaded', function () { var folders = [].concat(document.querySelectorAll('.folder-url, .component-folder-url, .plugin-folder-url, .layout-folder-url')); var innerLists = [].concat(document.querySelectorAll('.folder ul, .component-folder ul, .plugin-folder ul, .layout-folder ul')); var openLists = [].concat(document.querySelectorAll('.show > ul')); var fileModalFolders = [].concat(document.querySelectorAll('#fileModal .folder-url')); var folderModalFolders = [].concat(document.querySelectorAll('#folderModal .folder-url')); // Hide all the folders when the page loads innerLists.forEach(function (innerList) { innerList.classList.add('hidden'); }); // Show all the lists in the path of an open file openLists.forEach(function (openList) { openList.classList.remove('hidden'); }); // Stop the default action of anchor tag on a click event and release the inner list folders.forEach(function (folder) { folder.addEventListener('click', function (event) { event.preventDefault(); var list = event.currentTarget.parentNode.querySelector('ul'); if (!list) { return; } if (!list.classList.contains('hidden')) { list.classList.add('hidden'); } else { list.classList.remove('hidden'); } }); }); // File modal tree selector fileModalFolders.forEach(function (fileModalFolder) { fileModalFolder.addEventListener('click', function (event) { event.preventDefault(); fileModalFolders.forEach(function (fileModalFold) { fileModalFold.classList.remove('selected'); }); event.currentTarget.classList.add('selected'); var ismedia = event.currentTarget.dataset.base === 'media' ? 1 : 0; [].concat(document.querySelectorAll('#fileModal input.address')).forEach(function (element) { element.value = event.currentTarget.getAttribute('data-id'); }); [].concat(document.querySelectorAll('#fileModal input[name="isMedia"]')).forEach(function (el) { el.value = ismedia; }); }); }); // Folder modal tree selector folderModalFolders.forEach(function (folderModalFolder) { folderModalFolder.addEventListener('click', function (event) { event.preventDefault(); folderModalFolders.forEach(function (folderModalFldr) { folderModalFldr.classList.remove('selected'); }); event.currentTarget.classList.add('selected'); var ismedia = event.currentTarget.dataset.base === 'media' ? 1 : 0; [].concat(document.querySelectorAll('#folderModal input.address')).forEach(function (element) { element.value = event.currentTarget.getAttribute('data-id'); }); [].concat(document.querySelectorAll('#folderModal input[name="isMedia"]')).forEach(function (el) { el.value = ismedia; }); }); }); var treeContainer = document.querySelector('#treeholder .treeselect'); var listEls = [].concat(treeContainer.querySelectorAll('.folder.show')); var filePathEl = document.querySelector('p.lead.hidden.path'); if (filePathEl) { var filePathTmp = document.querySelector('p.lead.hidden.path').innerText; if (filePathTmp && filePathTmp.charAt(0) === '/') { filePathTmp = filePathTmp.slice(1); filePathTmp = filePathTmp.split('/'); filePathTmp = filePathTmp[filePathTmp.length - 1]; listEls.forEach(function (element, index) { element.querySelector('a').classList.add('active'); if (index === listEls.length - 1) { var parentUl = element.querySelector('ul'); [].concat(parentUl.querySelectorAll('li')).forEach(function (liElement) { var aEl = liElement.querySelector('a'); var spanEl = aEl.querySelector('span'); if (spanEl && spanEl.innerText.trim()) { aEl.classList.add('active'); } }); } }); } } // Image cropper var image = document.getElementById('image-crop'); if (image) { var width = document.getElementById('imageWidth').value; var height = document.getElementById('imageHeight').value; // eslint-disable-next-line no-new new window.Cropper(image, { viewMode: 1, scalable: true, zoomable: false, movable: false, dragMode: 'crop', cropBoxMovable: true, cropBoxResizable: true, autoCrop: true, autoCropArea: 1, background: true, center: true, minCanvasWidth: width, minCanvasHeight: height }); image.addEventListener('crop', function (e) { document.getElementById('x').value = e.detail.x; document.getElementById('y').value = e.detail.y; document.getElementById('w').value = e.detail.width; document.getElementById('h').value = e.detail.height; }); } }); })(); })(); js/admin-template-toggle-switch-es5.min.js 0000644 00000003601 15172521373 0014457 0 ustar 00 (function(){"use strict";/** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */(function(){var a=function(){var e=document.getElementById("diff-main");e&&(e.classList.remove("active"),typeof Storage<"u"&&localStorage.removeItem("diffSwitchState"))},f=function(){var e=document.getElementById("diff-main");e&&(e.classList.add("active"),typeof Storage<"u"&&localStorage.setItem("diffSwitchState","checked"))},r=function(){var e=document.getElementById("override-pane"),o=document.getElementById("core-pane"),t=e.parentElement.parentElement;o&&e&&(o.classList.remove("active"),t.classList.contains("options-grid-form-half")&&(t.classList.remove("options-grid-form-half"),t.classList.add("options-grid-form-full")),typeof Storage<"u"&&localStorage.removeItem("coreSwitchState"))},i=function(){var e=document.getElementById("override-pane"),o=document.getElementById("core-pane"),t=e.parentElement.parentElement;o&&e&&(o.classList.add("active"),t.classList.contains("options-grid-form-full")&&(t.classList.remove("options-grid-form-full"),t.classList.add("options-grid-form-half")),Joomla.editors.instances.jform_core&&Joomla.editors.instances.jform_core.refresh(),typeof Storage<"u"&&localStorage.setItem("coreSwitchState","checked"))};document.addEventListener("DOMContentLoaded",function(){var n=document.getElementById("jform_show_diff1"),e=document.getElementById("jform_show_diff0"),o=document.getElementById("jform_show_core1"),t=document.getElementById("jform_show_core0");n&&e&&(n.addEventListener("click",f),e.addEventListener("click",a)),o&&t&&(o.addEventListener("click",i),t.addEventListener("click",r)),typeof Storage<"u"&&localStorage.getItem("coreSwitchState")&&o&&(o.checked=!0,t.checked=!1,i()),typeof Storage<"u"&&localStorage.getItem("diffSwitchState")&&n&&(n.checked=!0,e.checked=!1,f())})})()})(); js/admin-template-toggle-switch-es5.min.js.gz 0000644 00000001124 15172521373 0015074 0 ustar 00 � �T]k�0}��� ��8I��Ҍ�.��~�&_�j]#]'+��}�NK��Ł=�`�_�=�\ɼv�,:���: �!> 'l����]Ę<W�t<��n*pl��7��4����3);+���i4�n����)���Ui � �1vq��]��K���UZ�.w� �`ѱS�����OY `���r��o:a���#�ў���24��+�y ���"�<�y>\k븚�RS�.m���7 �6d7�UB`Ζ�^���\��.w'�?��rk�K�\��$�G�t�C+ ��)� sY���7��`Xi9`7Ԡ���J{pO��_S"ΊﺰW4�H[$�*Õ��0G��̹B�ݺ�/�72�F�uYrud� �q������v+Jo�[x�[_T�B ��>����@H�"�6-DP�!� y����bq��N�,�o�Q�'^i���:GG�uO,w�>��C��۸������=t�m�D�/z��Ե�qo�lJk�y����Z���&|�(#�Y�}�p����V�>�c�>&��G�u������~�\*���l���_�́ js/admin-template-toggle-assignment-es5.min.js 0000644 00000001000 15172521373 0015315 0 ustar 00 (function(){"use strict";/** * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */Joomla=window.Joomla||{},function(n){n.toggleAll=function(){var e=[].slice.call(document.querySelectorAll(".chk-menulink"));e.forEach(function(c){c.checked=!c.checked})},n.toggleMenutype=function(e){var c=[].slice.call(document.getElementsByClassName("menutype-"+e));c.forEach(function(o){o.checked=!o.checked})}}(Joomla)})(); js/admin-templates-default-es5.min.js.gz 0000644 00000001716 15172521373 0014132 0 ustar 00 � �V]o�6}ϯ�X����4�U�4 � q:,��ᆼ��R�FRv\�}�TןZ���06��qιWJ&�AY���=������G�"l5w*/!$9g����g�BCnl��1��Χ��N^!T~���f3����n]��ɥ�@��χ�?�4�@���{������WW�:�!��H�.�/�o.xxG丟l@�V�%��Aʋ)�p�|�����ܚm$J�n�M����qa���|��W�n~�E��L����I�tJ��ee �p�e�t�+�m�0���e,�<�(��l�[%[�VER7�O,�;#o�����(�c+A�M�<5Au(�h�'�]�(�F�@.4x�{��BI���%K��F8,���|G�@ �ė�) lx�0z�� �:$l'��E��� \��W/�V� �����K`��&�2~��-��!t������sl� � O��Ի��`^�v�(!���c�e�D���OG�We��)��{�X�)��p��Bp��Ј�D����.�[%fT�q����#p`�v�ச�kW7v���] ����Pev�TB_�X�;��s+1e��غe�S��qK�;kT\#Hޮ^A((�I2o��Y�\��>���,�������>��Y��[B2`is�� ���zk�F���dp��c��P�do�e��"�)R��,��-/��絬p@V��&-�3w V��z��+0Q�^O�%�2a�^��dɖKƖ��^�%�p�1��/eBU 9�g����E�?�Yɦ�̀��#b|c\����Lig��٪B��t1U8[��A�h��8��4�jmٞii���t�7����w�a��8]Y~G���lPKn���p�ރ��;[�� ��T��|Cy�� -�a�d�>�]\�;�S���4r���i��|�{��=��E&��~D�Pm&jɒ�;:�c��7, js/admin-template-toggle-switch.min.js 0000644 00000003514 15172521373 0013770 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */(()=>{const f=()=>{const e=document.getElementById("diff-main");e&&(e.classList.remove("active"),typeof Storage<"u"&&localStorage.removeItem("diffSwitchState"))},i=()=>{const e=document.getElementById("diff-main");e&&(e.classList.add("active"),typeof Storage<"u"&&localStorage.setItem("diffSwitchState","checked"))},d=()=>{const e=document.getElementById("override-pane"),o=document.getElementById("core-pane"),t=e.parentElement.parentElement;o&&e&&(o.classList.remove("active"),t.classList.contains("options-grid-form-half")&&(t.classList.remove("options-grid-form-half"),t.classList.add("options-grid-form-full")),typeof Storage<"u"&&localStorage.removeItem("coreSwitchState"))},c=()=>{const e=document.getElementById("override-pane"),o=document.getElementById("core-pane"),t=e.parentElement.parentElement;o&&e&&(o.classList.add("active"),t.classList.contains("options-grid-form-full")&&(t.classList.remove("options-grid-form-full"),t.classList.add("options-grid-form-half")),Joomla.editors.instances.jform_core&&Joomla.editors.instances.jform_core.refresh(),typeof Storage<"u"&&localStorage.setItem("coreSwitchState","checked"))};document.addEventListener("DOMContentLoaded",()=>{const e=document.getElementById("jform_show_diff1"),o=document.getElementById("jform_show_diff0"),t=document.getElementById("jform_show_core1"),n=document.getElementById("jform_show_core0");e&&o&&(e.addEventListener("click",i),o.addEventListener("click",f)),t&&n&&(t.addEventListener("click",c),n.addEventListener("click",d)),typeof Storage<"u"&&localStorage.getItem("coreSwitchState")&&t&&(t.checked=!0,n.checked=!1,c()),typeof Storage<"u"&&localStorage.getItem("diffSwitchState")&&e&&(e.checked=!0,o.checked=!1,i())})})(); js/admin-template-compare-es5.js 0000644 00000003766 15172521373 0012557 0 ustar 00 (function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt * * @deprecated 4.3 * This file is deprecated and will be removed with Joomla 5.0 */ (function () { document.addEventListener('DOMContentLoaded', function () { var decodeHtmlspecialChars = function decodeHtmlspecialChars(text) { var map = { '&': '&', '&': '&', '<': '<', '>': '>', '"': '"', ''': "'", '’': '’', '‘': '‘', '–': '–', '—': '—', '…': '…', '”': '”' }; /* eslint-disable */ return text.replace(/\&[\w\d\#]{2,5}\;/g, function (m) { var n = map[m]; return n; }); }; var compare = function compare(original, changed) { var display = changed.nextElementSibling; var color = ''; var pre = null; var diff = Diff.diffLines(original.innerHTML, changed.innerHTML); var fragment = document.createDocumentFragment(); /* eslint-enable */ diff.forEach(function (part) { if (part.added) { color = '#a6f3a6'; } else if (part.removed) { color = '#f8cbcb'; } else { color = ''; } pre = document.createElement('pre'); pre.style.backgroundColor = color; pre.className = 'diffview'; pre.appendChild(document.createTextNode(decodeHtmlspecialChars(part.value))); fragment.appendChild(pre); }); display.appendChild(fragment); }; var diffs = [].slice.call(document.querySelectorAll('#original')); for (var i = 0, l = diffs.length; i < l; i += 1) { compare(diffs[i], diffs[i].nextElementSibling); } }); })(); })(); js/admin-template-compare.js 0000644 00000003443 15172521373 0012055 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt * * @deprecated 4.3 * This file is deprecated and will be removed with Joomla 5.0 */ (() => { document.addEventListener('DOMContentLoaded', () => { const decodeHtmlspecialChars = text => { const map = { '&': '&', '&': '&', '<': '<', '>': '>', '"': '"', ''': "'", '’': '’', '‘': '‘', '–': '–', '—': '—', '…': '…', '”': '”' }; /* eslint-disable */ return text.replace(/\&[\w\d\#]{2,5}\;/g, m => { const n = map[m]; return n; }); }; const compare = (original, changed) => { const display = changed.nextElementSibling; let color = ''; let pre = null; const diff = Diff.diffLines(original.innerHTML, changed.innerHTML); const fragment = document.createDocumentFragment(); /* eslint-enable */ diff.forEach(part => { if (part.added) { color = '#a6f3a6'; } else if (part.removed) { color = '#f8cbcb'; } else { color = ''; } pre = document.createElement('pre'); pre.style.backgroundColor = color; pre.className = 'diffview'; pre.appendChild(document.createTextNode(decodeHtmlspecialChars(part.value))); fragment.appendChild(pre); }); display.appendChild(fragment); }; const diffs = [].slice.call(document.querySelectorAll('#original')); for (let i = 0, l = diffs.length; i < l; i += 1) { compare(diffs[i], diffs[i].nextElementSibling); } }); })(); js/admin-template-toggle-assignment.js 0000644 00000001166 15172521373 0014056 0 ustar 00 /** * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ Joomla = window.Joomla || {}; (Joomla => { Joomla.toggleAll = () => { const checkBoxes = [].slice.call(document.querySelectorAll('.chk-menulink')); checkBoxes.forEach(checkBox => { checkBox.checked = !checkBox.checked; }); }; Joomla.toggleMenutype = a => { const checkBox = [].slice.call(document.getElementsByClassName(`menutype-${a}`)); checkBox.forEach(element => { element.checked = !element.checked; }); }; })(Joomla); js/admin-template-compare.min.js 0000644 00000002042 15172521373 0012631 0 ustar 00 /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt * * @deprecated 4.3 * This file is deprecated and will be removed with Joomla 5.0 */document.addEventListener("DOMContentLoaded",()=>{const a=e=>{const n={"&":"&","&":"&","<":"<",">":">",""":'"',"'":"'","’":"\u2019","‘":"\u2018","–":"\u2013","—":"\u2014","…":"\u2026","”":"\u201D"};return e.replace(/\&[\w\d\#]{2,5}\;/g,c=>n[c])},r=(e,n)=>{const c=n.nextElementSibling;let t="",l=null;const s=Diff.diffLines(e.innerHTML,n.innerHTML),i=document.createDocumentFragment();s.forEach(d=>{d.added?t="#a6f3a6":d.removed?t="#f8cbcb":t="",l=document.createElement("pre"),l.style.backgroundColor=t,l.className="diffview",l.appendChild(document.createTextNode(a(d.value))),i.appendChild(l)}),c.appendChild(i)},o=[].slice.call(document.querySelectorAll("#original"));for(let e=0,n=o.length;e<n;e+=1)r(o[e],o[e].nextElementSibling)}); js/admin-template-toggle-switch-es5.js 0000644 00000006643 15172521373 0013706 0 ustar 00 (function () { 'use strict'; /** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ (function () { var showDiffChangedOff = function showDiffChangedOff() { var diffMain = document.getElementById('diff-main'); if (diffMain) { diffMain.classList.remove('active'); if (typeof Storage !== 'undefined') { localStorage.removeItem('diffSwitchState'); } } }; var showDiffChangedOn = function showDiffChangedOn() { var diffMain = document.getElementById('diff-main'); if (diffMain) { diffMain.classList.add('active'); if (typeof Storage !== 'undefined') { localStorage.setItem('diffSwitchState', 'checked'); } } }; var showCoreChangedOff = function showCoreChangedOff() { var override = document.getElementById('override-pane'); var corePane = document.getElementById('core-pane'); var fieldset = override.parentElement.parentElement; if (corePane && override) { corePane.classList.remove('active'); if (fieldset.classList.contains('options-grid-form-half')) { fieldset.classList.remove('options-grid-form-half'); fieldset.classList.add('options-grid-form-full'); } if (typeof Storage !== 'undefined') { localStorage.removeItem('coreSwitchState'); } } }; var showCoreChangedOn = function showCoreChangedOn() { var override = document.getElementById('override-pane'); var corePane = document.getElementById('core-pane'); var fieldset = override.parentElement.parentElement; if (corePane && override) { corePane.classList.add('active'); if (fieldset.classList.contains('options-grid-form-full')) { fieldset.classList.remove('options-grid-form-full'); fieldset.classList.add('options-grid-form-half'); } if (Joomla.editors.instances.jform_core) { Joomla.editors.instances.jform_core.refresh(); } if (typeof Storage !== 'undefined') { localStorage.setItem('coreSwitchState', 'checked'); } } }; document.addEventListener('DOMContentLoaded', function () { var JformShowDiffOn = document.getElementById('jform_show_diff1'); var JformShowDiffOff = document.getElementById('jform_show_diff0'); var JformShowCoreOn = document.getElementById('jform_show_core1'); var JformShowCoreOff = document.getElementById('jform_show_core0'); if (JformShowDiffOn && JformShowDiffOff) { JformShowDiffOn.addEventListener('click', showDiffChangedOn); JformShowDiffOff.addEventListener('click', showDiffChangedOff); } if (JformShowCoreOn && JformShowCoreOff) { JformShowCoreOn.addEventListener('click', showCoreChangedOn); JformShowCoreOff.addEventListener('click', showCoreChangedOff); } if (typeof Storage !== 'undefined' && localStorage.getItem('coreSwitchState') && JformShowCoreOn) { JformShowCoreOn.checked = true; JformShowCoreOff.checked = false; showCoreChangedOn(); } if (typeof Storage !== 'undefined' && localStorage.getItem('diffSwitchState') && JformShowDiffOn) { JformShowDiffOn.checked = true; JformShowDiffOff.checked = false; showDiffChangedOn(); } }); })(); })(); js/admin-template-compare.min.js.gz 0000644 00000001216 15172521373 0013252 0 ustar 00 � m�oO�0���)NF��Y�?�:��Mm�66 ���µ/�7��ӂP���Rʘ���|w9������G嫇`�yȆ��N�W���7A!\�1��:��lcU��Z�Պ��~a%��lJY��� p~���a�~43kL��K����X1�P#���p|y5��>�So��JF� Ǽ�ث�znj(�E05�,����f~���9|�toy{�Zګf�.r��x�.NLS�}�z�R�&,�b𨼫#H�;��#9��*'��0r���w��$ϒ,7r��]�9$�O�����&���Kn�t���d��Ϩ�C�g�ݡ�-굟Q�d��/�#���&8@��Ra֚�LWS=ݿ}첷�i�*�w�n��!s/G������b:�+3�ƕ��Q¬p���Sp-F�(�6E11��q×� s/�2#v�Qe���~�Lߌ�5/|K5ϴ<�4D�� ����r��v�Z��L��鶯~��@F���2��`�Ϥ�]�8=�����ʺ��$meipE�岪����X��S���ט�L� RJ�y�b�2� �f^���:�,���/��WhQE>Y��}Li���Ҽ�!KS@�fNxnѕq�����А��e��5�� b�w" js/admin-template-compare-es5.min.js.gz 0000644 00000001246 15172521373 0013747 0 ustar 00 � m�YO1��##��Z��Ҕe{(���}"<8��ƭc/�7E��C���wg>ό��fece��ftI����2��urr '�Q����j��n�Ӈ5Z�v���"F�7+9�Oc��Y��X,�o�fFp��PFK� �\��/h�?���F��9����.8FD�9D}���<>�x�Ma�Q�� �5�%�⹙� �6:�3ca,�10A�8ssLz��u��क=�r����\(5���#b* #?.��ĜP�{�W:�ͅ]젤�D|�$GbV��F�۽�N11��I���$�7.)���]�9^;����I7�v����P�:;�ۢ��ޠ^{�����;^�U�16ނ�k#$f����x1V�ûe��Y��V��y*k�θ�+V>��Of����CLM���mŰ ���6ưP\��J��H[���Z�_o.G��e�T���("^l��^T��<������]�4mT� ���Sr��Ƭiٗ9!g��9h�~Fj��2�C|4�'B���k�8�|��riDWb�I%�5.�\�5Z5�j�����C�r 3�9>�AJ)S/\,]Qf^F�+��;��ȥ0f��A�x�et��19t^W� C(e�h���ܠ��4�M.^Zf�Vܱ���芮h�^��_�$��p js/admin-template-toggle-assignment-es5.min.js.gz 0000644 00000000527 15172521373 0015751 0 ustar 00 � u�MO�@�;�b�ia�ܴbD�� �d<���V�������n�H��w2ɛg���>3��*(��6CDa�ـ&<�Y�m����9t��o�yI���H0�ޓu-jp�z�t�aX���4&WR���T�� &�0 MV*x)>T�0:lWd]f4t�XPғ���h؏'�X�o߀f��+��R�ͦ�[ǃ4���&I��������.ܖ$P*�f���_���7����vN�P�^�G$���Sv,E^���pA���1ּn�"Ƥ�^�IB{ �GI�NJ��=��J:7�9� ?4��K�<¿�+s�3N���5g<j� �� � js/admin-template-toggle-switch.min.js.gz 0000644 00000001077 15172521373 0014411 0 ustar 00 � �TMk1��W�:ɬ�NO��Cij�K> ��J�^%�f��vC�/���a =�Ҽ}�yof���O����51&�{?<���l��h�]j"��`�`JvR5��`�^��[ą�%���;!c��_}g� jϾ-xg��ct19�=�ȼ&�#� ���lr5���Xo ���2�j�u��E�\@�r4�??�O���UU�]�jBH(��)]�De��@rmȭ���������� _r!<�o��,Z��ڑ�g� �R��YikI)��O�M ��&3�13\A��B��!�������P6:B�y~��N|S����@څ$96�0��<:ۯ0.���WBHz�m��F��j�=W�AVa� �'�NSuT����-��ҭ'��ڮ��0�҅D:H�m��䢅� *#TR-�]� ��� m�d�r=y}I����;�,/����j\��a=~���pc|t�+s���a��p��^�k�3w�p����*�a�-{QFa�v��>���jk�ݰDž��X��X�6?n�;�ԃzPR��~��L js/admin-templates-default-es5.min.js 0000644 00000006054 15172521373 0013513 0 ustar 00 (function(){"use strict";/** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */(function(){document.addEventListener("DOMContentLoaded",function(){var s=[].concat(document.querySelectorAll(".folder-url, .component-folder-url, .plugin-folder-url, .layout-folder-url")),f=[].concat(document.querySelectorAll(".folder ul, .component-folder ul, .plugin-folder ul, .layout-folder ul")),v=[].concat(document.querySelectorAll(".show > ul")),c=[].concat(document.querySelectorAll("#fileModal .folder-url")),n=[].concat(document.querySelectorAll("#folderModal .folder-url"));f.forEach(function(e){e.classList.add("hidden")}),v.forEach(function(e){e.classList.remove("hidden")}),s.forEach(function(e){e.addEventListener("click",function(t){t.preventDefault();var a=t.currentTarget.parentNode.querySelector("ul");a&&(a.classList.contains("hidden")?a.classList.remove("hidden"):a.classList.add("hidden"))})}),c.forEach(function(e){e.addEventListener("click",function(t){t.preventDefault(),c.forEach(function(r){r.classList.remove("selected")}),t.currentTarget.classList.add("selected");var a=t.currentTarget.dataset.base==="media"?1:0;[].concat(document.querySelectorAll("#fileModal input.address")).forEach(function(r){r.value=t.currentTarget.getAttribute("data-id")}),[].concat(document.querySelectorAll('#fileModal input[name="isMedia"]')).forEach(function(r){r.value=a})})}),n.forEach(function(e){e.addEventListener("click",function(t){t.preventDefault(),n.forEach(function(r){r.classList.remove("selected")}),t.currentTarget.classList.add("selected");var a=t.currentTarget.dataset.base==="media"?1:0;[].concat(document.querySelectorAll("#folderModal input.address")).forEach(function(r){r.value=t.currentTarget.getAttribute("data-id")}),[].concat(document.querySelectorAll('#folderModal input[name="isMedia"]')).forEach(function(r){r.value=a})})});var m=document.querySelector("#treeholder .treeselect"),d=[].concat(m.querySelectorAll(".folder.show")),y=document.querySelector("p.lead.hidden.path");if(y){var o=document.querySelector("p.lead.hidden.path").innerText;o&&o.charAt(0)==="/"&&(o=o.slice(1),o=o.split("/"),o=o[o.length-1],d.forEach(function(e,t){if(e.querySelector("a").classList.add("active"),t===d.length-1){var a=e.querySelector("ul");[].concat(a.querySelectorAll("li")).forEach(function(r){var u=r.querySelector("a"),i=u.querySelector("span");i&&i.innerText.trim()&&u.classList.add("active")})}}))}var l=document.getElementById("image-crop");if(l){var g=document.getElementById("imageWidth").value,h=document.getElementById("imageHeight").value;new window.Cropper(l,{viewMode:1,scalable:!0,zoomable:!1,movable:!1,dragMode:"crop",cropBoxMovable:!0,cropBoxResizable:!0,autoCrop:!0,autoCropArea:1,background:!0,center:!0,minCanvasWidth:g,minCanvasHeight:h}),l.addEventListener("crop",function(e){document.getElementById("x").value=e.detail.x,document.getElementById("y").value=e.detail.y,document.getElementById("w").value=e.detail.width,document.getElementById("h").value=e.detail.height})}})})()})(); js/admin-template-toggle-assignment.min.js.gz 0000644 00000000472 15172521373 0015256 0 ustar 00 � u�MO�@�;�b$���Mq�4hB<�el+�ݺ��6����r�N&�>�0:���Em�$u �؇���<�`�K#��94�S%ܤ��:��b�Z�$�6I���L�� 0Y<�A�X�R&av�~���V0 m��C3���8^,c�\��~_ΫL�u��v۴=O���$!q��Q����gRyk-��c%�z���i3"�L��~���Lm�����L=�Q�L�(7��g�����7GU��@N�� ��p�]=&a�B����m���vuk5��'p�{��a���<m� js/admin-templates-default.min.js.gz 0000644 00000001660 15172521373 0013436 0 ustar 00 � �V�o�6~�_���* �i�+wit�tX:�!�C�-���';��}�'�c%- ����;~��I���rH~��Zx=-���2��+�T�%W���X �9����b��|>�;W��������`���x���0��hI.�o��,yC�'F �! ��������Þr�.�"J���OL�O�Sg1��P�h��|���$!��?D�S�_\��Ο�R>qF�?��������G[���Sm�}F,\����&������Z�Y���"uC5y�*nNF�p���D;%��I��C���a�'Ο Y������!���N���J��lŲI'�C�f�;�c!��_i��h����~��� �l�N�ɑ��{��Y�) �D��t ��Li,��$Ij6�IgQh��3�����*f%~.��x���~�����)�n�;����RE �"@���}��ܴ���C���$1��'�S�D�ok��FG���y���V��Sƍ���̪����S�6��K��?ا�r�gvWJ_�(ڭʣݖ�����lո��$�:������+�eli �?õ��?�!I��B�L�Ylc�&I 9�ߴi�e�Ee4��G��k�����M&ʕbfX3�;"e�&$�P��<���qI�����90������ ���;T�R6�I�����2eIb�T�I`���=�~ xf ���*��S8��U�c�:v/^���UӨf�2|�;�o�5|haN��*7��U��e˙���)� ���gߜ+[���n�6��M�Y����k����'�m�5�H�i�x�~v+�שw�UM0X�R�Sag"4)���f5��ܾm��2�h�Y��uIr��І�e���S�=����#��E�⊭Vlx�/��M- joomla.asset.json 0000644 00000006444 15172521373 0010054 0 ustar 00 { "$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json", "name": "com_templates", "version": "4.0.0", "description": "Joomla CMS", "license": "GPL-2.0-or-later", "assets": [ { "name": "com_templates.admin-template-compare.es5", "type": "script", "uri": "com_templates/admin-template-compare-es5.min.js", "dependencies": [ "core", "diff" ], "attributes": { "nomodule": true, "defer": true }, "version": "750e3a6c773237fc2fdcd0148518557e4d5ef275" }, { "name": "com_templates.admin-template-compare", "type": "script", "uri": "com_templates/admin-template-compare.min.js", "dependencies": [ "com_templates.admin-template-compare.es5" ], "attributes": { "type": "module" }, "deprecated": true, "deprecatedMsg": "To be removed in Joomla 5.0", "version": "05984e11d3325af2457e08637a7e1e2a4139ee12" }, { "name": "com_templates.admin-template-toggle-assignment.es5", "type": "script", "uri": "com_templates/admin-template-toggle-assignment-es5.min.js", "dependencies": [ "core" ], "attributes": { "nomodule": true, "defer": true }, "version": "44310d67bfa3d34e9c78bea16805aa9227fc0204" }, { "name": "com_templates.admin-template-toggle-assignment", "type": "script", "uri": "com_templates/admin-template-toggle-assignment.min.js", "dependencies": [ "com_templates.admin-template-toggle-assignment.es5" ], "attributes": { "type": "module" }, "version": "9947fec02f44c16b389ec98a072908c31bdd5ae6" }, { "name": "com_templates.admin-template-toggle-switch.es5", "type": "script", "uri": "com_templates/admin-template-toggle-switch-es5.min.js", "dependencies": [ "core" ], "attributes": { "nomodule": true, "defer": true }, "version": "776b97ac0b55a7d3361cb9aad43db901218ad459" }, { "name": "com_templates.admin-template-toggle-switch", "type": "script", "uri": "com_templates/admin-template-toggle-switch.min.js", "dependencies": [ "com_templates.admin-template-toggle-switch.es5" ], "attributes": { "type": "module" }, "version": "b57d9aa8af7184e679e3d563453ad5727a3360ab" }, { "name": "com_templates.admin-templates.es5", "type": "script", "uri": "com_templates/admin-templates-default-es5.min.js", "dependencies": [ "core" ], "attributes": { "nomodule": true, "defer": true }, "version": "535b78e7a466f38e60e2e42d3f76bf71873f57e3" }, { "name": "com_templates.admin-templates", "type": "style", "uri": "com_templates/admin-templates-default.min.css", "version": "4a534558373ece35d1d74546247d2204a0261f22" }, { "name": "com_templates.admin-templates", "type": "script", "uri": "com_templates/admin-templates-default.min.js", "dependencies": [ "com_templates.admin-templates.es5" ], "attributes": { "type": "module" }, "version": "754b148b6b0ee2c5611032791e1ec42de2552d95" } ] }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings