File:  [Repository] / XMLRpcTools / zpt / addXmlRpcProxyMethod.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 6 15:08:32 2008 UTC (16 years, 4 months ago) by casties
Branches: MAIN
CVS tags: HEAD
added retry option

<div tal:replace="structure here/manage_page_header">Header</div>

<h2>Add an XML-RPC server proxy method</h2>

<form action="manage_addXmlRpcProxyMethod">
	<div class="form-label">
    ID (also used as remote method name)
	</div>
    <input name="id" size="40"/><br>
    <div class="form-label">
    Expression of forbidden characters in RPC argument (optional)
    </div>
    <input name="rpc_arg_expr" size="100"/><br>
    <div class="form-label">
    Number of retries on error (optional)
    </div>
    <input name="num_retries" size="10" value="0"/><br>

    <input type="submit" value="add">
</form>


<div tal:replace="structure here/manage_page_footer">Footer</div>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>