antville/code/shortcut/main.skin

9 lines
524 B
Text

<tr>
<td valign="top"><input type="text" size="15" value="<% shortcut.title encoding="form" %>" readonly="readonly" title="A shortcut's title is read-only and cannot be edited." />
<input type="hidden" name="title<% param.id %>" value="<% shortcut.title encoding="form" %>"></td>
<td valign="top"><input type="text" size="40" name="content<% param.id %>" value="<% shortcut.content encoding="form" %>" /></td>
</tr>
<tr>
<td></td>
<td class="small"><% shortcut.render %><% shortcut.placeholder prefix="&nbsp;" %></td>
</tr>