Файл: newstats.ru/newstats.ru/system/view/admin/system.tpl
Строк: 25
<div class="navig">
<form method="post"
action="/admin/system">
Название сайта [2 -
50]<br />
<input type="text" name="name"
value="<?php echo Protect::title(Core::$config['name_site']);
?>" /><br />
Description [5 - 150]<br
/>
<textarea name="desc"><?php echo
Protect::title(Core::$config['description']); ?></textarea><br
/>
Keywords [5 - 150]<br />
<textarea
name="key"><?php echo
Protect::title(Core::$config['keywords']); ?></textarea><br
/>
Автомодерация<br />
<input
type="radio" name="mod_sites" <?php echo
Core::$config['mod_sites'] == 1 ? 'checked="checked"' : NULL;
?> value="1" /> Включена<br />
<input
type="radio" name="mod_sites" <?php echo
Core::$config['mod_sites'] == 0 ? 'checked="checked"' : NULL;
?> value="0" /> Отключена<br />
Цена
рекламы за сутки (руб)<br />
<input
type="text" name="rekl" value="<?php echo
Protect::title(Core::$config['rekl']); ?>" /><br
/>
<input type="submit"
value="Сохранить" />
</form>
</div>