Крупная уборка неиспользуемых файлов. Шаблонизатор заведёт во все файлы. Куча мелких правок.

This commit is contained in:
Igor Barkov (iwork)
2020-10-01 01:12:53 +03:00
parent c181c8eb1e
commit 6305bcef8c
1132 changed files with 988 additions and 9077 deletions
+2 -2
View File
@@ -335,7 +335,7 @@ Template::header('towerin');
?>
</TD>
<TD colspan=3 valign=top align=right nowrap>
<link href="css/design4.css" rel="stylesheet" type="text/css">
<link href="css/towerin.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
function fastshow2(content) {
const el = document.getElementById("mmoves");
@@ -672,7 +672,7 @@ Template::header('towerin');
<script language="javascript" type="text/javascript">
const progressEnd = 32;
let progressColor = '#00CC00';
let mtime = parseInt('<?= $_SESSION['uid'] ?>
let mtime = parseInt('<?=($_SESSION["time"]-time())?>');
if (!mtime || mtime <= 0) {
mtime = 0;
}