Annotation of ECHO_content/zpt/ChangeECHO_pageTemplateMain.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <head>
        !             3: <meta http-equiv="content-type" content="text/html; charset=utf-8">
        !             4: </head>
        !             5: <body>
        !             6: <h2>Main Config <span tal:replace="here/getId"/></h2>
        !             7: 
        !             8: <form action="changeECHO_pageTemplateMain" method="post">
        !             9: 
        !            10: <table>
        !            11: <tr>
        !            12:    <td>
        !            13:    <b>Weight</b>
        !            14:    </td>
        !            15:    <td><input name="weight"  tal:attributes="value here/getWeight" size="50"></td>
        !            16: </tr>
        !            17: <tr>
        !            18:    <td>
        !            19:    <b>Content Type</b>
        !            20:    </td>
        !            21:    <td><input name="contentType"  tal:attributes="value here/getcontentType" size="50"></td>
        !            22: </tr>
        !            23: <tr>
        !            24:    <td>
        !            25:    <b>Label</b>
        !            26:    </td>
        !            27:    <td>
        !            28:    <input name="label"  tal:attributes="value here/getLabel" size="50">
        !            29:    </td>
        !            30: </tr>
        !            31: <tr>
        !            32:    <td>
        !            33:    <b>Description</b>
        !            34:    </td>
        !            35:    <td>
        !            36:    <textarea name="description" cols="80" rows="10" tal:content="python:getattr(here,'description','')"/>
        !            37:    </td>
        !            38: </tr>
        !            39: </table>
        !            40: <p><input type="submit" Value="Change">
        !            41: </form>
        !            42: 
        !            43: </body>
        !            44: </html>

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