]> www.wagner.pp.ru Git - oss/stilllife.git/blobdiff - templates/basicset/newtopic.html
*** empty log message ***
[oss/stilllife.git] / templates / basicset / newtopic.html
diff --git a/templates/basicset/newtopic.html b/templates/basicset/newtopic.html
new file mode 100644 (file)
index 0000000..16946b1
--- /dev/null
@@ -0,0 +1,27 @@
+<HTML><HEAD>
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
+<TITLE>Still Life - Создать тему</TITLE>
+<script language="JavaScript" src="templates/form.js"></script>
+<script language="JavaScript" src="templates/common.js"></script>
+</HEAD><BODY bgcolor="#ccffcc">
+<H3>Тестовый форум Still Life</h3>
+<form method="POST"  type="multipart/form-data" action="forum" name="newtopic">
+<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>Аннотация</td><td><textarea name="abstract" rows=5 cols=50></textarea></td></tr>
+<tr><td>Формат</td><td><select name="abstract_format"><option
+name="text">Текст без разметки</option>
+<option name="bbcode">BBCode</option>
+<option name="html">Html</option>
+</select>
+<tr><td colspan=2  class="error"></td></tr>
+<tr><td colspan=2 align=right"><input type=submit name="newtopic"
+value="Создать">
+</table>
+
+</form>
+
+</BODY>
+</HTML>