]> www.wagner.pp.ru Git - oss/stilllife.git/blobdiff - templates/basicset/edit_topic.html
fixed some errors in edit templates. Added setrights template
[oss/stilllife.git] / templates / basicset / edit_topic.html
index 146910fdfabb65d1efc1a7d702d63ad48cb4828b..d2644e1d2b9bf6d9cf52860ac2058a97a18b46c3 100644 (file)
@@ -9,11 +9,12 @@
 <link rel="stylesheet" type="text/css" href="templates/basic.css">
 </HEAD><BODY>
 <H3>Тестовый форум Still Life</h3>
-<form method="POST"  enctype="multipart/form-data" action="forum" name="newtopic">
+<form method="POST"  enctype="multipart/form-data" action="forum"
+name="edit_topic">
 <table border=0>
 <tr><td>Название</td><td><input type=text name="title" size=30>
 </td></tr>
-<tr><td>Имя в URL</td><td><input type=text name="urlname" size=30></td></tr>
+<tr><td>Имя в URL</td><td><span class="urlname" ></span></td></tr>
 <tr><td>Аннотация</td><td><textarea name="abstract" rows=5 cols=50></textarea></td></tr>
 <tr><td>Формат</td><td><select name="abstract_format"><option
 value="text">Текст без разметки</option>
@@ -21,7 +22,8 @@ value="text">Текст без разметки</option>
 <option value="html">Html</option>
 </select>
 <tr><td colspan=2  class="error"></td></tr>
-<tr><td colspan=2 align="right"><input type=submit name="newtopic"
+<tr><td align=left><input type=submit name="closetopic" value="Закрыть
+тему"><td  align="right"><input type=submit name="edit"
 value="Сохранить">
 </table>