37 lines
No EOL
1.5 KiB
Text
37 lines
No EOL
1.5 KiB
Text
<table border="0" width="400" cellspacing="0" cellpadding="3">
|
|
<tr>
|
|
<td colspan="2">Please specify the name of the image. Using this name you will be able to insert this image i.e. into a story by typing <pre><% image name="nameofyourimage" %></pre></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" nowrap><form method="post" enctype="multipart/form-data">Name:</td>
|
|
<td nowrap><% this.alias as="editor" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" nowrap>Alttext:</td>
|
|
<td nowrap><% this.alttext as="editor" width="25" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" nowrap>File:</td>
|
|
<td nowrap><% this.input type="file" name="rawimage" width="10" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">If you want to resize the image, please specify your desired maximum width and/or maximum height. If you specify both, the image will be resized to match both criterias, but the proportions of the image will be preserved.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" nowrap>max. width:</td>
|
|
<td nowrap><% this.input type="text" name="maxwidth" width="5" value="400" %> pixel</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" nowrap>max. height:</td>
|
|
<td nowrap><% this.input type="text" name="maxheight" width="5" value="400" %> pixel</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" nowrap>create thumbnail:</td>
|
|
<td nowrap><% this.input type="checkbox" name="thumbnail" check="true" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="small" valign="top" nowrap> </td>
|
|
<td nowrap><% this.input type="button" value="save" %> <% this.input type="button" value="cancel" %></td>
|
|
</tr>
|
|
</table>
|
|
</form> |