antville/code/SkinMgr/edit.skin
Robert Gaggl dbf2d5d1e4 - included title of skin and its description
- several changes because the structure of the skinmgr has changed
2003-12-08 20:50:05 +00:00

17 lines
918 B
Text

<h4>Skin '<% param.title %>'</h4>
<% param.text prefix="<p>" suffix="</p>" %>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" nowrap="nowrap"><form method="post" action="<% response.action %>">
<input type="hidden" name="action" value="<% param.action %>" />
<input type="hidden" name="key" value="<% request.key %>" />
<input type="hidden" name="skinset" value="<% request.skinset %>" />
<textarea name="skin" cols="50" rows="25" wrap="virtual" class="formWide"><% param.skin encoding="form" %></textarea>
<p><% input type="submit" name="close" value="Save and close" %>&nbsp;<% input type="submit" name="save" value="Save" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %> &nbsp; <a href="#help">help</a></p>
</form>
<a name="help"></a>
<% skinmgr.help prefix='<p class="small"><b>Macros available for this skin:</b><br /><br /><tt>' suffix="</tt></p>" %>
</td>
</tr>
</table>