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

This commit is contained in:
Igor Barkov [iwork] 2018-12-12 14:52:04 +02:00
parent 01b0b07721
commit a775c808d9

View File

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