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