home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <TITLE>ColdFusion Administrator Login</TITLE>
- </HEAD>
-
- <body bgcolor="#99CC99" background="/CFIDE/administrator/images/bgblue.gif">
- <CFSETTING SHOWDEBUGOUTPUT=NO>
-
- <CFSET actionForm="/CFIDE/administrator/index.cfm">
- <CFFORM Name="AuthForm" Action="#actionForm#" Method="POST" TARGET="_top">
- <center>
- <table border=0 cellpadding=2 cellspacing=0 bgcolor="000066">
- <tr>
- <td>
- <table border=0 cellpadding=0 cellspacing=0 bgcolor="white">
- <tr>
- <td width=50 nowrap> </td>
- <td height=100>
- <table border="0" cellspacing="0" cellpadding="0" width="275">
- <tr>
- <td colspan="2" align="right">
- <img src="/CFIDE/administrator/images/allaire.gif" width=177 height=25 vspace=0 border=0><br>
- </td>
- </tr>
- <tr>
- <td colspan=2>
- <img src="/CFIDE/administrator/images/coldfusion40.gif" width=400 height=106 border=0 vspace=25><br>
- </td>
- </tr>
- <tr>
- <td width="90" nowrap> </td>
- <td>
- <FONT SIZE="-1" FACE="arial, geneva, helvetica">
- <CFOUTPUT>
- <CFIF ParameterExists(InvalidPasswordEntered)>
- <p><b>Invalid user. Please try again.</b></P>
- </CFIF>
- </CFOUTPUT>
- </td>
- </tr>
-
- <TR>
- <TD ALIGN="left" VALIGN="top">
- <FONT SIZE="#FONTSIZE#" FACE="#FONTFACE#"><b>Enter User Name :</b> </FONT>
- </TD>
- <TD >
- <FONT SIZE="#FONTSIZE#" FACE="#FONTFACE#">
- <CFINPUT Name="UsernameProvided"
- Type="TEXT"
- Size="16"
- MAXLENGTH="100"
- REQUIRED=YES
- Message="You must provide a username.">
- </FONT>
- </TD>
- </TR>
- <TR>
- <TD ALIGN="left" VALIGN="top" >
- <FONT SIZE="#FONTSIZE#" FACE="#FONTFACE#"><b>Enter Password :</b> </FONT>
- </TD>
- <TD >
- <FONT SIZE="#FONTSIZE#" FACE="#FONTFACE#">
- <CFINPUT Name="PasswordProvided"
- Type="PASSWORD"
- Size="16"
- MAXLENGTH="100"
- REQUIRED=YES
- Message="You must provide a password.">
- </FONT>
- </TD>
- </TR>
- <tr>
- <td width="90" nowrap> </td>
- </tr>
- <tr>
- <td colspan=2>
- <p>
- In order to access the administrative functions
- on this ColdFusion server you need to login
- using a valid user name and password.
- </FONT>
- </p>
- </td>
- </tr>
- <tr>
- <td width="90" nowrap> </td>
- </tr>
- <tr>
- <td>
- <INPUT Name="Submit" Type="SUBMIT" Value="Login"><br>
- </td>
- </tr>
- </table><br>
- <br>
- <br>
- </td>
- <td rowspan=99><img src="/CFIDE/administrator/images/bluecurve.gif" width=125 height=400 border=0></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td align="center">
- <font size="-2" face="arial, geneva, helvetica" color="white">
- Copyright 1995-1999, Allaire Corporation
- </font>
- </td>
- </tr>
- <tr><td></td></tr>
- </table>
- </CFFORM>
-
- </BODY>
- </HTML>
-