17 lines
		
	
	
	
		
			918 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			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" %> <% input type="submit" name="save" value="Save" %> <% input type="submit" name="cancel" value="Cancel" %>   <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>
 |