Файл: dev/club.php
Строк: 137
<?
include_once '../sys/core/start.php';
include_once '../sys/core/compress.php';
include_once '../sys/core/sess.php';
include_once '../sys/core/home.php';
include_once '../sys/core/settings.php';
include_once '../sys/core/db_connect.php';
include_once '../sys/core/ipua.php';
include_once '../sys/core/fnc.php';
include_once '../sys/core/user.php';
include_once '../sys/inc/fnc_game.php';
include_once '../sys/inc/thead.php';
include_once '../sys/inc/uhead.php';
only_reg();
if($user['club_millionaires']>0)
{
?>
<table class="map_new">
<tr>
<td class='map-td'>
<table class="wdt">
<tr>
<td width="33%" class='map-cell'>
<form action="/dev/tuning.php" method="get">
<button class="btn-map">
<span class="btn-map-span">Выставка</span>
</button>
</form>
<a href="/dev/tuning.php" class="b-map-link"><img src="/style/img/icons/point.png" /></a>
</td>
<td width="33%" class='map-cell'>
<form action="/dev/exhibition.php" method="get">
<button type="submit" class="btn-map">Казино</button>
</form>
<a href="/dev/exhibition.php" >
<img class="b-map-img" style="left: 40%" src="/style/img/icons/point.png" /></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class='map-td'>
<table class="wdt">
<tr>
<td width="33%" class='map-cell'>
<form action="/dev/taxi.php" method="get">
<button class="btn-map">
<span class="btn-map-span ">Аукцион</span>
</button>
</form>
<a href="/dev/taxi.php" class="b-map-link"><img src="/style/img/icons/point.png" /></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class='map-td'>
<table class="wdt">
<tr>
<td width="33%" class='map-cell'>
<form action="/dev/quest.php" method="get">
<button class="btn-map">
<span class="btn-map-span ">Бар</span>
</button>
</form>
<a href="/dev/quest.php" class="b-map-link"><img src="/style/img/icons/point.png" /></a>
</td>
<td width="33%" class='map-cell'>
<form action="/dev/bisines.php" method="get">
<button type="submit" class="btn-map">Помощница</button>
</form>
<a href="/dev/bisines.php" >
<img class="b-map-img" style="left: 40%" src="/style/img/icons/point.png" /></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class='map-td'>
<table class="wdt">
<tr>
<td width="33%" class='map-cell'>
<form action="/dev/casino.php" method="get">
<button class="btn-map">
<span class="btn-map-span ">Казино</span>
</button>
</form>
<a href="/dev/casino.php" class="b-map-link"><img src="/style/img/icons/point.png" /></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class='map-td'>
<table class="wdt">
<tr>
<td width="33%" class='map-cell'>
<form action="/dev/club.php" method="get">
<button class="btn-map">
<span class="btn-map-span ">Клуб</span>
</button>
</form>
<a href="/dev/club.php" class="b-map-link"><img src="/style/img/icons/point.png" /></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?
include_once '../sys/inc/tfoot.php';
}
else
{
echo "<table class='wdt msg-table'><tr><td align='left' style='vertical-align: top; width: 10%'><img src='/style/img/images/face-ajl.png'></td>";
echo "<td align='left' style='vertical-align: top'>";
echo "Клуб временно закрыт. Скоро открытие!</td></tr></table></td></tr></table>";
echo "<table class='wdt gray-table'>";
echo "<tr><td class='white td-cell' align='center' style='height:30px;'><form action ='/dev/map.php' method='post'><input class='no-btn' type='submit' value='Назад'></form></td></tr></table>";
include_once '../sys/inc/tfoot.php';
}
?>