Файл: bb-code.php
Строк: 76
<?
include_once 'sys/inc/start.php';
include_once 'sys/inc/compress.php';
include_once 'sys/inc/db_connect.php';
include_once 'sys/inc/ipua.php';
include_once 'sys/inc/fnc.php';
include_once 'sys/inc/user.php';
$set['title']='ББ-коды';
include_once 'sys/inc/thead.php';
top();
echo '<div class="main_menu">';
if ($set['bb_i']==1)echo "<input type='text' value='[i]текст[/i]' maxlength='100' /> - Курсив<br />n";
if ($set['bb_u']==1)echo "<input type='text' value='[u]текст[/u]' maxlength='100' /> - Подчёркнутый<br />n";
if ($set['bb_b']==1)echo "<input type='text' value='[b]текст[/b]' maxlength='100' /> - Жирный<br />n";
if ($set['bb_big']==1)echo "<input type='text' value='[big]текст[/big]' maxlength='100' /> - Большой<br />n";
if ($set['bb_small']==1)echo "<input type='text' value='[small]текст[/small]' maxlength='100' /> - Маленький<br />n";
if ($set['bb_code']==1)echo "<input type='text' value='[code]код PHP[/code]' maxlength='100' /> - Подсветка PHP<br />n";
if ($set['bb_red']==1)echo "<input type='text' value='[red]текст[/red]' maxlength='100' /> - Красный<br />n";
if ($set['bb_yellow']==1)echo "<input type='text' value='[yellow]текст[/yellow]' maxlength='100' /> - Жёлтый<br />n";
if ($set['bb_green']==1)echo "<input type='text' value='[green]текст[/green]' maxlength='100' /> - Зелёный<br />n";
if ($set['bb_blue']==1)echo "<input type='text' value='[blue]текст[/blue]' maxlength='100' /> - Синий<br />n";
if ($set['bb_white']==1)echo "<input type='text' value='[white]текст[/white]' maxlength='100' /> - Белый<br />n";
if ($set['bb_size']==1)echo "<input type='text' value='[size=размер шрифта]текст[/size]' maxlength='100' /> - Размер шрифта<br />n";
if ($set['bb_url']==1)echo "<input type='text' value='[url=адрес]название[/url]' maxlength='100' /> - Вставка ссылки<br />n";
if ($set['bb_img']==1)echo "<input type='text' value='[img]адрес изображения[/img]' maxlength='100' /> - Вставка изображения<br />n";
echo '</div>';
echo "<div class='foot1'>";
icon_levo();echo "<a href='/user/office.php'>Кабинет</a>";
echo "</div>";
include_once 'sys/inc/tfoot.php';
?>