]> wagner.pp.ru Git - oss/stilllife.git/blobdiff - templates/basicset/reply.html
make all templates pass w3c HTML 4.01 validator
[oss/stilllife.git] / templates / basicset / reply.html
index 55c4060267ff2278262f977f4bd66fb9b405b3e0..5588b0a7e35e2137e770157118a40e9048e33bfe 100644 (file)
@@ -1,8 +1,9 @@
+<!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 src="templates/form.js"></script>
-<script src="templates/common.js"></script>
+<script type="text/javascript" src="templates/form.js"></script>
+<script type="text/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">
@@ -13,7 +14,7 @@
 <table border=0>
 <tr><td rowspan=2>Пользователь:</td><td> <a class="author" href="forum?register=1">Зарегистрироваться</a><br></td></tr>
 <tr><td><input type=text name="user" size=30> 
-<select name="openid_site" onchange="selectSite(this)">
+<select name="openidsite" onchange="selectSite(this)">
 <option selected value="">Этот сайт</option>
 <option value="http://livejournal.com/users/%s">LiveJournal.com</option>
 <option value="http://diary.ru/~%s">Diary.ru</option>
@@ -33,8 +34,8 @@ selected>Без разметки</option>
 <option value="bbcode">BBCode</option>
 <option value="html">Html</option></select></td></tr>
 <tr><td>Картинка</td> <td><input onchange="addPictureInput(this);" type=file name="image1"></td></tr>
-<tr><td colspan=2 align=right"><input type=submit name="reply"
-value="Высказаться"></td></tr>
+<tr><td colspan=2 align=right><input type=submit name="reply"
+value="Высказаться">
 </table>
 
 </form>