mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
14 lines
385 B
Text
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>
|