Файл: wapmaster/wapmaster/css/index.php
Строк: 260
<?php
include_once '../../sys/inc/start.php';
include_once '../../sys/inc/compress.php';
include_once '../../sys/inc/sess.php';
include_once '../../sys/inc/home.php';
include_once '../../sys/inc/settings.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']='Создание стиля CSS';
include_once '../../sys/inc/thead.php';
title();
err();
aut();
error_reporting (0);
define("START_TIME", microtime(true));
echo system("find ./files/*.* | wc -l");
echo '<form action="created.php" method="post">
<font color=red size=-1>Атрибуты тега body:</font><br />
Цвет фона:<br />
<input type="text" name="bgcolor" maxlength="20" value="#000000"><br />
Шрифты через запятую:<br />
<input type="text" name="bodyfont" maxlength="20" value="verdana"><br />
Цвет шрифта:<br />
<input type="text" name="bodyfontcolor" maxlength="20" value="#ffffff"><br />
Размер шрифта:<br />
<input type="text" name="bodyfontsize" maxlength="20" value="12px"><br />
<font color=red size=-1>Атрибуты тега font:</font><br />
Шрифты через запятую:<br />
<input type="text" name="fontfamily" maxlength="20" value="verdana"><br />
Размер шрифта:<br />
<input type="text" name="fontsize" maxlength="20" value="12px"><br />
Цвет шрифта:<br />
<input type="text" name="fontcolor" maxlength="20" value="#000000"><br />
<font color=red size=-1>Атрибуты ссылок:</font><br />
<font color=yellow>Наведенная ссылка:</font><br />
Шрифт ссылки при наведении:<br />
<input type="text" name="ahoverfontfamily" maxlength="20" value="verdana"><br />
Цвет ссыдки при наведении:<br />
<input type="text" name="ahoverfontcolor" maxlength="20"value="#000000"><br />
Цвет правого края рамки:<br />
<input type="text" name="ahoverborderright" maxlength="20"><br />
Цвет левого края рамки:<br />
<input type="text" name="ahoverborderleft" maxlength="20"><br />
Цвет нижнего края рамки:<br />
<input type="text" name="ahoverborderbottom" maxlength="20"><br />
Цвет верхнего края рамки:<br />
<input type="text" name="ahoverbordertop" maxlength="20"><br />
Фон ссылки при наведении:<br />
<input type="text" name="ahoverbackground" maxlength="20"><br />
<input type=checkbox name=underline_hover value="none" checked>Без подчеркивания<br />
<font color=yellow>Обычная ссылка:</font><br />
Шрифт обычной ссылки:<br />
<input type="text" name="alinkfontfamily" maxlength="20" value="verdana"><br />
Цвет ссылки:<br />
<input type="text" name="alinkfontcolor" maxlength="20" value="#000000"><br />
Цвет правого края рамки:<br />
<input type="text" name="alinkborderright" maxlength="20"><br />
Цвет левого края рамки:<br />
<input type="text" name="alinkborderleft" maxlength="20"><br />
Цвет нижнего края рамки:<br />
<input type="text" name="alinkborderbottom" maxlength="20"><br />
Цвет верхнего края рамки:<br />
<input type="text" name="alinkbordertop"><br />
Фон ссылки:<br />
<input type="text" name="alinkbackground" maxlength="20"><br />
<input type=checkbox name=underline_link value="none" checked>Без подчеркивания<br />
<font color=yellow>Посещенная ссылка:</font><br />
Шрифт посещенной ссылки:<br />
<input type="text" name="avisitedfontfamily" maxlength="20" value="verdana"><br />
Цвет посещенной ссылки:<br />
<input type="text" name="avisitedfontcolor" maxlength="20" value="#000000"><br />
Цвет правого края рамки:<br />
<input type="text" name="avisitedborderright" maxlength="20"><br />
Цвет левого края рамки:<br />
<input type="text" name="avisitedborderleft" maxlength="20"><br />
Цвет нижнего края рамки:<br />
<input type="text" name="avisitedborderbottom" maxlength="20"><br />
Цвет верхнего края рамки:<br />
<input type="text" name="avisitedbordertop" maxlength="20"><br />
Фон ссылки:<br />
<input type="text" name="avisitedbackground" maxlength="20"><br />
<input type=checkbox name=underline_visited value="none" checked>Без подчеркивания<br />
<font color=yellow>Активная ссылка:</font><br />
Шрифт кативной ссылки:<br />
<input type="text" name="aactivefontfamily" maxlength="20" value="verdana"><br />
Цвет активной ссылки:<br />
<input type="text" name="aactivefontcolor" maxlength="20" value="#000000"><br />
Цвет правого края рамки:<br />
<input type="text" name="aactiveborderright" maxlength="20"><br />
Цвет левого края рамки:<br />
<input type="text" name="aactiveborderleft" maxlength="20"><br />
Цвет нижнего края рамки:<br />
<input type="text" name="aactiveborderbottom" maxlength="20"><br />
Цвет верхнего края рамки:<br />
<input type="text" name="aactivebordertop" maxlength="20"><br />
Фон ссылки:<br />
<input type="text" name="aactivebackground" maxlength="20"><br />
<input type=checkbox name=underline_active value="none" checked>Без подчеркивания<br />
<font color=red size=-1>Атрибуты тега table (таблицы):</font><br />
Шрифты текста через запятую:<br />
<input type="text" name="fonttable" maxlength="20" value="verdana"><br />
Размер шрифта:<br />
<input type="text" name="tablewidth" maxlength="20" value="12px"><br />
Цвет шрифта:<br />
<input type="text" name="tablefontcolor" maxlength="20" value="#000000"><br />
Цвет фона:<br />
<input type="text" name="tablebgcolor" maxlength="20"><br />
Цвет левого края таблицы:<br />
<input type="text" name="tableleft" maxlength="20"><br />
Цвет правго края таблицы:<br />
<input type="text" name="tableright" maxlength="20"><br />
Цвет нижнего края таблицы:<br />
<input type="text" name="tablebottom" maxlength="20"><br />
Цвет верхнего края таблицы:<br />
<input type="text" name="tabletop" maxlength="20"><br />
Толщина левого края таблицы:<br />
<input type="text" name="tablelefttpx" maxlength="20"><br />
Толщина правого края таблицы:<br />
<input type="text" name="tablerightpx" maxlength="20"><br />
Толщина нижнего края таблицы:<br />
<input type="text" name="tablebottompx" maxlength="20"><br />
Толщина верхнего края таблицы:<br />
<input type="text" name="tabletoppx" maxlength="20"><br />
<input type="submit" value="Закончить" class=SetButton><br />
</form>';
echo "<br /><a href=color.php>Таблица цветов</a><br /><br />";
echo "<br />";
echo '<b><a href="/wapmaster/">В раздел</a><br/></b>';
include_once '../../sys/inc/tfoot.php';
?>