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

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'];
1.2     ! wischi      9:    mainself python:here.main">
        !            10:    <span tal:define="resulttext python:container.liseScript(mainself, theid)">
        !            11:                <td align="left" valign="top" NOWRAP>
        !            12: <!--               the pict:
1.1       wischi     13:                <span tal:define="currpict template/currpict">
                     14:                    <span tal:replace="currpict">xxxxx</span>
1.2     ! wischi     15:                </span><br>-->
1.1       wischi     16:    theid: <span tal:replace="theid">hohoho</span><br><br>
                     17:    <span tal:replace="structure resulttext">gugu</span>
                     18:                </td>
                     19:                <td>
                     20:                <span tal:define="currpict template/currpict">
1.2     ! wischi     21:                    <span tal:replace="structure currpict">No_Pict</span>
1.1       wischi     22:                </span>
                     23:                </td>
1.2     ! wischi     24:    </span>
1.1       wischi     25: </span>
                     26:            </tr>
                     27:        </table>
                     28:   </body>
                     29: </html>

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