File:  [Repository] / lise / dtml / main.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Apr 14 16:37:27 2004 UTC (20 years, 2 months ago) by wischi
Branches: wischi
CVS tags: alpha
first release

<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;
	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">
					<img tal:attributes="src currpict">
				</span>
				</td>
</span>
			</tr>
		</table>
  </body>
</html>

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