Переезд статуса в первый блок.

This commit is contained in:
Igor Barkov [iwork] 2018-12-12 14:52:04 +02:00
parent 01b0b07721
commit a775c808d9
1 changed files with 5 additions and 5 deletions

View File

@ -103,11 +103,14 @@ if ($_GET['sid'] && $_GET['rep']) {
</HEAD>
<body>
<h1>Ремонтная мастерская</h1>
<a href=# onclick=leave()> ← выйти из мастерской</a>
<div class="appblock">
<a href=# onclick=leave()> ← выйти из мастерской</a><br>
<div class="appblock appblock-main">
<span class="legend">Информация</span>
<span class="wrap">Кредиты<span class="num"><?= $user['money'] ?></span></span>
<span class="wrap">Масса вещей<span class="num"><?= getItemsMassaInfo() ?></span></span>
<?php if (isset($status)): ?>
<span class="wrap"><?= $status ?></span>
<?php endif; ?>
</div>
<TABLE width=100%>
<TR>
@ -542,9 +545,6 @@ if ($_GET['sid'] && $_GET['rep']) {
</TD>
<td style="vertical-align: top; width: 280px; text-align: center; font-weight: bold;">
<br><?= $err ?>
</td>
</FORM>
</TR>
</TABLE>