mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
14 lines
479 B
Text
14 lines
479 B
Text
#include Skylark/Base
|
|
|
|
#define BODY
|
|
<FORM action=$ACTION method="post" accept-charset="utf-8" enctype="multipart/form-data">
|
|
$post_identity()
|
|
<P>
|
|
First name: <INPUT type="text" name="firstname" value="$FIRSTNAME"><BR>
|
|
Last name: <INPUT type="text" name="lastname" value="$LASTNAME"><BR>
|
|
Email: <INPUT type="text" name="email" value="$EMAIL"><BR>
|
|
<INPUT type="submit" value="Send" name="OK"/><BR>
|
|
</P>
|
|
</FORM>
|
|
|
|
#define TITLE Please enter a person!
|