ultimatepp/tutorial/Skylark10/dialog.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

14 lines
385 B
Text

<!DOCTYPE html>
<html>
<body>
<FORM action=$ACTION method="post" accept-charset="utf-8" enctype="multipart/form-data">
$post_identity()
<P>
First name: <INPUT type="text" name="name" value="$NAME"><BR>
Last name: <INPUT type="text" name="lastname" value="$LASTNAME"><BR>
<INPUT type="submit" value="Send" name="OK"/><BR>
</P>
</FORM>
</table>
</body>
</html>