File:  [Repository] / lise / dtml / main.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Apr 23 16:25:09 2004 UTC (20 years ago) by wischi
Branches: MAIN
CVS tags: HEAD
new version

<html>
  <body>
    <h2>LiSe</h2>
		<h3>hi babes</h3>
		
		<table border="1">
			<tr>
<span tal:define="theid python:here.REQUEST['theid'];
	mainself python:here.main">
	<span tal:define="resulttext python:container.liseScript(mainself, theid)">
				<td align="left" valign="top" NOWRAP>
<!--				the pict:
				<span tal:define="currpict template/currpict">
					<span tal:replace="currpict">xxxxx</span>
				</span><br>-->
	theid: <span tal:replace="theid">hohoho</span><br><br>
	<span tal:replace="structure resulttext">gugu</span>
				</td>
				<td>
				<span tal:define="currpict template/currpict">
					<span tal:replace="structure currpict">No_Pict</span>
				</span>
				</td>
	</span>
</span>
			</tr>
		</table>
  </body>
</html>

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