Mercurial > p > roundup > code
diff templates/minimal/html/_generic.help.html @ 1591:21312a7564fd
moving templates around
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 17 Apr 2003 03:38:00 +0000 |
| parents | |
| children | c3f0b552a55a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/minimal/html/_generic.help.html Thu Apr 17 03:38:00 2003 +0000 @@ -0,0 +1,16 @@ +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8;"> +<link rel="stylesheet" type="text/css" href="_file/style.css"> +</head> +<body class="body" marginwidth="0" marginheight="0"> + +<table class="classhelp" + tal:define="props python:request.form['properties'].value.split(',')"> +<tr><th tal:repeat="prop props" tal:content="prop"></th></tr> +<tr tal:repeat="item context/list"> + <td tal:repeat="prop props" tal:content="python:item[prop]"></td> +</tr> +</table> + +</body>
