Общая оптимизация вёрстки и файловой системы. Новые кнопки от https://github.com/necolas/css3-github-buttons вместо сломанных старых.
This commit is contained in:
30
main.php
30
main.php
@@ -870,22 +870,26 @@ try {
|
||||
</div>
|
||||
</td>
|
||||
<td valign=top>
|
||||
<div align=right class="btn-control inventory"> <!--Меню-кнопки-->
|
||||
<div class="button-container"> <!--Меню-кнопки-->
|
||||
<FORM METHOD=POST ACTION="?edit=1" name=f1>
|
||||
<?php if ($user['shadow'] == '0.gif' || $user['admin'] == 1): ?>
|
||||
<INPUT class="button-mid btn" TYPE="submit" name="setshadow" value="Образы" title="Образы">
|
||||
<INPUT class="button danger" TYPE="submit" name="setshadow" value="Образы" title="Образы">
|
||||
<?php endif; ?>
|
||||
<button class="button-mid btn" onclick="gotohref('zayavka.php')">Поединки</button>
|
||||
<button class="button-mid btn" onclick="gotohref('module_quest.php')">Активные задания</button>
|
||||
<button class="button-mid btn" onclick="gotohref('main.php?edit=1')">Инвентарь</button>
|
||||
<?php if ($user['room'] === 20): ?>
|
||||
<button class="button-mid btn" onclick="gotohref('main.php?goto=arena')">Войти внутрь
|
||||
</button>
|
||||
<?php else: ?>
|
||||
<button class="button-mid btn" onclick="gotohref('main.php?goto=plo')">Выйти на улицу
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
<button class="button-mid btn" onclick="gotohref('main.php')">Обновить страницу</button>
|
||||
<div class="button-group">
|
||||
<button class="button primary" onclick="gotohref('zayavka.php')">Поединки</button>
|
||||
<button class="button" onclick="gotohref('module_quest.php')">Активные задания</button>
|
||||
<button class="button" onclick="gotohref('main.php?edit=1')">Инвентарь</button>
|
||||
</div>
|
||||
<div class="button-group minor-group">
|
||||
<?php if ($user['room'] === 20): ?>
|
||||
<button class="button move" onclick="gotohref('main.php?goto=arena')">Войти внутрь
|
||||
</button>
|
||||
<?php else: ?>
|
||||
<button class="button move" onclick="gotohref('main.php?goto=plo')">Выйти на улицу
|
||||
</button>
|
||||
<?php endif; ?>
|
||||
<button class="button loop" onclick="gotohref('main.php')">Обновить страницу</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mZeInventory"> <!--рюкзак-->
|
||||
<table BORDER=0 WIDTH=100% CELLSPACING="1" CELLPADDING="2" BGCOLOR="#A5A5A5">
|
||||
|
||||
Reference in New Issue
Block a user