07_11_25 #2

Open
Slava wants to merge 0 commits from 07_11_25 into main
218 changed files with 101 additions and 25 deletions

0
404.shtml Executable file → Normal file
View File

0
405.shtml Executable file → Normal file
View File

0
config/config_site.php Executable file → Normal file
View File

0
content/405.shtml Executable file → Normal file
View File

17
content/access.page.php Executable file → Normal file
View File

@@ -8,25 +8,20 @@
</general> </general>
<!--Содержание страницы--> <!--Содержание страницы-->
<!--Левые блоки--> <!--Левые блоки-->
<lblock> <lblock/>
<block url="/plugin/plugintest/" title="кнерцу" tclass="btitle" bclass="bfloat"/>
<block url="/plugin/plugintest/" title="цйеп5" tclass="btitle" bclass="bfloat"/>
<block url="/plugin/plugintest/" title="срмт ьтмр" tclass="btitle" bclass="bfloat"/>
</lblock>
<!--Правые блоки--> <!--Правые блоки-->
<rblock> <rblock/>
<block url="/plugin/plugintest/" title="tdfref" tclass="btitle" bclass="bfloat"/>
</rblock>
<!--Текст страницы--> <!--Текст страницы-->
<content tclass="btitle" bclass="bfloat"> <content tclass="btitle" bclass="bfloat">
<ru><![CDATA[ <ru><![CDATA[
<div> <div>
текст текст текст текст текст текст текст текст текст текст текст тексритчрсотат текст текст текст текст текствяепивыериепчаивекапверыреверыверывеыве</div> текст текст текст текст текст текст текст текст текст текст текст тексритчрсотат текст текст текст текст </div>
<div> <div>
 текст текст текст текст текыККПАФЦКАКПАМст текст текст текст текст текст текст текст текст текст урпкцуептекст текст текст  текст текст текст текст текыККПАФЦКАКПАМст текст текст текст текст текст текст текст урпкцуептекст текст текст
</div> </div>
<div> <div>
 текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текстфыкепыуверыер</div>  текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст
</div>
<div> <div>
<hr style="height: 5px; width: 50%; background: rgb(0, 0, 0); border: 0px;"> <hr style="height: 5px; width: 50%; background: rgb(0, 0, 0); border: 0px;">
<br> <br>

0
content/index.page.php Executable file → Normal file
View File

0
content/rpi/index.page.php Executable file → Normal file
View File

0
content/template.page.php Executable file → Normal file
View File

17
data/Basic_functions.js Executable file → Normal file
View File

@@ -930,6 +930,7 @@ window.saveContentIdHow = async function (currentPath) {
} }
managerData(currentPath); managerData(currentPath);
document.getElementById("managerDiv").style.visibility = "hidden"; document.getElementById("managerDiv").style.visibility = "hidden";
removePluginDom("manager");
}; };
/** /**
@@ -972,6 +973,7 @@ function sendSaveRequest(currentPath, nameFile, saveContentIdData, overwrite = f
messageFunction("{{changes_saved_successfully}}"); messageFunction("{{changes_saved_successfully}}");
managerData(currentPath); managerData(currentPath);
document.getElementById("managerDiv").style.visibility = "hidden"; document.getElementById("managerDiv").style.visibility = "hidden";
removePluginDom("manager");
}); });
} }
@@ -988,6 +990,7 @@ function createNewFile(currentPath, nameFile, saveContentIdData) {
} }
managerData(currentPath); managerData(currentPath);
document.getElementById("managerDiv").style.visibility = "hidden"; document.getElementById("managerDiv").style.visibility = "hidden";
removePluginDom("manager");
}); });
} }
@@ -1034,15 +1037,19 @@ function basisVisSiteTree() {
let treeDiv = document.getElementById("treeDiv"); let treeDiv = document.getElementById("treeDiv");
if (treeDiv.style.visibility=="hidden") { if (treeDiv.style.visibility=="hidden") {
treeDiv.style.visibility = "visible"; treeDiv.style.visibility = "visible";
if(isPhone) closeWindows("treeDiv"); if(isPhone) {
closeWindows("treeDiv");
}
} else { } else {
treeDiv.style.visibility = "hidden"; treeDiv.style.visibility = "hidden";
document.getElementById("treeProperties").style.visibility = "hidden"; document.getElementById("treeProperties").style.visibility = "hidden";
removePluginDom("site_tree")
} }
document.getElementById('treeCloseFun').onclick = function() { document.getElementById('treeCloseFun').onclick = function() {
treeDiv.style.visibility = "hidden"; treeDiv.style.visibility = "hidden";
document.getElementById("treeProperties").style.visibility = "hidden"; document.getElementById("treeProperties").style.visibility = "hidden";
removePluginDom("site_tree")
}; };
treeSettings(); treeSettings();
@@ -1061,9 +1068,11 @@ function linkFromPage() {
document.getElementById('treeCloseFun').onclick = function() { document.getElementById('treeCloseFun').onclick = function() {
treeDiv.style.visibility = "hidden"; treeDiv.style.visibility = "hidden";
document.getElementById("treeProperties").style.visibility = "hidden"; document.getElementById("treeProperties").style.visibility = "hidden";
removePluginDom("site_tree")
}; };
treeSettings(); treeSettings();
removePluginDom("site_tree")
} }
window.linkFromPage = linkFromPage; window.linkFromPage = linkFromPage;
@@ -1082,9 +1091,10 @@ window.toggleChildren = toggleChildren;
/** /**
* @brief Открывает/закрывает менеджер файлов и папок * @brief Открывает/закрывает менеджер файлов и папок
*/ */
function basisVisManager() { async function basisVisManager() {
let managerDiv = document.getElementById('managerDiv'); let managerDiv = document.getElementById('managerDiv');
if (managerDiv.style.visibility === "hidden") { if (managerDiv.style.visibility === "hidden") {
await includePlugin("manager");
managerDiv.style.visibility = "visible"; managerDiv.style.visibility = "visible";
window.managerDataAction = ""; window.managerDataAction = "";
managerData(currentPath); managerData(currentPath);
@@ -1092,6 +1102,7 @@ function basisVisManager() {
} else { } else {
managerDiv.style.visibility = "hidden"; managerDiv.style.visibility = "hidden";
document.getElementById("managerProperties").style.visibility = "hidden"; document.getElementById("managerProperties").style.visibility = "hidden";
removePluginDom("manager");
} }
} }
window.basisVisManager = basisVisManager; window.basisVisManager = basisVisManager;
@@ -1104,9 +1115,11 @@ function closeWindows(div) {
if (div == "managerDiv") { if (div == "managerDiv") {
document.getElementById("treeDiv").style.visibility = "hidden"; document.getElementById("treeDiv").style.visibility = "hidden";
document.getElementById("treeProperties").style.visibility = "hidden"; document.getElementById("treeProperties").style.visibility = "hidden";
removePluginDom("site_tree")
} else if (div == "treeDiv") { } else if (div == "treeDiv") {
document.getElementById("managerDiv").style.visibility = "hidden"; document.getElementById("managerDiv").style.visibility = "hidden";
document.getElementById("managerProperties").style.visibility = "hidden"; document.getElementById("managerProperties").style.visibility = "hidden";
removePluginDom("manager");
} }
} }

0
data/createSite.page.php Executable file → Normal file
View File

0
data/filepath.en.php Executable file → Normal file
View File

0
data/filepath.lv.php Executable file → Normal file
View File

0
data/filepath.ru.php Executable file → Normal file
View File

0
data/fonts/Lora/Lora-Bold.ttf Executable file → Normal file
View File

0
data/fonts/Lora/Lora-Italic.ttf Executable file → Normal file
View File

0
data/fonts/Lora/Lora-Regular.ttf Executable file → Normal file
View File

0
data/fonts/Merriweather/Merriweather-Bold.ttf Executable file → Normal file
View File

0
data/fonts/Merriweather/Merriweather-Italic.ttf Executable file → Normal file
View File

0
data/fonts/Merriweather/Merriweather-Regular.ttf Executable file → Normal file
View File

0
data/fonts/Montserrat/Montserrat-Bold.ttf Executable file → Normal file
View File

0
data/fonts/Montserrat/Montserrat-Italic.ttf Executable file → Normal file
View File

0
data/fonts/Montserrat/Montserrat-Regular.ttf Executable file → Normal file
View File

0
data/fonts/OpenSans/OpenSans-Bold.ttf Executable file → Normal file
View File

0
data/fonts/OpenSans/OpenSans-Italic.ttf Executable file → Normal file
View File

0
data/fonts/OpenSans/OpenSans-Regular.ttf Executable file → Normal file
View File

0
data/fonts/PT_Serif/PTSerif-Bold.ttf Executable file → Normal file
View File

0
data/fonts/PT_Serif/PTSerif-Italic.ttf Executable file → Normal file
View File

0
data/fonts/PT_Serif/PTSerif-Regular.ttf Executable file → Normal file
View File

0
data/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf Executable file → Normal file
View File

0
data/fonts/Playfair_Display/PlayfairDisplay-Italic.ttf Executable file → Normal file
View File

View File

0
data/fonts/Roboto/Roboto-Bold.ttf Executable file → Normal file
View File

0
data/fonts/Roboto/Roboto-Italic.ttf Executable file → Normal file
View File

0
data/fonts/Roboto/Roboto-Regular.ttf Executable file → Normal file
View File

0
data/fonts/Source_Sans_3/SourceSans3-Bold.ttf Executable file → Normal file
View File

0
data/fonts/Source_Sans_3/SourceSans3-Italic.ttf Executable file → Normal file
View File

0
data/fonts/Source_Sans_3/SourceSans3-Regular.ttf Executable file → Normal file
View File

0
data/fonts/fonts.css Executable file → Normal file
View File

0
data/foot.php Executable file → Normal file
View File

0
data/footer.css.php Executable file → Normal file
View File

0
data/func.php Executable file → Normal file
View File

0
data/lang.php Executable file → Normal file
View File

0
data/request_on_users.php Executable file → Normal file
View File

0
data/template.page.php Executable file → Normal file
View File

0
data/top.css.php Executable file → Normal file
View File

0
data/top.php Executable file → Normal file
View File

0
data/users.php Executable file → Normal file
View File

0
error.txt Executable file → Normal file
View File

0
img/Raspberry_Pi_Logo.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

0
img/Thumbs.db Executable file → Normal file
View File

0
img/createSite/editor.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

0
img/createSite/manager.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 173 KiB

0
img/createSite/settings.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

0
img/createSite/siteTree.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

0
img/favicon.ico Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
img/gor.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 876 B

After

Width:  |  Height:  |  Size: 876 B

0
img/hall.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

0
img/head.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 793 B

0
img/img/backgr.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 309 B

0
img/img/close.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

0
img/img/net.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

0
img/img/pla.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 287 KiB

0
img/menu_1.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 733 B

After

Width:  |  Height:  |  Size: 733 B

0
img/menu_2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 701 B

After

Width:  |  Height:  |  Size: 701 B

0
img/menu_3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

0
img/menu_4.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 678 B

0
img/menu_5.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 691 B

After

Width:  |  Height:  |  Size: 691 B

0
img/menu_6.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 678 B

0
img/menu_7.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 648 B

0
img/pict/b_iconslyb.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 738 KiB

After

Width:  |  Height:  |  Size: 738 KiB

0
img/pict/g_iconslyb.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 738 KiB

After

Width:  |  Height:  |  Size: 738 KiB

0
img/pict/mc_iconslyb.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 747 KiB

After

Width:  |  Height:  |  Size: 747 KiB

0
img/pict/w_iconslyb.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 710 KiB

After

Width:  |  Height:  |  Size: 710 KiB

0
img/rpi.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

0
img/rpi.ico Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
img/rpi.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
img/rpi.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
img/rpi1.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 446 KiB

After

Width:  |  Height:  |  Size: 446 KiB

0
img/rpi2.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 425 KiB

After

Width:  |  Height:  |  Size: 425 KiB

0
img/rpi3.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 451 KiB

After

Width:  |  Height:  |  Size: 451 KiB

0
img/rpi_2.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

0
img/rpi_label.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
img/rpi_logo.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 274 KiB

0
img/test.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

0
img/users_img/Admin/dgrm.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

0
img/users_img/Admin/dgrm_1.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

0
img/users_img/Admin/Рисунок.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 363 KiB

0
img/users_img/Admin/Рисунок_1.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 363 KiB

0
img/users_img/Admin/Рисунок_2.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 363 KiB

0
img/users_img/Admin/Рисунок_3.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 363 KiB

0
index.php Executable file → Normal file
View File

0
main_plugin/SvgEditorM/SvgEditorM.css Executable file → Normal file
View File

0
main_plugin/SvgEditorM/SvgEditorM.js Executable file → Normal file
View File

0
main_plugin/SvgEditorM/index.php Executable file → Normal file
View File

0
main_plugin/SvgEditorM/plug.php Executable file → Normal file
View File

0
main_plugin/auth/auth.css Executable file → Normal file
View File

0
main_plugin/auth/auth.js Executable file → Normal file
View File

0
main_plugin/auth/auth.php Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More