Annotation of XMLRpcTools/zpt/addXMLRpcServerProxy.zpt, revision 1.1

1.1     ! dwinter     1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
        !             2: 
        !             3: <h2 tal:define="form_title string:Add ECHO Fulltext"
        !             4:     tal:replace="structure here/manage_form_title">Form Title</h2>
        !             5: <h2> Add an xmlrpc serverproxy</h2>
        !             6: 
        !             7: <form action="manage_addXMLRpcServerProxy">
        !             8: <div class="form-label">
        !             9:     Id
        !            10:     </div><input name="id" size="40"><br>
        !            11:     <div class="form-label">
        !            12:     Server ULR
        !            13:     </div><input name="serverUrl" size="200"><br>
        !            14:         <input type="submit" value="add">
        !            15: </form>
        !            16: 
        !            17: 
        !            18: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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