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,23 +1,23 @@
<table border="0" width="400" cellspacing="0" cellpadding="3">
<tr>
<td colspan="2">To insert this goodie into a story copy/paste the following code: <pre>&lt;% goodie name="<% this.alias %>" %&gt;</pre><br></td>
<td colspan="2">To insert this goodie into a story copy/paste the following code: <pre>&lt;% goodie name="<% this.alias %>" %&gt;</pre><br /></td>
</tr>
<tr>
<td class="small" nowrap><form method="post" action="<% response.action %>">Name:</td>
<td nowrap><% this.alias as="editor" %></td>
<td class="small" nowrap="nowrap"><form method="post" action="<% response.action %>">Name:</td>
<td nowrap="nowrap"><% this.alias as="editor" %></td>
</tr>
<tr>
<td class="small" valign="top" nowrap>Description:</td>
<td nowrap><% this.description as="editor" width="25" %></td>
<td class="small" valign="top" nowrap="nowrap">Description:</td>
<td nowrap="nowrap"><% this.description as="editor" width="25" %></td>
</tr>
<tr>
<td class="small" nowrap></td>
<td class="small" nowrap><% this.filesize prefix="<b>size:</b>&nbsp;" suffix="<br>" %>
<% this.mimetype prefix="<b>format:</b>&nbsp;" suffix="<br>" %></td>
<td class="small" nowrap="nowrap"></td>
<td class="small" nowrap="nowrap"><% this.filesize prefix="<b>size:</b>&nbsp;" suffix="<br />" %>
<% this.mimetype prefix="<b>format:</b>&nbsp;" suffix="<br />" %></td>
</tr>
<tr>
<td class="small" valign="top" nowrap>&nbsp;</td>
<td nowrap><% this.input type="button" value="save" %>&nbsp;<% this.input type="button" value="cancel" %></td>
<td class="small" valign="top" nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap"><% this.input type="button" value="save" %>&nbsp;<% this.input type="button" value="cancel" %></td>
</tr>
</table>
</form>