Annotation of XMLRpcTools/zpt/addXmlRpcProxyMethod.zpt, revision 1.1
1.1 ! casties 1: <div tal:replace="structure here/manage_page_header">Header</div>
! 2:
! 3: <h2>Add an XML-RPC server proxy method</h2>
! 4:
! 5: <form action="manage_addXmlRpcProxyMethod">
! 6: <div class="form-label">
! 7: ID (also used as remote method name)
! 8: </div>
! 9: <input name="id" size="40"/><br>
! 10: <div class="form-label">
! 11: Expression of forbidden characters in RPC argument (optional)
! 12: </div>
! 13: <input name="rpc_arg_expr" size="100"/><br>
! 14:
! 15: <input type="submit" value="add">
! 16: </form>
! 17:
! 18:
! 19: <div tal:replace="structure here/manage_page_footer">Footer</div>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>