File: wm_login.html

package info (click to toggle)
libaws 2.2dfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,624 kB
  • ctags: 1,173
  • sloc: ada: 61,829; ansic: 6,483; makefile: 1,282; xml: 196; sh: 119; java: 112; python: 66; sed: 40
file content (35 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html> 
<head> 
<title>AWS Web Mail Demo</title>
</head>

<body>
<p>Simple Web Mail, POP Server Login

<form action="/wm_login" method="POST">

<table width="80%">

<tr>
<td>SMTP Server
<td><input type="text" name="WM_SMTP_SERVER">

<tr>
<td>POP Server
<td><input type="text" name="WM_POP_SERVER">

<tr>
<td>User
<td><input type="text" name="WM_USER_NAME">

<tr>
<td>Password
<td><input type="password" name="WM_PASSWORD">

</table>

<p><input type="submit" name="enter" value=" Login ">

</form>
</body>
</html>