home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Examples / publish / admin / regpage.cfm < prev    next >
Encoding:
Text File  |  1999-04-12  |  1.6 KB  |  54 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2.  
  3. <HTML>
  4. <HEAD>
  5.     <TITLE>Register 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/registerpage.gif" WIDTH=120 HEIGHT=24 BORDER=0></P>
  24.  
  25. <P><FONT FACE="MS Sans Serif, Helvetica" SIZE="-1">
  26. If you have created a Cold Fusion page that can handle scheduleable<BR>
  27. content, you can register that template with the content publishing<BR>
  28. system using this page.</FONT></P>
  29.  
  30. <P><FONT FACE="MS Sans Serif, Helvetica" SIZE="-1">
  31. Note that this is only necessary if you want the page to display objects<BR>
  32. using instances (the <CF_ShowContent> tag). If you just want to display<BR>
  33. an object you can use the <CF_ShowObject> tag (see the documentation<BR>
  34. for more information).</FONT></P>
  35.  
  36. <P><FONT FACE="MS Sans Serif, Helvetica" SIZE="-1">
  37. The file must exist in the directory <CFOUTPUT><B>#ExpandPath("../")#</B></CFOUTPUT>.</FONT></P>
  38.  
  39. <P> </P>
  40.  
  41. <FORM ACTION="regpage2.cfm" METHOD="POST">
  42.  
  43. <P><FONT FACE="MS Sans Serif, Helvetica" SIZE="-2">Template Name</FONT><BR>
  44. <INPUT TYPE="TEXT" NAME="Path"></P>
  45.  
  46. <P><FONT FACE="MS Sans Serif, Helvetica" SIZE="-2">No. of locations</FONT><BR>
  47. <INPUT TYPE="TEXT" NAME="Locations" SIZE="3" MAXLENGTH="3" VALUE="1"></P>
  48.  
  49. <P><INPUT TYPE="SUBMIT" VALUE="Continue"></P>
  50.  
  51. </FORM>
  52.  
  53. </BODY>
  54. </HTML>