elrte 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +4 -0
- data/Gemfile +4 -0
- data/README.rdoc +33 -0
- data/Rakefile +1 -0
- data/app/assets/images/elrte-toolbar.png +0 -0
- data/app/assets/images/google-maps.png +0 -0
- data/app/assets/images/iframe.png +0 -0
- data/app/assets/images/loading.gif +0 -0
- data/app/assets/images/media-director.png +0 -0
- data/app/assets/images/media-flash.png +0 -0
- data/app/assets/images/media-quicktime.png +0 -0
- data/app/assets/images/media-realaudio.png +0 -0
- data/app/assets/images/media-rutube.png +0 -0
- data/app/assets/images/media-vimeo.png +0 -0
- data/app/assets/images/media-winmedia.png +0 -0
- data/app/assets/images/media-youtube.png +0 -0
- data/app/assets/images/outline-div.png +0 -0
- data/app/assets/images/outline-p.png +0 -0
- data/app/assets/images/pagebreak.gif +0 -0
- data/app/assets/images/pixel.gif +0 -0
- data/app/assets/images/smileys/evilgrin.png +0 -0
- data/app/assets/images/smileys/grin.png +0 -0
- data/app/assets/images/smileys/happy.png +0 -0
- data/app/assets/images/smileys/smile.png +0 -0
- data/app/assets/images/smileys/surprised.png +0 -0
- data/app/assets/images/smileys/tongue.png +0 -0
- data/app/assets/images/smileys/unhappy.png +0 -0
- data/app/assets/images/smileys/waii.png +0 -0
- data/app/assets/images/smileys/wink.png +0 -0
- data/app/assets/images/yandex-maps.png +0 -0
- data/app/assets/javascripts/elrte/base.js +5 -0
- data/app/assets/javascripts/elrte/toolbar.js +5 -0
- data/app/assets/stylesheets/elrte/active_admin.css.scss +8 -0
- data/app/assets/stylesheets/elrte/base.css.scss +6 -0
- data/app/controllers/elfinder_controller.rb +29 -0
- data/doc/README_rdoc.html +103 -0
- data/doc/created.rid +2 -0
- data/doc/index.html +54 -0
- data/doc/rdoc.css +706 -0
- data/elrte.gemspec +30 -0
- data/lib/elrte.rb +33 -0
- data/lib/elrte/application.rb +273 -0
- data/lib/elrte/dependency_checker.rb +11 -0
- data/lib/elrte/engine.rb +4 -0
- data/lib/elrte/router.rb +34 -0
- data/lib/elrte/version.rb +3 -0
- data/lib/generators/elrte/assets/assets_generator.rb +39 -0
- data/lib/generators/elrte/assets/templates/3.1/elrte.css.scss +4 -0
- data/lib/generators/elrte/assets/templates/3.1/elrte.js +26 -0
- data/lib/generators/elrte/assets/templates/dashboards.rb +36 -0
- data/lib/generators/elrte/install/install_generator.rb +24 -0
- data/vendor/assets/images/elfinder/icons-big.png +0 -0
- data/vendor/assets/images/elfinder/icons-small.png +0 -0
- data/vendor/assets/images/elfinder/ql.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_222222_256x240.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_888888_256x240.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/assets/images/elfinder/spinner.gif +0 -0
- data/vendor/assets/images/elfinder/toolbar.png +0 -0
- data/vendor/assets/images/elrte/elrte-toolbar.png +0 -0
- data/vendor/assets/images/elrte/google-maps.png +0 -0
- data/vendor/assets/images/elrte/iframe.png +0 -0
- data/vendor/assets/images/elrte/loading.gif +0 -0
- data/vendor/assets/images/elrte/media-director.png +0 -0
- data/vendor/assets/images/elrte/media-flash.png +0 -0
- data/vendor/assets/images/elrte/media-quicktime.png +0 -0
- data/vendor/assets/images/elrte/media-realaudio.png +0 -0
- data/vendor/assets/images/elrte/media-rutube.png +0 -0
- data/vendor/assets/images/elrte/media-vimeo.png +0 -0
- data/vendor/assets/images/elrte/media-winmedia.png +0 -0
- data/vendor/assets/images/elrte/media-youtube.png +0 -0
- data/vendor/assets/images/elrte/outline-div.png +0 -0
- data/vendor/assets/images/elrte/outline-p.png +0 -0
- data/vendor/assets/images/elrte/pagebreak.gif +0 -0
- data/vendor/assets/images/elrte/pixel.gif +0 -0
- data/vendor/assets/images/elrte/smileys/evilgrin.png +0 -0
- data/vendor/assets/images/elrte/smileys/grin.png +0 -0
- data/vendor/assets/images/elrte/smileys/happy.png +0 -0
- data/vendor/assets/images/elrte/smileys/smile.png +0 -0
- data/vendor/assets/images/elrte/smileys/surprised.png +0 -0
- data/vendor/assets/images/elrte/smileys/tongue.png +0 -0
- data/vendor/assets/images/elrte/smileys/unhappy.png +0 -0
- data/vendor/assets/images/elrte/smileys/waii.png +0 -0
- data/vendor/assets/images/elrte/smileys/wink.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_222222_256x240.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_888888_256x240.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/assets/images/elrte/yandex-maps.png +0 -0
- data/vendor/assets/javascripts/elfinder/elfinder.min.js +1 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.cs.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.de.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.el.js +190 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.es.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.fr.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.hu.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.it.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.jp.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.lv.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.nl.js +190 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.pl.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.ru.js +200 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.sk.js +190 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.th.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.tr.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.uk.js +190 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.vi.js +192 -0
- data/vendor/assets/javascripts/elrte/elrte.min.js +267 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.YOUR_LANG.js +216 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.ar.js +168 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.ca.js +167 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.cs.js +171 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.da.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.de.js +170 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.en.js +11 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.es.js +169 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.fa.js +170 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.fr.js +169 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.hr.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.hu.js +203 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.it.js +169 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.jp.js +189 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.ko.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.lv.js +181 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.nl.js +201 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.pl.js +170 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.pt_BR.js +167 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.ru.js +213 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.sk.js +172 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.th.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.tr.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.uk.js +203 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.vi.js +209 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.zh_CN.js +189 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.zh_TW.js +212 -0
- data/vendor/assets/stylesheets/elfinder/elfinder.css.scss +836 -0
- data/vendor/assets/stylesheets/elfinder/smoothness/jquery-ui-1.8.13.custom.css.scss +578 -0
- data/vendor/assets/stylesheets/elrte/elrte-inner.css.scss +85 -0
- data/vendor/assets/stylesheets/elrte/elrte.min.css.scss +174 -0
- data/vendor/assets/stylesheets/elrte/smoothness/jquery-ui-1.8.13.custom.css.scss +578 -0
- metadata +256 -0
@@ -0,0 +1,212 @@
|
|
1
|
+
/*
|
2
|
+
* Traditional Chinese translation
|
3
|
+
* @author T.C. Chou <tcchou@tcchou.org>
|
4
|
+
* @version 2010-12-11
|
5
|
+
* @author Tad <tad0616@gmail.com>
|
6
|
+
* @version 2010-09-18
|
7
|
+
*/
|
8
|
+
(function($) {
|
9
|
+
elRTE.prototype.i18Messages.zh_TW = {
|
10
|
+
'_translator' : 'Tad <tad0616@gmail.com><br>T.C. Chou <tcchou@tcchou.org>',
|
11
|
+
'_translation' : 'Traditional Chinese translation',
|
12
|
+
'Editor' : '編輯',
|
13
|
+
'Source' : '原始碼',
|
14
|
+
// panels names
|
15
|
+
'Copy/Pase' : '複製/貼上',
|
16
|
+
'Undo/Redo' : '復原/重做',
|
17
|
+
'Text styles' : '文字樣式',
|
18
|
+
'Colors' : '顏色',
|
19
|
+
'Alignment' : '對齊',
|
20
|
+
'Indent/Outdent' : '縮排/凸排',
|
21
|
+
'Text format' : '文字格式',
|
22
|
+
'Lists' : '清單',
|
23
|
+
'Misc elements' : '其他元件',
|
24
|
+
'Links' : '連結',
|
25
|
+
'Images' : '圖檔',
|
26
|
+
'Media' : '多媒體',
|
27
|
+
'Tables' : '表格',
|
28
|
+
'File manager (elFinder)' : '檔案管理',
|
29
|
+
// buttons names
|
30
|
+
'About this software' : '關於此軟體',
|
31
|
+
'Save' : '儲存',
|
32
|
+
'Copy' : '複製',
|
33
|
+
'Cut' : '剪下',
|
34
|
+
'Paste' : '貼上',
|
35
|
+
'Paste only text' : '貼上純文字',
|
36
|
+
'Paste formatted text' : '貼上格式化文字',
|
37
|
+
'Clean format' : '清除格式',
|
38
|
+
'Undo last action' : '復原最後一個動作',
|
39
|
+
'Redo previous action' : '重做上一個動作',
|
40
|
+
'Bold' : '粗體',
|
41
|
+
'Italic' : '斜體',
|
42
|
+
'Underline' : '底線',
|
43
|
+
'Strikethrough' : '刪除線',
|
44
|
+
'Superscript' : '上標',
|
45
|
+
'Subscript' : '下標',
|
46
|
+
'Align left' : '靠左',
|
47
|
+
'Ailgn right' : '靠右',
|
48
|
+
'Align center' : '置中',
|
49
|
+
'Align full' : '左右對齊',
|
50
|
+
'Font color' : '文字顏色',
|
51
|
+
'Background color' : '背景顏色',
|
52
|
+
'Indent' : '縮排',
|
53
|
+
'Outdent' : '凸排',
|
54
|
+
'Format' : '格式',
|
55
|
+
'Font size' : '字型大小',
|
56
|
+
'Font' : '字型',
|
57
|
+
'Ordered list' : '編號',
|
58
|
+
'Unordered list' : '項目符號',
|
59
|
+
'Horizontal rule' : '水平線',
|
60
|
+
'Blockquote' : '引用',
|
61
|
+
'Block element (DIV)' : '區域元件 (DIV)',
|
62
|
+
'Link' : '連結',
|
63
|
+
'Delete link' : '移除連結',
|
64
|
+
'Bookmark' : '書籤',
|
65
|
+
'Image' : '插圖',
|
66
|
+
'Table' : '表格',
|
67
|
+
'Delete table' : '刪除表格',
|
68
|
+
'Insert row before' : '上方新增一列',
|
69
|
+
'Insert row after' : '下方新增一列',
|
70
|
+
'Delete row' : '刪除列',
|
71
|
+
'Insert column before' : '左邊新增一欄',
|
72
|
+
'Insert column after' : '右邊新增一欄',
|
73
|
+
'Delete column' : '刪除欄',
|
74
|
+
'Merge table cells' : '合併儲存格',
|
75
|
+
'Split table cell' : '分割儲存格',
|
76
|
+
'Toggle display document structure' : '切換顯示文件結構',
|
77
|
+
'Table cell properties' : '表格儲存格屬性',
|
78
|
+
'Table properties' : '表格屬性',
|
79
|
+
'Toggle full screen mode' : '切換為全螢幕',
|
80
|
+
'Open file manager' : '開啟檔案管理',
|
81
|
+
'Non breakable space' : '不斷行空白',
|
82
|
+
'Stop element floating' : '停止元件浮動屬性',
|
83
|
+
// dialogs
|
84
|
+
'Warning' : '警告',
|
85
|
+
'Properies' : '屬性',
|
86
|
+
'Popup' : '跳出框',
|
87
|
+
'Advanced' : '進階',
|
88
|
+
'Events' : '事件',
|
89
|
+
'Width' : '寬度',
|
90
|
+
'Height' : '高度',
|
91
|
+
'Left' : '靠左',
|
92
|
+
'Center' : '置中',
|
93
|
+
'Right' : '靠右',
|
94
|
+
'Border' : '邊框',
|
95
|
+
'Background' : '背景',
|
96
|
+
'Css class' : 'CSS類別',
|
97
|
+
'Css style' : 'CSS樣式',
|
98
|
+
'No' : '不設置',
|
99
|
+
'Title' : '標題',
|
100
|
+
'Script direction' : '語言方向',
|
101
|
+
'Language' : '語言',
|
102
|
+
'Charset' : '字元編碼',
|
103
|
+
'Not set' : '不設定',
|
104
|
+
'Left to right' : '左至右',
|
105
|
+
'Right to left' : '右到左',
|
106
|
+
'In this window' : '在此視窗',
|
107
|
+
'In new window (_blank)' : '在新視窗 (_blank)',
|
108
|
+
'In new parent window (_parent)' : '在父視窗 (_parent)',
|
109
|
+
'In top frame (_top)' : '跳出框架 (_top)',
|
110
|
+
'URL' : '網址',
|
111
|
+
'Open in' : '開啟至',
|
112
|
+
'Open file manger' : '開啟檔案管理員',
|
113
|
+
// copy
|
114
|
+
'This operation is disabled in your browser on security reason. Use shortcut instead.' : '此動作被你的瀏覽器基於安全理由所禁止,請直接用快捷鍵。',
|
115
|
+
// format
|
116
|
+
'Heading 1' : '標題 1',
|
117
|
+
'Heading 2' : '標題 2',
|
118
|
+
'Heading 3' : '標題 3',
|
119
|
+
'Heading 4' : '標題 4',
|
120
|
+
'Heading 5' : '標題 5',
|
121
|
+
'Heading 6' : '標題 6',
|
122
|
+
'Paragraph' : '段落',
|
123
|
+
'Address' : '位址',
|
124
|
+
'Preformatted' : '固定格式',
|
125
|
+
// font size
|
126
|
+
'Small (8pt)' : '極小 (8pt)',
|
127
|
+
'Small (10px)' : '更小 (10px)',
|
128
|
+
'Small (12pt)' : '小 (12pt)',
|
129
|
+
'Normal (14pt)' : '中 (14pt)',
|
130
|
+
'Large (18pt)' : '大 (18pt)',
|
131
|
+
'Large (24pt)' : '更大 (24pt)',
|
132
|
+
'Large (36pt)' : '極大 (36pt)',
|
133
|
+
// bookmark
|
134
|
+
'Bookmark name' : '書籤名稱',
|
135
|
+
// link
|
136
|
+
'Link URL' : '連結位址',
|
137
|
+
'Target' : '目標',
|
138
|
+
'Select bookmark' : '選擇書籤',
|
139
|
+
'Open link in popup window' : '在跳出視窗中開啟',
|
140
|
+
'Window name' : '視窗名稱',
|
141
|
+
'Window size' : '視窗尺寸',
|
142
|
+
'Window position' : '視窗位置',
|
143
|
+
'Location bar' : '位址列',
|
144
|
+
'Menu bar' : '選單列',
|
145
|
+
'Toolbar' : '工具列',
|
146
|
+
'Scrollbars' : '捲軸',
|
147
|
+
'Status bar' : '狀態列',
|
148
|
+
'Resizable' : '可否調整尺寸',
|
149
|
+
'Depedent' : '相關 (Netscape)',
|
150
|
+
'Add return false' : '加入傳回false (return false)',
|
151
|
+
'Target MIME type' : '目標物的MIME類型',
|
152
|
+
'Relationship page to target (rel)' : '定義連結的起點文件與目標文件之間的關係 (rel)',
|
153
|
+
'Relationship target to page (rev)' : '定義連結的起點文件與目標文件之間的反向關係 (rev)',
|
154
|
+
'Tab index' : '定位索引',
|
155
|
+
'Access key' : '快速鍵',
|
156
|
+
// image
|
157
|
+
'Size' : '尺寸',
|
158
|
+
'Preview' : '預覽',
|
159
|
+
'Margins' : '邊界',
|
160
|
+
'Alt text' : '提示文字',
|
161
|
+
'Image URL' : '圖檔網址',
|
162
|
+
// table
|
163
|
+
'Spacing' : '儲存格間距 (Spacing)',
|
164
|
+
'Padding' : '儲存格內距 (Padding)',
|
165
|
+
'Rows' : '列',
|
166
|
+
'Columns' : '欄',
|
167
|
+
'Groups' : '儲存格群組',
|
168
|
+
'Cells' : '儲存格',
|
169
|
+
'Caption' : '表格標題',
|
170
|
+
'Inner borders' : '框線',
|
171
|
+
// table cell
|
172
|
+
'Table cell type' : '表格儲存格型態',
|
173
|
+
'Data' : '資料',
|
174
|
+
'Header' : '標題',
|
175
|
+
'Justify' : '排整齊',
|
176
|
+
'Paddings' : '內距',
|
177
|
+
'Apply to' : '適用於',
|
178
|
+
'Current cell' : '目前儲存格',
|
179
|
+
'All cells in row' : '同列所有儲存格',
|
180
|
+
'All cells in column' : '同欄所有儲存格',
|
181
|
+
'All cells in table' : '表格所有儲存格',
|
182
|
+
// about
|
183
|
+
'About elRTE' : '關於 elRTE',
|
184
|
+
'Version' : '版本',
|
185
|
+
'Licence' : '許可證',
|
186
|
+
'elRTE is an open-source JavaScript based WYSIWYG HTML-editor.' : 'elRTE 是一個開放源碼 JavaScript 為基礎的所見即所得 HTML 編輯器。',
|
187
|
+
'Main goal of the editor - simplify work with text and formating (HTML) on sites, blogs, forums and other online services.' : '此編輯器主要目標 - 簡化網站, 部落格, 論壇及許多線上服務在文字處理與編排 (HTML) 的工作。',
|
188
|
+
'You can use it in any commercial or non-commercial projects.' : '你可用於任何商業或者非商業專案中。',
|
189
|
+
'Authors' : '作者',
|
190
|
+
'Chief developer' : '主力開發者',
|
191
|
+
'Developer, tech support' : '開發者, 技術支援',
|
192
|
+
'Developer' : '開發者',
|
193
|
+
'Interface designer' : '介面設計師',
|
194
|
+
'Spanish localization' : '西班牙翻譯',
|
195
|
+
'Czech localization' : '捷克翻譯',
|
196
|
+
'Japanese localization' : '日文翻譯',
|
197
|
+
'Latvian localization' : '拉脫維亞翻譯',
|
198
|
+
'German localization' : '德文翻譯',
|
199
|
+
'Ukranian localization' : '烏克蘭翻譯',
|
200
|
+
'Persian (farsi) localization' : '波斯翻譯',
|
201
|
+
'Arabic localization' : '阿拉伯翻譯',
|
202
|
+
'RTL support' : 'RTL 支援',
|
203
|
+
'French localization' : '法文翻譯',
|
204
|
+
'Dutch localization' : '荷蘭翻譯',
|
205
|
+
'Hungarian localization' : '匈牙利翻譯',
|
206
|
+
'Polish localization' : '波蘭翻譯',
|
207
|
+
'Italian localization' : '義大利翻譯',
|
208
|
+
'Traditional Chinese localization' : '中文翻譯',
|
209
|
+
'For more information about this software visit the' : '更多關於此軟體的資訊請拜訪',
|
210
|
+
'elRTE website' : 'elRTE 網站'
|
211
|
+
}
|
212
|
+
})(jQuery);
|
@@ -0,0 +1,836 @@
|
|
1
|
+
|
2
|
+
/* file manager window */
|
3
|
+
|
4
|
+
.el-finder {
|
5
|
+
width:100%;
|
6
|
+
min-width:400px;
|
7
|
+
border:1px solid #ccc;
|
8
|
+
background-color:#eee;
|
9
|
+
font:12px trebuchet ms,lucida grande,verdana,sans-serif;
|
10
|
+
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
|
11
|
+
}
|
12
|
+
|
13
|
+
.el-finder-undocked {
|
14
|
+
position:absolute;
|
15
|
+
min-width:400px;
|
16
|
+
border:1px solid #ccc;
|
17
|
+
padding:5px;
|
18
|
+
}
|
19
|
+
|
20
|
+
/* error messages */
|
21
|
+
.el-finder-err {
|
22
|
+
padding: 15px;
|
23
|
+
text-align:center;
|
24
|
+
background: #fee;
|
25
|
+
color: #cc0509;
|
26
|
+
border: 2px #844 solid;
|
27
|
+
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
|
28
|
+
}
|
29
|
+
|
30
|
+
/* disabled */
|
31
|
+
.el-finder-disabled .el-finder-toolbar li,
|
32
|
+
.el-finder-disabled .el-finder-nav,
|
33
|
+
.el-finder-disabled .el-finder-cwd {
|
34
|
+
opacity:0.35; filter:Alpha(Opacity=35);
|
35
|
+
}
|
36
|
+
|
37
|
+
.el-finder .el-finder-droppable {
|
38
|
+
background-color:#99ccff;
|
39
|
+
}
|
40
|
+
.el-finder .ui-selected {
|
41
|
+
background-color:#ccc;
|
42
|
+
/* background-color:#c5e4f9;*/
|
43
|
+
}
|
44
|
+
|
45
|
+
.el-finder input {
|
46
|
+
margin:0;
|
47
|
+
padding:0;
|
48
|
+
outline:none;
|
49
|
+
border:1px solid #ccc;
|
50
|
+
}
|
51
|
+
|
52
|
+
/************************************/
|
53
|
+
/* toolbar */
|
54
|
+
/************************************/
|
55
|
+
|
56
|
+
.el-finder-toolbar ul {
|
57
|
+
padding:5px 7px;
|
58
|
+
margin:0;
|
59
|
+
list-style:none;
|
60
|
+
}
|
61
|
+
|
62
|
+
.el-finder-toolbar ul li {
|
63
|
+
display: -moz-inline-stack;
|
64
|
+
display: inline-block;
|
65
|
+
zoom: 1;
|
66
|
+
*display: inline;
|
67
|
+
vertical-align: top;
|
68
|
+
height:22px;
|
69
|
+
width:23px;
|
70
|
+
margin:0 2px;
|
71
|
+
padding:0;
|
72
|
+
background:image-url("elfinder/toolbar.png") no-repeat;
|
73
|
+
border:1px solid #ccc;
|
74
|
+
border-radius:3px;
|
75
|
+
-moz-border-radius:3px;
|
76
|
+
-webkit-border-radius:3px;
|
77
|
+
}
|
78
|
+
.el-finder-toolbar ul li.delim {
|
79
|
+
border:none;
|
80
|
+
width:3px;
|
81
|
+
background-position: 1px -610px;
|
82
|
+
}
|
83
|
+
|
84
|
+
.el-finder-toolbar ul li.el-finder-tb-hover {
|
85
|
+
border:1px solid #fff;
|
86
|
+
background-color:#ccc;
|
87
|
+
}
|
88
|
+
|
89
|
+
.el-finder-toolbar ul li.disabled { opacity:0.35; filter:Alpha(Opacity=35); }
|
90
|
+
|
91
|
+
.el-finder-toolbar ul li.back { background-position: 3px -171px; }
|
92
|
+
.el-finder-toolbar ul li.reload { background-position: 3px -192px; }
|
93
|
+
.el-finder-toolbar ul li.select { background-position: 3px -214px; }
|
94
|
+
.el-finder-toolbar ul li.open { background-position: 4px -235px; }
|
95
|
+
.el-finder-toolbar ul li.mkdir { background-position: 4px -258px; }
|
96
|
+
.el-finder-toolbar ul li.mkfile { background-position: 4px -280px; }
|
97
|
+
.el-finder-toolbar ul li.upload { background-position: 3px -305px; }
|
98
|
+
.el-finder-toolbar ul li.rm { background-position: 3px -330px; }
|
99
|
+
.el-finder-toolbar ul li.copy { background-position: 3px -356px; }
|
100
|
+
.el-finder-toolbar ul li.paste { background-position: 3px -381px; }
|
101
|
+
.el-finder-toolbar ul li.rename { background-position: 3px -407px; }
|
102
|
+
.el-finder-toolbar ul li.edit { background-position: 4px -435px; }
|
103
|
+
.el-finder-toolbar ul li.info { background-position: 3px -462px; }
|
104
|
+
.el-finder-toolbar ul li.help { background-position: 3px -487px; }
|
105
|
+
.el-finder-toolbar ul li.icons { background-position: 3px -537px; }
|
106
|
+
.el-finder-toolbar ul li.list { background-position: 3px -557px; }
|
107
|
+
.el-finder-toolbar ul li.uncompress { background-position: 3px -583px; }
|
108
|
+
.el-finder-toolbar ul li.resize { background-position: 3px -656px; }
|
109
|
+
.el-finder-toolbar ul li.quicklook { background-position: 3px -726px; }
|
110
|
+
|
111
|
+
.el-finder-dock-button {
|
112
|
+
width:19px;
|
113
|
+
height:19px;
|
114
|
+
float:right;
|
115
|
+
margin: 2px;
|
116
|
+
border:1px solid #ccc;
|
117
|
+
border-radius:3px;
|
118
|
+
-moz-border-radius:3px;
|
119
|
+
-webkit-border-radius:3px;
|
120
|
+
background:image-url("elfinder/toolbar.png") 2px -705px no-repeat;
|
121
|
+
}
|
122
|
+
|
123
|
+
.ui-dialog .el-finder-dock-button {
|
124
|
+
background-position:2px -681px;
|
125
|
+
}
|
126
|
+
|
127
|
+
.el-finder-dock-button-hover {
|
128
|
+
background-color:#ccc;
|
129
|
+
border:1px solid #fff;
|
130
|
+
}
|
131
|
+
|
132
|
+
/**********************************************************/
|
133
|
+
/* workzone, container for navigation and current folder */
|
134
|
+
/**********************************************************/
|
135
|
+
|
136
|
+
.el-finder-workzone {
|
137
|
+
background-color:#fff;
|
138
|
+
border-top:1px solid #ccc;
|
139
|
+
border-bottom:1px solid #ccc;
|
140
|
+
position:relative;
|
141
|
+
}
|
142
|
+
|
143
|
+
.el-finder-spinner {
|
144
|
+
position:absolute;
|
145
|
+
top:37%;
|
146
|
+
left:37%;
|
147
|
+
width:250px;
|
148
|
+
height:50px;
|
149
|
+
background:transparent image-url("elfinder/spinner.gif") 50% 50% no-repeat;
|
150
|
+
display:none;
|
151
|
+
}
|
152
|
+
|
153
|
+
/* error in workzone */
|
154
|
+
.el-finder-workzone p.el-finder-err {
|
155
|
+
display:none;
|
156
|
+
position:absolute;
|
157
|
+
left:37%;
|
158
|
+
top:20px;
|
159
|
+
}
|
160
|
+
|
161
|
+
/* navigation and current directory */
|
162
|
+
.el-finder-nav, .el-finder-cwd {
|
163
|
+
height:350px;
|
164
|
+
overflow:auto;
|
165
|
+
padding:3px 1px;
|
166
|
+
}
|
167
|
+
|
168
|
+
/************************************/
|
169
|
+
/* navigation */
|
170
|
+
/************************************/
|
171
|
+
|
172
|
+
.el-finder-nav {
|
173
|
+
float:left;
|
174
|
+
width : 200px;
|
175
|
+
background:#fff;
|
176
|
+
}
|
177
|
+
|
178
|
+
.el-finder-nav .ui-resizable-e {
|
179
|
+
right:0;
|
180
|
+
}
|
181
|
+
|
182
|
+
/* folders tree */
|
183
|
+
.el-finder-nav ul {
|
184
|
+
list-style:none;
|
185
|
+
margin:0;
|
186
|
+
padding:0;
|
187
|
+
}
|
188
|
+
|
189
|
+
.el-finder-nav ul li {
|
190
|
+
clear:both;
|
191
|
+
}
|
192
|
+
|
193
|
+
ul.el-finder-tree, ul.el-finder-places {
|
194
|
+
margin-bottom:1em;
|
195
|
+
}
|
196
|
+
|
197
|
+
.el-finder-nav ul li ul {
|
198
|
+
margin-left:12px;
|
199
|
+
}
|
200
|
+
|
201
|
+
.el-finder-nav ul div {
|
202
|
+
width:12px;
|
203
|
+
height:20px;
|
204
|
+
float:left;
|
205
|
+
margin-right:23px;
|
206
|
+
}
|
207
|
+
|
208
|
+
.el-finder-nav a, .el-finder-nav div.collapsed {
|
209
|
+
background-image:image-url("elfinder/toolbar.png");
|
210
|
+
background-repeat:no-repeat;
|
211
|
+
}
|
212
|
+
.el-finder-nav div.collapsed {
|
213
|
+
background-position: -1px 7px;
|
214
|
+
}
|
215
|
+
.el-finder-nav div.expanded {
|
216
|
+
background-position: -1px -9px;
|
217
|
+
}
|
218
|
+
|
219
|
+
.el-finder-nav a {
|
220
|
+
display: block;
|
221
|
+
white-space:nowrap;
|
222
|
+
line-height:20px;
|
223
|
+
color:#444;
|
224
|
+
cursor:default;
|
225
|
+
text-decoration:none;
|
226
|
+
outline:none;
|
227
|
+
border-radius:3px;
|
228
|
+
-moz-border-radius:3px;
|
229
|
+
-webkit-border-radius:3px;
|
230
|
+
background-position: 15px -56px;
|
231
|
+
}
|
232
|
+
|
233
|
+
.el-finder-nav a.dropbox {
|
234
|
+
background-position: 15px -80px;
|
235
|
+
}
|
236
|
+
.el-finder-nav a.readonly {
|
237
|
+
background-position: 15px -104px;
|
238
|
+
}
|
239
|
+
.el-finder-nav a.noaccess {
|
240
|
+
background-position: 15px -750px;
|
241
|
+
}
|
242
|
+
|
243
|
+
.el-finder-nav a.selected {
|
244
|
+
/* background-color:#ccc;*/
|
245
|
+
background-color:#c5e4f9;
|
246
|
+
background-position: 15px -128px;
|
247
|
+
}
|
248
|
+
|
249
|
+
.el-finder-nav a.el-finder-tree-root {
|
250
|
+
background-position: 15px -30px;
|
251
|
+
font-weight:bold;
|
252
|
+
}
|
253
|
+
|
254
|
+
.el-finder-nav a.el-finder-places-root {
|
255
|
+
background-position: 15px -152px;
|
256
|
+
font-weight:bold;
|
257
|
+
}
|
258
|
+
|
259
|
+
.el-finder-nav ul.el-finder-tree .el-finder-droppable {
|
260
|
+
background-position: 15px -237px;
|
261
|
+
}
|
262
|
+
|
263
|
+
|
264
|
+
/***********************************/
|
265
|
+
/* current working directory */
|
266
|
+
/************************************/
|
267
|
+
|
268
|
+
.el-finder-cwd {
|
269
|
+
border-left:1px solid #ccc;
|
270
|
+
padding:3px;
|
271
|
+
}
|
272
|
+
|
273
|
+
/********** view: icons ************/
|
274
|
+
.el-finder-cwd div {
|
275
|
+
width: 81px;
|
276
|
+
display: -moz-inline-stack;
|
277
|
+
display: inline-block;
|
278
|
+
vertical-align: top;
|
279
|
+
zoom: 1;
|
280
|
+
*display: inline;
|
281
|
+
margin:0 3px 3px 0;
|
282
|
+
padding:1px 0;
|
283
|
+
text-align:center;
|
284
|
+
border-radius:5px;
|
285
|
+
-moz-border-radius:5px;
|
286
|
+
-webkit-border-radius:5px;
|
287
|
+
color:#000;
|
288
|
+
background-color:transparent;
|
289
|
+
}
|
290
|
+
|
291
|
+
|
292
|
+
.el-finder-cwd p,
|
293
|
+
.el-finder-ql p {
|
294
|
+
width:48px;
|
295
|
+
height:48px;
|
296
|
+
margin:1px auto;
|
297
|
+
padding:0;
|
298
|
+
border-radius:5px;
|
299
|
+
-moz-border-radius:5px;
|
300
|
+
-webkit-border-radius:5px;
|
301
|
+
background: image-url("elfinder/icons-big.png") -1px 1px no-repeat;
|
302
|
+
}
|
303
|
+
|
304
|
+
/* mimetypes */
|
305
|
+
|
306
|
+
.directory p { background-position: 0 -50px; }
|
307
|
+
.application p,.x-java p { background-position: -1px -150px; }
|
308
|
+
.audio p { background-position: -1px -300px; }
|
309
|
+
.image p { background-position: -1px -250px; }
|
310
|
+
.text p, .x-empty p { background-position: -1px -200px; }
|
311
|
+
.video p { background-position: -1px -350px; }
|
312
|
+
.vnd-adobe-photoshop p, .postscript p { background-position: 0 -250px; }
|
313
|
+
/* texts */
|
314
|
+
.rtf p, .rtfd p { background-position: 0 -400px; }
|
315
|
+
.html p { background-position: 0 -550px; }
|
316
|
+
.css p { background-position: 0 -600px; }
|
317
|
+
.javascript p, .x-javascript p { background-position: 0 -650px; }
|
318
|
+
.x-perl p { background-position: 0 -700px; }
|
319
|
+
.x-python p { background-position: 0 -750px; }
|
320
|
+
.x-ruby p { background-position: 0 -800px; }
|
321
|
+
.x-sh p, .x-shellscript p { background-position: 0 -850px; }
|
322
|
+
.x-c p, .x-java-source p { background-position: 0 -900px; }
|
323
|
+
.x-php p { background-position: 0 -950px; }
|
324
|
+
.xml p { background-position: 0 -1000px; }
|
325
|
+
/* applications */
|
326
|
+
.vnd-ms-office p,
|
327
|
+
.msword p,
|
328
|
+
.vnd-ms-word p,
|
329
|
+
.vnd-oasis-opendocument-text p,
|
330
|
+
.ms-excel p,
|
331
|
+
.vnd-ms-excel p,
|
332
|
+
.vnd-oasis-opendocument-spreadsheet p,
|
333
|
+
.vnd-ms-powerpoint p,
|
334
|
+
.vnd-oasis-opendocument-presentation p { background-position: 0 -500px; }
|
335
|
+
.pdf p { background-position: 0 -450px; }
|
336
|
+
.x-shockwave-flash p { background-position: 0 -1250px; }
|
337
|
+
/* archives */
|
338
|
+
.zip p, .x-7z-compressed p { background-position: 0 -1050px; }
|
339
|
+
.x-gzip p, .x-tar p { background-position: 0 -1100px; }
|
340
|
+
.x-bzip p, .x-bzip2 p { background-position: 0 -1150px; }
|
341
|
+
.x-rar p, .x-rar-compressed p { background-position: 0 -1200px; }
|
342
|
+
|
343
|
+
|
344
|
+
.el-finder-cwd div.el-finder-droppable p {
|
345
|
+
background-position: 0 -98px;
|
346
|
+
}
|
347
|
+
|
348
|
+
.el-finder-cwd label {
|
349
|
+
display:block;
|
350
|
+
font-size:11px;
|
351
|
+
line-height:13px;
|
352
|
+
padding:0 1px;
|
353
|
+
margin:0;
|
354
|
+
height:25px;
|
355
|
+
overflow:hidden;
|
356
|
+
cursor:default;
|
357
|
+
}
|
358
|
+
|
359
|
+
.el-finder-cwd div input {
|
360
|
+
background:#fff;
|
361
|
+
color:#000;
|
362
|
+
width:81px;
|
363
|
+
margin-left:-2px;
|
364
|
+
outline:none;
|
365
|
+
border:1px solid #ccc;
|
366
|
+
text-align:center;
|
367
|
+
}
|
368
|
+
|
369
|
+
.el-finder-cwd div em {
|
370
|
+
float:left;
|
371
|
+
margin-top:-40px;
|
372
|
+
margin-left:9px;
|
373
|
+
width:15px;
|
374
|
+
height:16px;
|
375
|
+
background:image-url("elfinder/icons-big.png") -17px -1310px no-repeat;
|
376
|
+
}
|
377
|
+
|
378
|
+
.el-finder-cwd div em.dropbox {
|
379
|
+
float:right;
|
380
|
+
margin-right:9px;
|
381
|
+
background-position: 0 -1308px;
|
382
|
+
}
|
383
|
+
.el-finder-cwd div em.noread {
|
384
|
+
float:right;
|
385
|
+
margin-right:9px;
|
386
|
+
background-position: 0 -1310px;
|
387
|
+
}
|
388
|
+
.el-finder-cwd div em.readonly {
|
389
|
+
float:right;
|
390
|
+
margin-right:9px;
|
391
|
+
background-position: -34px -1306px;
|
392
|
+
}
|
393
|
+
|
394
|
+
.el-finder-cwd div em.noaccess {
|
395
|
+
float:right;
|
396
|
+
margin-right:9px;
|
397
|
+
background-position: 0 -1430px;
|
398
|
+
}
|
399
|
+
|
400
|
+
/********** view: list ************/
|
401
|
+
|
402
|
+
.el-finder-cwd table {
|
403
|
+
width:100%;
|
404
|
+
/* *width:99%;*/
|
405
|
+
border-collapse: collapse;
|
406
|
+
border-spacing: 0;
|
407
|
+
border:1px solid #ccc;
|
408
|
+
border-top:0 solid;
|
409
|
+
border-left:0 solid;
|
410
|
+
margin:-3px -3px;
|
411
|
+
}
|
412
|
+
|
413
|
+
.el-finder-cwd table tr {
|
414
|
+
background:transparent;
|
415
|
+
}
|
416
|
+
|
417
|
+
.el-finder-cwd table tr.el-finder-row-odd {
|
418
|
+
background-color:#eee;
|
419
|
+
}
|
420
|
+
|
421
|
+
.el-finder-cwd table tr.ui-selected {
|
422
|
+
background-color:#ccc;
|
423
|
+
}
|
424
|
+
|
425
|
+
.el-finder-cwd table th,
|
426
|
+
.el-finder-cwd table td {
|
427
|
+
padding:3px 5px;
|
428
|
+
border-left:1px solid #ccc;
|
429
|
+
cursor:default;
|
430
|
+
white-space:nowrap;
|
431
|
+
color:#000;
|
432
|
+
|
433
|
+
}
|
434
|
+
|
435
|
+
.el-finder-cwd table th {
|
436
|
+
text-align:left;
|
437
|
+
background:#fbf9ee;
|
438
|
+
font-size:.86em;
|
439
|
+
}
|
440
|
+
|
441
|
+
.el-finder-cwd table td.icon {
|
442
|
+
width:24px;
|
443
|
+
}
|
444
|
+
|
445
|
+
.el-finder-cwd table p {
|
446
|
+
width:24px;
|
447
|
+
height:16px;
|
448
|
+
margin:0;
|
449
|
+
padding:0;
|
450
|
+
background:image-url("elfinder/icons-small.png") 4px 0 no-repeat;
|
451
|
+
}
|
452
|
+
|
453
|
+
.el-finder-cwd table .size {
|
454
|
+
text-align:right;
|
455
|
+
}
|
456
|
+
|
457
|
+
tr.directory p { background-position:4px -16px; }
|
458
|
+
tr.text p { background-position:5px -34px; }
|
459
|
+
tr.image p { background-position:4px -51px; }
|
460
|
+
tr.audio p { background-position:4px -70px; }
|
461
|
+
tr.video p { background-position:5px -89px; }
|
462
|
+
tr.application p { background-position:4px -108px; }
|
463
|
+
/* text */
|
464
|
+
tr.html p { background-position:5px -188px; }
|
465
|
+
tr.javascript p,
|
466
|
+
tr.x-javascript p,
|
467
|
+
tr.css p,
|
468
|
+
tr.x-sql p,
|
469
|
+
tr.xml p,
|
470
|
+
tr.x-python p,
|
471
|
+
tr.x-java-source p,
|
472
|
+
tr.x-perl p,
|
473
|
+
tr.x-ruby p { background-position:5px -228px; }
|
474
|
+
tr.x-php p { background-position:5px -247px; }
|
475
|
+
tr.x-c p { background-position:5px -208px; }
|
476
|
+
tr.x-shellscript p,
|
477
|
+
tr.x-sh p { background-position:5px -168px; }
|
478
|
+
tr.rtf p, tr.rtfd p { background-position:5px -148px; }
|
479
|
+
/* application */
|
480
|
+
tr.x-shockwave-flash p { background-position:4px -266px; }
|
481
|
+
tr.pdf p { background-position:4px -285px; }
|
482
|
+
tr.vnd-ms-office p { background-position:4px -325px; }
|
483
|
+
tr.msword p,
|
484
|
+
tr.vnd-oasis-opendocument-text p,
|
485
|
+
tr.vnd-ms-word p { background-position:4px -346px; }
|
486
|
+
tr.vnd-ms-excel p,
|
487
|
+
tr.ms-excel p,
|
488
|
+
tr.vnd-oasis-opendocument-spreadsheet { background-position:4px -365px; }
|
489
|
+
tr.vnd-ms-powerpoint p,
|
490
|
+
tr.vnd-oasis-opendocument-presentation { background-position:4px -385px; }
|
491
|
+
/* archives */
|
492
|
+
tr.x-tar p,
|
493
|
+
tr.x-gzip p,
|
494
|
+
tr.x-bzip p,
|
495
|
+
tr.x-bzip2 p,
|
496
|
+
tr.zip p,
|
497
|
+
tr.x-rar p,
|
498
|
+
tr.x-rar-compressed p,
|
499
|
+
tr.x-7z-compressed p { background-position:4px -305px; }
|
500
|
+
|
501
|
+
tr.el-finder-droppable td.icon p { background-position:5px -450px; }
|
502
|
+
|
503
|
+
.el-finder-cwd table td p em {
|
504
|
+
float:left;
|
505
|
+
width:10px;
|
506
|
+
height:12px;
|
507
|
+
margin-top:5px;
|
508
|
+
background:image-url("elfinder/icons-small.png") 0px -405px no-repeat;
|
509
|
+
}
|
510
|
+
|
511
|
+
.el-finder-cwd table p em.readonly { background-position:0px -433px; }
|
512
|
+
.el-finder-cwd table p em.dropbox { background-position:0px -418px; }
|
513
|
+
.el-finder-cwd table p em.noread,
|
514
|
+
.el-finder-cwd table p em.noaccess { background-position:0px -470px; }
|
515
|
+
|
516
|
+
/************************************/
|
517
|
+
/* statusbar */
|
518
|
+
/************************************/
|
519
|
+
|
520
|
+
.el-finder-statusbar {
|
521
|
+
height:20px;
|
522
|
+
}
|
523
|
+
|
524
|
+
.el-finder-stat,
|
525
|
+
.el-finder-path,
|
526
|
+
.el-finder-sel {
|
527
|
+
padding:3px 9px 1px 9px;
|
528
|
+
font-size:11px;
|
529
|
+
color:#555;
|
530
|
+
}
|
531
|
+
/* current directory path */
|
532
|
+
.el-finder-path {
|
533
|
+
float:left;
|
534
|
+
}
|
535
|
+
/* number folders/files in current directory and size */
|
536
|
+
.el-finder-stat {
|
537
|
+
float:right;
|
538
|
+
}
|
539
|
+
/* info about selected files */
|
540
|
+
.el-finder-sel {
|
541
|
+
text-align:center;
|
542
|
+
}
|
543
|
+
|
544
|
+
/************************************/
|
545
|
+
/* dialog window */
|
546
|
+
/************************************/
|
547
|
+
.el-finder-dialog {
|
548
|
+
font-size:.84em;
|
549
|
+
}
|
550
|
+
.el-finder-dialog form p, .el-finder-dialog .ui-tabs p {
|
551
|
+
margin:.5em;
|
552
|
+
}
|
553
|
+
.el-finder-dialog .ui-dialog-titlebar {
|
554
|
+
padding: .2em .1em .1em .8em;
|
555
|
+
}
|
556
|
+
.el-finder-dialog .ui-dialog-buttonpane {
|
557
|
+
padding: .1em 1em .1em .4em;
|
558
|
+
font-size:.9em;
|
559
|
+
}
|
560
|
+
.el-finder-dialog .ui-dialog-content {
|
561
|
+
padding:5px;
|
562
|
+
}
|
563
|
+
|
564
|
+
.el-finder-dialog hr {
|
565
|
+
border:0;
|
566
|
+
border-bottom: 1px #ccc solid;
|
567
|
+
clear:both
|
568
|
+
}
|
569
|
+
.el-finder-dialog ul {
|
570
|
+
margin-top:0;
|
571
|
+
}
|
572
|
+
|
573
|
+
.el-finder-dialog kbd { font-size:1.2em;}
|
574
|
+
.el-finder-dialog a { outline: none;}
|
575
|
+
|
576
|
+
.el-finder-dialog textarea {
|
577
|
+
width:98.9%;
|
578
|
+
height:400px;
|
579
|
+
outline:none;
|
580
|
+
border:1px solid #ccc;
|
581
|
+
font-family: "Monaco", "Andale Mono", "Lucida Console", monospace;
|
582
|
+
}
|
583
|
+
|
584
|
+
.ui-state-error {
|
585
|
+
margin: 5px 0;
|
586
|
+
padding:.5em;
|
587
|
+
clear:both;
|
588
|
+
}
|
589
|
+
|
590
|
+
.el-finder-dialog .ui-state-error .ui-icon {
|
591
|
+
float: left;
|
592
|
+
margin-right: .3em;
|
593
|
+
}
|
594
|
+
|
595
|
+
.el-finder-add-field {
|
596
|
+
cursor:pointer;
|
597
|
+
}
|
598
|
+
|
599
|
+
.el-finder-add-field span {
|
600
|
+
float:left;
|
601
|
+
margin-right:.7em;
|
602
|
+
}
|
603
|
+
|
604
|
+
.el-finder-dialog table {
|
605
|
+
width : 100%;
|
606
|
+
}
|
607
|
+
|
608
|
+
.el-finder-dialog table td {
|
609
|
+
padding:2px 5px;
|
610
|
+
|
611
|
+
}
|
612
|
+
|
613
|
+
.el-finder-dialog .ui-tabs {
|
614
|
+
font-size:.98em;
|
615
|
+
}
|
616
|
+
|
617
|
+
.el-finder-dialog .ui-tabs div {
|
618
|
+
padding:0 .5em;
|
619
|
+
}
|
620
|
+
.el-finder-dialog .ui-tabs-nav li a {
|
621
|
+
padding:.2em 1em;
|
622
|
+
}
|
623
|
+
|
624
|
+
/************************************/
|
625
|
+
/* contextmenu */
|
626
|
+
/************************************/
|
627
|
+
|
628
|
+
.el-finder-contextmenu {
|
629
|
+
position:absolute;
|
630
|
+
width:200px;
|
631
|
+
background:#fff;
|
632
|
+
color:#000;
|
633
|
+
cursor:default;
|
634
|
+
border:1px solid #ccc;
|
635
|
+
border-radius:5px;
|
636
|
+
-moz-border-radius:5px;
|
637
|
+
-webkit-border-radius:5px;
|
638
|
+
padding:5px 0;
|
639
|
+
|
640
|
+
}
|
641
|
+
|
642
|
+
.el-finder-contextmenu div {
|
643
|
+
position:relative;
|
644
|
+
display:block;
|
645
|
+
margin:0;
|
646
|
+
padding:4px 29px 4px 29px;
|
647
|
+
white-space:nowrap;
|
648
|
+
font:12px trebuchet ms,lucida grande,verdana,sans-serif;
|
649
|
+
background:image-url("elfinder/toolbar.png") 0 0 no-repeat;
|
650
|
+
}
|
651
|
+
|
652
|
+
.el-finder-contextmenu span {
|
653
|
+
float:right;
|
654
|
+
width:9px;
|
655
|
+
height:18px;
|
656
|
+
margin-right:-27px;
|
657
|
+
background:image-url("elfinder/toolbar.png") -4px 5px no-repeat;
|
658
|
+
}
|
659
|
+
|
660
|
+
.el-finder-contextmenu div.el-finder-contextmenu-sub {
|
661
|
+
position:absolute;
|
662
|
+
top:0;
|
663
|
+
display:none;
|
664
|
+
margin:0;
|
665
|
+
padding:5px 0;
|
666
|
+
background:#fff;
|
667
|
+
border:1px solid #ccc;
|
668
|
+
border-radius:5px;
|
669
|
+
-moz-border-radius:5px;
|
670
|
+
-webkit-border-radius:5px;
|
671
|
+
}
|
672
|
+
|
673
|
+
|
674
|
+
.el-finder-contextmenu div.reload { background-position: 5px -192px; }
|
675
|
+
.el-finder-contextmenu div.select { background-position: 5px -214px; }
|
676
|
+
.el-finder-contextmenu div.open { background-position: 6px -235px; }
|
677
|
+
.el-finder-contextmenu div.mkdir { background-position: 6px -258px; }
|
678
|
+
.el-finder-contextmenu div.mkfile { background-position: 6px -280px; }
|
679
|
+
.el-finder-contextmenu div.upload { background-position: 5px -305px; }
|
680
|
+
.el-finder-contextmenu div.rm { background-position: 5px -330px; }
|
681
|
+
.el-finder-contextmenu div.copy { background-position: 5px -356px; }
|
682
|
+
.el-finder-contextmenu div.cut { background-position: 5px -631px; }
|
683
|
+
.el-finder-contextmenu div.duplicate { background-position: 5px -356px; }
|
684
|
+
.el-finder-contextmenu div.paste { background-position: 5px -381px; }
|
685
|
+
.el-finder-contextmenu div.rename { background-position: 5px -407px; }
|
686
|
+
.el-finder-contextmenu div.edit { background-position: 6px -435px; }
|
687
|
+
.el-finder-contextmenu div.info { background-position: 5px -462px; }
|
688
|
+
.el-finder-contextmenu div.help { background-position: 5px -487px; }
|
689
|
+
.el-finder-contextmenu div.icons { background-position: 5px -537px; }
|
690
|
+
.el-finder-contextmenu div.list { background-position: 5px -557px; }
|
691
|
+
.el-finder-contextmenu div.archive { background-position: 5px -583px; }
|
692
|
+
.el-finder-contextmenu div.extract { background-position: 5px -583px; }
|
693
|
+
.el-finder-contextmenu div.resize { background-position: 5px -655px; }
|
694
|
+
.el-finder-contextmenu div.quicklook { background-position: 5px -727px; }
|
695
|
+
|
696
|
+
.el-finder-contextmenu div.delim {
|
697
|
+
margin:0;
|
698
|
+
padding:0;
|
699
|
+
height:1px;
|
700
|
+
border-top:1px solid #eee;
|
701
|
+
background:transparent;
|
702
|
+
display:block;
|
703
|
+
}
|
704
|
+
.el-finder-contextmenu div.hover { background-color:#99ccff; }
|
705
|
+
|
706
|
+
.el-finder-places {
|
707
|
+
margin-top:.5em;
|
708
|
+
}
|
709
|
+
|
710
|
+
|
711
|
+
.el-finder-drag-helper {
|
712
|
+
padding:0;
|
713
|
+
cursor:move;
|
714
|
+
zoom:1;
|
715
|
+
}
|
716
|
+
|
717
|
+
.el-finder-drag-helper div {
|
718
|
+
border:0 solid;
|
719
|
+
margin-left:-57px;
|
720
|
+
|
721
|
+
}
|
722
|
+
|
723
|
+
.el-finder-drag-copy {
|
724
|
+
background:image-url("elfinder/toolbar.png") 0 -771px no-repeat;
|
725
|
+
}
|
726
|
+
|
727
|
+
.el-finder-drag-helper label {
|
728
|
+
border:1px solid #ccc;
|
729
|
+
background-color:#eee;
|
730
|
+
border-radius:5px;
|
731
|
+
-moz-border-radius:5px;
|
732
|
+
-webkit-border-radius:5px;
|
733
|
+
}
|
734
|
+
|
735
|
+
|
736
|
+
/************************************/
|
737
|
+
/* QuickLook */
|
738
|
+
/************************************/
|
739
|
+
|
740
|
+
.el-finder-ql {
|
741
|
+
position:absolute;
|
742
|
+
width:420px;
|
743
|
+
height:auto;
|
744
|
+
padding:12px 9px;
|
745
|
+
text-align:center;
|
746
|
+
border-radius:9px;
|
747
|
+
-moz-border-radius:9px;
|
748
|
+
-webkit-border-radius:9px;
|
749
|
+
background:image-url("elfinder/ql.png");
|
750
|
+
overflow: inherit !important;
|
751
|
+
}
|
752
|
+
|
753
|
+
.el-finder-ql.directory p { background-position: 0 -50px; }
|
754
|
+
|
755
|
+
/* toolbar */
|
756
|
+
.el-finder-ql div.el-finder-ql-drag-handle {
|
757
|
+
height:18px;
|
758
|
+
font-size:14px;
|
759
|
+
background-color:#777;
|
760
|
+
margin:-12px -9px 12px -9px;
|
761
|
+
padding:3px 0 0 19px;
|
762
|
+
opacity:.8;
|
763
|
+
text-align:center;
|
764
|
+
white-space: nowrap;
|
765
|
+
overflow:hidden;
|
766
|
+
-moz-border-radius-topleft:9px;
|
767
|
+
-moz-border-radius-topright:9px;
|
768
|
+
-webkit-border-top-left-radius: 9px;
|
769
|
+
-webkit-border-top-right-radius: 9px;
|
770
|
+
border-top-left-radius: 9px;
|
771
|
+
border-top-right-radius: 9px;
|
772
|
+
}
|
773
|
+
/* close button */
|
774
|
+
.el-finder-ql div.el-finder-ql-drag-handle span {
|
775
|
+
float:left;
|
776
|
+
margin:0 19px 0 -15px;
|
777
|
+
}
|
778
|
+
/* title in tolbar */
|
779
|
+
.el-finder-ql div.el-finder-ql-drag-handle strong {
|
780
|
+
line-height:18px;
|
781
|
+
margin-left:-17px;
|
782
|
+
color:#fff;
|
783
|
+
}
|
784
|
+
|
785
|
+
.el-finder-ql div.el-finder-ql-media {
|
786
|
+
width:100%;
|
787
|
+
padding:0;
|
788
|
+
}
|
789
|
+
|
790
|
+
.el-finder-ql div.el-finder-ql-content {
|
791
|
+
width:100%;
|
792
|
+
font:.82em/1.3em trebuchet ms,lucida grande,verdana,sans-serif;
|
793
|
+
padding:5px 0;
|
794
|
+
overflow:hidden;
|
795
|
+
}
|
796
|
+
|
797
|
+
.el-finder-ql div.el-finder-ql-content span,
|
798
|
+
.el-finder-ql div.el-finder-ql-content a {
|
799
|
+
display:block;
|
800
|
+
color: #fff;
|
801
|
+
}
|
802
|
+
|
803
|
+
/* text files preview */
|
804
|
+
.el-finder-ql iframe {
|
805
|
+
background:#fff;
|
806
|
+
width:100%;
|
807
|
+
height:315px;
|
808
|
+
padding:0;
|
809
|
+
margin:0;
|
810
|
+
border:none;
|
811
|
+
outline:none;
|
812
|
+
}
|
813
|
+
|
814
|
+
|
815
|
+
/* images preview */
|
816
|
+
.el-finder-ql img {
|
817
|
+
margin:0 auto;
|
818
|
+
border:1px solid #fff;
|
819
|
+
}
|
820
|
+
|
821
|
+
/* button help */
|
822
|
+
.el-finder-help-std {
|
823
|
+
background: image-url("elfinder/icons-big.png") 0 -1380px no-repeat;
|
824
|
+
width:48px;
|
825
|
+
height:48px;
|
826
|
+
float:right;
|
827
|
+
}
|
828
|
+
|
829
|
+
.el-finder-logo {
|
830
|
+
background: image-url("elfinder/icons-big.png") 0 -1329px no-repeat;
|
831
|
+
width:48px;
|
832
|
+
height:48px;
|
833
|
+
float:left;
|
834
|
+
}
|
835
|
+
|
836
|
+
.el-finder-ql .ui-resizable-e, .el-finder-ql .ui-resizable-s { background:transparent !important;}
|