home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Examples / publish / admin / createpage2.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  1.3 KB  |  43 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2.  
  3. <HTML>
  4. <HEAD>
  5.     <TITLE>Create Page</TITLE>
  6. <STYLE TYPE="text/css">
  7. <!-- A {text-decoration: none} -->
  8. </STYLE>
  9. </HEAD>
  10.  
  11. <BODY BGCOLOR="#660000" TEXT="#FFFFFF" LINK="#FFFF00" VLINK="#FFFF00">
  12.  
  13. <TABLE ALIGN="RIGHT" CELLPADDING="0" CELLSPACING="0">
  14. <TR>
  15.     <TD ALIGN="RIGHT">
  16.     <FONT FACE="MS Sans Serif, Helvetica" SIZE="-2">
  17.         <A HREF="index.cfm">Administrator Home</A>
  18.     </FONT>
  19.     </TD>
  20. </TR>
  21. </TABLE>
  22.  
  23. <P><IMG SRC="images/createpage.gif" WIDTH=96 HEIGHT=23 BORDER=0 ALT="Create Page"></P>
  24.  
  25. <P><FONT FACE="MS Sans Serif, Helvetica" SIZE="-1">Creating page of type <B><CFOUTPUT>#Form.Template#</CFOUTPUT></B>...</FONT></P>
  26.  
  27. <CFOUTPUT><P><FONT FACE="MS Sans Serif, Helvetica" SIZE="-1">Please provide a filename for the Cold Fusion template <BR>
  28. that will be created (the extension must be .cfm).  The file<BR>
  29. will be created in <B>http://#CGI.HTTP_HOST##Left(CGI.SCRIPT_NAME, Len(CGI.SCRIPT_NAME) - Len("admin/createpage2.cfm"))#</B>.</FONT></P></CFOUTPUT>
  30.  
  31. <FORM ACTION="createpage3.cfm" METHOD="POST">
  32.  
  33. <CFOUTPUT><INPUT TYPE="HIDDEN" NAME="Template" VALUE="#Form.Template#"></CFOUTPUT>
  34.  
  35. <P><FONT FACE="MS Sans Serif, Helvetica" SIZE="-2">Filename:</FONT><BR>
  36. <INPUT TYPE="TEXT" NAME="Path" VALUE=".cfm"></P>
  37.  
  38. <P><INPUT TYPE="SUBMIT" VALUE="Continue"></P>
  39.  
  40. </FORM>
  41.  
  42. </BODY>
  43. </HTML>