update address standardization for cust_location changes
[freeside.git] / rt / share / html / NoAuth / RichText / FCKeditor / editor / plugins / bbcode / _sample / sample.html
diff --git a/rt/share/html/NoAuth/RichText/FCKeditor/editor/plugins/bbcode/_sample/sample.html b/rt/share/html/NoAuth/RichText/FCKeditor/editor/plugins/bbcode/_sample/sample.html
deleted file mode 100644 (file)
index 75db189..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<!--\r
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2009 Frederico Caldeira Knabben\r
- *\r
- * == BEGIN LICENSE ==\r
- *\r
- * Licensed under the terms of any of the following licenses at your\r
- * choice:\r
- *\r
- *  - GNU General Public License Version 2 or later (the "GPL")\r
- *    http://www.gnu.org/licenses/gpl.html\r
- *\r
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
- *    http://www.gnu.org/licenses/lgpl.html\r
- *\r
- *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
- *    http://www.mozilla.org/MPL/MPL-1.1.html\r
- *\r
- * == END LICENSE ==\r
- *\r
- * Sample page.\r
--->\r
-<html xmlns="http://www.w3.org/1999/xhtml">\r
-<head>\r
-       <title>FCKeditor - BBCode Sample</title>\r
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
-       <meta name="robots" content="noindex, nofollow" />\r
-       <link href="../../../../_samples/sample.css" rel="stylesheet" type="text/css" />\r
-       <script type="text/javascript" src="../../../../fckeditor.js"></script>\r
-</head>\r
-<body>\r
-       <h1>\r
-               FCKeditor - BBCode Sample</h1>\r
-       <p>\r
-               This is a sample of custom Data Processor implementation for (very) basic BBCode\r
-               syntax. Only <strong>[b]</strong>, <strong>[i]</strong>, <strong>[u]</strong> and\r
-               <strong>[url]</strong> may be used. It may be extended, but this is out of this\r
-               sample purpose.\r
-       </p>\r
-       <p>\r
-               Note that the input and output of the editor is not HTML, but BBCode\r
-       </p>\r
-       <hr />\r
-       <form action="../../../../_samples/html/sampleposteddata.asp" method="post" target="_blank">\r
-               <script type="text/javascript">\r
-<!--\r
-// Automatically calculates the editor base path based on the _samples directory.\r
-// This is usefull only for these samples. A real application should use something like this:\r
-// oFCKeditor.BasePath = '/fckeditor/' ;       // '/fckeditor/' is the default value.\r
-var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('editor')) ;\r
-\r
-var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;\r
-oFCKeditor.BasePath    = sBasePath ;\r
-\r
-// Set the custom configurations file path (in this way the original file is mantained).\r
-oFCKeditor.Config['CustomConfigurationsPath'] = sBasePath + 'editor/plugins/bbcode/_sample/sample.config.js' ;\r
-\r
-oFCKeditor.Value = 'This is some [b]sample text[/b]. You are using [url=http://www.fckeditor.net/]FCKeditor[/url].' ;\r
-oFCKeditor.Create() ;\r
-//-->\r
-               </script>\r
-               <br />\r
-               <input type="submit" value="Submit" />\r
-       </form>\r
-</body>\r
-</html>\r