root/trunk/website/forums/pagetemplates/admin_header.cfm @ 5

Revision 5, 1.4 kB (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1<cfsetting enablecfoutputonly=true>
2<!---
3        Name         : admin_header.cfm
4        Author       : Raymond Camden
5        Created      : June 02, 2004
6        Last Updated : November 22, 2005
7        History      : bogus (rkc 1/31/05)
8                                   Small formatting changes (rkc 8/29/05)
9                                   ditto (rkc 9/9/05)
10                                   turn off cfoutput (rkc 11/22/05)
11        Purpose          :
12--->
13
14<cfoutput>
15<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
16
17<html>
18<head>
19        <title>#attributes.title#</title>
20        <link rel="stylesheet" type="text/css" href="../../css/style.css">
21</head>
22
23<body>
24
25<div class="adminAppTitle">Galleon Administrator</div>
26<table width="100%" cellpadding="10" border="0">
27        <tr valign="top">
28                <td class="adminLeftMenu" width="150">
29                <img src="/images/shim.gif" width="150" height="1">
30                <b>Conference Options</b><br>
31                <a href="conferences.cfm">Conferences</a><br>
32                <a href="forums.cfm">Forums</a><br>
33                <a href="threads.cfm">Threads</a><br>
34                <a href="messages.cfm">Messages</a><br>
35                <a href="ranks.cfm">Ranks</a><br>
36                <br>
37                <b>Security Options</b><br>
38                <a href="users.cfm">User Editor</a><br>
39                <br>
40                <b>Stats</b><br>
41                <a href="stats.cfm">General Reporting</a><br>
42                <a href="search_stats.cfm">Search Reporting</a><br>
43                <br>
44                <a href="index.cfm">Admin Home</a><br>
45                <a href="../">Galleon Home</a><br>
46                </td>
47                <td width="100%">
48                <h2>#attributes.title#</h2>
49</cfoutput>
50
51<cfsetting enablecfoutputonly=false>
52
Note: See TracBrowser for help on using the browser.