root/trunk/website/forums/admin/index.cfm @ 35

Revision 5, 0.9 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         : index.cfm
4        Author       : Raymond Camden
5        Created      : June 01, 2004
6        Last Updated : April 8, 2005
7        History      : Just update the version number and last update.
8                                   No more version # - tired of updating it. (rkc 4/8/05)
9        Purpose          :
10--->
11
12<cfmodule template="../tags/layout.cfm" templatename="admin" title="Welcome to the Galleon Administrator">
13
14<cfoutput>
15<p>
16Welcome to Galleon ColdFusion Forums. This administrator allows you to edit all aspects of your forums.
17Please select an option from the left hand menu to begin. Please send any bug reports
18to <a href="mailto:ray@camdenfamily.com">Raymond Camden</a>.
19</p>
20
21<p>
22<h2>Version</h2>
23You are currently running version #application.galleon.settings.version#.
24</p>
25</cfoutput>
26
27<cfinclude template="gen_stats.cfm">
28
29</cfmodule>
30
31<cfsetting enablecfoutputonly=false>
Note: See TracBrowser for help on using the browser.