Файл: ubiznes.mobi/inc/index.php
Строк: 90
<?php
/**
* Created by PhpStorm.
* User: mrcatoff
* Date: 11.11.2018
* Time: 0:01
*/
?>
<style type="text/css">
.hexagon {
position: relative;
width: 50px;
height: 28.87px;
background-color: #2d84c3;
margin: 14.43px 0;
}
.hexagon:before,
.hexagon:after {
content: "";
position: absolute;
width: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
}
.hexagon:before {
bottom: 100%;
border-bottom: 14.43px solid #2d84c3;
}
.hexagon:after {
top: 100%;
width: 0;
border-top: 14.43px solid #2d84c3;
}
.hexagon > img {
position: absolute;
z-index: 123;
margin: -8px 0 0 5px;
width: 40px;
height: 40px;
}
.column_one {
flex: 10%;
padding: 5px 10px;
}
.column_two {
flex: 90%;
}
.message {
background: #0e3d7e;
margin: 5px 5px 5px 0;
border-radius: 10px;
border: 1px solid #0e3d7e;
padding: 10px;
color: #fff;
font-size: 14px;
}
.message > h3 {
text-decoration:none;
color:lime;
display: block;
padding:2px;
margin:1px;
font-size: 14px;
}
.row {
display: flex;
background: #2063b4;
border-bottom: 1px solid #0f4896;
}
</style>
<div class="menu3">
<table style="width:100%" cellspacing="0" cellpadding="0" valign="top">
<tbody>
<tr>
<td class="screen" width="20%" align="center">
<img src="/images/style/499A0CF8-0EE3-4307-9D19-BFC30A67CE99.png" width="40" height="40" alt="">
</td>
<td width="80%">
Бизнес центр<br>
<a href="?business">Перейти</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="menu3">
<table style="width:100%" cellspacing="0" cellpadding="0" valign="top">
<tbody>
<tr>
<td class="screen" width="20%" align="center">
<img src="http://energo-city.ru/wp-content/uploads/2017/11/rtNcxcF.png" width="40" height="40" alt="">
</td>
<td width="80%">
Магазины<br>
<a href="?shops">Перейти</a>
</td>
</tr>
</tbody>
</table>
</div>
<?php if($user['level']>=3): ?>
<div class="menu3">
<table style="width:100%" cellspacing="0" cellpadding="0" valign="top">
<tbody>
<tr>
<td class="screen" width="20%" align="center">
<img src="/images/style/D480F7E2-6AD0-4D56-BB2F-E04CE319C282.png" width="40" height="40" alt="">
</td>
<td width="80%">
Дома<br>
<a href="?town">Перейти</a>
</td>
</tr>
</tbody>
</table>
</div>
<?php endif; ?>
<div class="menu3">
<table style="width:100%" cellspacing="0" cellpadding="0" valign="top">
<tbody>
<tr>
<td class="screen" width="20%" align="center">
<img src="/images/style/D6163F9E-B834-4E37-B373-4DC4150AFEA1.png" width="40" height="40" alt="">
</td>
<td width="80%">
Заводы<br>
<a href="?factory">Перейти</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="menu3">
<table style="width:100%" cellspacing="0" cellpadding="0" valign="top">
<tbody>
<tr>
<td class="screen" width="20%" align="center">
<img src="/images/style/city.png" width="40" height="40" alt="">
</td>
<td width="80%">
Город<br>
<a href="?sity">Перейти</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="menu3">
<table style="width:100%" cellspacing="0" cellpadding="0" valign="top">
<tbody>
<tr>
<td class="screen" width="20%" align="center">
<img src="/images/style/banks.png" width="40" height="40" alt="">
</td>
<td width="80%">
Банк<br>
<a href="?wapkassa">Перейти</a>
</td>
</tr>
</tbody>
</table>
</div>