Annotation of XMLRpcTools/zpt/manageXMLRpcServerProxy.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="mainConfig">
        !             8:     <div class="form-label">
        !             9:     Server ULR
        !            10:     </div><input tal:attributes="value here/serverUrl" name="serverUrl" size="200"><br>
        !            11:     <input type="submit" value="change">
        !            12: </form>
        !            13: 
        !            14: 
        !            15: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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