root/trunk/website/soundings/admin/index.cfm

Revision 5, 0.8 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      : September 01, 2004
6        Last Updated : February 11, 2006
7        History      : Just changed the text a bit.
8        Purpose          :
9--->
10<cfimport taglib="../tags/" prefix="tags">
11
12<tags:layout templatename="admin" title="Welcome to the Soundings Administrator">
13
14<cfoutput>
15<p>
16Welcome to Soundings. This administrator allows you to edit all aspects of your surveys. Please select an option from the top menu to begin.
17</p>
18
19<p>
20Please send any bug reports to <a href="mailto:ray@camdenfamily.com">Raymond Camden</a>. For the latest
21news and updates, visit the <a href="http://soundings.riaforge.org">Soundings project page</a>.
22</p>
23
24</cfoutput>
25
26</tags:layout>
27
28<cfsetting enablecfoutputonly=false>
Note: See TracBrowser for help on using the browser.