home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / Tutorial / Database / index.cfm (.txt) < prev    next >
Encoding:
ColdFusion Encrypted Template  |  2000-11-07  |  2.2 KB  |  64 lines

  1. <CFIF NOT #enforceAdminSecurity# OR isAuthorized("UserObject","CFPrivileged")>
  2.     <CFPARAM Name="GoToPage" Default="server/home.cfm">
  3. <CFELSE>    
  4.     <CFPARAM Name="GoToPage" Default="datasources/index.cfm">
  5. </CFIF>    
  6.  
  7. <HTML>
  8. <HEAD>
  9.     <TITLE>ColdFusion Administrator</TITLE>
  10.     <META Name="Description" Content="ColdFusion Administator">
  11.     <META Name="Keywords" Content="Allaire ColdFusion Administrator, CFusion, CF, ACFWebAdmin">
  12.     <META Name="Author" Content="Copyright 1996 Allaire Corp. All rights reserved.">
  13.     <META Name="Version" Content="$Revision: 35 $ $Modtime: 10/01/98 3:35p $">
  14. </HEAD>
  15. <!--- General page formatting is controled by this template --->
  16.         
  17. <frameset cols="160,*" frameborder="No" framespacing="0" border="0" frame="0">
  18.  
  19.     <FRAME NAME="AdminNavigation" 
  20.                         SRC="adminnavigation.cfm?GoToPage=<CFOUTPUT>#URLEncodedFormat(GoToPage)#</CFOUTPUT>" 
  21.                         BORDER="0" 
  22.                         MARGINHEIGHT="0" 
  23.                         MARGINWIDTH="0" 
  24.                         FRAMESPACING=0
  25.                         FRAMEBORDER="No"
  26.                         SCROLLING="AUTO">
  27.  
  28.     <FRAME NAME="AdminSettings" 
  29.                         SRC="adminsettings.cfm?GoToPage=<CFOUTPUT>#URLEncodedFormat(GoToPage)#</CFOUTPUT>" 
  30.                         BORDER="0" 
  31.                         MARGINHEIGHT="0" 
  32.                         MARGINWIDTH="30" 
  33.                         FRAMESPACING="0" 
  34.                         FRAMEBORDER="No" 
  35.                         SCROLLING="Auto">
  36. <!---
  37.     <frame name="left"
  38.                        src="right.htm"
  39.                        marginwidth="0"
  40.                        marginheight="0"
  41.                        scrolling="No"
  42.                        frameborder="0"
  43.                        framespacing="0">
  44. --->
  45.     </FRAMESET>
  46.     <NOFRAMES>
  47.         <BODY>
  48.         <TABLE Height="100%" Width="100%" Border="0">
  49.             <TR>
  50.                 <TD Align="CENTER" VAlign="CENTER">
  51.                     The ColdFusion Administrator requires a browser that supports frames.<BR>
  52.                     Please obtain a browser that is HTML 3.0-compliant or better.<BR>
  53.                 </TD>
  54.             </TR>
  55.         </TABLE>
  56.         <!--- This closes the page formatting template --->
  57. <CFINCLUDE TEMPLATE="formatting/footer.cfm">
  58. </BODY>
  59.     </NOFRAMES>
  60.  
  61.  
  62.  
  63. </HTML>
  64.