This commit was manufactured by cvs2svn to create tag 'freeside_1_9_2'.
[freeside.git] / httemplate / elements / fckeditor / editor / filemanager / browser / default / frmactualfolder.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
2 <!--\r
3  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
4  * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
5  *\r
6  * == BEGIN LICENSE ==\r
7  *\r
8  * Licensed under the terms of any of the following licenses at your\r
9  * choice:\r
10  *\r
11  *  - GNU General Public License Version 2 or later (the "GPL")\r
12  *    http://www.gnu.org/licenses/gpl.html\r
13  *\r
14  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
15  *    http://www.gnu.org/licenses/lgpl.html\r
16  *\r
17  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
18  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
19  *\r
20  * == END LICENSE ==\r
21  *\r
22  * This page shows the actual folder path.\r
23 -->\r
24 <html>\r
25         <head>\r
26                 <link href="browser.css" type="text/css" rel="stylesheet">\r
27                 <script type="text/javascript">\r
28 \r
29 function OnResize()\r
30 {\r
31         divName.style.width = "1px" ;\r
32         divName.style.width = tdName.offsetWidth + "px" ;\r
33 }\r
34 \r
35 function SetCurrentFolder( resourceType, folderPath )\r
36 {\r
37         document.getElementById('tdName').innerHTML = folderPath ;\r
38 }\r
39 \r
40 window.onload = function()\r
41 {\r
42         window.top.IsLoadedActualFolder = true ;\r
43 }\r
44 \r
45                 </script>\r
46         </head>\r
47         <body bottomMargin="0" topMargin="0">\r
48                 <table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">\r
49                         <tr>\r
50                                 <td>\r
51                                         <button style="WIDTH: 100%" type="button">\r
52                                                 <table cellSpacing="0" cellPadding="0" width="100%" border="0">\r
53                                                         <tr>\r
54                                                                 <td><img height="32" alt="" src="images/FolderOpened32.gif" width="32"></td>\r
55                                                                 <td>&nbsp;</td>\r
56                                                                 <td id="tdName" width="100%" nowrap class="ActualFolder">/</td>\r
57                                                                 <td>&nbsp;</td>\r
58                                                                 <td><img height="8" src="images/ButtonArrow.gif" width="12"></td>\r
59                                                                 <td>&nbsp;</td>\r
60                                                         </tr>\r
61                                                 </table>\r
62                                         </button>\r
63                                 </td>\r
64                         </tr>\r
65                 </table>\r
66         </body>\r
67 </html>\r