home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD><TITLE>Sambar Server POP3Mail</TITLE>
- <%
- #include "../header.asp"
- #include "../menu.asp"
- color = "#31b273";
- nocolor = "#ffffff";
- %>
- <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=<%=color;%>>
- <TBODY>
- <TR>
- <TD noWrap>
- <TABLE cellSpacing=0 cellPadding=1>
- <TBODY>
- <TR>
- <TD bgColor=<%=color;%>> </TD>
- <TD bgColor=<%=nocolor;%>><A style="TEXT-DECORATION: none"
- href="index.asp"><FONT color=<%=color;%>>
- <B> Login </B></FONT></A></TD>
- </TR>
- </TBODY>
- </TABLE>
- </TD>
- </TR>
- </TBODY>
- </TABLE>
- <BR>
- <CENTER>
- <FORM method=post action=login.asp>
- <INPUT type=hidden name=start VALUE="1">
- <INPUT type=hidden name=stop VALUE="20">
- <TABLE border=0 cellpadding=4 cellspacing=0>
- <TR nowrap><TD><B>POP3 Server</B></TD>
- <TD><INPUT NAME=server VALUE="localhost" SIZE=30></TD>
- </TR>
- <TR nowrap><TD><B>Login</B></TD>
- <TD><INPUT TYPE=text NAME=username VALUE="" SIZE=30></TD>
- </TR>
- <TR nowrap><TD><B>Password</B></TD>
- <TD><INPUT TYPE=password NAME=password VALUE="" SIZE=30></TD>
- </TR>
- <TR nowrap><TD></TD>
- <TD><INPUT TYPE=submit VALUE="POP3 Login"></TD>
- </TR>
- </TABLE>
- </FORM>
- </CENTER>
- <%
- #include "../footer.asp"
- %>
- </BODY></HTML>
-