ultimatepp/tutorial/Skylark07/index.witz
cxl c2cdd97d1e Skylark tutorial now has <!DOCTYPE html>
git-svn-id: svn://ultimatepp.org/upp/trunk@7280 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-18 18:56:58 +00:00

16 lines
317 B
Text

<!DOCTYPE html>
<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>