fixed markup to be xhtml compatible

This commit is contained in:
Tobi Schäfer 2002-06-03 16:49:20 +00:00
parent 0df66504d9
commit 2ea7797c89
23 changed files with 90 additions and 88 deletions

View file

@ -1,3 +1,3 @@
<span class="storyDate"><% this.author as="link" %>, <% this.createtime format="long" suffix="<br>"%></span>
<span class="storyTitle"><% this.title suffix="<br>" %></span>
<% this.text suffix="<br>&nbsp;<br>" %>
<span class="storyDate"><% this.author as="link" %>, <% this.createtime format="long" suffix="<br />"%></span>
<span class="storyTitle"><% this.title suffix="<br />" %></span>
<% this.text suffix="<br />&nbsp;<br />" %>

View file

@ -1,29 +1,29 @@
<table border="0" cellspacing="0" cellpadding="3">
<tr>
<td nowrap><form method="post" action="<% response.action %>"><span class="small">Title:</span><br>
<td nowrap="nowrap"><form method="post" action="<% response.action %>"><span class="small">Title:</span><br />
<% this.title as="editor" width="24" style="formTitle" %></td>
</tr>
<tr>
<td nowrap><span class="small">Text:</span><br>
<td nowrap="nowrap"><span class="small">Text:</span><br />
<% this.text as="editor" width="30" height="15" style="formText" %></td>
</tr>
<tr>
<td><table border="0" cellspacing="0" cellpadding="3">
<tr>
<td class="small">select a topic<br>or create<br>a new one<br>(or leave empty):</td>
<td valign="top" nowrap><% this.topicchooser %><br><input type="text" name="topic" value="<% request.topic %>"></td>
<td class="small">select a topic<br />or create<br />a new one<br />(or leave empty):</td>
<td valign="top" nowrap="nowrap"><% this.topicchooser %><br /><input type="text" name="topic" value="<% request.topic %>"></td>
</tr>
<tr>
<td class="small" nowrap>status:</td>
<td nowrap><% this.online as="editor" %></td>
<td class="small" nowrap="nowrap">status:</td>
<td nowrap="nowrap"><% this.online as="editor" %></td>
</tr>
<tr>
<td class="small" nowrap>also editable for:</td>
<td nowrap><% this.editableby as="editor" %></td>
<td class="small" nowrap="nowrap">also editable for:</td>
<td nowrap="nowrap"><% this.editableby as="editor" %></td>
</tr>
</table></td>
<tr>
<td nowrap><% this.input type="button" value="save" %>&nbsp;<% this.input type="button" value="cancel" %></td>
<td nowrap="nowrap"><% this.input type="button" value="save" %>&nbsp;<% this.input type="button" value="cancel" %></td>
</tr>
<tr>
<td class="small"><% this.author as="link" prefix="created by " %><% this.modifier as="link" prefix=", last modified&nbsp;by&nbsp;" %><% this.modifytime format="short" prefix="&nbsp;on&nbsp;"%></td>

View file

@ -3,8 +3,8 @@
<td colspan="3" class="small"><% this.author as="link" %>, <% this.createtime format="short" %><% this.online prefix="&nbsp;(" %><% this.commentcounter prefix=",&nbsp;" suffix=")" %></td>
</tr>
<tr valign="top">
<td><span class="storyTitle"><% this.title suffix="<br>" %></span><% this.text limit="200" suffix="&nbsp;..." %></td>
<td width="10" nowrap>&nbsp;</td>
<td align="right" class="small" nowrap><% this.editlink prefix="...&nbsp;" suffix="<br>" %><% this.viewlink prefix="...&nbsp;" suffix="<br>" %><% this.onlinelink prefix="...&nbsp;" suffix="<br>" %><% this.deletelink prefix="...&nbsp;" %></td>
<td><span class="storyTitle"><% this.title suffix="<br />" %></span><% this.text limit="200" suffix="&nbsp;..." %></td>
<td width="10" nowrap="nowrap">&nbsp;</td>
<td align="right" class="small" nowrap="nowrap"><% this.editlink prefix="...&nbsp;" suffix="<br />" %><% this.viewlink prefix="...&nbsp;" suffix="<br />" %><% this.onlinelink prefix="...&nbsp;" suffix="<br />" %><% this.deletelink prefix="...&nbsp;" %></td>
</tr>
</table>