antville/code/SkinMgr/edit.skin

18 lines
918 B
Text
Raw Normal View History

<h4>Skin '<% param.title %>'</h4>
<% param.text prefix="<p>" suffix="</p>" %>
2001-09-05 21:57:57 +00:00
<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>
2001-09-05 21:57:57 +00:00
</tr>
</table>