File size: 997B
<div class="h1">
<form method="post" action="/admin/edit_rek/<?echo$_GET['get'];">
<b>Название [5 - 30]</b><br />
<input type="text" name="name" maxlength="30" style="width:30%;"/><br />
<b>Ссылка [2 - 30] (http://site.ru)</b><br />
<input type="text" name="url" maxlength="30" style="width:30%;" value="http://"/><br />
<b>Цвет ссылки</b> <br />
<input type="radio" name="color" value="null" checked="checked"/>Без цвета<br />
<input type="radio" name="color" value="red" />Красный<br />
<input type="radio" name="color" value="blue" />Синий<br />
<input type="radio" name="color" value="green" />Зеленый<br />
<input type="radio" name="color" value="yellow" />Желтый<br />
<b>Жирность</b> <br />
<input type="radio" name="bold" value="1" />Да<br />
<input type="radio" name="bold" value="2" checked="checked"/>Нет<br />
<input type='submit' value='Изменить' />
</form>
</div>