[bknr-cvs] hans changed trunk/projects/quickhoney/website/templates/index.xml
BKNR Commits
bknr at bknr.net
Tue Sep 9 08:42:03 UTC 2008
Revision: 3856
Author: hans
URL: http://bknr.net/trac/changeset/3856
Fix some XHTML 1.0 validation errors.
U trunk/projects/quickhoney/website/templates/index.xml
Modified: trunk/projects/quickhoney/website/templates/index.xml
===================================================================
--- trunk/projects/quickhoney/website/templates/index.xml 2008-09-09 08:39:51 UTC (rev 3855)
+++ trunk/projects/quickhoney/website/templates/index.xml 2008-09-09 08:42:03 UTC (rev 3856)
@@ -66,7 +66,7 @@
</div>
<div id="loading" class="page">
- <img src="/image/startscreen" id="logo" border="0" width="438" height="67" />
+ <img alt="" src="/image/startscreen" id="logo" border="0" width="438" height="67" />
</div>
<div id="home" class="page">
@@ -308,25 +308,23 @@
<div class="cms_title">Create news entry</div>
<form action="/upload-news" method="post" id="edit_news_form"
enctype="multipart/form-data" target="upload_result" onsubmit="do_upload(this.target);">
+ <table class="cms">
+ <tbody>
+ <tr>
+ <td>Image:</td>
+ <td><input type="file" name="image-file" /></td>
+ </tr>
+ <tr>
+ <td>Title:</td>
+ <td><input name="title" size="60"/></td>
+ </tr>
+ <tr>
+ <td>Text:</td>
+ <td><textarea class="mce_editor" name="text" cols="60" rows="10"> </textarea></td>
+ </tr>
+ </tbody>
+ </table>
<p class="cms">
- <table>
- <tbody>
- <tr>
- <td>Image:</td>
- <td><input type="file" name="image-file" /></td>
- </tr>
- <tr>
- <td>Title:</td>
- <td><input name="title" size="60"/></td>
- </tr>
- <tr>
- <td>Text:</td>
- <td><textarea class="mce_editor" name="text" cols="60" rows="10"> </textarea></td>
- </tr>
- </tbody>
- </table>
- </p>
- <p class="cms">
<input type="submit" name="action" value="upload" />
</p>
</form>
More information about the Bknr-cvs
mailing list