]> www.wagner.pp.ru Git - oss/stilllife.git/blob - templates/basicset/newforum.html
93d100e8e2dbe6d53b38d840c63512d9b2996636
[oss/stilllife.git] / templates / basicset / newforum.html
1 <HTML><HEAD>
2 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
3 <TITLE>Still Life - Создать тему</TITLE>
4 <script language="JavaScript" src="templates/form.js"></script>
5 <script language="JavaScript" src="templates/common.js"></script>
6 </HEAD><BODY bgcolor="#ccffcc">
7 <H3>Тестовый форум Still Life</h3>
8 <form method="POST"  type="multipart/form-data" action="forum" name="newtopic">
9 <table border=0>
10 <tr><td>Название</td><td><input type=text name="title" size=30>
11 </td></tr>
12 <tr><td>Имя в URL</td><td><input type=text name="urlname" size=30></td></tr>
13 <tr><td>Аннотация</td><td><textarea name="abstract" rows=5 cols=50></textarea></td></tr>
14 <tr><td>Формат</td><td><select name="abstract_format"><option
15 name="text">Текст без разметки</option>
16 <option name="bbcode">BBCode</option>
17 <option name="html">Html</option>
18 </select></td></tr>
19 <tr><td>Картинка</td><td><input type="file" name="logo"></td></tr>
20 <tr><td colspan=2  class="error"></td></tr>
21 <tr><td colspan=2 align=right"><input type=submit name="newtopic"
22 value="Создать">
23 </table>
24
25 </form>
26
27 </BODY>
28 </HTML>