Вход Регистрация
Файл: modules/pages/tags.php
Строк: 34
<?php
/**
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) 2013, Taras Chornyi, Sergiy Mazurenko, Ivan Kotliar
 * @link          http://perf-engine.net
 * @package       PerfEngine
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */
$locate 'in_faq';
$title _t('tags');
include_header($title);
$tpl->div('title'_t('tags'));
?>
<div class="menu">
<style type="text/css">
td {
border: 1px solid #eee;
width: 60%;
}
</style>
<table>
<tr>
<td>
[b]Text[/b]:
</td>
<td> <?=output('[b]Text[/b]');?><br/>
</td>
</tr>
<tr>
<td>
[i]Text[/i]:
</td>
<td> <?=output('[i]Text[/i]');?><br/>
</td>
</tr>
<tr>
<td>
[u]Text[/u]:
</td>
<td> <?=output('[u]Text[/u]');?><br/>
</td>
</tr>
<tr>
<td>
[s]Text[/s]:
</td>
<td> <?=output('[s]Text[/s]');?><br/>
</td>
</tr>
<tr>
<td>
[big]Text[/big]:
</td>
<td> <?=output('[big]Text[/big]');?><br/>
</td>
</tr>
<tr>
<td>
[small]Text[/small]:
</td>
<td> <?=output('[small]Text[/small]');?><br/>
</td>
</tr>
<tr>
<td>
[green]Text[/green]:
</td>
<td> <?=output('[green]Text[/green]');?><br/>
</td>
</tr>
<tr>
<td>
[red]Text[/red]:
</td>
<td> <?=output('[red]Text[/red]');?><br/>
</td>
</tr>
<tr>
<td>
[blue]Text[/blue]:
</td>
<td> <?=output('[blue]Text[/blue]');?><br/>
</td>
</tr>
<tr>
<td>
[yellow]Text[/yellow]:
</td>
<td> <?=output('[yellow]Text[/yellow]');?><br/>
</td>
</tr>
<tr>
<td>
[size=(1-7)]Text[/size]:
</td>
<td> <?=output('[size=2]Text[/size]');?><br/>
</td>
</tr>
<tr>
<td>
[color=(any color)]Text[/color]:
</td>
<td> <?=output('[color=black]Text[/color]');?><br/>
</td>
</tr>
<tr>
<td>
[url=http://www.google.com]Google[/url]:
</td>
<td> <?=output('[url=http://www.google.com]Google[/url]');?><br/>
</td>
</tr>
<tr>
<td>
[quote]Quote[/quote]:
</td>
<td> <?=output('[quote]Quote[/quote]');?><br/>
</td>
</tr>
<tr>
<td>
http://google.com:
</td>
<td> <?=output('http://google.com');?><br/>
</td>
</tr>
</table>
</div>
<?php
$tpl
->div('block'NAV .'<a href="/pages/faq.php">'_t('faq').'</a></br/>'HICO .'<a href="/">'_t('home').'</a>');
include_footer();
?>
Онлайн: 0
Реклама