Файл: monst/core/pag/rating.php
Строк: 70
<?
upd_loc('view rating');
?>
<div class='op_top_im'>
<img src='/core/i/pic/rating.jpg' alt='' class='title_img' />
</div>
<div style='position: relative; top: -100px; color: #999; height: 0;'>
<span style='background: #000; font-size: 20px;'><?=$lang['rating.php']['title']?></span><br/>
<span style='background: #000; font-size: 11px;'><?=$lang['rating.php']['title_text']?></span><br/>
</div>
<div class='padding'>
<div style='text-align: center; color: #999; border-top: 1px solid #999;'>
<?=$lang['rating.php']['desc']?><br/>
</div>
</div>
<br/>
<?
if ( !isset($index[1]) ) {
?>
<a href='/rating/best'><div class='bt_black'><span style='font-size: 20px; color: indianred;'><?=$lang['rating.php']['best']?></span></div></a>
<a href='/rating/exp'><div class='bt_black'><?=$lang['rating.php']['exp']?></div></a>
<a href='/rating/d'><div class='bt_black'><?=$lang['rating.php']['d']?></div></a>
<a href='/rating/chat'><div class='bt_black'><?=$lang['rating.php']['chat_count']?></div></a>
<a href='/rating/forum'><div class='bt_black'><?=$lang['rating.php']['forum_count']?></div></a>
<a href='/rating/dialog'><div class='bt_black'><?=$lang['rating.php']['dialog_count']?></div></a>
<?
} else {
if ( $index[1] == 'best' ) {
include $HOME . '/core/pag/rating/best.php';
}
if ( $index[1] == 'exp' ) {
include $HOME . '/core/pag/rating/exp.php';
}
if ( $index[1] == 'd' ) {
include $HOME . '/core/pag/rating/d.php';
}
if ( $index[1] == 'chat' ) {
include $HOME . '/core/pag/rating/chat.php';
}
if ( $index[1] == 'forum' ) {
include $HOME . '/core/pag/rating/forum.php';
}
if ( $index[1] == 'dialog' ) {
include $HOME . '/core/pag/rating/dialog.php';
}
///////////
}
if ( !empty($index[1]) ) {
?>
<br/>
<a href='/rating'><div class='bt_black'><?=$lang['rating.php']['back']?></div></a>
<?
}
?>