ultimatepp/tutorial/Skylark07/index.witz
cxl f01e4e2b58 .tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@5171 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-10 19:55:39 +00:00

15 lines
301 B
Text

<html>
<body>
<form action=$Submit method="post" accept-charset="utf-8" enctype="multipart/form-data">
<P>
$post_identity()
<INPUT type="text" name="id">
<INPUT type="submit" value="Add to list">
</P>
</form>
List ($count(.LIST)):<br>
$for(i in .LIST)
"$i"
$endfor
</body>
</html>