File: 01_display.html

package info (click to toggle)
libcgi-application-plugin-validaterm-perl 2.52-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 143; makefile: 2
file content (7 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
<!-- tmpl_if err__ --><h3>Some fields below are missing or invalid</h3><!-- /tmpl_if -->
<form>
	<input type="text" name="email"> <!-- tmpl_var err_email --><BR>
	<input type="text" name="phone"> <!-- tmpl_var err_phone --><BR>

    <input type="password" name="passwd"> <!-- tmpl_var err_passwd --><BR>
</form>