23 lines
698 B
Text
23 lines
698 B
Text
<table border="0" width="400" cellspacing="0" cellpadding="3">
|
|
<tr>
|
|
<td>To insert this image into a story or comment copy/paste the following code: <pre><% image name="<% image.alias %>" %></pre></td>
|
|
</tr>
|
|
<tr>
|
|
<td><% image.show %></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br />
|
|
<table border="0" cellspacing="0" cellpadding="3">
|
|
<form method="post" action="<% response.action %>">
|
|
<tr>
|
|
<tr>
|
|
<td class="small" nowrap="nowrap">Alttext:</td>
|
|
<td nowrap="nowrap"><% image.alttext as="editor" width="25" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap"> </td>
|
|
<td nowrap="nowrap"><% input type="button" name="save" value="save" %> <% input type="button" name="cancel" value="cancel" %></td>
|
|
</tr>
|
|
</form>
|
|
</table>
|