home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Administrator / logging / displaylogfile.cfm (.txt) < prev    next >
Encoding:
ColdFusion Encrypted Template  |  1999-04-12  |  1.3 KB  |  34 lines

  1. <HTML>
  2. <HEAD>
  3.     <TITLE>ColdFusion Administrator - Display Log File </TITLE>
  4.     <META NAME="Author" CONTENT="Copyright 1996 Allaire Corp. All rights reserved.">
  5.     <META NAME="Version" CONTENT="$Revision: 10 $ $Modtime: 9/10/98 7:47a $">
  6. </HEAD>
  7. <!--- General page formatting is controled by this template --->
  8. <cfinclude template="../formatting/header.cfm">
  9.  
  10. <CENTER>
  11. <CFOUTPUT>
  12. <FONT SIZE="#Evaluate(2 + FONTSIZE)#" FACE="#FONTFACE#"><B>Are you sure you want to view this file ? </B></FONT><P>
  13. </CFOUTPUT>
  14.  
  15. <P><FONT SIZE="#FONTSIZE#" FACE="#FONTFACE#">
  16. Some log files may be difficult if not impossible to download to your browser due to their large size.
  17. Are you sure you want to view this log file ? 
  18. </FONT>
  19.  
  20. <FORM ACTION="logfileaction.cfm" METHOD="POST">
  21.     <INPUT TYPE="Hidden" NAME="LogPath" VALUE="<CFOUTPUT>#LogPath#</CFOUTPUT>">
  22.     
  23.  
  24.     <input type="Submit" name="ViewFile" value="  View the File  ">
  25.     <input type="Submit" name="DownloadFile" value="Download the File">
  26.     <input type="Submit" name="Cancel" value="     Cancel     ">
  27. </FORM>
  28. </CENTER>
  29.  
  30. <!--- This closes the page formatting template --->
  31. <CFINCLUDE TEMPLATE="../formatting/footer.cfm">
  32. </BODY>
  33. </HTML>
  34.