]> www.wagner.pp.ru Git - oss/stilllife.git/blobdiff - templates/basicset/newforum.html
added CSS to all templates. More or less debugged control element hiding
[oss/stilllife.git] / templates / basicset / newforum.html
index 93d100e8e2dbe6d53b38d840c63512d9b2996636..06e3961366a510783811c4d7b5e8b4470efe6aab 100644 (file)
@@ -1,11 +1,15 @@
 <HTML><HEAD>
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
-<TITLE>Still Life - Ð¡Ð¾Ð·Ð´Ð°Ñ\82Ñ\8c Ñ\82емÑ\83</TITLE>
+<TITLE>Still Life - Ð¡Ð¾Ð·Ð´Ð°Ñ\82Ñ\8c Ñ\84оÑ\80Ñ\83м</TITLE>
 <script language="JavaScript" src="templates/form.js"></script>
 <script language="JavaScript" src="templates/common.js"></script>
-</HEAD><BODY bgcolor="#ccffcc">
+<link rel="forum-script" href="forum">
+<link rel="forum-user-list" href="forum">
+<link rel="stylesheet" type="text/css" href="templates/basic.css">
+</HEAD><BODY>
 <H3>Тестовый форум Still Life</h3>
-<form method="POST"  type="multipart/form-data" action="forum" name="newtopic">
+<h2>Создание подфорума</h2>
+<form method="POST"  type="multipart/form-data" action="forum" name="newforum">
 <table border=0>
 <tr><td>Название</td><td><input type=text name="title" size=30>
 </td></tr>
@@ -18,7 +22,7 @@ name="text">Текст без разметки</option>
 </select></td></tr>
 <tr><td>Картинка</td><td><input type="file" name="logo"></td></tr>
 <tr><td colspan=2  class="error"></td></tr>
-<tr><td colspan=2 align=right"><input type=submit name="newtopic"
+<tr><td colspan=2 align=right"><input type=submit name="newforum"
 value="Создать">
 </table>