Добавляем все файлы

This commit is contained in:
2025-11-06 19:41:55 +02:00
parent 235d6a3a18
commit 2e5aaec307
218 changed files with 79015 additions and 0 deletions

34
template/default/page.php Executable file
View File

@@ -0,0 +1,34 @@
<div id="pbody">
<div id="head">
<div id="slogo" onClick="window.location='%server%';" style="cursor:pointer" title="%server%">
</div>
<div id="hmemo">
</div>
<div id="sname" onClick="window.location='%server%';" style="cursor:pointer" title="%server%">
</div>
<div id="hmenu">
%SiteMenu%
</div>
<div id="sslogan">
Ваш ник: %User%; Ваш язык: %lng%
</div>
</div>
<div id="smap">
%smap%
</div>
<div id="editableArea">
%left%
%right%
<div class="center-float">
<div class="%ctitle%" id="mainTitle">
%title%
</div>
<div class="%cfloat%">
<div id="content">%content%</div>
</div>
</div>
</div>