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,5 @@
<form method="post" action="<% response.action %>"><p class="storyTitle">Warning!</p>
<form method="post" action="<% response.action %>">
<p class="storyTitle">Warning!</p>
<p>You are about to delete <% param.what %>! Be aware of the fact that there is no "undo", so if you klick on "delete" here it will be gone forever!</p>
<p><% this.input type="button" name="remove" value="delete" %>&nbsp;<% this.input type="button" name="cancel" value="cancel" %></p></form>
<p><% this.input type="button" name="remove" value="delete" %>&nbsp;<% this.input type="button" name="cancel" value="cancel" %></p>
</form>

View file

@ -1,5 +1,5 @@
<tr>
<td align="right" class="statusdark"><% this.title as="link" %><br>
<td align="right" class="statusdark"><% this.title as="link" %><br />
<% this.text limit="50" suffix="&nbsp;..." %>
<div class="small">by <% this.author %> @ <% this.modifytime format="short" %></div></td>
</tr>