]> www.wagner.pp.ru Git - oss/stilllife.git/blob - templates/belstyle/edit_topic.html
хГЛЕМЕМХЪ Б ЬЮАКНМЕ
[oss/stilllife.git] / templates / belstyle / edit_topic.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <HTML><HEAD>
3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
4 <TITLE>Still Life - Создать тему</TITLE>
5 <script type="text/javascript" language="JavaScript" src="templates/form.js"></script>
6 <script type="text/javascript" language="JavaScript" src="templates/common.js"></script>
7 <link rel="forum-script" href="forum">
8 <link rel="forum-user-list" href="forum">
9 <link rel="stylesheet" type="text/css" href="templates/basic.css">
10 </HEAD><BODY>
11 <H3>Тестовый форум Still Life</h3>
12 <form method="POST"  enctype="multipart/form-data" action="forum"
13 name="edit_topic">
14 <table border=0>
15 <tr><td>Название</td><td><input type=text name="title" size=30>
16 </td></tr>
17 <tr><td>Имя в URL</td><td><span class="urlname" ></span></td></tr>
18 <tr><td>Аннотация</td><td><textarea name="abstract" rows=5 cols=50></textarea></td></tr>
19 <tr><td>Формат</td><td><select name="abstract_format"><option
20 value="text">Текст без разметки</option>
21 <option value="bbcode">BBCode</option>
22 <option value="html">Html</option>
23 </select>
24 <tr><td colspan=2  class="error"></td></tr>
25 <tr><td align=left><input type=submit name="closetopic" value="Закрыть
26 тему"><td  align="right"><input type=submit name="edit"
27 value="Сохранить">
28 </table>
29
30 </form>
31
32 </BODY>
33 </HTML>