~ubuntu-branches/ubuntu/intrepid/moin/intrepid-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/_samples/cfm/sample01.cfm

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<cfsetting enablecfoutputonly="true" showdebugoutput="false">
2
 
<!--- @Packager.Header
3
 
<FileDescription>
4
 
        Sample page for ColdFusion.
5
 
</FileDescription>
6
 
<Author name="Hendrik Kramer" email="hk@lwd.de" />
7
 
<Author name="Mark Woods" email="mark@thickpaddy.com" />
 
2
<!---
 
3
 * FCKeditor - The text editor for internet
 
4
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 
5
 * 
 
6
 * Licensed under the terms of the GNU Lesser General Public License:
 
7
 *              http://www.opensource.org/licenses/lgpl-license.php
 
8
 * 
 
9
 * For further information visit:
 
10
 *              http://www.fckeditor.net/
 
11
 * 
 
12
 * "Support Open Source software. What about a donation today?"
 
13
 * 
 
14
 * File Name: sample01.cfm
 
15
 *      Sample page for ColdFusion.
 
16
 * 
 
17
 * File Authors:
 
18
 *              Hendrik Kramer (hk@lwd.de)
 
19
 *              Mark Woods (mark@thickpaddy.com)
 
20
 *              Wim Lemmens (didgiman@gmail.com)
8
21
--->
9
22
 
10
23
<cfoutput>
29
42
 
30
43
<cfmodule 
31
44
        template="../../fckeditor.cfm"
32
 
        basePath="/fckeditor/"
 
45
        basePath="#Left(cgi.script_name, FindNoCase('_samples', cgi.script_name)-1)#"
33
46
        instanceName="myEditor"
34
47
        value='This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.'
35
48
        width="100%"