finalize page

This commit is contained in:
lopar
2019-01-15 21:34:35 +02:00
parent e2ca31b543
commit 58c26299dd
6 changed files with 201 additions and 246 deletions
+2 -6
View File
@@ -289,10 +289,11 @@ if (input::post('goto') == 'gravirovka') {
<meta charset="utf-8">
<link rel=stylesheet href="css/main.css">
<link href="css/secondary.css" rel="stylesheet"/>
<script src="js/main.js"></script>
</HEAD>
<body>
<h1>Ремонтная мастерская</h1>
<a href=# onclick=leave()> ← выйти из мастерской</a><br>
<a href=# onclick=hrefToFrame('city.php?cp')> ← выйти из мастерской</a><br>
<div class="appblock appblock-main">
<span class="legend">Информация</span>
<span class="wrap">Кредиты<span class="num"><?= $user['money'] ?></span></span>
@@ -467,10 +468,5 @@ if (input::post('goto') == 'gravirovka') {
?>
</TABLE>
-->
<script>
function leave() {
top.frames['main'].location = 'city.php?cp'
}
</script>
</body>
</html>