Diff for /lise/dtml/main.zpt between versions 1.1 and 1.2

version 1.1, 2004/04/14 16:37:27 version 1.2, 2004/04/23 16:25:09
Line 6 Line 6
         <table border="1">          <table border="1">
             <tr>              <tr>
 <span tal:define="theid python:here.REQUEST['theid'];  <span tal:define="theid python:here.REQUEST['theid'];
     mainself python:here.main;      mainself python:here.main">
     resulttext python:container.liseScript(mainself, theid)">      <span tal:define="resulttext python:container.liseScript(mainself, theid)">
                 <td align="left" valign="top" NOWRAP>the pict:                  <td align="left" valign="top" NOWRAP>
   <!--                the pict:
                 <span tal:define="currpict template/currpict">                  <span tal:define="currpict template/currpict">
                     <span tal:replace="currpict">xxxxx</span>                      <span tal:replace="currpict">xxxxx</span>
                 </span><br>                  </span><br>-->
     theid: <span tal:replace="theid">hohoho</span><br><br>      theid: <span tal:replace="theid">hohoho</span><br><br>
     <span tal:replace="structure resulttext">gugu</span>      <span tal:replace="structure resulttext">gugu</span>
                 </td>                  </td>
                 <td>                  <td>
                 <span tal:define="currpict template/currpict">                  <span tal:define="currpict template/currpict">
                     <img tal:attributes="src currpict">                      <span tal:replace="structure currpict">No_Pict</span>
                 </span>                  </span>
                 </td>                  </td>
 </span>  </span>
   </span>
             </tr>              </tr>
         </table>          </table>
   </body>    </body>

Removed from v.1.1  
changed lines
  Added in v.1.2


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