Annotation of lise/dtml/main.zpt, revision 1.1.1.1

1.1       wischi      1: <html>
                      2:   <body>
                      3:     <h2>LiSe</h2>
                      4:        <h3>hi babes</h3>
                      5:        
                      6:        <table border="1">
                      7:            <tr>
                      8: <span tal:define="theid python:here.REQUEST['theid'];
                      9:    mainself python:here.main;
                     10:    resulttext python:container.liseScript(mainself, theid)">
                     11:                <td align="left" valign="top" NOWRAP>the pict:
                     12:                <span tal:define="currpict template/currpict">
                     13:                    <span tal:replace="currpict">xxxxx</span>
                     14:                </span><br>
                     15:    theid: <span tal:replace="theid">hohoho</span><br><br>
                     16:    <span tal:replace="structure resulttext">gugu</span>
                     17:                </td>
                     18:                <td>
                     19:                <span tal:define="currpict template/currpict">
                     20:                    <img tal:attributes="src currpict">
                     21:                </span>
                     22:                </td>
                     23: </span>
                     24:            </tr>
                     25:        </table>
                     26:   </body>
                     27: </html>

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