Annotation of XMLRpcTools/zpt/addXmlRpcProxyMethod.zpt, revision 1.2

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>
1.2     ! casties    14:     <div class="form-label">
        !            15:     Number of retries on error (optional)
        !            16:     </div>
        !            17:     <input name="num_retries" size="10" value="0"/><br>
1.1       casties    18: 
                     19:     <input type="submit" value="add">
                     20: </form>
                     21: 
                     22: 
                     23: <div tal:replace="structure here/manage_page_footer">Footer</div>

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