Продолжаем хотеть нормально залогиниться.

This commit is contained in:
lopar
2018-02-14 01:13:16 +02:00
parent 814b7b301c
commit c374797862
15 changed files with 670 additions and 1946 deletions
+1 -6
View File
@@ -162,10 +162,8 @@ include("config.php");
document.write('<BODY>Внимание! В вашем браузере отключена поддержка Cookies. Включите чтобы играть.<BR></BODY>');
} else {
document.write(
'<frameset rows="37, *, 30, 5">' +
'<frameset rows="37, *, 30">' +
'<frame src="top_menu.php" scrolling="no" noresize="noresize" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0">' +
'<frameset cols="9, *, 9">' +
'<frame src="left.html" scrolling="no" noresize="noresize" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0">' +
'<frameset rows="72%, *, 0">' +
'<frame name="main" src="main.php?top=' + rnd + '" style="border-bottom-width: 2px; border-bottom-style:solid; border-bottom-color:#B0B0B0">' +
'<frameset cols="*,263">' +
@@ -174,10 +172,7 @@ include("config.php");
'</frameset>' +
'<frame name="refreshed" scrolling="no" noresize="noresize" src="refreshed.html">' +
'</frameset>' +
'<frame src="right.html" scrolling="no" noresize="noresize" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0">' +
'</frameset>' +
'<frame name="bottom" scrolling="no" noresize="noresize" src="buttons.php?' + rnd + '">' +
'<frame src="bottom.html" scrolling="no" noresize="noresize" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0">' +
'</frameset>');
}
</script>