]> www.wagner.pp.ru Git - oss/stilllife.git/blobdiff - templates/basicset/newtopic.html
make all templates pass w3c HTML 4.01 validator
[oss/stilllife.git] / templates / basicset / newtopic.html
index 45cc93ee87d30043e9c33388e50a922478c2bada..62516ef4e52df4b95d470ec837d48c1e229f26f0 100644 (file)
@@ -1,14 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <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>
+<script type="text/javascript" language="JavaScript" src="templates/form.js"></script>
+<script type="text/javascript" language="JavaScript" src="templates/common.js"></script>
 <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">
+<form method="POST"  enctype="multipart/form-data" action="forum" name="newtopic">
 <table border=0>
 <tr><td>Название</td><td><input type=text name="title" size=30>
 </td></tr>
@@ -20,7 +21,7 @@ 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 colspan=2 align="right"><input type=submit name="newtopic"
 value="Создать">
 </table>