event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / editor / filemanager / browser / default / frmactualfolder.html
diff --git a/httemplate/elements/fckeditor/editor/filemanager/browser/default/frmactualfolder.html b/httemplate/elements/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
new file mode 100644 (file)
index 0000000..90653d6
--- /dev/null
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
+<!--\r
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
+ * Copyright (C) 2003-2007 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
+ * This page shows the actual folder path.\r
+-->\r
+<html>\r
+       <head>\r
+               <link href="browser.css" type="text/css" rel="stylesheet">\r
+               <script type="text/javascript">\r
+\r
+function OnResize()\r
+{\r
+       divName.style.width = "1px" ;\r
+       divName.style.width = tdName.offsetWidth + "px" ;\r
+}\r
+\r
+function SetCurrentFolder( resourceType, folderPath )\r
+{\r
+       document.getElementById('tdName').innerHTML = folderPath ;\r
+}\r
+\r
+window.onload = function()\r
+{\r
+       window.top.IsLoadedActualFolder = true ;\r
+}\r
+\r
+               </script>\r
+       </head>\r
+       <body bottomMargin="0" topMargin="0">\r
+               <table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">\r
+                       <tr>\r
+                               <td>\r
+                                       <button style="WIDTH: 100%" type="button">\r
+                                               <table cellSpacing="0" cellPadding="0" width="100%" border="0">\r
+                                                       <tr>\r
+                                                               <td><img height="32" alt="" src="images/FolderOpened32.gif" width="32"></td>\r
+                                                               <td>&nbsp;</td>\r
+                                                               <td id="tdName" width="100%" nowrap class="ActualFolder">/</td>\r
+                                                               <td>&nbsp;</td>\r
+                                                               <td><img height="8" src="images/ButtonArrow.gif" width="12"></td>\r
+                                                               <td>&nbsp;</td>\r
+                                                       </tr>\r
+                                               </table>\r
+                                       </button>\r
+                               </td>\r
+                       </tr>\r
+               </table>\r
+       </body>\r
+</html>\r