Annotation of ECHO_content/zpt/ChangeECHO_xsltForm.zpt, revision 1.3

1.2       dwinter     1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1       dwinter     2: <h2>Change ECHO XSL</h2>
                      3: <form action="addChanges" method="post">
1.3     ! dwinter     4: <table>
        !             5: <tr>
        !             6: <td class="form-label">uri of the xml file: </td>
        !             7: <td><input size="100" name="cgiUrl" tal:attributes="value python:getattr(here,'cgiUrl','')"></td>
        !             8: </tr>
        !             9: <tr>
        !            10: <td class="form-label">Append query string to the uri above </td>
        !            11: <td tal:condition="python:getattr(here,'appendQueryString',True)"><input type="checkbox" value="yes"  name="appendQueryString" checked></td>
        !            12: <td tal:condition="not:python:getattr(here,'appendQueryString',True)"><input type="checkbox" value="no" name="appendQueryString"></td>
        !            13: </tr>
        !            14: <tr>
        !            15: <td class="form-label">If parameter "fn" is passed and contains an url then this url is used instead of above </td>
        !            16: <td tal:condition="python:getattr(here,'passURL',False)"><input type="checkbox" name="passURL" value="yes" checked></td>
        !            17: <td tal:condition="not:python:getattr(here,'passURL',False)"><input type="checkbox" value="no" name="passURL"></td>
        !            18: </tr>
        !            19: <tr>
        !            20: <td class="form-label">Caching: </td>
        !            21: <td tal:condition="python:getattr(here,'caching','yes')=='yes'"><input type="checkbox" name="caching" value="yes" checked></td>
        !            22: <td tal:condition="not:python:getattr(here,'caching','yes')=='yes'"><input type="checkbox" value="no" name="caching"></td>
        !            23: </tr>
1.1       dwinter    24: <br>
1.3     ! dwinter    25: 
1.1       dwinter    26: <input type="submit" value="change">
                     27: </form>
1.2       dwinter    28: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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