Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
46 lines (44 sloc)
1.53 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML><HEAD><TITLE>Erotik Fotos</TITLE></HEAD> | |
| <body bgcolor=white text=black link=blue alink=blue vlink=blue> | |
| <br><BR><center><FONT face=verdana, arial size=-1> | |
| <B>Log into your account at Erotik Fotos</B> | |
| <BR> | |
| <FORM METHOD=POST ACTION="/manager.cgi"> | |
| <table cellspacing =0 cellpadding =8 border=0 bgcolor=white> | |
| <TR><TD align=left> | |
| <font face=verdana, arial size=-1 color=black>Account name: | |
| </TD><TD align=left> | |
| <INPUT TYPE="TEXT" NAME="account" VALUE=""> | |
| </TD> | |
| </TR> | |
| <TR><TD align=left> | |
| <font face=verdana, arial size=-1 color=black> | |
| Password: | |
| </TD><TD align=left> | |
| <INPUT TYPE="PASSWORD" NAME="password" VALUE=""> | |
| </TD> | |
| </TR> | |
| <TR><TD ALIGN=left> | |
| <font face=verdana, arial size=-1 color=black> | |
| Display files: | |
| </TD><TD> | |
| <font face=verdana, arial size=-1 color=black> | |
| <input type="Checkbox" name="all_files" value="checked" > All Files | |
| <input type="Checkbox" name="html" value="checked" > Html Files<BR> | |
| <input type="Checkbox" name="image" value="checked" > Image Files | |
| <input type="Checkbox" name="other" value="checked" > Other Files | |
| </TD></TR> | |
| <TR><TD Align=left> | |
| <font face=verdana, arial size=-1 color=black> | |
| Remember my information: | |
| </TD><TD> | |
| <font face=verdana, arial size=-1 color=black> | |
| <input type="Checkbox" name="cookies" value="checked" > Yes Remember | |
| </TD></TR> | |
| <TR><TD align=center colspan=2><INPUT TYPE="SUBMIT" NAME="log" VALUE="Log into your account"> | |
| | |
| <INPUT TYPE="SUBMIT" NAME="sendpword" VALUE="Get Lost Password"> | |
| </TD></TR> | |
| </TABLE> | |
| </FORM> | |
| </BODY></HTML> |