home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <TITLE>ColdFusion Administrator - Display Log File </TITLE>
- <META NAME="Author" CONTENT="Copyright 1996 Allaire Corp. All rights reserved.">
- <META NAME="Version" CONTENT="$Revision: 10 $ $Modtime: 9/10/98 7:47a $">
- </HEAD>
- <!--- General page formatting is controled by this template --->
- <cfinclude template="../formatting/header.cfm">
-
- <CENTER>
- <CFOUTPUT>
- <FONT SIZE="#Evaluate(2 + FONTSIZE)#" FACE="#FONTFACE#"><B>Are you sure you want to view this file ? </B></FONT><P>
- </CFOUTPUT>
-
- <P><FONT SIZE="#FONTSIZE#" FACE="#FONTFACE#">
- Some log files may be difficult if not impossible to download to your browser due to their large size.
- Are you sure you want to view this log file ?
- </FONT>
-
- <FORM ACTION="logfileaction.cfm" METHOD="POST">
- <INPUT TYPE="Hidden" NAME="LogPath" VALUE="<CFOUTPUT>#LogPath#</CFOUTPUT>">
-
-
- <input type="Submit" name="ViewFile" value=" View the File ">
- <input type="Submit" name="DownloadFile" value="Download the File">
- <input type="Submit" name="Cancel" value=" Cancel ">
- </FORM>
- </CENTER>
-
- <!--- This closes the page formatting template --->
- <CFINCLUDE TEMPLATE="../formatting/footer.cfm">
- </BODY>
- </HTML>
-