File: form.html

package info (click to toggle)
lemonldap-ng 2.22.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,516 kB
  • sloc: perl: 82,515; javascript: 25,474; xml: 6,473; makefile: 1,327; sh: 492; sql: 159; python: 55; php: 26
file content (13 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title></title>
</head>
<body>
  <form id="test" method="post" action="index.pl">
    <input name="postuid" placeholder="postuid" />
    <input name="postmail" placeholder="postmail" />
    <input name="poststatic" placeholder="poststatic" />
    <input name="post" type="submit" />
  </form>
</body>
</html>