diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/about.htm new file mode 100644 index 000000000..d57546bbb --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/about.htm @@ -0,0 +1,53 @@ + + + {$lang_about_title} + + + + + + + +
+ +
+ +
+
+

{$lang_about_title}

+

Version: {$tinymce_version} ({$tinymce_releasedate})

+

TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL + by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.

+

Copyright © 2005, Moxiecode Systems AB, All rights reserved.

+

For more information about this software visit the TinyMCE website.

+ +
+
+ +
+
+

{$lang_loaded_plugins}

+ +
+
+ +

 

+
+
+ +
+
+
+
+ +
+
+ +
+
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/anchor.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/anchor.htm new file mode 100644 index 000000000..53d7969f0 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/anchor.htm @@ -0,0 +1,33 @@ + + + {$lang_insert_anchor_title} + + + + + +
+ + + + + + + + + +
{$lang_insert_anchor_title}
{$lang_insert_anchor_name}:
+ +
+
+ +
+ +
+ +
+
+ +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/charmap.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/charmap.htm new file mode 100644 index 000000000..9aed1d4b5 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/charmap.htm @@ -0,0 +1,53 @@ + + + {$lang_theme_charmap_title} + + + + + + + + + + + + + + + + + +
{$lang_theme_charmap_title}
+ + + + + + + + + +
 
 
+
+ + + + + + + + + + + + + + + + +
HTML-Code
 
 
NUM-Code
 
+
+ + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/color_picker.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/color_picker.htm new file mode 100644 index 000000000..05db9b6bf --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/color_picker.htm @@ -0,0 +1,13 @@ + + + {$lang_theme_colorpicker_title} + + + + + +
+ +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/css/editor_content.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/css/editor_content.css new file mode 100644 index 000000000..1b41edb8c --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/css/editor_content.css @@ -0,0 +1,55 @@ +/* This file contains the CSS data for the editable area(iframe) of TinyMCE */ +/* You can extend this CSS by adding your own CSS file with the the content_css option */ + +body { + background-color: #FFFFFF; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + scrollbar-3dlight-color: #F0F0EE; + scrollbar-arrow-color: #676662; + scrollbar-base-color: #F0F0EE; + scrollbar-darkshadow-color: #DDDDDD; + scrollbar-face-color: #E0E0DD; + scrollbar-highlight-color: #F0F0EE; + scrollbar-shadow-color: #F0F0EE; + scrollbar-track-color: #F5F5F5; +} + +td { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + +pre { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + +.mceVisualAid { + border: 1px dashed #BBBBBB !important; +} + +.mceItemAnchor { + width: 12px; + line-height: 6px; + overflow: hidden; + padding-left: 12px; + background-image: url('../images/anchor_symbol.gif'); + background-position: bottom; + background-repeat: no-repeat; +} + +/* Important is needed in Gecko browsers inorder to style links */ +/* +a { + color: green !important; +} +*/ + +/* Style selection range colors in Gecko browsers */ +/* +::-moz-selection { + background-color: red; + color: green; +} +*/ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/css/editor_popup.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/css/editor_popup.css new file mode 100644 index 000000000..14f83221a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/css/editor_popup.css @@ -0,0 +1,319 @@ +/* This file contains the CSS data for all popups in TinyMCE */ + +body { + background-color: #F0F0EE; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + scrollbar-3dlight-color: #F0F0EE; + scrollbar-arrow-color: #676662; + scrollbar-base-color: #F0F0EE; + scrollbar-darkshadow-color: #DDDDDD; + scrollbar-face-color: #E0E0DD; + scrollbar-highlight-color: #F0F0EE; + scrollbar-shadow-color: #F0F0EE; + scrollbar-track-color: #F5F5F5; + margin: 8px; +} + +td { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; +} + +input { + background: #FFFFFF; + border: 1px solid #cccccc; +} + +td, input, select, textarea { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + +input, select, textarea { + border: 1px solid #808080; +} + +.input_noborder { + border: 0px solid #808080; +} + +#insert { + font-weight: bold; + width: 90px; + height: 21px; + border: 0px; + background-image: url('../images/insert_button_bg.gif'); + cursor: pointer; +} + +#cancel { + font-weight: bold; + width: 90px; + height: 21px; + border: 0px; + background-image: url('../images/cancel_button_bg.gif'); + cursor: pointer; +} + +/* Mozilla only style */ +html>body #insert, html>body #cancel { + padding-bottom: 2px; +} + +.title { + font-size: 12px; + font-weight: bold; + color: #2B6FB6; +} + +table.charmap { + border-style: solid; + border-width: 1px; + border-color: #AAAAAA; +} + +td.charmap, td.charmapOver { + color: #000000; + border-color: #AAAAAA; + border-style: solid; + border-width: 1px; + text-align: center; + font-size: 12px; +} + +td.charmapOver { + background-color: #CCCCCC; + cursor: arrow; +} + +a.charmap { + color: #000000; + text-decoration: none +} + +.wordWrapCode { + vertical-align: middle; + border: 1px none #000000; + background-color: transparent; +} + +input.radio { + border: 1px none #000000; + background-color: transparent; + vertical-align: middle; +} + +input.checkbox { + border: 1px none #000000; + background-color: transparent; + vertical-align: middle; +} + +.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected { + margin-left: 1px; +} + +.mceButtonNormal { + border-top: 1px solid; + border-left: 1px solid; + border-bottom: 1px solid; + border-right: 1px solid; + border-color: #F0F0EE; + cursor: arrow; +} + +.mceButtonOver { + border: 1px solid #0A246A; + cursor: arrow; + background-color: #B6BDD2; +} + +.mceButtonDown { + cursor: arrow; + border: 1px solid #0A246A; + background-color: #8592B5; +} + +.mceButtonDisabled { + filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); + -moz-opacity:0.3; + opacity: 0.3; + border-top: 1px solid; + border-left: 1px solid; + border-bottom: 1px solid; + border-right: 1px solid; + border-color: #F0F0EE; + cursor: arrow; +} + +.mceActionPanel { + margin-top: 5px; +} + +/* Tabs classes */ + +.tabs { + float: left; + width: 100%; + line-height: normal; + background-image: url("../images/xp/tabs_bg.gif"); +} + +.tabs ul { + margin: 0; + padding: 0px 0px 0; + list-style: none; +} + +.tabs li { + float: left; + background: url("../images/xp/tab_bg.gif") no-repeat left top; + margin: 0; + margin-left: 0px; + margin-right: 2px; + padding: 0 0 0 10px; + line-height: 18px; +} + +.tabs li.current { + background: url("../images/xp/tab_sel_bg.gif") no-repeat left top; + margin-right: 2px; +} + +.tabs span { + float: left; + display: block; + background: url("../images/xp/tab_end.gif") no-repeat right top; + padding: 0px 10px 0px 0px; +} + +.tabs .current span { + background: url("../images/xp/tab_sel_end.gif") no-repeat right top; +} + +.tabs a { + text-decoration: none; + font-family: Verdana, Arial; + font-size: 10px; +} + +.tabs a:link, .tabs a:visited, .tabs a:hover { + color: black; +} + +.tabs a:hover { +} + +.tabs .current { +} + +.tabs .current a, .tabs .current a:link, .tabs .current a:visited { +} + +.panel_wrapper div.panel { + display: none; +} + +.panel_wrapper div.current { + display: block; + width: 100%; + height: 300px; + overflow: visible; /* Should be auto but that breaks Safari */ +} + +.panel_wrapper { + border: 1px solid #919B9C; + border-top: 0px; + padding: 10px; + padding-top: 5px; + clear: both; + background-color: white; +} + +fieldset { + border: 1px solid #919B9C; + font-family: Verdana, Arial; + font-size: 10px; + padding: 0px; + margin: 0px; + padding: 4px; +} + +legend { + color: #2B6FB6; + font-weight: bold; +} + +.properties { + width: 100%; +} + +.properties .column1 { +} + +.properties .column2 { + text-align: left; +} + +a:link, a:visited { + color: black; +} + +a:hover { + color: #2B6FB6; +} + +#plugintable thead { + font-weight: bold; + background-color: #DDDDDD; +} + +#plugintable, #about #plugintable td { + border: 1px solid #919B9C; +} + +#plugintable { + width: 99%; + margin-top: 10px; +} + +#pluginscontainer { + height: 290px; + overflow: auto; +} + +/* MSIE Specific styles */ + +* html .panel_wrapper { + width: 100%; +} + +.column { + float: left; +} + +h1, h2, h3, h4 { + color: #2B6FB6; + margin: 0px; + padding: 0px; + padding-top: 5px; +} + +h3 { + font-size: 14px; +} + +/* Disables the advanced tab in the table plugin. */ +/* +#table #advanced_tab { + display: none; +} +*/ + +/* Disables the border input field and label in the table plugin. */ +/* +#table #border, #table #borderlabel { + display: none; +} +*/ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/css/editor_ui.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/css/editor_ui.css new file mode 100644 index 000000000..77cc4b1c3 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/css/editor_ui.css @@ -0,0 +1,173 @@ +/* This file contains the CSS data for the editor UI of TinyMCE instances */ + +.mceToolbarTop a, .mceToolbarTop a:visited, .mceToolbarTop a:hover, .mceToolbarBottom a, .mceToolbarBottom a:visited, .mceToolbarBottom a:hover { + border: 0px; margin: 0px; padding: 0px; background: transparent; +} + +.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceSeparatorLine, .mceButtonDisabled, .mceButtonSelected { + border: 0px; margin: 0px; padding: 0px; background: transparent; + margin-top: 1px; + margin-left: 1px; + padding: 0px; +} + +.mceButtonNormal { + border: 1px solid #F0F0EE !important; + cursor: arrow; +} + +.mceButtonOver { + border: 1px solid #0A246A !important; + cursor: arrow; + background-color: #B6BDD2; +} + +.mceButtonDown { + cursor: arrow; + border: 1px solid #0A246A !important; + background-color: #8592B5; +} + +.mceButtonSelected { + border: 1px solid #C0C0BB !important; + cursor: arrow; +} + +.mceButtonDisabled { + filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); + -moz-opacity:0.3; + opacity: 0.3; + border: 1px solid #F0F0EE !important; + cursor: arrow; +} + +.mceSeparator { + border-top: 1px solid buttonhighlight; + border-left: 1px solid buttonhighlight; + border-bottom: 1px solid buttonshadow; + border-right: 1px solid buttonshadow; + margin-right: 2px; + margin-left: 2px; +} + +.mceSeparatorLine { + margin:2px; + margin-left: 4px; + background-color: #F0F0EE; + border-top: 1px solid buttonshadow; + border-left: 1px solid buttonshadow; + border-bottom: 1px solid buttonhighlight; + border-right: 1px solid buttonhighlight; + width: 0px; + height: 15px; +} + +.mceSelectList { + font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; + font-size: 7pt !important; + font-weight: normal; + margin-top: 3px; + padding: 0px; + display: inline; + vertical-align: top; + background-color: #F0F0EE +} + +.mceLabel, .mceLabelDisabled { + font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; + font-size: 9pt; +} + +.mceLabel { + color: #000000; +} + +.mceLabelDisabled { + cursor: text; + color: #999999; +} + +.mceEditor { + background: #F0F0EE; + border: 1px solid #cccccc; + padding: 0px; + margin: 0px; +} + +.mceEditorArea { + font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; + background: #FFFFFF; + padding: 0px; + margin: 0px; +} + +.mceToolbarTop, .mceToolbarBottom { + background: #F0F0EE; + line-height: 1px; + font-size: 1px; +} + +.mceToolbarTop { + border-bottom: 1px solid #cccccc; +} + +.mceToolbarBottom { + border-top: 1px solid #cccccc; +} + +.mceStatusbarTop, .mceStatusbarBottom, .mceStatusbar { + height: 20px; +} + +.mceStatusbarTop .mceStatusbarPathText, .mceStatusbarBottom .mceStatusbarPathText, .mceStatusbar .mceStatusbarPathText { + font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; + font-size: 9pt; + padding: 2px; + line-height: 16px; + overflow: visible; +} + +.mceStatusbarTop { + border-bottom: 1px solid #cccccc; +} + +.mceStatusbarBottom { + border-top: 1px solid #cccccc; +} + +.mceStatusbar { + border-bottom: 1px solid #cccccc; +} + +.mcePathItem, .mcePathItem:link, .mcePathItem:visited, .mcePathItem:hover { + text-decoration: none; + font-family: 'MS Sans Serif', sans-serif, Verdana, Arial; + font-size: 9pt; + color: #000000; +} + +.mcePathItem:hover { + text-decoration: underline; +} + +.mceStatusbarPathText { + float: left; +} + +.mceStatusbarResize { + float: right; + background-image: url('../images/statusbar_resize.gif'); + background-repeat: no-repeat; + width: 11px; + height: 20px; + cursor: se-resize; +} + +.mceResizeBox { + width: 10px; + height: 10px; + display: none; + border: 1px dotted gray; + margin: 0px; + padding: 0px; +} diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/about.htm new file mode 100644 index 000000000..f51faa9a8 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/about.htm @@ -0,0 +1,31 @@ + + +O TinyMCE + + + + + + + + + + + + +
+
+TinyMCE je malý WYSIWYG editor pro webové prohlížeče jako jsou MSIE nebo Mozilla, +kterým lze HTML obsah upravovat mnohem jednodušeji. Obsahuje běžné funkce, +jež lze nalézt ve většině textových editorů, proto by jeho používání nemělo být složité.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/common_buttons.htm new file mode 100644 index 000000000..c096703b4 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/common_buttons.htm @@ -0,0 +1,170 @@ + + +Běžná tlačítka + + + + + + + + + + + + +
+
+Níže je krátce popsáno každé tlačítko. + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Zkopíruje aktuálně vybraný obsah do schránky. (Ctrl+C)
Vyjme aktuálně vybraný obsah do schránky. (Ctrl+X)
Vloží obsah schránky do okna editoru. (Ctrl+P)
Ztuční text.
Naformátuje text kurzívou.
Podtrhne text.
Přeškrtne text.
Zarovná vlevo.
Zarovná na střed.
Zarovná vpravo.
Zarovná do bloku.
Neřazený seznam/seznam s odrážky.
Řazený seznam/číslovaný seznam.
Předsadí/sníží odsazení.
Odsadí/zvýší odsazení.
Vrátí zpět naposledy provedenou akci.
Obnoví poslední akci.
Vloží nový odkaz, více o této funkci v části Vložit odkaz.
Zruší odkaz v aktuálním výběru/odstranit všechny vybrané odkazy.
Vloží nový obrázek, více o této funkci v části Vložit obrázek.
Vyčistí kód/odstraní nechtěné formátování. Tato funkce se hodí když + kopírujete obsah například z kancelářského balíku.
Zobrazí tuto nápovědu.
Otevře editor s HTML zdrojem.
Do aktuální pozice vloží novou 2x2 tabulku.
Přidá řádek před aktuální.
Přidá řádek pod aktuální.
Odstraní řádek.
Přidá sloupec před aktuální.
Přidá sloupec za aktuální.
Odstraní aktuální sloupec.
Přidá nový vodorovný oddělovač.
Odstraní z výběru formátování.
Vytvoří z vybraného textu dolní index.
Vytvoří z vybraného textu horní index.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_image_window.png b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_image_window.png new file mode 100644 index 000000000..5d9ea9830 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_image_window.png differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_link_window.png b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_link_window.png new file mode 100644 index 000000000..94a0c2e5a Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_link_window.png differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_table_window.png b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_table_window.png new file mode 100644 index 000000000..17c46d0f4 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/images/insert_table_window.png differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/index.htm new file mode 100644 index 000000000..88c8c8f05 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/index.htm @@ -0,0 +1,26 @@ + + +Nápověda + + + + + + + + + + +
+
+Kliknutím na odkazy níže zvolte požadovanou část nápovědy. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/insert_image_button.htm new file mode 100644 index 000000000..360102df7 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/insert_image_button.htm @@ -0,0 +1,66 @@ + + +Tlačítko vložit obrázek + + + + + + + + + + + + +
+
+Tlačítko vložit obrázek otevře následující okno.
+
+
+
+Jen vložte URL obrázku, který chcete přidat a zadáte jeho popis, jenž bude +zobrazován jako alternativní popisek obrázku.
+
+Popis políček:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
URL obrázkuURL/cesta k obrázku.
Popis obrázkuAlternativní popis toho, co je na obrázku.
RozměryŠířka/výška obrázku.
ZarovnáníZarovnání obrázku, vhodné pro obtékání obrázku textem.
RámečekTloušťka rámečku.
Vertikální okrajVertikální okraj, vhodné pro zalomení textu kolem obrázku.
Horizontální okrajHorizontální okraj, vhodné pro zalomení textu kolem obrázku.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/insert_link_button.htm new file mode 100644 index 000000000..35080782c --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/insert_link_button.htm @@ -0,0 +1,34 @@ + + +Tlačítko vložit odkaz + + + + + + + + + + + + +
+
+Toto tlačítko otevře nové okno s možností vložení/úpravy odkazu.
+
+
+
+V tomto okně jsou dvě políčka. "URL odkazu" je adresa stránky, na +kterou odkazujeme. "Cíl" určuje, jak má být odkazovaná stránka otevřena.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/insert_table_button.htm new file mode 100644 index 000000000..fcb63b62a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/insert_table_button.htm @@ -0,0 +1,68 @@ + + +Tlačítko vložit tabulku + + + + + + + + + + + + +
+
+Tlačítko vložit tabulku otevře následující okno, v němž můžete definovat novou tabulku.
+
+
+
+Popis políček:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SloupcePočet sloupců v tabulce.
ŘádkyPočet řádků v tabulce.
Vnitřní okraj buněkVnitřní okraj buněk tabulky.
Vnější okraj buněkVnitřní okraj buněk tabulky.
ZarovnáníZarovnání tabulky.
RámečekTloušťka rámečku tabulky.
ŠířkaŠířka tabulky v pixelech.
VýškaVýška tabulky v pixelech.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/style.css new file mode 100644 index 000000000..f988e2a7b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/cs/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: 0; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/about.htm new file mode 100644 index 000000000..fc228f8c4 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/about.htm @@ -0,0 +1,31 @@ + + +About TinyMCE + + + + + + + + + + + +
+
+TinyMCE er et kompakt WYSIWYG editeringsmodul, der kan anvendes i browsere som MS Internet +Explorer eller Mozilla. Modulet gřr det muligt for dig at redigere HTML-indhold +pĺ en mere brugervenlig mĺde. Den er forsynet med de samme funktioner, som man +finder i de fleste tekstbehandlingssystemer og skulle ikke vćre svćr at anvende.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/common_buttons.htm new file mode 100644 index 000000000..297a22c95 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/common_buttons.htm @@ -0,0 +1,162 @@ + + +Common buttons + + + + + + + + + + + +
+
+Herunder finder du en beskrivelse af de enkelte knapper.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Bold text iconFed tekst (Ctrl+B).
Italic text iconKursiv (Ctrl+I).
Underline text icon.Understregning (Ctrl+U).
Strikethrough text icon.Gennemstregning.
Align left icon.Juster til venstre.
Align center icon.Centrer.
Align right icon.Juster til hřjre.
Align full icon.Lige hřjre margen.
Unordered list/bullet list icon.Uordnet list med bullets.
Ordered list/numbered list icon.Ordnet liste med tal
Outdent/decrease indentation icon.Flyt tekst til venstre.
Indent/increase indentation icon.Flyt tekst til hřjre.
Undo the last operation.Fortryd sidste valg (Ctrl+Z).
Redo the last operation icon.Gentag sidste valg (Ctrl+Y).
Insert a new link icon.Indsćt nyt link - lćs mere om denne funktion i afsnittet Indsćttelse + af link.
Unlinks the current selection icon.Fjern aktuelt valgte link(s).
Insert a new anchor icon.Indsćt nyt bogmćrke - lćs mere om denne funktion i afsnittet om + Bogmćrker.
Insert a new image icon.Indsćt nyt billede - lćs mere om denne funktion i afsnittet om + Billedbehandling.
Cleanup code icon.Ryd op i koden / fjern uřnsket formatering. Denne funktion er brugbar, + nĺr man indsćtter tekst f. eks. fra et office-produkt.
Show help icon.Viser dette hjćlpevindue.
Source code editor icon.Ĺbner editoren til redigering af HTML-kode.
Insert table icon.Indsćtter en ny tabel, hvor cursoren aktuelt er anbragt.
Adds a row above icon.Tilfřjer en rćkke over den aktuelle.
Adds a row under icon.Tilfřjer en rćkke under den aktuelle.
Remove row icon.Fjerner en rćkke.
Add column before icon.Tilfřjer en kolonne fřr den aktuelle.
Add column after icon.Tilfřjer en kolonne efter den aktuelle.
Remove column icon.Fjerner den aktuelle kolonne.
Insert horizontal ruler icon.Indsćtter en vandret streg
Remove formatting icon.Fjerner al formatering fra den aktuelt valgte tekst.
Subscript icon.Sćtter det valgte som sćnket skrift.
Superscript icon.Sćtter det valgte som hćvet skrift.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/create_accessible_content.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/create_accessible_content.htm new file mode 100644 index 000000000..b855eb713 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/create_accessible_content.htm @@ -0,0 +1,76 @@ + + +Insert table button + + + + + + + + + + + +
+

TinyMCE kan producere HTML, der vil vćre tilgćngeligt for alle brugere, ogsĺ +dem med handicaps, som anvender forskellige hjćlpeteknikker. Den kan ogsĺ skabe +indhold, der er tilgćngeligt for brugere, som anvender tekstbaserede browsere +eller dem, der browser uden at vise billederne frem pĺ siderne. 

+ +

Ting du selv kan gřre, for at gřre dine tekste tilgćngelige:

+
    +
  1. Lav en billedbeskrivelse: Blinde brugere eller andre, som +ikke er i stand til at se billeder, er helt afhćngige af billedbeskrivelsen +eller alt-teksten, som erstatter selve billedet. Hvis et billede ingen betydning +har - dvs. hvis det blot fungerer som dekoration eller som et blankt omrĺde, sĺ +lad billedbeskrivelsen stĺ tom.  Sĺ vil TinyMCE indsćtte et tomt alt-felt, +der vil tvinge hjćlpeprogrammerne til at ignorere billedet.

  2. + +
  3. Tilfřj udstrćkning til en tabels overskriftsceller: I den +dialog, som gřr det muligt at styre en tabels attributter, břr man angive en +overskrifts udstrćkning. Det vil fungere sĺdan, at overskriften automatisk +knyttes til alle vćrdier i tabellen, hvilket gřr det nemmere for blinde brugere +at forstĺ, hvad indholdet i den enkelte celle betyder. 

  4. + +
  5. Strukturer indholdet med fornuftige overskrifter: Vćlg +standardformaterede overskrifter (som f. eks. H1-6) for at lave overskrifter til +dit indhold - gĺr det i stedet for at lave dine egne standarder. Blinde brugere +anvender en lćser, der kan genkende disse standardformater og pĺ den mĺde lave +en indholdsfortegnelse over siden. Pĺ den mĺde kan en blind bruger lettere +bevćge sig rundt pĺ siden og springe fra afsnit til afsnit.

  6. + +
  7. Husk at lave alternativt indhold: Lav en alternativ side +der reprćsenterer ikke-HTML-formateret indhold - sĺ som Flash, Java applets +eller indlejrede videosekvenser. Denne kan laves som et stykke statisk grafik +kombineret med en beskrivelse af billedet og en beskrivelse af det indhold, som  +ville vćre dukket op, hvis man havde set siden pĺ normal vis. En alternativ +HTML-side kan ogsĺ laves, hvorefter man sĺ kan lćgge et link pĺ til den ved +siden af Falsh-referencen eller referencen til Java appletten. Pĺ denne mĺde +sikrer du, at indholdet ogsĺ er tilgćngeligt for folk, som bruger +hjćlpeteknologier, som ikke er i stand til at vise eller afvikle dit indhold +eller som mangler den relevante player eller plugin.

  8. + +
  9. Kontroller tilgćngeligheden: Nĺr AChecker plugin'en er +installeret sammen med TinyMCE, kan du blot trykke pĺ den relevante knap for at +blive adviseret om mulige tilgćngelighedsproblemer.

  10. + +
+ +

Besřg ACheckers +hjemmeside for at se yderligere informationer om, hvordan man skaber +indhold, som alle brugere kan tilgĺ.
+

+ +
+ + + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_anchor_window.gif new file mode 100644 index 000000000..5b5f528dd Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_image_window.gif new file mode 100644 index 000000000..cdc617eab Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_link_window.gif new file mode 100644 index 000000000..7bad7583a Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_table_window.gif new file mode 100644 index 000000000..23b38145b Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/index.htm new file mode 100644 index 000000000..1671fe41b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/index.htm @@ -0,0 +1,28 @@ + + +Help Index + + + + + + + + + +
+
+Klik pĺ et link herunder for at springe til en hjćlpetekst. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_anchor_button.htm new file mode 100644 index 000000000..3bc9d2951 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_anchor_button.htm @@ -0,0 +1,33 @@ + + +Insert anchor button + + + + + + + + + + + +
+
+Denne knap ĺbner et nyt vindue, som rummer bogmćrkefunktionen.
+
+Anchor dialog/window
+
+Der er kun et enkelt felt i dette vindue - i det skriver du navnet pĺ dit +bogmćrke. Husk at to bogmćrker ikke kan hedde det samme.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_image_button.htm new file mode 100644 index 000000000..ed7c81f70 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_image_button.htm @@ -0,0 +1,67 @@ + + +Insert image button + + + + + + + + + + + +
+
+Knappen "Indsćt billede" ĺbner et vindue, der ser ud som nedenfor.
+
+Insert image dialog/window
+
+Her indskriver man ganske enkelt adressen pĺ det billede, man vil linke til samt +en billedbeskrivelse. Denne beskrivelse bliver derefter vist som den alternative +tekstbeskrivelse af billedet.
+
+Feltbeskrivelser:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Image URL Adressen pĺ eller stien til billedet.
Image description Alternativ tekstbeskrivelse af billedet.
DimentionsBilledets bredde / hřjde.
AlignmentBilledets justering - brugbar nĺr der skal sćttes tekst pĺ plads omkring + et billede.
BorderRamme bredde.
VSpaceVertikal margen - brugbart nĺr billedet skal placeres i en tekst.
HSpaceHorisontal margen - brugbart nĺr billedet skal placeres i en tekst.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_link_button.htm new file mode 100644 index 000000000..3c3444173 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_link_button.htm @@ -0,0 +1,34 @@ + + +Insert link button + + + + + + + + + + + +
+
+Denne knap ĺbner et nyt vindue, som rummer linkfunktionen.
+
+Insert link dialog/window
+
+Der er to felter i dette vindue. I det fřrste skal man indskrive adressen pĺ +linket - i det andet det "target", som linket skal pege pĺ - dvs. hvordan linket +ĺbnes, nĺr brugeren trykker pĺ det.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_table_button.htm new file mode 100644 index 000000000..9fc990141 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/insert_table_button.htm @@ -0,0 +1,72 @@ + + +Insert table button + + + + + + + + + + + +
+
+Trykker man pĺ indsćt tabel knappen ĺbnes det vindue, som du kan se herunder. I +dette vindue kan du oprette nye tabeller.
+
+
+
+Feltbeskrivelser:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KolonnerAntal kolonner i tabellen.
RćkkerAntal rćkker i tabellen.
CellemarginTabellens cellemargin.
Indvendig marginIndvendig margin i cellerne.
JusteringTabellens justering.
KantKantbredden i tabellen.
BreddeTabellens bredde i pixels.
HřjdeTabellens hřjde i pixels.
KlasseStyle eller stylesheet klasse for tabellen.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/da/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/about.htm new file mode 100644 index 000000000..c546f3048 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/about.htm @@ -0,0 +1,31 @@ + + +Über TinyMCE + + + + + + + + + + + +
+
+TinyMCE ist ein kompakter WYSIWYG-Editor für Webbrowser wie MSIE oder Mozilla +der es Ihnen ermöglicht HTML-Inhalte auf eine benutzerfreundliche Weise zu +editieren. Es verfügt über die wichtigsten Funktionen die in den meisten +Textverarbeitungen vorkommen und sollte einfach zu benutzen sein.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/common_buttons.htm new file mode 100644 index 000000000..3dc058d87 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/common_buttons.htm @@ -0,0 +1,107 @@ + + +Allgemeine Schaltflächen + + + + + + + + + + + +
+
+Untenstehend eine kurze Beschreibung jeder Schaltfläche.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Fetter Text.
Kursiver Text.
Unterstrichener Text.
Durchgestrichener Text.
Linksbündig.
Zentriert.
Rechtsbündig.
Blocksatz.
Unsortierte Liste / Punktierte Liste.
Sortierte Liste / Nummerierte Liste.
Einzug verkleinern.
Einzug vergrössern.
Letzte Aktion rückgängig machen.
Letzte Aktion wiederholen.
Einen neuen Hyperlink einfügen, lesen Sie mehr über diese Funktion im Kapitel Hyperlink einfügen.
Den gegenwärtige markierten Hyperlink entfernen / Alle gegenwärtig markierten Hyperlinks entfernen.
Ein neues Bild einfügen, lesen Sie mehr über diese Funktion im Kapitel Bild einfügen.
unsauberen Code aufräumen / Entfernt ungewollte Formatierungen. Diese Funktion ist nützlich, + wenn Sie beispielsweise Inhalte aus einem Office Produkt kopieren.
Zeigt diese Hilfe an.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_image_window.gif new file mode 100644 index 000000000..751de2816 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_link_window.gif new file mode 100644 index 000000000..14871d7d2 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/index.htm new file mode 100644 index 000000000..d0d39e1d1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/index.htm @@ -0,0 +1,24 @@ + + +Inhaltsverzeichnis der Hilfe + + + + + + + + + +
+
+Klicken Sie auf die untenstehenden Links um die verschiedenen Bereiche der Hilfe zu betrachten. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/insert_image_button.htm new file mode 100644 index 000000000..7fcb2c6d1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/insert_image_button.htm @@ -0,0 +1,33 @@ + + +Schaltfläche Bild einfügen + + + + + + + + + + + +
+
+Die Schaltfläche "Bild einfügen" öffnet das unten gezeigte Fenster.
+
+
+
+Sie geben einfach die URL zu dem Bild ein, das Sie verknüpfen möchten und eine +Beschreibung des Bildes, welche dann als alternative Textbeschreibung verwendet wird. +
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/insert_link_button.htm new file mode 100644 index 000000000..fbbd54f50 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/insert_link_button.htm @@ -0,0 +1,34 @@ + + +Schaltfläche Hyperlink einfügen + + + + + + + + + + + +
+
+Diese Schaltfläche öffnet das Fenster für die "Hyperlink einfügen / bearbeiten"-Funktion.
+
+
+
+Zwei Felder sind in diesem Fenster auszufüllen. Das Erste, "Hyperlink URL", ist für +die URL der Verknüpfung. Das "Ziel" erlaubt Ihnen auszuwählen wie die Verknüpfung +geöffnet werden soll. +
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/de/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/about.htm new file mode 100644 index 000000000..a6957a651 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/about.htm @@ -0,0 +1,31 @@ + + +About TinyMCE + + + + + + + + + + + +
+
+TinyMCE is a small WYSIWYG editor control for web browsers such as MSIE or Mozilla +that enables you to edit HTML contents in a more user friendly way. It has common +features that are found in most word processors and should not be difficult to +use.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm new file mode 100644 index 000000000..a3bab47d1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm @@ -0,0 +1,162 @@ + + +Common buttons + + + + + + + + + + + +
+
+Below is a short description about each button. +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Bold text iconBold text style (Ctrl+B).
Italic text iconItalic text style (Ctrl+I).
Underline text icon.Underline text style (Ctrl+U).
Strikethrough text icon.Strikethrough text style.
Align left icon.Align left.
Align center icon.Align center.
Align right icon.Align right.
Align full icon.Align full.
Unordered list/bullet list icon.Unordered list/bullet list.
Ordered list/numbered list icon.Ordered list/numbered list
Outdent/decrease indentation icon.Outdent/decrease indentation.
Indent/increase indentation icon.Indent/increase indentation.
Undo the last operation.Undo the last operation (Ctrl+Z).
Redo the last operation icon.Redo the last operation (Ctrl+Y).
Insert a new link icon.Insert a new link, read more about this function in the Insert + link section.
Unlinks the current selection icon.Unlinks the current selection/removes all selected links.
Insert a new anchor icon.Insert a new anchor, read more about this function in the Insert anchor section.
Insert a new image icon.Insert a new image, read more about this function in the Insert + image section.
Cleanup code icon.Cleanup code/Removes unwanted formating. This function is useful when + you copy contents from for example a office product.
Show help icon.Shows this help window.
Source code editor icon.Opens HTML source code editor.
Insert table icon.Inserts a new table at the current location.
Adds a row above icon.Adds a row above the current one.
Adds a row under icon.Adds a row under the current one.
Remove row icon.Removes the row.
Add column before icon.Adds a column before the current one.
Add column after icon.Adds a column after the current one.
Remove column icon.Removes the current column.
Insert horizontal ruler icon.Inserts a new horizontal ruler
Remove formatting icon.Removes formatting from the selection.
Subscript icon.Makes the selection to be subscript.
Superscript icon.Makes the selection to be superscripted.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm new file mode 100644 index 000000000..f4070a31d --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm @@ -0,0 +1,45 @@ + + +Insert table button + + + + + + + + + + + +
+

TinyMCE can create HTML content that will be accessible to all users, including those with disabilities using assistive technologies, as well as those using text-based browsers, or those browsing the Web with images turned off.

+ +

Things you can do to make your content accessible:

+
    +
  1. Include an Image Description: Blind users, or others who are unable to view images, will rely on the Image Description (or Alt text) to take the place of the image. If an image contains no meaning, such as a decoration or a spacer image, leave the Image Description empty. TinyMCE will then insert an empty Alt text attribute that will force assistive technologies to ignore the image.

  2. + +
  3. Add Scope to data table header cells: In the table cell editor dialog window, choose a Scope when creating Header cells so the column or row label in that cell becomes explicitely associated with its data cells. Table cell headers will then be announced with each data cell, making it easier for blind users using a screen reader to understand what the content of each cell represents.

  4. + +
  5. Structure content with properly nested headings: In the format selection menu choose Heading 1 to Heading 6 to represent headings in your content, rather than using other font formating options. Blind users using a screen reader can then extract the headings from the page to generate a summary of the content it contains, and use those headings to navigate quickly to subsections within the page.

  6. + +
  7. Include alternate content: Create an alternate page for non-HTML content such as Flash, Java applets, or embedded movies. This might be a static image, with a description of the image, and a description of the content that would have appeared in its place. An alternate HTML page could also be created, and a link to it included next to the non-HTML object. This will ensure that the content will be accessible to users of assistive technologies that can not view or play the content, and ensure the content will be available to those who do not have the appropriate plugin or helper application installed.

  8. + +
  9. Check accessbility: When the AChecker plugin is installed with TinyMCE, click on the Check Accessibility button to generate a report of potential accessibility problems.

  10. + +
+ +

See the AChecker Web Site for further details about creating content that will be accessible to all users.
+

+ +
+ + + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif new file mode 100644 index 000000000..5b5f528dd Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif new file mode 100644 index 000000000..cdc617eab Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif new file mode 100644 index 000000000..7bad7583a Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif new file mode 100644 index 000000000..6a032c5ae Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/index.htm new file mode 100644 index 000000000..9810a93b0 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/index.htm @@ -0,0 +1,27 @@ + + +Help Index + + + + + + + + + +
+
+Click the links below to go to the different help sections. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm new file mode 100644 index 000000000..332cbc687 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm @@ -0,0 +1,32 @@ + + +Insert anchor button + + + + + + + + + + + +
+
+This button opens a new window with the insert/edit anchor function.
+
+Anchor dialog/window
+
+There are one field in this window, this is where you enter the name of you anchor point. Remember the anchor name needs to be unique.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm new file mode 100644 index 000000000..1529648d5 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm @@ -0,0 +1,65 @@ + + +Insert image button + + + + + + + + + + + +
+
+The insert image button opens the window shown below.
+
+Insert image dialog/window
+
+You simply enter a URL to the image you want to link to and enter a image description, +this is then displayed as an alternative text descripton of the image on the page.
+
+Field descriptions:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Image URL URL/path to the image.
Image description Alternative description of image contents.
DimentionsImage width/height.
AlignmentImage alignment, useful when wrapping text around images.
BorderBorder thickness.
VSpaceVertical space, useful when wrapping text around images.
HSpaceHorizontal space, useful when wrapping text around images.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm new file mode 100644 index 000000000..4f6445076 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm @@ -0,0 +1,33 @@ + + +Insert link button + + + + + + + + + + + +
+
+This button opens a new window with the insert/edit link function.
+
+Insert link dialog/window
+
+There are two fields in this window the first one "Link URL" is the +URL of the link. The target enables you to select how the link is to be opened.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm new file mode 100644 index 000000000..f352a0516 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm @@ -0,0 +1,71 @@ + + +Insert table button + + + + + + + + + + + +
+
+The insert table button opens the window shown below. This action enables you to create tables.
+
+Image of table window
+
+Field descriptions:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ColumnsNumber of columns in the table.
RowsNumber of rows in the new table.
CellpaddingCellpadding of the table .
CellspacingCellspacing of the table .
AlignmentTable alignment .
BorderBorder thinkness of table.
WidthWidth in pixels of table .
HeightHeight in pixels of table.
ClassStyle or CSS class of table.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/en/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/about.htm new file mode 100644 index 000000000..055c8202d --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/about.htm @@ -0,0 +1,28 @@ + + +Acerca de TinyMCE + + + + + + + + + + + +
+
+TinyMCE es un editor WYSIWYG para navegadores como MSIE o Mozilla que te permite editar el contenido HTML de una manera más amigable. Tiene la mayoría de las opciones de un procesador de texto y no debería ser dificil de usar.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/common_buttons.htm new file mode 100644 index 000000000..458a4fd55 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/common_buttons.htm @@ -0,0 +1,155 @@ + + +Botones de uso común + + + + + + + + + + + +
+
+Pequeña descripción de cada botoón. +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Texto en negrita.
Texto en cursiva.
Texto subrayado.
Texto tachado.
Alinear a la izquierda.
Alinear al centro.
Alinear a la derecha.
Alinear justificado.
Lista desordenada/lista por puntos.
Lista ordenada/lista numerada
Disminuir la sangría.
Aumentar la sangría.
Deshacer la última operación.
Rehacer la última operación.
Insertar un enlace, más información en insertar enlace.
Quita el enlace al texto seleccionado.
Insertar un imagen, más información en insertar imagen.
Limpiar código, esta función es útil cuando copias el código de otra página.
Muestra esta ventana de ayuda.
Abre el editor de HTML.
Inserta una nueva tabla de 2x2.
Añade una fila encima.
Añade una fila debajo.
Elimina una fila.
Añade una columna antes de la actual .
Añade una columna después de la actual.
Elimina la columna actual.
Inserta un separador horizontal
Elimina el formato de la selección.
Subíndice.
Superíndice.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_image_window.gif new file mode 100644 index 000000000..cdc617eab Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_link_window.gif new file mode 100644 index 000000000..7bad7583a Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_table_window.gif new file mode 100644 index 000000000..5e8497f75 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/index.htm new file mode 100644 index 000000000..081f03992 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/index.htm @@ -0,0 +1,25 @@ + + +Índice de la ayuda + + + + + + + + + +
+
+Selecciona una sección para ver la ayuda. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/insert_image_button.htm new file mode 100644 index 000000000..fdaa1a062 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/insert_image_button.htm @@ -0,0 +1,64 @@ + + +Insertar imagen + + + + + + + + + + + +
+
+El botón insertar imagen abre la siguiente ventana.
+
+
+
+Tu sólo tienes que escribir la URL de la imagen que quieres que aparezca y escribir una descripción de esta, esta descripción aparecera como un texto alternativo que describa la imagen.
+
+Descripción de los campos:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Image URL URL de la imagen.
Image description Descripción alternativa del contenido de la imagen.
DimentionsAltura/anchura de la imagen.
AlignmentAlineamiento, útil cuando colocas texto alrededor de la imagen.
BorderAnchura del borde.
VSpaceEspacio vertical, útil cuando colocas texto alrededor de la imagen.
HSpaceEspacio horizontal, útil cuando colocas texto alrededor de la imagen.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/insert_link_button.htm new file mode 100644 index 000000000..09930358f --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/insert_link_button.htm @@ -0,0 +1,32 @@ + + +Insertar enlaces + + + + + + + + + + + +
+
+Este botón abre una nueva ventana con la función insertar/editar enlace.
+
+
+
+Hay dos campos en esta ventana, el primero "Link URL" es donde hay que escribir la dirección del enlace. El segundo "Target" indica cómo se abrirá el enlace.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/insert_table_button.htm new file mode 100644 index 000000000..5950e480e --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/insert_table_button.htm @@ -0,0 +1,67 @@ + + +Insertar tabla + + + + + + + + + + + +
+
+El botón insertar tabla abre la siguiente ventana. Esta acci&ocaute;n te permite crear tablas.
+
+
+
+Descripción de los campos:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ColumnsNúmero de columnas.
RowsNAúmero de filas.
CellpaddingDesplazamiento entre celdas .
CellspacingEspacio entre celdas .
AlignmentAlineamiento de la tabla.
BorderAnchura del borde de la tabla.
WidthAnchura de la tabla en pixels .
HeightAltura de la tabla en pixels.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/es/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/about.htm new file mode 100644 index 000000000..75df8e5ff --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/about.htm @@ -0,0 +1,28 @@ + + +About TinyMCE + + + + + + + + + + + +
+
+TinyMCE on pieni WYSIWYG sisällönmuokkausohjain webbiselaimille kuten MSIE tai Mozilla joka mahdollistaa HTML sisällön muokkauksen käyttäjäystävällisellä tavalla. Se tarjoaa yleiset tekstinkäsittelyohjelmien tarjoamat toiminnot eikä ole vaikea käyttää.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/common_buttons.htm new file mode 100644 index 000000000..7d423df2d --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/common_buttons.htm @@ -0,0 +1,156 @@ + + +Common buttons + + + + + + + + + + + +
+
+Alla on lyhyt selostus kaikista toimintonapeista. +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Lihavointi.
Kursivointi.
Alleviivaus.
Yliviivaus.
vasen tasaus.
Keskitys.
Oikea tasaus.
Pakotettu tasaus.
Järjestämätön lista.
Järjestetty lista/numeroitu lista
Poista / vähennä sisennystä.
Sisennä.
Peruuta viimeinen muutos.
Tee uudelleen viimeinen peruutettu muutos.
Lisää linkki. Lisätietoa tästä toiminnosta lisää linkki -osiosta.
Poista linkki valitusta tekstistä.
Lisää kuva. Lue lisää tästä toiminnosta lisää kuva -osiosta.
Siisti koodi. Tämä toiminto on käytännöllinen kun liität tekstiä toimistosovelluksista.
Näyttäää tämän apuikkunan.
Avaa HTML lähdekoodieditorin.
Lisää tualu. Lue lisää tästä toiminnosta lisää taulu -osiosta.
Lisää rivi valitun rivin edelle.
Lisää rivi valitun rivin jälkeen.
Poista valittu rivi.
Lisää saraka valitun sarakkeen jälkeen.
Lisää sarake valitun sarakkeen edelle.
Poistaa valitun sarakkeen.
Lisää vaakaviiva.
Poista muotoilu valitusta tekstistä.
Tekee valitusta tekstistä alamääreistä.
Tekee valitusta tekstistä ylämääreistä.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_image_window.gif new file mode 100644 index 000000000..29dc61625 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_link_window.gif new file mode 100644 index 000000000..6406a6f17 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_table_window.gif new file mode 100644 index 000000000..b24364695 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/index.htm new file mode 100644 index 000000000..f047b99f0 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/index.htm @@ -0,0 +1,25 @@ + + +Apua sisällysluettelo + + + + + + + + + +
+
+Napsauta alla olevista linkeistä mennäksesi eri osa-alueisiin. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/insert_image_button.htm new file mode 100644 index 000000000..84628a815 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/insert_image_button.htm @@ -0,0 +1,65 @@ + + +Insert image button + + + + + + + + + + + +
+
+Lisää linkki -nappi avaa alla näkyvän ikkunan.
+
+
+
+Kirjoita haluamasi kuvan URL osoite ja lisää kuvalle selite. Selite näytetään vaihtoehtoisena selitteenä sivulla. +
+
+Kenttien selitykset:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Kuvan URLKuvan URL tai polku.
Kuvan seliteVaihtoehtoinen selite kuvan sisällöstä.
UlottuvuudetKuvan leveys ja korkeus.
AsetteluKuvan asettelu, käytännöllinen kun halutaan tekstin rivittyvän kuvan ympärille.
ReunaKuvaa ympäröivän reunan leveys.
PystyväliPystyväli, käytännöllinen kun halutaan tekstin rivittyvän kuvan ympärille.
VaakaväliVaakaväli, useful when wrapping text around images.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/insert_link_button.htm new file mode 100644 index 000000000..857ef3a7b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/insert_link_button.htm @@ -0,0 +1,35 @@ + + +Insert link button + + + + + + + + + + + +
+
+Tämä nappi avaa uuden ikkunan jossa on linkin lisäys- ja muokkaustoiminnallisuus.
+
+
+
+ +Tässä ikkunassa on kaksi kenttää. Ensimmäinen kenttä, "Linkin URL", on linkin osoittama URL -osoite. +Toinen kenttä, "kohde", vaikuttaa siihen miten linkki avataan. +The target enables you to select how the link is to be opened.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/insert_table_button.htm new file mode 100644 index 000000000..8891a5b98 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/insert_table_button.htm @@ -0,0 +1,67 @@ + + +Insert table button + + + + + + + + + + + +
+
+Lisää taulu -nappi avaa alla näkyvän ikkunan. Tämä toimonto mahdollistaa taulujen luonnin.
+
+
+
+Kenttien selitteet:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SarakkeetTaulussa olevien saraakkeiden määrä.
RivitTaulussa olevien rivien määrä.
Solun reunan ja sisällön väliTaulun sisällä olevan solun reunan ja sisällön väli.
Solujen väliTaulun sisällä olevien solujen väli.
AsetteluTaulun asettelu.
ReunaReunan leveys.
LeveysTaulun leveys pikseleinä.
KorkeusTaulun korkeus pikseleinä.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fi/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/about.htm new file mode 100644 index 000000000..51d9e57e6 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/about.htm @@ -0,0 +1,32 @@ + + +À propos de TinyMCE + + + + + + + + + + + +
+
+TinyMCE est un petit éditeur "WYSIWYG" pour page Web comme MSIE ou Mozilla qui +vous permet de manipuler du contenu HTML d'une façon plus intuitive. +Il est simple d'utilisation et possède les fonctionalités ls plus répendues que l'on peut retrouver dans +les traitements de texte. +
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/common_buttons.htm new file mode 100644 index 000000000..aa9c23740 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/common_buttons.htm @@ -0,0 +1,160 @@ + + +Outils communs + + + + + + + + + + + +
+
+Ci-dessous une courte description de chacuns des outils. +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Met le texte sélectionné en gras.
Met le texte sélectionné en italique.
Souligne le texte sélectionné.
Barre le texte sélectionné.
Alignement à gauche.
Alignement au centré.
Alignement à droite.
Texte justifié.
Liste à puces.
Liste numérotée
Réduit l'indentation.
Augmente l'indentation.
Annule la dernière opération.
Refait la dernière opération annulée.
Insère ou modifie un hyperlien. Allez à la page + Outil d'ajout d'hyperliens pour plus de détails.
Efface les hyperliens qui sont sélectionées.
Insère ou modifie une image. Allez à la page + Outil d'ajout d'images pour plus de détails.
Nettoie le code et retire les paramètres non désirés. Cet outil + est très utile lorsque vous copiez du contenu provenant de logiciels + de bureatique.
Affiche cette page d'aide.
Ouvre un éditeur permettant de modifier le code HTML.
Insère un nouveau tableau à la position actuelle. Allez à la page + Outil d'ajout de tableau pour plus de détails.
Ajoute une ligne au tableau avant la ligne courante.
Ajoute une ligne au tableau après la ligne courante.
Supprime la ligne courante.
Ajoute une colonne au tableau avant la colonne courante.
Ajoute une colonne au tableau après la colonne courante.
Supprime la colonne courante.
Insère un séparateur horizontal.
Supprime les formattages du texte sélectionné.
Transforme le texte sélectionné en texte souscrit.
Transforme le texte sélectionné en indice supérieur.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_image_window.gif new file mode 100644 index 000000000..4ee31bdf0 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_link_window.gif new file mode 100644 index 000000000..97009218d Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_table_window.gif new file mode 100644 index 000000000..1a265223c Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/index.htm new file mode 100644 index 000000000..0fe6f5304 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/index.htm @@ -0,0 +1,25 @@ + + +Table des matières de l'aide + + + + + + + + + +
+
+Faites votre sélection parmis les thèmes suivants: + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/insert_image_button.htm new file mode 100644 index 000000000..d8f38b12b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/insert_image_button.htm @@ -0,0 +1,66 @@ + + +Outil d'ajout d'images + + + + + + + + + + + +
+
+L'outil d'ajout d'images ouvre la fenêtre ci-dessous.
+
+
+
+Vous entrez tout simplement l'adresse de l'image que vous désirez ajouter et +entrez une description facultative. La description sera affichée en texte alternatif +sur l'image lorsqu'elle sera publiée.
+
+Description des champs:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Adresse de l'image Adresse URL de l'image à insérer.
Description de l'image Description alternative de l'image.
DimensionsLargeur et Hauteur de l'image en pixel.
AlignementAlignement de l'image. Très utile pour faire contourner le texte autour des images.
BordureÉpaisseur en pixel de la bordure.
VSpaceEspacement vertical. Très utile pour faire contourner le texte autour des images.
HSpaceEspacement horizontal. Très utile pour faire contourner le texte autour des images.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/insert_link_button.htm new file mode 100644 index 000000000..d691d6bc3 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/insert_link_button.htm @@ -0,0 +1,34 @@ + + +Outil d'ajout d'hyperliens + + + + + + + + + + + +
+
+L'outil d'ajout d'hyperlien ouvre la fenêtre ci-dessous.
+
+
+
+Il y a deux champs dans cette fenêtre. L'Adresse URL est l'adresse +de l'hyperlien. La destination vous permet de choisir de quelle façon +l'hyperlien sera ouvert.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/insert_table_button.htm new file mode 100644 index 000000000..9ba3b7c37 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/insert_table_button.htm @@ -0,0 +1,71 @@ + + +Outil d'ajout de tableau + + + + + + + + + + + +
+
+L'outil d'ajout de tableau ouvre la fenêtre ci-dessous. Elle vous permet de créer dfes talbeaux.
+
+
+
+Description des champs:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ColonnesNombre de colonnes du tableau.
LignesNombre de lignes du tableau.
CellpaddingMarge ŕ l'intérieur des cellules du tableau.
CellspacingEspacement entre les cellules du tableau.
AlignementAlignement du tableau.
BordureÉpaisseur des bordures du tableau.
LargeurLargeur en pixel du tableau.
HauteurHauteur en pixel du tableau.
Classe CSSNom de la classe CSS pour appliquer un style.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/about.htm new file mode 100644 index 000000000..51d9e57e6 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/about.htm @@ -0,0 +1,32 @@ + + +À propos de TinyMCE + + + + + + + + + + + +
+
+TinyMCE est un petit éditeur "WYSIWYG" pour page Web comme MSIE ou Mozilla qui +vous permet de manipuler du contenu HTML d'une façon plus intuitive. +Il est simple d'utilisation et possède les fonctionalités ls plus répendues que l'on peut retrouver dans +les traitements de texte. +
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/common_buttons.htm new file mode 100644 index 000000000..aa9c23740 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/common_buttons.htm @@ -0,0 +1,160 @@ + + +Outils communs + + + + + + + + + + + +
+
+Ci-dessous une courte description de chacuns des outils. +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Met le texte sélectionné en gras.
Met le texte sélectionné en italique.
Souligne le texte sélectionné.
Barre le texte sélectionné.
Alignement à gauche.
Alignement au centré.
Alignement à droite.
Texte justifié.
Liste à puces.
Liste numérotée
Réduit l'indentation.
Augmente l'indentation.
Annule la dernière opération.
Refait la dernière opération annulée.
Insère ou modifie un hyperlien. Allez à la page + Outil d'ajout d'hyperliens pour plus de détails.
Efface les hyperliens qui sont sélectionées.
Insère ou modifie une image. Allez à la page + Outil d'ajout d'images pour plus de détails.
Nettoie le code et retire les paramètres non désirés. Cet outil + est très utile lorsque vous copiez du contenu provenant de logiciels + de bureatique.
Affiche cette page d'aide.
Ouvre un éditeur permettant de modifier le code HTML.
Insère un nouveau tableau à la position actuelle. Allez à la page + Outil d'ajout de tableau pour plus de détails.
Ajoute une ligne au tableau avant la ligne courante.
Ajoute une ligne au tableau après la ligne courante.
Supprime la ligne courante.
Ajoute une colonne au tableau avant la colonne courante.
Ajoute une colonne au tableau après la colonne courante.
Supprime la colonne courante.
Insère un séparateur horizontal.
Supprime les formattages du texte sélectionné.
Transforme le texte sélectionné en texte souscrit.
Transforme le texte sélectionné en indice supérieur.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_anchor_window.gif new file mode 100644 index 000000000..71f417908 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_image_window.gif new file mode 100644 index 000000000..4ee31bdf0 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_link_window.gif new file mode 100644 index 000000000..97009218d Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_table_window.gif new file mode 100644 index 000000000..1a265223c Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/index.htm new file mode 100644 index 000000000..0fe6f5304 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/index.htm @@ -0,0 +1,25 @@ + + +Table des matières de l'aide + + + + + + + + + +
+
+Faites votre sélection parmis les thèmes suivants: + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_anchor_button.htm new file mode 100644 index 000000000..f63bc74ef --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_anchor_button.htm @@ -0,0 +1,32 @@ + + +Outil d'ajout d'ancres + + + + + + + + + + + +
+
+L'outil d'ajout d'ancres ouvre la fenêtre ci-dessous.
+
+
+
+Il y a un seul champ dans cette fenętre, c'est le nom de cette ancre. Rappelez-vous, les noms doivent ętre unique dans la page.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_image_button.htm new file mode 100644 index 000000000..d8f38b12b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_image_button.htm @@ -0,0 +1,66 @@ + + +Outil d'ajout d'images + + + + + + + + + + + +
+
+L'outil d'ajout d'images ouvre la fenêtre ci-dessous.
+
+
+
+Vous entrez tout simplement l'adresse de l'image que vous désirez ajouter et +entrez une description facultative. La description sera affichée en texte alternatif +sur l'image lorsqu'elle sera publiée.
+
+Description des champs:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Adresse de l'image Adresse URL de l'image à insérer.
Description de l'image Description alternative de l'image.
DimensionsLargeur et Hauteur de l'image en pixel.
AlignementAlignement de l'image. Très utile pour faire contourner le texte autour des images.
BordureÉpaisseur en pixel de la bordure.
VSpaceEspacement vertical. Très utile pour faire contourner le texte autour des images.
HSpaceEspacement horizontal. Très utile pour faire contourner le texte autour des images.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_link_button.htm new file mode 100644 index 000000000..d691d6bc3 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_link_button.htm @@ -0,0 +1,34 @@ + + +Outil d'ajout d'hyperliens + + + + + + + + + + + +
+
+L'outil d'ajout d'hyperlien ouvre la fenêtre ci-dessous.
+
+
+
+Il y a deux champs dans cette fenêtre. L'Adresse URL est l'adresse +de l'hyperlien. La destination vous permet de choisir de quelle façon +l'hyperlien sera ouvert.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_table_button.htm new file mode 100644 index 000000000..9ba3b7c37 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/insert_table_button.htm @@ -0,0 +1,71 @@ + + +Outil d'ajout de tableau + + + + + + + + + + + +
+
+L'outil d'ajout de tableau ouvre la fenêtre ci-dessous. Elle vous permet de créer dfes talbeaux.
+
+
+
+Description des champs:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ColonnesNombre de colonnes du tableau.
LignesNombre de lignes du tableau.
CellpaddingMarge ŕ l'intérieur des cellules du tableau.
CellspacingEspacement entre les cellules du tableau.
AlignementAlignement du tableau.
BordureÉpaisseur des bordures du tableau.
LargeurLargeur en pixel du tableau.
HauteurHauteur en pixel du tableau.
Classe CSSNom de la classe CSS pour appliquer un style.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/fr_ca/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/about.htm new file mode 100644 index 000000000..08f839176 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/about.htm @@ -0,0 +1,28 @@ + + +Über TinyMCE + + + + + + + + + + + +
+
+A TinyMCE egy kompakt WYSIWYG-szerkesztő az MSIE-hoz és a Mozillához hasonló webböngészők számára, mely lehetőséget nyújt önnek a HTML tartalmak egyszerű szerkesztésére. A legtöbb szövegszerkesztőben elérhető funkciókat nyújtja egyszerűen kezelhető formában.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/common_buttons.htm new file mode 100644 index 000000000..e665373da --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/common_buttons.htm @@ -0,0 +1,106 @@ + + +Allgemeine Schaltflächen + + + + + + + + + + + +
+
+Untenstehend eine kurze Beschreibung jeder Schaltfläche.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Félkövér szöveg.
Dőlt szöveg .
Aláhúzott szöveg .
Áthúzott szöveg .
Balra igazítás .
Középre igazítás .
Jobbra igazíás .
Sorkizárt.
Felsorolás / pontozott lista.
Felsorolás / számozott lista.
Behúzás balra .
behúzás jobbra .
Utolsó parancs visszavonása .
Utolsó parancs ismétlése .
Új link beillesztése, bővebb információért olvassa el a Link beillesztését.
A kijelölt link eltávolítása / Az összes kijelölt link eltávolítása.
Egy új kép beillesztése, bővebb információért olvassa el a Kép beillesztését .
Kód tisztítása / Eltávolítja a nemkívánt formázásokat. Ez a funkció akkor hasznos, ha például Office dokumentumból másol tartalmat.
Ennek a segítségnek az elérése.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_image_window.gif new file mode 100644 index 000000000..a60e1fa8d Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_link_window.gif new file mode 100644 index 000000000..e72357bb6 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/index.htm new file mode 100644 index 000000000..43b81a2e2 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/index.htm @@ -0,0 +1,24 @@ + + +Inhaltsverzeichnis der Hilfe + + + + + + + + + +
+
+Kattintson az alábbi linkekre a segítség különböző részeinek eléréséhez. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/insert_image_button.htm new file mode 100644 index 000000000..e7860bf7e --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/insert_image_button.htm @@ -0,0 +1,32 @@ + + +Schaltfläche Bild einfügen + + + + + + + + + + + +
+
+A Kép beillesztése gomb az alábbi ablakot nyitja meg. +
+
+
+
+Egyszerűen meg kell adni a beilleszteni kívánt kép elérésének URL-jét, valamint egy rövd leírást, mely alternatív szövegként kerül megjelenítésre (pl. nem grafikus böngészőkben).
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/insert_link_button.htm new file mode 100644 index 000000000..95b375021 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/insert_link_button.htm @@ -0,0 +1,31 @@ + + +Schaltfläche Hyperlink einfügen + + + + + + + + + + + +
+
+A Link beillesztése gomb az alábbi ablakot nyitja meg.
+
+
+
+Két mezőt kell kitöltenie ebben az ablakban. Az első - "Link URL" - a hivatkozás URL-je. A második lehetőséget ad Önnek a hivatkoztás megjelenítésének kiválasztásához.
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/hu/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table.gif new file mode 100644 index 000000000..f8a00544a Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_col.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_col.gif new file mode 100644 index 000000000..0b2f0fb61 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_col.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_row.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_row.gif new file mode 100644 index 000000000..1997065fb Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_delete_row.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_after.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_after.gif new file mode 100644 index 000000000..c30dafab6 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_after.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_before.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_before.gif new file mode 100644 index 000000000..5d1ff37af Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_col_before.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_after.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_after.gif new file mode 100644 index 000000000..c3aa15f93 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_after.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_before.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_before.gif new file mode 100644 index 000000000..c3271e549 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/images/table_insert_row_before.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/about.htm new file mode 100644 index 000000000..e1bca0ffb --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/about.htm @@ -0,0 +1,37 @@ + + + Informazioni su TinyMCE + + + + + + + + + + + +
+
+TinyMCE è un piccolo WYSIWYG (What You See Is What You Get, +quello che vedi è quello che ottieni) editor per i web browser +come MSIE o Mozilla che permette di editare HTML in modo comodo. Ha le +funzionalità comuni di molti word processor e non dovrebbe +essere difficile da usare.
+
+
+ + + + + + + + +
+
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/common_buttons.htm new file mode 100644 index 000000000..7dc7a7906 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/common_buttons.htm @@ -0,0 +1,180 @@ + + + Pulsanti comuni + + + + + + + + + + + +
+
+Di seguito una breve descrizione di ogni pulsante.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Testo grassetto.
Testo corsivo.
Testo sottolineato.
Testo barrato.
Allinea a sinistra.
Allinea al centro.
Allinea a destra.
Giustifica.
Lista non ordinata.
Lista ordianta.
+
Diminuisci l'indentazione.
+
Aumenta l'indentazione.
Annulla l'ultima operazione.
Ripeti l'ultima operazione.
Inserieci un nuovo collegamento, maggiori informazioni su +questa funzione nella Sezione +'Inserisci un collegamento'
Rimuovi tutti i collegamenti selezionati
+
Inserisci una nuova àncora, maggiori informazioni su +questa funzione nella Sezione 'Inserisci un'àncora'.
Inserieci una nuova immagine, maggiori informazioni su questa +funzione nella Sezione 'Inserisci +una immagine'.
Ripulisci il codice/rimuovi la formattazione non voluta. +Questa funzione è utile quando si copia per esempio da un +programma office
+
Mostra questa guida
+
Apre l'editor del sorgente HTML.
Inserisce una nuova tabella 2x2 alla posizione corrente.
Aggiunge una riga sopra quella corrente.
Aggiunge una roga sotto quella corrente.
Rimuove la riga corrente.
Aggiunge una colonna prima di quella corrente.
Aggiunge una colonna dopo quella corrente.
Rimuove la colonna corrente.
Inserisce una nuova riga orizzontale.
Rimuove la formattazione dalla selezione.
Formatta la selezione come pedice.
Formatta la selezione come apice.
+
+
+ + + + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_anchor_window.gif new file mode 100644 index 000000000..cc9fc9d4a Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_image_window.gif new file mode 100644 index 000000000..2b5b8e960 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_link_window.gif new file mode 100644 index 000000000..9c778e24b Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_table_window.gif new file mode 100644 index 000000000..5cb25cf59 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/index.htm new file mode 100644 index 000000000..4e57afb15 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/index.htm @@ -0,0 +1,30 @@ + + + Indice della guida + + + + + + + + + + + +
+
+Seleziona un argomento:
+ +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_anchor_button.htm new file mode 100644 index 000000000..c4a011176 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_anchor_button.htm @@ -0,0 +1,32 @@ + + +Bottone 'Inserisci àncora' + + + + + + + + + + + +
+
+Questo bottone apre una nuova finestra che permette di aggiungere o modificare un'àncora
+
+
+
+C'è un solo campo in questa finestra, dove devi inserire il nome del tuo punto di àncoraggio. Ricorda che il nome dell' àncora deve essere univoco.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_image_button.htm new file mode 100644 index 000000000..9d3092305 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_image_button.htm @@ -0,0 +1,66 @@ + + +Pulsante 'Inserisci immagine' + + + + + + + + + + + +
+
+Il pulsante 'inserisci immagine' apre la finestra mostrata qui sotto.
+
+
+
+Si inserisce semplicemente l'url dell'immagine che si vuole collegare e una descrizione di quell'immagine, +che sarà mostrato come testo alternativo dell'immagine sulla pagina. +
+
+Descrizione dei parametri:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
URL immagine URL/indirizzo dell'immagine.
Descrizione dell'immagine Descrizione alternativa del contenuto dell'immagine.
DimensioniLarghezza/Altezza dell'immagine.
AllineamentoAllineamento dell'immagine, utile quando si inserisce del testo attorno all'immagine.
BordoSpessore del bordo.
Spazio verticaleSpazio verticale, utile quando si inserisce del testo attorno all'immagine.
Spazio orizzontaleSpazio orizzontale, utile quando si inserisce del testo attorno all'immagine.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_link_button.htm new file mode 100644 index 000000000..0aad824a7 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_link_button.htm @@ -0,0 +1,41 @@ + + + Pulsante 'Inserisci collegamento' + + + + + + + + + + + +
+
+Questo pulsante apre una nuova finstra con le funzioni di +inserimento/modifica del collegamento.
+
+
+
+Ci sono due campi in questa finestra: il primo, "Link URL" è +l'indirizzo del collegamento. Il 'target' permette di selezionare come +il collegamento deve essere aperto.
+
+
+ + + + + + + + +
+
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_table_button.htm new file mode 100644 index 000000000..f75e4dfea --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/insert_table_button.htm @@ -0,0 +1,71 @@ + + +Pulsante 'Inserisci tabella' + + + + + + + + + + + +
+
+Il pulsante 'Inserisci tabella' apre la finestra mostrata qui sotto. Questa azione permette di creare tabelle.
+
+
+
+Descrizione dei parametri:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ColonneNumero di colonne nella nuova tabella.
RigheNumero di righe nella nuova tabella.
CellpaddingSpazio tra il bordo di una cella e il suo contenuto.
CellspacingSpazio tra le celle della tabella.
AllineamentoAllineamento della tabella.
BordoSpessore del bordo della tabella.
LarghezzaLarghezza, in pixel, della tabella.
AltezzaAltezza, in pixel, della tabella.
ClasseStile o classe CSS della tabella.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/it/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/about.htm new file mode 100644 index 000000000..f2cf6566d --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/about.htm @@ -0,0 +1,32 @@ + + +About TinyMCE + + + + + + + + + + + +
+
+TinyMCE er en liten WYSIWYG-editor for weblesere som +f.eks. MSIE, Mozilla og Firefox og gjør det mulig å redigere +HTML-innhold på et mer anvendervennlig vis. +Applikasjonen har funksjoner som ligner dem man finner i vanlige tekstbehandlere +og burde ikke være spesielt vanskelig å benytte.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/common_buttons.htm new file mode 100644 index 000000000..09857ea5c --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/common_buttons.htm @@ -0,0 +1,163 @@ + + +Vanlige knapper + + + + + + + + + + + +
+
+Nedenfor finner du en kort beskrivelse av hver knapp/funksjon.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Fet tekst.
Kursiv tekst.
Understreket tekst.
Gjennomstreket tekst.
Rett venstremarg.
Sentrer.
Rett høyremarg.
Rette marger.
Punktliste.
Nummerliste
Reduser innrykk.
Øk innrykk.
Angre seneste endring.
Gjør om seneste endring.
Lage/Redigere lenke, lær mer om denne funksjonen i + kapittelet Lage/Redigere lenke.
Ta bort lenker fra markerte lenker.
Lage/Redigere anker, lær mer om denne funksjonen i + kapittelet Lage/Redigere anker.
Lage/Redigere bilde, lær mer om denne funksjonen i + kapittelet Lage/Redigere bilde.
Rense/Ordne koden. Denne funksjonen tar bort unødvendig + formatering. Bør anvendes når man f.eks. kopierer tekst + fra Office-program.
Viser denne hjelp.
Åpner en HTML-kodeeditor.
Lager en ny tabell (2x2).
Lager en rad ovenfor den nåværende raden.
Lager en rad under den nåværende raden.
Tar bort en rad.
Lager en kolonne før den nåværende kolonnen.
Lager en kolonne etter den nåværende kolonnen.
Tar bort en kolonne.
Lager en horisontal linje.
Tar bort formatering fra markert område.
Lager nedsenket tekst.
Lager opphøyd tekst.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_anchor_window.gif new file mode 100644 index 000000000..1c38437e2 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_image_window.gif new file mode 100644 index 000000000..c3d7379ff Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_link_window.gif new file mode 100644 index 000000000..2a56e79c4 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_table_window.gif new file mode 100644 index 000000000..e8b69ef02 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/index.htm new file mode 100644 index 000000000..629301257 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/index.htm @@ -0,0 +1,27 @@ + + +Hjelp Index + + + + + + + + + +
+
+Klikk på lenkene nedenfor for å gå til de ulike +hjelp-kapitlene. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_anchor_button.htm new file mode 100644 index 000000000..83d88708c --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_anchor_button.htm @@ -0,0 +1,34 @@ + + +Lage/Redigere anker + + + + + + + + + + + +
+
+Denne funksjon åpner et nytt vindu lik det nedenfor.
+
+
+
+Dette vinduet har et felt som man skal fylle i med et unikt +navn, denne funksjon gjør det mulig å skape +ankerpunkter/bokmerker.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_image_button.htm new file mode 100644 index 000000000..40fb90e43 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_image_button.htm @@ -0,0 +1,71 @@ + + +Lage/Redigere bilde + + + + + + + + + + + +
+
+Funksjonen "Lage/Redigere bilde" åpner et nytt vindu som ser ut som +bildet nedenfor.
+
+
+
+I dette vinduet skriver du inn URL:en til bildet du vil lenke til +samt en bildebeskrivelse, denne beskrivelsen kommer til å vises som en alternativ +tekst til bildet.
+
+Feltforklaring:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Bildets URL URL/søkevei til bildet.
Bildets beskrivelseBildets beskrivelse, denne beskrivelsen kommer til å vises som en + alternativ tekst til bildet.
DimensjonerBildets bredde og høyde.
JusteringBildets justering, kan være anvendelig når man vil at + tekst skal flyte rundt bildet.
RammeBilderammens bredde.
Vertikalt tomrom Vertikalt tomrom , kan væra anvendelig når man vil + at tekst skal flyte rundt bildet.
Horisontalt tomromHorisontalt tomrom, kan være anvendelig når man vil + at tekst skal flyte rundt bildet.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_link_button.htm new file mode 100644 index 000000000..5430f6a7a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_link_button.htm @@ -0,0 +1,33 @@ + + +Lage/Redigere lenke + + + + + + + + + + + +
+
+Denne funksjon åpner et nytt vindu lik det nedenfor.
+
+
+
+Dette vinduet har to felt, lenkens URL/addresse samt hvordan lenken +skal åpnes.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_table_button.htm new file mode 100644 index 000000000..6e620df1a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/insert_table_button.htm @@ -0,0 +1,72 @@ + + +Lage/Redigere tabell + + + + + + + + + + + +
+
+Lage tabell-knappen åpner et nytt vindu, ved hjelp av +dette vinduet kan du lage tabeller.
+
+
+
+Feltforklaring:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KolonnerAntall kolonner i tabellen.
RaderAntall rader i tabellen.
CelleutfyllingAntall pixler utfylling i hver celle.
CellemellomromAntall pixler mellomrom mellom cellene.
JusteringTabellens justering.
RammebreddeRammens bredde.
BreddeBredde i pixler.
HøydeHøyde i pixler.
StilStilmal på tabellen.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nb/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/about.htm new file mode 100644 index 000000000..7ac0211e1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/about.htm @@ -0,0 +1,31 @@ + + +Over TinyMCE + + + + + + + + + + + +
+
+TinyMCE is een kleine What-You-See-Is-What-You-Get (WYSIWYG) +editor voor teksten. De bediening vindt plaats in de web browser, zoals MSIE of Mozilla. +Het werken met deze editor is eenvoudig, omdat de bediening veel lijkt op het werken +met teksten in (office-)tekstverwerkers. +

+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/common_buttons.htm new file mode 100644 index 000000000..5b03318b5 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/common_buttons.htm @@ -0,0 +1,188 @@ + + +Functies van TinyMCE + + + + + + + + + + + +
+
+Het werken met de editor komt sterk overeen met wat u gewend bent van uw tekstverwerker: +Dubbel-klik op een woord in de tekst, of trek een kader met de muis terwijl u +de linkerknop inhoudt om een gedeelte van de tekst te kiezen. Het aldus gemarkeerde woord of +tekstfragment noemen we 'selecteerd'. Met de knoppen en stijl-keuzelijsten +in de editor kunt u hiervan vervolgens de opmaak aanpassen of (indien deze reeds was toegekend) verwijderen. +

+De meeste functies voert u eenvoudig uit door het klikken +van de knoppen (buttons) boven het tekstvenster in de editor. Hieronder vindt u van elk van deze +knoppen een beknopte beschrijving. +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Gekozen tekstfragment 'Vet' (Bold) maken.
Gekozen tekstfragment 'Cursief' (Italic) maken.
Gekozen tekstfragment 'Onderstrepen' (Underline).
Gekozen tekstfragment 'Doorstrepen' (Strikethrough).
Gekozen tekstfragment naar links uitlijnen.
Gekozen tekstfragment centreren.
Gekozen tekstfragment naar rechts uitlijnen.
Gekozen tekstfragment 'uitvullen' tot complete regels.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Gekozen tekstfragment omzetten naar ongeordende (bullet-)lijst of opsomming.
Gekozen tekstfragment omzetten naar doorgenummerde lijst.
Inspringniveau van het gekozen tekstfragment verkleinen.
Inspringniveau van het gekozen tekstfragment vergroten.
De laaste bewerking ongedaan maken. De toetscombinatie CRTL-Z doet hetzelfde.
De laatste bewerking opnieuw uitvoeren.
Invoegen van een Link (Cross-Link) via dialoogmenu.
+ Zie de beschrijving bij Links en verwijzingen in tekst invoegen.
Verwijdert alle gevonden Links (Cross-Links) uit de tekstselectie.
Anker aan de tekstselectie toekennen of wijzigen.
+ Zie de beschrijving bij Anker Toevoegen.
Voegt een afbeelding in.
+ Zie de beschrijving bij Afbeeldingen invoegen.
Schoont ongewenste opmaak en codering van de tekstselectie op. Deze functie is erg nuttig na het + overkopiëren van teksten vanuit uw (Office-)tekstverwerker.
Toont dit helpvenster met uitleg van alle functionaliteit van de editor.
Opent het venster met de HTML-broncode voor het direct maken van wijzigingen + in de achterliggende pagina-codering. Kennis van de HTML-taal is vereist.
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Voegt een nieuwe tabel met 2 rijen en kolommen in op de huidige positie in te tekst.
Voegt een nieuwe rij toe aan de tabel boven de huidige.
Voegt een nieuwe rij toe aan de tabel onder de huidige.
Verwijdert de huidige rij uit de tabel.
Voegt een nieuwe kolom toe aan de tabel voor de huidige.
Voegt een nieuwe kolom toe aan de tabel achter de huidige.
Verwijdert de huidige kolom uit de tabel.
Voegt een horizontale lijn in de tekst toe.
Verwijdert alle tekst-opmaak van de tekstselectie.
Toon of verberg hulplijnen voor tabellen in het tekstvenster.
Verandert het gekozen tekstfragment in Subscript.
Verandert het gekozen tekstfragment in Superscript.
De Karaktertabel maakt het eenvoudig invoegen van bijzondere karakters mogelijk.
+ Zie de beschrijving bij Bijzondere karakers in de tekst invoegen.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/html_source_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/html_source_window.gif new file mode 100644 index 000000000..db933dc9e Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/html_source_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_anchor_window.gif new file mode 100644 index 000000000..17dde58b7 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_image_window.gif new file mode 100644 index 000000000..05354a4ef Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_link_window.gif new file mode 100644 index 000000000..e1d01a802 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_specchar_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_specchar_window.gif new file mode 100644 index 000000000..986fa51d3 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_specchar_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_table_window.gif new file mode 100644 index 000000000..e65679dde Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/index.htm new file mode 100644 index 000000000..84fe119d7 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/index.htm @@ -0,0 +1,27 @@ + + +Help Index + + + + + + + + + +
+
+Klik op de onderwerpen in onderstaande inhoudsopgave voor meer informatie. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_anchor_button.htm new file mode 100644 index 000000000..4cd1ec8f1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_anchor_button.htm @@ -0,0 +1,37 @@ + + +Ankers in de tekst gebruiken + + + + + + + + + +
+
+Met de knop 'Invoegen Anker' kunt u in de tekst z.g. HTML-ankers invoegen en +aanpassen. Deze ankers maken het mogelijk snel naar bepaalde tekstfragmenten te springen. +Door het toevoegen van de ankernaam (voorafgegaan door een '#') +aan de link naar een pagina (Zie 'Links en verwijzingen in tekst invoegen') +kan op deze wijze desgewenst direct naar een bepaalde passage in een pagina worden doorgelinkt. +

+Voor het toevoegen of aanpassen van een anker wordt onderstaand dialoogvenster getoond.
+
+
+
+Bij het veld 'Anker naam' kan de gewenste naam van het anker worden ingevuld. +Let op: Binnen een complete pagina binnen uw website dient de naam van dit anker uniek zijn.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_image_button.htm new file mode 100644 index 000000000..264855352 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_image_button.htm @@ -0,0 +1,65 @@ + + +Afbeeldingen invoegen + + + + + + + + + + + +
+
+Voer simpelweg de URL van de afbeelding en de beschrijving in. +De omschrijvende tekst wordt in sommige browsers bij de muiswijzer getoond +wanneer deze boven de afbeelding wordt stilgehouden. +De knop 'Afbeelding Invoegen' opent onderstaand dialoogvenster.
+
+
+
+Omschrijving van de velden:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AfbeeldingIn dit veld dient u een complete URL op te geven van de afbeelding.
BeschrijvingOmschrijvende tekst die in sommige browsers bij de muiswijzer wordt getoond wanneer deze boven de afbeelding wordt stilgehouden.
UitlijningUit de lijst kan worden gekozen op welke wijze de afbeelding in de tekst wordt ingebed.
AfmetingenDe breedte en hoogte van de afbeelding in pixels. Laat deze velden leeg als de originele afmetingen gewenst zijn.
OmrandingDe dikte (in pixels) van de omranding om de afbeelding.
Verticale margeDe verticale marge (in pixels) gebruikt voor de omloop van teksten om de afbeelding.
Horizontale margeDe horizontale marge (in pixels) gebruikt voor de omloop van teksten om de afbeelding.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_link_button.htm new file mode 100644 index 000000000..073dbc51e --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_link_button.htm @@ -0,0 +1,35 @@ + + +Links en verwijzingen in tekst invoegen + + + + + + + + + + + +
+
+De knop 'Link Invoegen' leidt u naar onderstaand dialoogvenster waarmee u eenvoudig +een Link (Cross-Link) kunt aanbrengen in uw teksten. +

+
+
+Bij 'Link URL' dient de de url van +de link te worden ingevuld (desgewenst voorafgegaan door 'http://' voor een externe +website), bij 'target' kan worden bepaald hoe de link moet openen. +
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_specchar_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_specchar_button.htm new file mode 100644 index 000000000..32868ba44 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_specchar_button.htm @@ -0,0 +1,32 @@ + + +Bijzondere karakers in de tekst invoegen + + + + + + + + + +
+
+Met de knop 'Bijzondere Karakters' kunt u in de tekst bijzondere karakters, die soms +op het toetsenbord lastig te vinden zijn, invoegen. +

+Voor het invoegen van een deze karakters wordt onderstaand keuzevenster getoond. +Door het eenvoudigweg klikken op het gewenste karakter in het overzicht, wordt het op de huidige positie in de tekst ingevoegd.
+
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_table_button.htm new file mode 100644 index 000000000..5e91d9f8f --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/insert_table_button.htm @@ -0,0 +1,73 @@ + + +Tabellen invoegen en aanpassen + + + + + + + + + + + +
+
+De knop 'Invoegen Tabel' stelt u in staat op de huidige plek een nieuwe tabel +in uw tekst in te voegen en opent onderstaand dialoogvenster.
+
+
+
+Omschrijving van de velden:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KolommenHet gewenste aantal kolommen in de tabel.
RijenHet gewenste aantal rijen in de tabel.
CelvullingDe 'Celvulling' (Cellpadding)
+ De opvulmarge rondom binnen elke cel in de tabel in pixels.
CelafstandDe 'Celafstand' (Cellspacing)
+ De ruimte tussen de cellen onderling binnen de tabel in pixels.
PositioneringDe positionering van de tabel in de paragraaf.
OmrandingDe dikte in pixels van de omranding van de tabel.
BreedteDe breedte van de tabel (in pixels of percentuele notatie).
HoogteDe breedte van de tabel (in pixels of percentuele notatie).
CSS-StijlOptionele stijlkeuze uit de voor de website aangemaakte Cascading Style Sheet (CSS).
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/style.css new file mode 100644 index 000000000..f36b6297f --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nl/style.css @@ -0,0 +1,28 @@ +/* body { background-color: #FFFFFF; } */ +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/about.htm new file mode 100644 index 000000000..060221887 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/about.htm @@ -0,0 +1,32 @@ + + +About TinyMCE + + + + + + + + + + + +
+
+TinyMCE er ein liten WYSIWYG-editor for weblesere som +f.eks. MSIE, Mozilla og Firefox og gjer det mulig å redigere +HTML-innhald på eit meir anvendervennlig vis. +Applikasjonen har funksjoner som likner dem man finner i vanlege tekstbehandlere +og burde ikkje vere spesielt vanskelig å benytte.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/common_buttons.htm new file mode 100644 index 000000000..2907a280a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/common_buttons.htm @@ -0,0 +1,163 @@ + + +Vanlege knapper + + + + + + + + + + + +
+
+Nedanfor finner du ein kort beskrivelse av kvar knapp/funksjon.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Feit tekst.
Kursiv tekst.
Understreket tekst.
Gjennomstreket tekst.
Rett venstremarg.
Sentrer.
Rett høgremarg.
Rette marger.
Punktliste.
Nummerliste
Reduser innrykk.
Auk innrykk.
Angre seinaste endring.
Gjer om seinaste endring.
Lage/Redigere lenke, lær meir om denne funksjonen i + kapittelet Lage/Redigere lenke.
Ta bort lenker frå markerte lenker.
Lage/Redigere anker, lær meir om denne funksjonen i + kapittelet Lage/Redigere anker.
Lage/Redigere bilde, lær meir om denne funksjonen i + kapittelet Lage/Redigere bilde.
Rense/Ordne koden. Denne funksjonen tar bort unødvendig + formatering. Bør anvendes når man f.eks. kopierer tekst + frå Office-program.
Viser denne hjelp.
Åpner ein HTML-kodeeditor.
Lager ein ny tabell (2x2).
Lager ei rad ovenfor den noverande raden.
Lager ei rad under den noverande raden.
Tar bort ei rad.
Lager ei kolonne før den noverande kolonnen.
Lager ei kolonne etter den noverande kolonnen.
Tar bort ei kolonne.
Lager ei horisontal linje.
Tar bort formatering frå markert område.
Lager nedsenket tekst.
Lager opphøgd tekst.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/html_source_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/html_source_window.gif new file mode 100644 index 000000000..db933dc9e Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/html_source_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_anchor_window.gif new file mode 100644 index 000000000..1c38437e2 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_image_window.gif new file mode 100644 index 000000000..c3d7379ff Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_link_window.gif new file mode 100644 index 000000000..2a56e79c4 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_specchar_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_specchar_window.gif new file mode 100644 index 000000000..986fa51d3 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_specchar_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_table_window.gif new file mode 100644 index 000000000..e8b69ef02 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/index.htm new file mode 100644 index 000000000..ec6695a59 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/index.htm @@ -0,0 +1,27 @@ + + +Hjelp Index + + + + + + + + + +
+
+Klikk på lenkene nedanfor for å gå til dei ulike +hjelp-kapitlene. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_anchor_button.htm new file mode 100644 index 000000000..8fb63bb6c --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_anchor_button.htm @@ -0,0 +1,34 @@ + + +Lage/Redigere anker + + + + + + + + + + + +
+
+Denne funksjon åpner eit nytt vindauge lik det nedanfor.
+
+
+
+Dette vindauget har eit felt som man skal fylle i med eit unikt +navn, denne funksjon gjer det mulig å skape +ankerpunkter/bokmerker.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_image_button.htm new file mode 100644 index 000000000..47d483ff5 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_image_button.htm @@ -0,0 +1,71 @@ + + +Lage/Redigere bilde + + + + + + + + + + + +
+
+Funksjonen "Lage/Redigere bilde" åpner eit nytt vindauge som ser ut som +bildet nedanfor.
+
+
+
+I dette vindauget skriver du inn URL:en til bildet du vil lenke til +samt ein bildebeskrivelse, denne beskrivelsen kommer til å vises som ein alternativ +tekst til bildet.
+
+Feltforklaring:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Bildets URL URL/søkevei til bildet.
Bildets beskrivelseBildets beskrivelse, denne beskrivelsen kommer til å vises som ein + alternativ tekst til bildet.
DimensjonerBildets bredde og høgde.
JusteringBildets justering, kan vere anvendelig når man vil at + tekst skal flyte rundt bildet.
RammeBilderammens bredde.
Vertikalt tomrom Vertikalt tomrom , kan vere anvendelig når man vil + at tekst skal flyte rundt bildet.
Horisontalt tomromHorisontalt tomrom, kan vere anvendelig når man vil + at tekst skal flyte rundt bildet.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_link_button.htm new file mode 100644 index 000000000..972bbcd62 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_link_button.htm @@ -0,0 +1,33 @@ + + +Lage/Redigere lenke + + + + + + + + + + + +
+
+Denne funksjon åpner eit nytt vindauge lik det nedanfor.
+
+
+
+Dette vindauget har to felt, lenkens URL/addresse samt hvordan lenken +skal åpnes.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_table_button.htm new file mode 100644 index 000000000..8aad70aa0 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/insert_table_button.htm @@ -0,0 +1,72 @@ + + +Lage/Redigere tabell + + + + + + + + + + + +
+
+Lage tabell-knappen åpner et nytt vindauge, ved hjelp av +dette vindauget kan du lage tabeller.
+
+
+
+Feltforklaring:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KolonnerAntall kolonner i tabellen.
RaderAntall rader i tabellen.
CelleutfyllingAntall pixler utfylling i kvar celle.
CellemellomromAntall pixler mellomrom mellom cellene.
JusteringTabellens justering.
RammebreddeRammens bredde.
BreddeBredde i pixler.
HøgdeHøgde i pixler.
StilStilmal på tabellen.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/nn/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/about.htm new file mode 100644 index 000000000..81c947c2d --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/about.htm @@ -0,0 +1,33 @@ + + + + +O TinyMCE + + + + + + + + + + + +
+
+TinyMCE jest małym edytorem WYSWIWYG dla przeglądarek internetowych takich jak MSIE +lub Mozilla, pozwalającym na edytowanie zawartości strony HTML w sposób przyjazny dla +użytkownika. Posiada szeref funkcji znanych z popularnych edytorów tekstu, więc powinien +być łatwy w użyciu.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/common_buttons.htm new file mode 100644 index 000000000..00a0b04d1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/common_buttons.htm @@ -0,0 +1,164 @@ + + + + +Ważniejsze przyciski + + + + + + + + + + + +
+
+Poniżej znajduje się krótki opis każdego przycisku +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Pogrubienie tekstu.
Pochylenie tekstu.
Podkreślenie tekstu.
Przekreślenie tekstu.
Wyrównanie do lewej
Wyśrodkowanie.
Wyrównanie do prawej.
Wyjustowanie.
Lista nieuporządkowana/lista punktów.
Lista uporządkowana/lista ponumerowana
Wysunięcie/zmniejsz wcięcie.
Wcięcie/zwiększ wcięcie.
Cofnięcie ostatnio wykonanej czynności
Ponowienie ostatnio wykonanej czynności
Wstawienie nowego łącza, przeczytaj więcej o tej funkcji sekcji Wstaw + łącze.
Usunięcie łącz z zaznaczonej części/usunięcie wszystkich zaznaczonych łącz.
Wstawienie nowego zakotwiczenia, przeczytaj więcej o tej funkcji w sekcji Wstaw zakotwiczenie.
Wstawienie nowego zdjęcia, przeczytaj więcej o tej funkcji w sekcji Wstaw + zdjęcie.
Oczyszczenie kodu/usunięcie niechcianeg formatowania. Ta funkcja jest pomocna kiedy + kopiujesz zawartość np. z worda.
Pokazanie tego okna pomocy.
Otwarcie edytora kodu HTML.
Wstawienie nowej tabeli 2x2 w bieżącej pozycji.
Wstawienie wiersza ponad aktualnie zaznaczonym.
Wstawienie wiersz poniżej aktualnie zaznaczonego.
Usunięcie wiersza.
Wstawienie kolumny przed aktualnie zaznaczoną.
Wstawienie kolumny za aktualnie zaznaczoną.
Usunięcie kolumny.
Wstawienie poziomej linii.
Usunięcie formatowania z zaznaczonej części.
Przekształcenie w indeks dolny.
Przekształcenie w indeks górny.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_anchor_window.gif new file mode 100644 index 000000000..c2e08332b Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_image_window.gif new file mode 100644 index 000000000..3dbae3c7b Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_link_window.gif new file mode 100644 index 000000000..559def693 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_table_window.gif new file mode 100644 index 000000000..b02e34eda Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/index.htm new file mode 100644 index 000000000..4a48d425d --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/index.htm @@ -0,0 +1,28 @@ + + + + +Spis pomocy + + + + + + + + + +
+
+Aby zobaczyć poszczególne sekcje pomocy kliknij jeden z poniższych linków + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_anchor_button.htm new file mode 100644 index 000000000..3858714b3 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_anchor_button.htm @@ -0,0 +1,33 @@ + + + + +Przycisk "Wstaw zakotwiczenie" + + + + + + + + + +
+
+Ten przycisk otwiera nowe okno z funkcją wstawienia/edycja zakotwiczenia.
+
+
+
+Jest tylko jedno pole w tym oknie, należy tam wpisać nazwę punktu zakotwiczenia. Należy pamiętać, że nazwa musi być +unikatowa, nie powtarzająca się. +

+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_image_button.htm new file mode 100644 index 000000000..1578e9e40 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_image_button.htm @@ -0,0 +1,65 @@ + + + + +Przycisk "Wstaw zdjęcie" + + + + + + + + + +
+
+Przycisk "Wstaw zdjęcie" otwiera okno pokazane poniżej.
+
+
+
+Należy podać adres URL lub scieżkę dostępu do zdjęcia które ma być wstawione i podać krótki opis +zdjęcia, jest on wyświetlany jako alternatyny tekstowy opis zdjęcia umieszczonego na stronie. +

+Opis pól:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Adres URL lub ścieżka dostępu do zdjęciaURL/scieżka dostępu do zdjęcia.
Opis zdjęciaTekst opisujący zdjęcia.
WymiaryDługość/szerokość zdjęcia .
WyrównanieWyrównanie zdjęcia, użyteczne przy zawijaniu tekstu wokół zdjęcia.
KrawędzieGrubość krawędzi.
Odstęp poziomyOdstęp poziomy, pomocne przy zawijaniu tesktu wokół zdjęcia.
Odstęp pionowyOdstęp pionowy, pomocne przy zawijaniu tesktu wokół zdjęcia.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_link_button.htm new file mode 100644 index 000000000..5ad826318 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_link_button.htm @@ -0,0 +1,35 @@ + + + + +Przycisk "Wstaw łącze" + + + + + + + + + + + +
+
+Ten przycisk otwiera nowe okno, pozwalające na wstawienie lub edytowanie łącza.
+
+
+
+Są dwa pola w tym oknie, pierwsze "Adres URL" jest adresem URL łącza +. "Cel" umożliwia ustalenie jak łącze ma być otwarte.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_table_button.htm new file mode 100644 index 000000000..b3a448c77 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/insert_table_button.htm @@ -0,0 +1,73 @@ + + + + +Przycisk "Wstaw tabelę" + + + + + + + + + + + +
+
+Przycisk "Wstaw tabelę" otwiera okno pokazane poniżej. Można w ten sposób stworzyć nową tabelę.
+
+
+
+Opis pól:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KolumnyLiczba kolumn w tabeli.
WierszeLiczba wierszy w tabeli.
CellpaddingOdległość akapitu od krawędzi komórki tabeli.
CellspacingSzerokość krawędzi komórek tabeli.
WyrównanieWyrównanie tabeli.
KrawędzieGrubość krawędzi tabeli.
SzerokośćSzerokość tabeli w pikselach.
WysokośćWysokość tabeli w pikselach.
KlasaStyl lub klasa CSS tabeli.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/pl/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/about.htm new file mode 100644 index 000000000..e0dbac072 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/about.htm @@ -0,0 +1,32 @@ + + +O TinyMCE + + + + + + + + + + + + +
+
+TinyMCE je malý WYSIWYG editor pre webovské prehliadače� ako sú MSIE nebo Mozilla, +ktorým je možné upravovať obsah HTML omnoho jednoduchšie. Obsahuje bežné funkcie, +ktoré je možné nájsť vo väčšine textových editorov, preto by jeho používanie nemalo +byť zložité
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/common_buttons.htm new file mode 100644 index 000000000..7f9b7a8f0 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/common_buttons.htm @@ -0,0 +1,170 @@ + + +B��tla�tka + + + + + + + + + + + + +
+
+Nižšie je popísané každé tlačitko. + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KopĂ­ruje aktuĂĄlne vybranĂ˝ obsah do schrĂĄnky. (Ctrl+C)
OdstrĂĄni aktuĂĄlne vybranĂ˝ obsah do schrĂĄnky. (Ctrl+X)
VloŞí obsah schrånky do okna editoru. (Ctrl+P)
Zhrubne text.
Naformatuje text kurzĂ­vou.
Podčiarkne text.
PreĹĄkrtne text.
ZarovnĂĄ vÄžavo.
ZarovnĂĄ na sted.
ZarovnĂĄ vpravo.
ZarovnĂĄ do bloku.
Zoznam s odrĂĄĹžkami.
Číslovaný zoznam.
PredsadĂ­/znĂ­Ĺži odsadenie
Odsadenie/zvýťi odsadenie
Vråti späż naposledy vykonanú akciu.
ObnovĂ˝ poslednĂş akciu.
Vloží nový odkaz, viac o tejto funkcií v častiVložiť odkaz.
Zruťi odkaz v aktuålnom výbere/odstråni vťetky vybranÊ odkazy.
Vloží nový obrázok, viac o tejto funkcii v častiVložiť obrázok.
Vyčistí kód/odstráni nechcené formatovanie. Táto funkcia sa hodí keď kopírujete + obsah napríklad z kancelárskeho balíka.
ZobrazĂ­ tĂşto nĂĄpovedu.
OtevorĂ˝ editor s HTML zdrojom.
Do aktuålnej pozície vloŞí novú 2x2 tabulku.
PridĂĄ riadok pred akruĂĄlny.
PridĂĄ riadok po aktuĂĄlny.
OdstrĂĄni riadok.
PridĂĄ stÄşpec pred aktuĂĄlny.
PridĂĄ stÄşpec za aktuĂĄlny.
OdstrĂĄni aktuĂĄlny stÄşpec.
Pridá nový vodorovný oddeľovač.
Odstråni z výberu formatovanie.
VytvorĂ˝ z vybranĂŠho textu dolnĂ˝ index.
VytvorĂ˝ z vybrenĂŠho textu hornĂ˝ index.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/images/insert_image_window.png b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/images/insert_image_window.png new file mode 100644 index 000000000..5d9ea9830 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/images/insert_image_window.png differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/images/insert_link_window.png b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/images/insert_link_window.png new file mode 100644 index 000000000..94a0c2e5a Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/images/insert_link_window.png differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/images/insert_table_window.png b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/images/insert_table_window.png new file mode 100644 index 000000000..17c46d0f4 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/images/insert_table_window.png differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/index.htm new file mode 100644 index 000000000..e7b0ce5f3 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/index.htm @@ -0,0 +1,26 @@ + + +N�ov�a + + + + + + + + + + +
+
+KliknutĂ­m na odkaz zvolĂ­te poĹžadovanĂş voÄžbu. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/insert_image_button.htm new file mode 100644 index 000000000..5a9bb457e --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/insert_image_button.htm @@ -0,0 +1,66 @@ + + +Tla�tko vloit obr�ek + + + + + + + + + + + + +
+
+Tlačitko vložiť obrázok otvorý následujúce okno.
+
+
+
+Iba vloĹžte URL obrĂĄzku, ktorĂ˝ chcete pridaĹĽ a zadajte jeho popis, ten bude +zobrazovanĂ˝ ako alternatĂ­vny popisok obrĂĄzku.
+
+Popis poloĹžiek:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
URL obrĂĄzkuURL/cesta k obrĂĄzku.
Popis obrĂĄzkuAlternatĂ­vny popis toho, co je na obrĂĄzku.
Rozmeryťírka/výťka obråzku.
ZarovnĂĄvanieZarovnĂĄvanie obrĂĄzku, vhodnĂŠ pre obtekanie obrĂĄzku textom.
RamčekHrúbka ramčeku.
VertikĂĄlny okrajVertikĂĄlny okraj, vhodnĂŠ pre zalomenie textu okolo obrĂĄzku.
HorizontĂĄlny okrajHorizontĂĄny okraj, vhodnĂŠ pre zalomenie textu okolo obrĂĄzku.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/insert_link_button.htm new file mode 100644 index 000000000..d2e14c894 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/insert_link_button.htm @@ -0,0 +1,34 @@ + + +Tla�tko vloit odkaz + + + + + + + + + + + + +
+
+Toto tlačitko otvorý nové okno s možnosťou vložiť/upraviť odkaz.
+
+
+
+V tomto okne sú dve položky. "URL odkazu" je adresa stráky, na +ktorú odkazujeme. "Cieľ" určuje, ako môže byť odkazovaná stránka otvorená.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/insert_table_button.htm new file mode 100644 index 000000000..36a7d21b5 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/insert_table_button.htm @@ -0,0 +1,68 @@ + + +Tla�tko vloit tabulku + + + + + + + + + + + + +
+
+Tlačítko vložiť tabuľku otvorý následujúce okno, vňom môžete definovať novú tabuľku.
+
+
+
+Popis poloĹžiek:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StĺpcePočet stĺpcov v tabuľke.
RiadkyPočet riadkov v tabuĞke.
VnĂştornĂ˝ okraj bunkyVnĂştornĂ˝ okraj bunky.
Vnútorný okraj tabuĞky�Vnútorný okraj tabuĞky.
ZarovnanieZarovnaĹĽ tabuÄžky.
RiadokHrĂşbka riadku tabuÄžky.
Ĺ Ă­rkaĹ Ă­rka tabuÄžky v pixelech.
VýťkakaVýťka tabuĞky v pixelech.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/style.css new file mode 100644 index 000000000..f988e2a7b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sk/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: 0; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/about.htm new file mode 100644 index 000000000..8ea096afa --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/about.htm @@ -0,0 +1,32 @@ + + +About TinyMCE + + + + + + + + + + + +
+
+TinyMCE är en liten WYSIWYG-editor för webläsare som +MSIE och Mozilla vilken möjliggör för användare att redigera +HTML-innehåll på ett mer användarvänligt sätt. +Applikationen har funktioner som liknar dem man finner i vanliga ordbehandlare +och borde inte vara speciellt svårt att använda.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/common_buttons.htm new file mode 100644 index 000000000..d256fa5b7 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/common_buttons.htm @@ -0,0 +1,163 @@ + + +Common buttons + + + + + + + + + + + +
+
+Nedan finner du en kort beskrivning av varje knapp/funktion.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Fet text.
Kursiv text.
Understruken text.
Genomstruken text.
Rak vänstermarginal.
Centrera.
Rak högermarginal.
Raka marginaler.
Punktlista.
Numrerad lista
Minska indrag.
Öka utdrag.
Ångra senaste ändringen.
Gör om senaste ändringen.
Skapa/Redigera länk, läs mer om denna funktion i + kapitlet Skapa/Redigera länk.
Ta bort länkar från markerade länkar.
Skapa/Redigera ankare, lär mer om denna funktion i + kapitlet Skapa/Redigera ankare.
Skapa/Redigera bild, lär mer om denna funktion i + kapitlet Skapa/Redigera bild.
Rensa/Städa kåden. Denna funktion tar bort onödig + formatering. Bör användas när man t.ex. kopierar text + från Office-program.
Visad denna hjälp.
Öppnar en HTML-käkodseditor .
Skapar en ny tabell (2x2) .
Skapar en rad ovanför den nuvarande raden .
Skapar en rad under den nuvarande raden .
Tar bort en rad.
Skapar en kolumn före den nuvarande kolumnen.
Skapar en kolumn efter den nuvarande kolumnen.
Tar bort en kolumn.
Skapar en horisontell linje.
Tar bort formatering från markerat område.
Skapar nedsänkt text.
Skapar upphöjd text.
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_anchor_window.gif new file mode 100644 index 000000000..1c38437e2 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_image_window.gif new file mode 100644 index 000000000..c3d7379ff Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_link_window.gif new file mode 100644 index 000000000..2a56e79c4 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_table_window.gif new file mode 100644 index 000000000..e8b69ef02 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/index.htm new file mode 100644 index 000000000..afeb5cab1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/index.htm @@ -0,0 +1,27 @@ + + +Help Index + + + + + + + + + +
+
+Klicka på länkarna nedan för att gå till olika +hjälp-kapitel. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_anchor_button.htm new file mode 100644 index 000000000..9aa4846a6 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_anchor_button.htm @@ -0,0 +1,34 @@ + + +Skapa/Redigera länk + + + + + + + + + + + +
+
+Denna funktion öppnar ett nytt fönster liknande det nedan.
+
+
+
+Detta fönster har ett fält som man skall fylla i med ett unik +namn, denna funktion gör det möjligt att skapa +ankarpunkter/bokmärken.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_image_button.htm new file mode 100644 index 000000000..9a583a11a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_image_button.htm @@ -0,0 +1,71 @@ + + +Skapa/Redigera bild + + + + + + + + + + + +
+
+Funktionen "Skapa/Redigera bild" öppnar ett nytt fönster som ser ut som +bilden nedan.
+
+
+
+I detta fönster skriver du in URL:en till bilden du vill länka till +samt en bildbeskrivning, denna beskrivning kommer att visas som en alternativ +text till bilden.
+
+Fältförklaring:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Bilderns URL URL/sökväg till bilden.
Bildens beskrivningBildens beskrivning, denna beskrivning kommer att visas som en + alternativ text till bilden.
DimensionerBildens bredd och höjd.
JusteringBildens justering, kan vara användbart när man vill att + text skall flyta runt bilden.
RamBildramens bredd.
Vertikalt tomrum Vertikalt tomrum , kan vara användbart när man vill + att text skall flyta runt bilden.
Horizontellt tomromHorisontellt tomrum, kan vara användbart när man vill + att text skall flyta runt bilden.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_link_button.htm new file mode 100644 index 000000000..cc428aaab --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_link_button.htm @@ -0,0 +1,33 @@ + + +Skapa/Redigera länk + + + + + + + + + + + +
+
+Denna funktion öppnar ett nytt fönster liknande det nedan.
+
+
+
+Detta fönster har två fält länkens URL/adress samt hur länken +skall öppnas.
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_table_button.htm new file mode 100644 index 000000000..8cc1c956a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/insert_table_button.htm @@ -0,0 +1,72 @@ + + +Skapa/Redigera tabell + + + + + + + + + + + +
+
+Skapa tabell-knappen öppnar ett nytt fönster, med hjälp av +detta fönster kan du skapa tabeller.
+
+
+
+Fältförklaring:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KolumnerAntal kolumner i tabellen.
RaderAntal rader i tabellen .
CellutfyllnadAntal pixlars utfyllnad i varje cell.
CellmellanrumAntal pixlars mellanrum mellan cellerna.
JusteringTabellens justering.
RambreddRamens bredd .
BreddBredd i pixlar.
HöjdHöjd i pixlar.
StilStilmall på tabellen.
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/sv/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/about.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/about.htm new file mode 100644 index 000000000..4d3c8b3f6 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/about.htm @@ -0,0 +1,29 @@ + + +šŘÓÚTinyMCE + + + + + + + + + + + + +
+
+TinyMCEĘÇŇťÖÖĘĘÓĂÓÚMSIEşÍMozillaľČäŻŔŔĆ÷ľÄÇáÁżźśËůźűź´ËůľĂąŕź­Ć÷ŁŹŇÔ¸üźÓÓѺþġ˝Ę˝šŠÓĂť§ąŕź­HTMLÄÚČÝĄŁËüžßÓд󲿡ÖÎÄ×Ö´ŚŔíĆ÷ËůłŁźűľÄšŚÄÜŁŹ˛˘ÇŇŇ×ÓÚĘšÓĂĄŁ
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/common_buttons.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/common_buttons.htm new file mode 100644 index 000000000..167a830d3 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/common_buttons.htm @@ -0,0 +1,160 @@ + + +łŁÓð´ĹĽ + + + + + + + + + + + + +
+
+ŇÔĎÂĘÇĂż¸ö°´ĹĽľÄźňśĚËľĂ÷ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
´ÖĚĺÎÄ×ÖŃůĘ˝
ĐąĚĺÎÄ×ÖŃůĘ˝
ĎÂťŽĎßÎÄ×ÖŃůĘ˝
ÉžłýĎßÎÄ×ÖŃůĘ˝
×óśÔĆë
žÓÖĐśÔĆë
ÓŇśÔĆë
Á˝śËśÔĆë
ÎŢĐňÁĐąí
ÓĐĐňÁĐąí
źőÉŮËő˝řÁż
ÔöźÓËő˝řÁż
łˇĎűÉĎŇť˛Ů×÷
ÖŘ×öÉĎŇť˛Ů×÷
˛ĺČëĐÂÁ´˝ÓŁŹľăť÷ ˛ĺČëÁ´˝Ó°´ĹĽ Ő½ÚŇԲ鿴¸üśŕÄÚČÝĄŁ
ÉžłýľąÇ°ŃĄś¨ľÄÁ´˝Ó/ŇĆłýČŤ˛żŃĄś¨ľÄÁ´˝Ó
˛ĺČëĐÂĂŞľăŁŹľăť÷ ˛ĺČëĂŞľă°´ĹĽ Ő½ÚŇԲ鿴¸üśŕÄÚČÝĄŁ
˛ĺČëĐÂÍźĎńŁŹľăť÷ ˛ĺČëÍźĎń°´ĹĽ Ő½ÚŇԲ鿴¸üśŕÄÚČÝĄŁ
ÇĺŔí´úÂë/ÇĺłýËůÓвťĐčŇŞľÄ¸ńĘ˝ĄŁ´ËšŚÄÜÔÚÄă´ÓofficeľČ˛úơÖи´ÖĆÄÚČÝ˝řŔ´ľÄĘąşňĚŘąđÓĐÓĂĄŁ
ĎÔĘž´Ë°ďÖú´°żÚ
´ňżŞHTML´úÂëąŕź­Ć÷
ÔÚľąÇ°ÎťÖòĺČëŇťŐĹ2ĄÁ2ľÄąí¸ń
ÔÚľąÇ°ĐĐľÄǰĂć˛ĺČëĐÂĐĐ
ÔÚľąÇ°ĐоĺóĂć˛ĺČëĐÂĐĐ
ÉžłýľąÇ°ĐĐ
ÔÚľąÇ°ÁĐľÄǰĂć˛ĺČëĐÂÁĐ
ÔÚľąÇ°ÁоĺóĂć˛ĺČëĐÂÁĐ
ÉžłýľąÇ°ÁĐ
˛ĺČëËŽĆ˝Ďß
ŇĆłýËůŃĄÎÄ×־ĸńĘ˝
˝ŤËůŃĄÎÄ×Ö×öÎŞĎÂąę
˝ŤËůŃĄÎÄ×Ö×öÎŞÉĎąę
+
+
+ + + + + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_anchor_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_anchor_window.gif new file mode 100644 index 000000000..21513adc8 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_anchor_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_image_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_image_window.gif new file mode 100644 index 000000000..1a92b0768 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_image_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_link_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_link_window.gif new file mode 100644 index 000000000..bcb3976e3 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_link_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_table_window.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_table_window.gif new file mode 100644 index 000000000..e9d114b03 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/images/insert_table_window.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/index.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/index.htm new file mode 100644 index 000000000..1dd52cdba --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/index.htm @@ -0,0 +1,27 @@ + + +°ďÖúË÷Ňý + + + + + + + + + + +
+
+Çëľăť÷ŇÔĎÂÁ´˝ÓŔ´˛éż´°ďÖúÄÚČÝÖоIJťÍŹŐ½Ú. + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_anchor_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_anchor_button.htm new file mode 100644 index 000000000..bbb75589a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_anchor_button.htm @@ -0,0 +1,31 @@ + + +˛ĺČëĂŞľă°´ĹĽ + + + + + + + + + + + + +
+
´Ë°´ĹĽťá´ňżŞ˛ĺČë/ąŕź­ĂŞľăľÄśÔť°´°żÚŁş
+
+
+
´°żÚÖĐÖťÓĐŇť¸öÎÄąžÓňŁŹÄăżÉŇÔÔÚ´ËĘäČëĂŞľăĂűłĆŁŹĐčҪעŇâľÄĘÇĂŞľăĂűłĆąŘĐëĘÇΨҝľÄĄŁ
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_image_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_image_button.htm new file mode 100644 index 000000000..68bd326b8 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_image_button.htm @@ -0,0 +1,63 @@ + + +˛ĺČëÍźĎń°´ĹĽ + + + + + + + + + + + + +
+
ľăť÷˛ĺČë͟Ə°´ĹĽşóťá´ňżŞŇÔĎ´°żÚŁş
+
+
+
ÄăÖťĐčźňľĽľÄĘäČëĐčŇŞÁŹ˝ÓľÄÍźĎńľŘÖˇź°ÍźĎńĂčĘöŁ¨ÍźĎńľÄĚć´úÎÄ×ÖŁŠ
+
+˛ÎĘýËľĂ÷Łş
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ÍźĎńľŘ֡Ҫ˛ĺČëľÄ͟ƏľÄURL
ÍźĎńĂčĘö͟ƏÄÚČÝľÄĚć´úÎÄ×ÖĂčĘö
ÎŹĘýÍźĎńżíśČÓë¸ßśČ
śÔĆ롽ʽ͟ĎńľÄśÔĆëˇ˝Ę˝ŁŹÔÚÎÄ×ÖťˇČĆÍźĎńĘąĚŘąđÓĐÓĂĄŁ
ąßżňÍźĎńąßżňľÄşńśČ
ËŽĆ˝źäžŕÍźĎńËŽĆ˝źäžŕŁŹÔÚÎÄ×ÖťˇČĆÍźĎńĘąĚŘąđÓĐÓĂĄŁ
´šÖąźäžŕÍźĎń´šÖąźäžŕŁŹÔÚÎÄ×ÖťˇČĆÍźĎńĘąĚŘąđÓĐÓĂĄŁ
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_link_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_link_button.htm new file mode 100644 index 000000000..64944e374 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_link_button.htm @@ -0,0 +1,32 @@ + + +˛ĺČëÁ´˝Ó°´ĹĽ + + + + + + + + + + + + +
+
´Ë°´ĹĽťá´ňżŞ˛ĺČë/ąŕź­Á´˝ÓľÄśÔť°´°żÚŁş
+
+
+
´°żÚÖĐÓĐÁ˝¸öąíľĽÓňŁŹľÚŇť¸öĘÇÁ´˝ÓľÄľŘÖˇŁŹľÚśţ¸öĘÇÁ´˝ÓľÄ´ňżŞˇ˝Ę˝ĄŁ +
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_table_button.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_table_button.htm new file mode 100644 index 000000000..b34ca1fec --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/insert_table_button.htm @@ -0,0 +1,71 @@ + + +˛ĺČëąí¸ń°´ĹĽ + + + + + + + + + + + + +
+
ľăť÷˛ĺČëąí¸ń°´ĹĽťá´ňżŞŇÔĎ´°żÚŁŹ´Ë˛Ů×÷ÔĘĐíÄă´´˝¨ąí¸ńĄŁ
+
+
+
+˛ÎĘýËľĂ÷Łş
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ÁĐĘýąí¸ńÁĐĘý
ĐĐĘýąí¸ńĐĐĘý
Ěîłäąí¸ńľĽÔ޸ńľÄĚîłäÖľ
źäžŕąí¸ńľĽÔ޸ńźäžŕ
śÔĆ롽ʽąí¸ńśÔĆ롽ʽ
ąßżňąí¸ńąßżňżíśČ
żíśČąí¸ńżíśČŁŹŇÔĎóËŘÎŞľĽÎťĄŁ
¸ßśČąí¸ń¸ßśČŁŹŇÔĎóËŘÎŞľĽÎťĄŁ
ŔŕĂűąí¸ńcssŃůĘ˝Ăű
+
+
+
+ + + + + + +
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/style.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/style.css new file mode 100644 index 000000000..722f537a1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/docs/zh_cn/style.css @@ -0,0 +1,28 @@ +body { background-color: #FFFFFF; } +body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; } +.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; } +.subtitle { font-size: 12px; font-weight: bold; } + +.toc_ul, .toc_li { margin-left: 8 px; line-height: 16px; } +.step_ol, .step_li { margin-left: 11 px; line-height: 16px; } +img { border: #000000 solid 1px; } + +a:visited { color: #666666; text-decoration: underline; } +a:active { color: #666666; text-decoration: underline; } +a:hover { color: #666666; text-decoration: underline; } +a { color: #666666; text-decoration: underline; } + +.pageheader { border: #E0E0E0 solid 1px; } +.pagefooter { border: #E0E0E0 solid 1px; } +.sample { background-color: #FFFFFF; border: #000000 solid 1px; } +.samplecontent { font-size: 10px; } + +.code { background-color: #FFFFFF; border: #000000 solid 1px; } +.codecontent { font-size: 10px; } +.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold } +.codecontent a { color: #666666; text-decoration: none; font-weight: bold } + +hr { height: 1px; } + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/editor_template.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/editor_template.js new file mode 100644 index 000000000..1b1d9a255 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/editor_template.js @@ -0,0 +1,12 @@ +tinyMCE.importThemeLanguagePack('advanced');var TinyMCE_advanced_autoImportCSSClasses=true;var TinyMCE_advanced_resizer=new Object();var TinyMCE_advanced_buttons=[['bold','{$lang_bold_img}','{$lang_bold_desc}','Bold'],['italic','{$lang_italic_img}','{$lang_italic_desc}','Italic'],['underline','{$lang_underline_img}','{$lang_underline_desc}','Underline'],['strikethrough','strikethrough.gif','{$lang_striketrough_desc}','Strikethrough'],['justifyleft','justifyleft.gif','{$lang_justifyleft_desc}','JustifyLeft'],['justifycenter','justifycenter.gif','{$lang_justifycenter_desc}','JustifyCenter'],['justifyright','justifyright.gif','{$lang_justifyright_desc}','JustifyRight'],['justifyfull','justifyfull.gif','{$lang_justifyfull_desc}','JustifyFull'],['bullist','bullist.gif','{$lang_bullist_desc}','InsertUnorderedList'],['numlist','numlist.gif','{$lang_numlist_desc}','InsertOrderedList'],['outdent','outdent.gif','{$lang_outdent_desc}','Outdent'],['indent','indent.gif','{$lang_indent_desc}','Indent'],['cut','cut.gif','{$lang_cut_desc}','Cut'],['copy','copy.gif','{$lang_copy_desc}','Copy'],['paste','paste.gif','{$lang_paste_desc}','Paste'],['undo','undo.gif','{$lang_undo_desc}','Undo'],['redo','redo.gif','{$lang_redo_desc}','Redo'],['link','link.gif','{$lang_link_desc}','mceLink',true],['unlink','unlink.gif','{$lang_unlink_desc}','unlink'],['image','image.gif','{$lang_image_desc}','mceImage',true],['cleanup','cleanup.gif','{$lang_cleanup_desc}','mceCleanup'],['help','help.gif','{$lang_help_desc}','mceHelp'],['code','code.gif','{$lang_theme_code_desc}','mceCodeEditor'],['hr','hr.gif','{$lang_theme_hr_desc}','inserthorizontalrule'],['removeformat','removeformat.gif','{$lang_theme_removeformat_desc}','removeformat'],['sub','sub.gif','{$lang_theme_sub_desc}','subscript'],['sup','sup.gif','{$lang_theme_sup_desc}','superscript'],['forecolor','forecolor.gif','{$lang_theme_forecolor_desc}','mceForeColor',true],['backcolor','backcolor.gif','{$lang_theme_backcolor_desc}','mceBackColor',true],['charmap','charmap.gif','{$lang_theme_charmap_desc}','mceCharMap'],['visualaid','visualaid.gif','{$lang_theme_visualaid_desc}','mceToggleVisualAid'],['anchor','anchor.gif','{$lang_theme_anchor_desc}','mceInsertAnchor'],['newdocument','newdocument.gif','{$lang_newdocument_desc}','mceNewDocument']];function TinyMCE_advanced_getControlHTML(button_name){var buttonTileMap=new Array('anchor.gif','backcolor.gif','bullist.gif','justifycenter.gif','charmap.gif','cleanup.gif','code.gif','copy.gif','custom_1.gif','cut.gif','forecolor.gif','justifyfull.gif','help.gif','hr.gif','image.gif','indent.gif','justifyleft.gif','link.gif','numlist.gif','outdent.gif','paste.gif','redo.gif','removeformat.gif','justifyright.gif','strikethrough.gif','sub.gif','sup.gif','undo.gif','unlink.gif','visualaid.gif');for(var i=0;i4?but[4]:false)+(but.length>5?',\''+but[5]+'\'':'')+')';return '';}}}var cmd='tinyMCE.execInstanceCommand(\'{$editor_id}\',\''+but[3]+'\','+(but.length>4?but[4]:false)+(but.length>5?',\''+but[5]+'\'':'')+')';return '';}}switch(button_name){case "formatselect":var html='';return html;case "styleselect":return '';case "fontselect":var fontHTML='';return fontHTML;case "fontsizeselect":return '';case "|":case "separator":return '';case "spacer":return '';case "rowseparator":return '
';}return "";}function TinyMCE_advanced_execCommand(editor_id,element,command,user_interface,value){switch(command){case "mceForeColor":var template=new Array();var elm=tinyMCE.selectedInstance.getFocusElement();var inputColor=tinyMCE.getAttrib(elm,"color");if(inputColor=='')inputColor=elm.style.color;if(!inputColor)inputColor="#000000";template['file']='color_picker.htm';template['width']=220;template['height']=190;tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes",command:"forecolor",input_color:inputColor});return true;case "mceBackColor":var template=new Array();var elm=tinyMCE.selectedInstance.getFocusElement();var inputColor=elm.style.backgroundColor;if(!inputColor)inputColor="#000000";template['file']='color_picker.htm';template['width']=220;template['height']=190;template['width']+=tinyMCE.getLang('lang_theme_advanced_backcolor_delta_width',0);template['height']+=tinyMCE.getLang('lang_theme_advanced_backcolor_delta_height',0);tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes",command:"HiliteColor",input_color:inputColor});return true;case "mceColorPicker":if(user_interface){var template=new Array();var inputColor=value['document'].getElementById(value['element_id']).value;template['file']='color_picker.htm';template['width']=220;template['height']=190;template['close_previous']="no";template['width']+=tinyMCE.getLang('lang_theme_advanced_colorpicker_delta_width',0);template['height']+=tinyMCE.getLang('lang_theme_advanced_colorpicker_delta_height',0);if(typeof(value['store_selection'])=="undefined")value['store_selection']=true;tinyMCE.lastColorPickerValue=value;tinyMCE.openWindow(template,{editor_id:editor_id,mce_store_selection:value['store_selection'],inline:"yes",command:"mceColorPicker",input_color:inputColor});}else{var savedVal=tinyMCE.lastColorPickerValue;var elm=savedVal['document'].getElementById(savedVal['element_id']);elm.value=value;eval('elm.onchange();');}return true;case "mceCodeEditor":var template=new Array();template['file']='source_editor.htm';template['width']=parseInt(tinyMCE.getParam("theme_advanced_source_editor_width",500));template['height']=parseInt(tinyMCE.getParam("theme_advanced_source_editor_height",400));tinyMCE.openWindow(template,{editor_id:editor_id,resizable:"yes",scrollbars:"no",inline:"yes"});return true;case "mceCharMap":var template=new Array();template['file']='charmap.htm';template['width']=550+(tinyMCE.isOpera?40:0);template['height']=250;template['width']+=tinyMCE.getLang('lang_theme_advanced_charmap_delta_width',0);template['height']+=tinyMCE.getLang('lang_theme_advanced_charmap_delta_height',0);tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes"});return true;case "mceInsertAnchor":var template=new Array();template['file']='anchor.htm';template['width']=320;template['height']=90+(tinyMCE.isNS7?30:0);template['width']+=tinyMCE.getLang('lang_theme_advanced_anchor_delta_width',0);template['height']+=tinyMCE.getLang('lang_theme_advanced_anchor_delta_height',0);tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes"});return true;case "mceNewDocument":if(confirm(tinyMCE.getLang('lang_newdocument')))tinyMCE.execInstanceCommand(editor_id,'mceSetContent',false,'');return true;}return false;}function TinyMCE_advanced_getEditorTemplate(settings,editorId){function removeFromArray(in_array,remove_array){var outArray=new Array();for(var i=0;i 

';var layoutManager=tinyMCE.getParam("theme_advanced_layout_manager","SimpleLayout");var styleSelectHTML='';if(settings['theme_advanced_styles']){var stylesAr=settings['theme_advanced_styles'].split(';');for(var i=0;i'+key+'';}TinyMCE_advanced_autoImportCSSClasses=false;}switch(layoutManager){case "SimpleLayout":var toolbarHTML="";var toolbarLocation=tinyMCE.getParam("theme_advanced_toolbar_location","bottom");var toolbarAlign=tinyMCE.getParam("theme_advanced_toolbar_align","center");var pathLocation=tinyMCE.getParam("theme_advanced_path_location","none");var statusbarLocation=tinyMCE.getParam("theme_advanced_statusbar_location",pathLocation);var defVals={theme_advanced_buttons1:"bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect",theme_advanced_buttons2:"bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code",theme_advanced_buttons3:"hr,removeformat,visualaid,separator,sub,sup,separator,charmap"};toolbarHTML+='';for(var i=1;i<100;i++){var def=defVals["theme_advanced_buttons"+i];var buttons=tinyMCE.getParam("theme_advanced_buttons"+i,def==null?'':def,true,',');if(buttons.length==0)break;buttons=removeFromArray(buttons,tinyMCE.getParam("theme_advanced_disable","",true,','));buttons=addToArray(buttons,tinyMCE.getParam("theme_advanced_buttons"+i+"_add","",true,','));buttons=addToArray(tinyMCE.getParam("theme_advanced_buttons"+i+"_add_before","",true,','),buttons);for(var b=0;b0){toolbarHTML+="
";deltaHeight-=23;}}toolbarHTML+='';template['html']='';if(toolbarLocation=="top"){template['html']+='';}if(statusbarLocation=="top"){template['html']+='';deltaHeight-=23;}template['html']+='';if(toolbarLocation=="bottom"){template['html']+='';}if(toolbarLocation=="external"){var bod=document.body;var elm=document.createElement("div");toolbarHTML=tinyMCE.replaceVars(toolbarHTML,tinyMCE.settings);toolbarHTML=tinyMCE.replaceVars(toolbarHTML,tinyMCELang);toolbarHTML=tinyMCE.replaceVar(toolbarHTML,'style_select_options',styleSelectHTML);toolbarHTML=tinyMCE.replaceVar(toolbarHTML,"editor_id",editorId);toolbarHTML=tinyMCE.applyTemplate(toolbarHTML);elm.className="mceToolbarExternal";elm.id=editorId+"_toolbar";elm.innerHTML='
'+toolbarHTML+'
'+statusbarHTML+'
'+toolbarHTML+'
'+toolbarHTML+'
';bod.appendChild(elm);deltaHeight=0;tinyMCE.getInstanceById(editorId).toolbarElement=elm;}else{tinyMCE.getInstanceById(editorId).toolbarElement=null;}if(statusbarLocation=="bottom"){template['html']+=''+statusbarHTML+'';deltaHeight-=23;}template['html']+='';break;case "RowLayout":template['html']='';var containers=tinyMCE.getParam("theme_advanced_containers","",true,",");var defaultContainerCSS=tinyMCE.getParam("theme_advanced_containers_default_class","container");var defaultContainerAlign=tinyMCE.getParam("theme_advanced_containers_default_align","center");for(var i=0;i';}else if(containers[i]=="mceElementpath"||containers[i]=="mceStatusbar"){var pathClass="mceStatusbar";if(i==containers.length-1){pathClass="mceStatusbarBottom";}else if(i==0){pathClass="mceStatusbar";}else{deltaHeight-=2;}template['html']+='';deltaHeight-=22;}else{var curContainer=tinyMCE.getParam("theme_advanced_container_"+containers[i],"",true,',');var curContainerHTML="";var curAlign=tinyMCE.getParam("theme_advanced_container_"+containers[i]+"_align",defaultContainerAlign);var curCSS=tinyMCE.getParam("theme_advanced_container_"+containers[i]+"_class",defaultContainerCSS);for(var j=0;j0){curContainerHTML+="
";deltaHeight-=23;}template['html']+='
';}}template['html']+='
\ + \ +
'+statusbarHTML+'
'+curContainerHTML+'
';break;case "BorderLayout":break;case "CustomLayout":var customLayout=tinyMCE.getParam("theme_advanced_custom_layout","");if(customLayout!=""&&eval("typeof("+customLayout+")")!="undefined"){template=eval(customLayout+"(template);");}break;default:alert('UNDEFINED LAYOUT MANAGER! PLEASE CHECK YOUR TINYMCE CONFIG!');break;}if(resizing)template['html']+='';template['html']=tinyMCE.replaceVar(template['html'],'style_select_options',styleSelectHTML);template['delta_width']=0;template['delta_height']=deltaHeight;return template;}function TinyMCE_advanced_setResizing(e,editor_id,state){e=typeof(e)=="undefined"?window.event:e;var resizer=TinyMCE_advanced_resizer;var editorContainer=document.getElementById(editor_id+'_parent');var editorArea=document.getElementById(editor_id+'_parent').firstChild;var resizeBox=document.getElementById(editor_id+'_resize_box');var inst=tinyMCE.getInstanceById(editor_id);if(state){var width=editorArea.clientWidth;var height=editorArea.clientHeight;resizeBox.style.width=width+"px";resizeBox.style.height=height+"px";resizer.iframeWidth=inst.iframeElement.clientWidth;resizer.iframeHeight=inst.iframeElement.clientHeight;editorArea.style.display="none";resizeBox.style.display="block";if(!resizer.eventHandlers){if(tinyMCE.isMSIE)tinyMCE.addEvent(document,"mousemove",TinyMCE_advanced_resizeEventHandler);else tinyMCE.addEvent(window,"mousemove",TinyMCE_advanced_resizeEventHandler);tinyMCE.addEvent(document,"mouseup",TinyMCE_advanced_resizeEventHandler);resizer.eventHandlers=true;}resizer.resizing=true;resizer.downX=e.screenX;resizer.downY=e.screenY;resizer.width=parseInt(resizeBox.style.width);resizer.height=parseInt(resizeBox.style.height);resizer.editorId=editor_id;resizer.resizeBox=resizeBox;resizer.horizontal=tinyMCE.getParam("theme_advanced_resize_horizontal",true);}else{resizer.resizing=false;resizeBox.style.display="none";editorArea.style.display=tinyMCE.isMSIE?"block":"table";tinyMCE.execCommand('mceResetDesignMode');}}function TinyMCE_advanced_initInstance(inst){if(tinyMCE.getParam("theme_advanced_resizing",false)){if(tinyMCE.getParam("theme_advanced_resizing_use_cookie",true)){var w=TinyMCE_advanced_getCookie("TinyMCE_"+inst.editorId+"_width");var h=TinyMCE_advanced_getCookie("TinyMCE_"+inst.editorId+"_height");TinyMCE_advanced_resizeTo(inst,w,h,tinyMCE.getParam("theme_advanced_resize_horizontal",true));}}}function TinyMCE_advanced_setCookie(name,value,expires,path,domain,secure){var curCookie=name+"="+escape(value)+((expires)?"; expires="+expires.toGMTString():"")+((path)?"; path="+escape(path):"")+((domain)?"; domain="+domain:"")+((secure)?"; secure":"");document.cookie=curCookie;}function TinyMCE_advanced_getCookie(name){var dc=document.cookie;var prefix=name+"=";var begin=dc.indexOf("; "+prefix);if(begin==-1){begin=dc.indexOf(prefix);if(begin!=0)return null;}else begin+=2;var end=document.cookie.indexOf(";",begin);if(end==-1)end=dc.length;return unescape(dc.substring(begin+prefix.length,end));}function TinyMCE_advanced_resizeTo(inst,w,h,set_w){var editorContainer=document.getElementById(inst.editorId+'_parent');var tableElm=editorContainer.firstChild;var iframe=inst.iframeElement;if(w==null||w=="null"){set_w=false;w=0;}if(h==null||h=="null")return;w=parseInt(w);h=parseInt(h);if(tinyMCE.isGecko){w+=2;h+=2;}var dx=w-tableElm.clientWidth;var dy=h-tableElm.clientHeight;w=w<1?30:w;h=h<1?30:h;if(set_w)tableElm.style.width=w+"px";tableElm.style.height=h+"px";iw=iframe.clientWidth+dx;ih=iframe.clientHeight+dy;iw=iw<1?30:iw;ih=ih<1?30:ih;if(tinyMCE.isGecko){iw-=2;ih-=2;}if(set_w)iframe.style.width=iw+"px";iframe.style.height=ih+"px";if(set_w){var tableBodyElm=tableElm.firstChild;var minIframeWidth=tableBodyElm.scrollWidth;if(inst.iframeElement.clientWidth=0;i--){var nodeName=path[i].nodeName.toLowerCase();var nodeData="";if(nodeName=="b"){nodeName="strong";}if(nodeName=="i"){nodeName="em";}if(nodeName=="span"){var cn=tinyMCE.getAttrib(path[i],"class");if(cn!=""&&cn.indexOf('mceItem')==-1)nodeData+="class: "+cn+" ";var st=tinyMCE.getAttrib(path[i],"style");if(st!=""){st=tinyMCE.serializeStyle(tinyMCE.parseStyle(st));nodeData+="style: "+st+" ";}}if(nodeName=="font"){if(tinyMCE.getParam("convert_fonts_to_spans"))nodeName="span";var face=tinyMCE.getAttrib(path[i],"face");if(face!="")nodeData+="font: "+face+" ";var size=tinyMCE.getAttrib(path[i],"size");if(size!="")nodeData+="size: "+size+" ";var color=tinyMCE.getAttrib(path[i],"color");if(color!="")nodeData+="color: "+color+" ";}if(getAttrib(path[i],'id')!=""){nodeData+="id: "+path[i].getAttribute('id')+" ";}var className=tinyMCE.getVisualAidClass(tinyMCE.getAttrib(path[i],"class"),false);if(className!=""&&className.indexOf('mceItem')==-1)nodeData+="class: "+className+" ";if(getAttrib(path[i],'src')!=""){var src=tinyMCE.getAttrib(path[i],"mce_src");if(src=="")src=tinyMCE.getAttrib(path[i],"src");nodeData+="src: "+src+" ";}if(getAttrib(path[i],'href')!=""){var href=tinyMCE.getAttrib(path[i],"mce_href");if(href=="")href=tinyMCE.getAttrib(path[i],"href");nodeData+="href: "+href+" ";}if(nodeName=="img"&&tinyMCE.getAttrib(path[i],"class").indexOf('mceItemFlash')!=-1){nodeName="flash";nodeData="src: "+path[i].getAttribute('title');}if(nodeName=="a"&&(anchor=tinyMCE.getAttrib(path[i],"name"))!=""){nodeName="a";nodeName+="#"+anchor;nodeData="";}if(getAttrib(path[i],'name').indexOf("mce_")!=0){var className=tinyMCE.getVisualAidClass(tinyMCE.getAttrib(path[i],"class"),false);if(className!=""&&className.indexOf('mceItem')==-1){nodeName+="."+className;}}var cmd='tinyMCE.execInstanceCommand(\''+editor_id+'\',\'mceSelectNodeDepth\',false,\''+i+'\');';html+=''+nodeName+'';if(i>0){html+=" » ";}}pathElm.innerHTML=''+tinyMCE.getLang('lang_theme_path')+": "+html+' ';}tinyMCE.switchClassSticky(editor_id+'_justifyleft','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_justifyright','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_justifycenter','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_justifyfull','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_sub','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_sup','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_anchor','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_link','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_unlink','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_outdent','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_image','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_hr','mceButtonNormal');if(node.nodeName=="A"&&tinyMCE.getAttrib(node,"class").indexOf('mceItemAnchor')!=-1)tinyMCE.switchClassSticky(editor_id+'_anchor','mceButtonSelected');var anchorLink=tinyMCE.getParentElement(node,"a","href");if(anchorLink||any_selection){tinyMCE.switchClassSticky(editor_id+'_link',anchorLink?'mceButtonSelected':'mceButtonNormal',false);tinyMCE.switchClassSticky(editor_id+'_unlink',anchorLink?'mceButtonSelected':'mceButtonNormal',false);}tinyMCE.switchClassSticky(editor_id+'_visualaid',visual_aid?'mceButtonSelected':'mceButtonNormal',false);if(undo_levels!=-1){tinyMCE.switchClassSticky(editor_id+'_undo','mceButtonDisabled',true);tinyMCE.switchClassSticky(editor_id+'_redo','mceButtonDisabled',true);}if(tinyMCE.getParentElement(node,"li,blockquote")){tinyMCE.switchClassSticky(editor_id+'_outdent','mceButtonNormal',false);}if(undo_index!=-1&&(undo_index0)){tinyMCE.switchClassSticky(editor_id+'_redo','mceButtonNormal',false);}if(undo_index!=-1&&(undo_index>0&&undo_levels>0)){tinyMCE.switchClassSticky(editor_id+'_undo','mceButtonNormal',false);}var selectElm=document.getElementById(editor_id+"_styleSelect");if(selectElm){TinyMCE_advanced_setupCSSClasses(editor_id);classNode=node;breakOut=false;var index=0;do{if(classNode&&classNode.className){for(var i=0;i");else selectByValue(selectElm,"");}var selectElm=document.getElementById(editor_id+"_fontNameSelect");if(selectElm){if(!tinyMCE.isSafari&&!(tinyMCE.isMSIE&&!tinyMCE.isOpera)){var face=inst.queryCommandValue('FontName');face=face==null||face==""?"":face;selectByValue(selectElm,face,face!="");}else{var elm=tinyMCE.getParentElement(node,"font","face");if(elm){var family=tinyMCE.getAttrib(elm,"face");if(family=='')family=''+elm.style.fontFamily;if(!selectByValue(selectElm,family,family!=""))selectByValue(selectElm,"");}else selectByValue(selectElm,"");}}var selectElm=document.getElementById(editor_id+"_fontSizeSelect");if(selectElm){if(!tinyMCE.isSafari&&!tinyMCE.isOpera){var size=inst.queryCommandValue('FontSize');selectByValue(selectElm,size==null||size==""?"0":size);}else{var elm=tinyMCE.getParentElement(node,"font","size");if(elm){var size=tinyMCE.getAttrib(elm,"size");if(size==''){var sizes=new Array('','8px','10px','12px','14px','18px','24px','36px');size=''+elm.style.fontSize;for(var i=0;i0){selectElm.setAttribute('cssImported','true');}}}; \ No newline at end of file diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/editor_template_src.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/editor_template_src.js new file mode 100644 index 000000000..e2a04b701 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/editor_template_src.js @@ -0,0 +1,1208 @@ +/* Import theme specific language pack */ +tinyMCE.importThemeLanguagePack('advanced'); + +// Variable declarations +var TinyMCE_advanced_autoImportCSSClasses = true; +var TinyMCE_advanced_resizer = new Object(); +var TinyMCE_advanced_buttons = [ + // Control id, button img, button title, command, user_interface, value + ['bold', '{$lang_bold_img}', '{$lang_bold_desc}', 'Bold'], + ['italic', '{$lang_italic_img}', '{$lang_italic_desc}', 'Italic'], + ['underline', '{$lang_underline_img}', '{$lang_underline_desc}', 'Underline'], + ['strikethrough', 'strikethrough.gif', '{$lang_striketrough_desc}', 'Strikethrough'], + ['justifyleft', 'justifyleft.gif', '{$lang_justifyleft_desc}', 'JustifyLeft'], + ['justifycenter', 'justifycenter.gif', '{$lang_justifycenter_desc}', 'JustifyCenter'], + ['justifyright', 'justifyright.gif', '{$lang_justifyright_desc}', 'JustifyRight'], + ['justifyfull', 'justifyfull.gif', '{$lang_justifyfull_desc}', 'JustifyFull'], + ['bullist', 'bullist.gif', '{$lang_bullist_desc}', 'InsertUnorderedList'], + ['numlist', 'numlist.gif', '{$lang_numlist_desc}', 'InsertOrderedList'], + ['outdent', 'outdent.gif', '{$lang_outdent_desc}', 'Outdent'], + ['indent', 'indent.gif', '{$lang_indent_desc}', 'Indent'], + ['cut', 'cut.gif', '{$lang_cut_desc}', 'Cut'], + ['copy', 'copy.gif', '{$lang_copy_desc}', 'Copy'], + ['paste', 'paste.gif', '{$lang_paste_desc}', 'Paste'], + ['undo', 'undo.gif', '{$lang_undo_desc}', 'Undo'], + ['redo', 'redo.gif', '{$lang_redo_desc}', 'Redo'], + ['link', 'link.gif', '{$lang_link_desc}', 'mceLink', true], + ['unlink', 'unlink.gif', '{$lang_unlink_desc}', 'unlink'], + ['image', 'image.gif', '{$lang_image_desc}', 'mceImage', true], + ['cleanup', 'cleanup.gif', '{$lang_cleanup_desc}', 'mceCleanup'], + ['help', 'help.gif', '{$lang_help_desc}', 'mceHelp'], + ['code', 'code.gif', '{$lang_theme_code_desc}', 'mceCodeEditor'], + ['hr', 'hr.gif', '{$lang_theme_hr_desc}', 'inserthorizontalrule'], + ['removeformat', 'removeformat.gif', '{$lang_theme_removeformat_desc}', 'removeformat'], + ['sub', 'sub.gif', '{$lang_theme_sub_desc}', 'subscript'], + ['sup', 'sup.gif', '{$lang_theme_sup_desc}', 'superscript'], + ['forecolor', 'forecolor.gif', '{$lang_theme_forecolor_desc}', 'mceForeColor', true], + ['backcolor', 'backcolor.gif', '{$lang_theme_backcolor_desc}', 'mceBackColor', true], + ['charmap', 'charmap.gif', '{$lang_theme_charmap_desc}', 'mceCharMap'], + ['visualaid', 'visualaid.gif', '{$lang_theme_visualaid_desc}', 'mceToggleVisualAid'], + ['anchor', 'anchor.gif', '{$lang_theme_anchor_desc}', 'mceInsertAnchor'], + ['newdocument', 'newdocument.gif', '{$lang_newdocument_desc}', 'mceNewDocument'] +]; + +/** + * Returns HTML code for the specificed control. + */ +function TinyMCE_advanced_getControlHTML(button_name) +{ + var buttonTileMap = new Array('anchor.gif','backcolor.gif','bullist.gif','justifycenter.gif', + 'charmap.gif','cleanup.gif','code.gif','copy.gif','custom_1.gif', + 'cut.gif','forecolor.gif','justifyfull.gif','help.gif','hr.gif', + 'image.gif','indent.gif','justifyleft.gif','link.gif','numlist.gif', + 'outdent.gif','paste.gif','redo.gif','removeformat.gif', + 'justifyright.gif','strikethrough.gif','sub.gif','sup.gif','undo.gif', + 'unlink.gif','visualaid.gif'); + + // Lookup button in button list + for (var i=0; i 4 ? but[4] : false) + (but.length > 5 ? ',\'' + but[5] + '\'' : '') + ')'; + return ''; + } + } + } + + // Old style + var cmd = 'tinyMCE.execInstanceCommand(\'{$editor_id}\',\'' + but[3] + '\',' + (but.length > 4 ? but[4] : false) + (but.length > 5 ? ',\'' + but[5] + '\'' : '') + ')'; + return ''; + } + } + + // Custom controlls other than buttons + switch (button_name) + { + case "formatselect": + var html = ''; + //formatselect + return html; + + case "styleselect": + //styleselect + return ''; + + case "fontselect": + var fontHTML = ''; + return fontHTML; + + case "fontsizeselect": + //fontsizeselect + return ''; + + case "|": + case "separator": + return ''; + + case "spacer": + return ''; + + case "rowseparator": + return '
'; + } + + return ""; +} + +/** + * Theme specific exec command handeling. + */ +function TinyMCE_advanced_execCommand(editor_id, element, command, user_interface, value) +{ + switch (command) + { + case "mceForeColor": + var template = new Array(); + var elm = tinyMCE.selectedInstance.getFocusElement(); + var inputColor = tinyMCE.getAttrib(elm, "color"); + + if (inputColor == '') + inputColor = elm.style.color; + + if (!inputColor) + inputColor = "#000000"; + + template['file'] = 'color_picker.htm'; + template['width'] = 220; + template['height'] = 190; + + tinyMCE.openWindow(template, {editor_id : editor_id, inline : "yes", command : "forecolor", input_color : inputColor}); + return true; + + case "mceBackColor": + var template = new Array(); + var elm = tinyMCE.selectedInstance.getFocusElement(); + var inputColor = elm.style.backgroundColor; + + if (!inputColor) + inputColor = "#000000"; + + template['file'] = 'color_picker.htm'; + template['width'] = 220; + template['height'] = 190; + + template['width'] += tinyMCE.getLang('lang_theme_advanced_backcolor_delta_width', 0); + template['height'] += tinyMCE.getLang('lang_theme_advanced_backcolor_delta_height', 0); + + tinyMCE.openWindow(template, {editor_id : editor_id, inline : "yes", command : "HiliteColor", input_color : inputColor}); + //mceBackColor + return true; + + case "mceColorPicker": + if (user_interface) { + var template = new Array(); + var inputColor = value['document'].getElementById(value['element_id']).value; + + template['file'] = 'color_picker.htm'; + template['width'] = 220; + template['height'] = 190; + template['close_previous'] = "no"; + + template['width'] += tinyMCE.getLang('lang_theme_advanced_colorpicker_delta_width', 0); + template['height'] += tinyMCE.getLang('lang_theme_advanced_colorpicker_delta_height', 0); + + if (typeof(value['store_selection']) == "undefined") + value['store_selection'] = true; + + tinyMCE.lastColorPickerValue = value; + tinyMCE.openWindow(template, {editor_id : editor_id, mce_store_selection : value['store_selection'], inline : "yes", command : "mceColorPicker", input_color : inputColor}); + } else { + var savedVal = tinyMCE.lastColorPickerValue; + var elm = savedVal['document'].getElementById(savedVal['element_id']); + elm.value = value; + eval('elm.onchange();'); + } + return true; + + case "mceCodeEditor": + var template = new Array(); + + template['file'] = 'source_editor.htm'; + template['width'] = parseInt(tinyMCE.getParam("theme_advanced_source_editor_width", 500)); + template['height'] = parseInt(tinyMCE.getParam("theme_advanced_source_editor_height", 400)); + + tinyMCE.openWindow(template, {editor_id : editor_id, resizable : "yes", scrollbars : "no", inline : "yes"}); + //mceCodeEditor + return true; + + case "mceCharMap": + var template = new Array(); + + template['file'] = 'charmap.htm'; + template['width'] = 550 + (tinyMCE.isOpera ? 40 : 0); + template['height'] = 250; + + template['width'] += tinyMCE.getLang('lang_theme_advanced_charmap_delta_width', 0); + template['height'] += tinyMCE.getLang('lang_theme_advanced_charmap_delta_height', 0); + + tinyMCE.openWindow(template, {editor_id : editor_id, inline : "yes"}); + //mceCharMap + return true; + + case "mceInsertAnchor": + var template = new Array(); + + template['file'] = 'anchor.htm'; + template['width'] = 320; + template['height'] = 90 + (tinyMCE.isNS7 ? 30 : 0); + + template['width'] += tinyMCE.getLang('lang_theme_advanced_anchor_delta_width', 0); + template['height'] += tinyMCE.getLang('lang_theme_advanced_anchor_delta_height', 0); + + tinyMCE.openWindow(template, {editor_id : editor_id, inline : "yes"}); + return true; + + case "mceNewDocument": + if (confirm(tinyMCE.getLang('lang_newdocument'))) + tinyMCE.execInstanceCommand(editor_id, 'mceSetContent', false, ''); + + return true; + } + + // Default behavior + return false; +} + +/** + * Editor instance template function. + */ +function TinyMCE_advanced_getEditorTemplate(settings, editorId) +{ + function removeFromArray(in_array, remove_array) + { + var outArray = new Array(); + + for (var i=0; i 

'; + var layoutManager = tinyMCE.getParam("theme_advanced_layout_manager", "SimpleLayout"); + + // Setup style select options -- MOVED UP FOR EXTERNAL TOOLBAR COMPATABILITY! + var styleSelectHTML = ''; + if (settings['theme_advanced_styles']) { + var stylesAr = settings['theme_advanced_styles'].split(';'); + + for (var i=0; i' + key + ''; + } + + TinyMCE_advanced_autoImportCSSClasses = false; + } + + switch(layoutManager) { + case "SimpleLayout" : //the default TinyMCE Layout (for backwards compatibility)... + var toolbarHTML = ""; + var toolbarLocation = tinyMCE.getParam("theme_advanced_toolbar_location", "bottom"); + var toolbarAlign = tinyMCE.getParam("theme_advanced_toolbar_align", "center"); + var pathLocation = tinyMCE.getParam("theme_advanced_path_location", "none"); // Compatiblity + var statusbarLocation = tinyMCE.getParam("theme_advanced_statusbar_location", pathLocation); + var defVals = { + theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect", + theme_advanced_buttons2 : "bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,link,unlink,anchor,image,cleanup,help,code", + theme_advanced_buttons3 : "hr,removeformat,visualaid,separator,sub,sup,separator,charmap" + }; + + // Add accessibility control + toolbarHTML += ''; + + // Render rows + for (var i=1; i<100; i++) { + var def = defVals["theme_advanced_buttons" + i]; + + var buttons = tinyMCE.getParam("theme_advanced_buttons" + i, def == null ? '' : def, true, ','); + if (buttons.length == 0) + break; + + buttons = removeFromArray(buttons, tinyMCE.getParam("theme_advanced_disable", "", true, ',')); + buttons = addToArray(buttons, tinyMCE.getParam("theme_advanced_buttons" + i + "_add", "", true, ',')); + buttons = addToArray(tinyMCE.getParam("theme_advanced_buttons" + i + "_add_before", "", true, ','), buttons); + + for (var b=0; b 0) { + toolbarHTML += "
"; + deltaHeight -= 23; + } + } + + // Add accessibility control + toolbarHTML += ''; + + // Setup template html + template['html'] = ''; + + if (toolbarLocation == "top") + { + template['html'] += ''; + } + + if (statusbarLocation == "top") + { + template['html'] += ''; + deltaHeight -= 23; + } + + template['html'] += ''; + + if (toolbarLocation == "bottom") + { + template['html'] += ''; + } + + // External toolbar changes + if (toolbarLocation == "external") + { + var bod = document.body; + var elm = document.createElement ("div"); + + toolbarHTML = tinyMCE.replaceVars(toolbarHTML, tinyMCE.settings); + toolbarHTML = tinyMCE.replaceVars(toolbarHTML, tinyMCELang); + toolbarHTML = tinyMCE.replaceVar(toolbarHTML, 'style_select_options', styleSelectHTML); + toolbarHTML = tinyMCE.replaceVar(toolbarHTML, "editor_id", editorId); + toolbarHTML = tinyMCE.applyTemplate(toolbarHTML); + + elm.className = "mceToolbarExternal"; + elm.id = editorId+"_toolbar"; + elm.innerHTML = '
' + toolbarHTML + '
' + statusbarHTML + '
' + toolbarHTML + '
'+toolbarHTML+'
'; + bod.appendChild (elm); + // bod.style.marginTop = elm.offsetHeight + "px"; + + deltaHeight = 0; + tinyMCE.getInstanceById(editorId).toolbarElement = elm; + + //template['html'] = '
'+toolbarHTML+'
' + template["html"]; + } + else + { + tinyMCE.getInstanceById(editorId).toolbarElement = null; + } + + if (statusbarLocation == "bottom") + { + template['html'] += '' + statusbarHTML + ''; + deltaHeight -= 23; + } + + template['html'] += ''; + //"SimpleLayout" + break; + + case "RowLayout" : //Container Layout - containers defined in "theme_advanced_containers" are rendered from top to bottom. + template['html'] = ''; + + var containers = tinyMCE.getParam("theme_advanced_containers", "", true, ","); + var defaultContainerCSS = tinyMCE.getParam("theme_advanced_containers_default_class", "container"); + var defaultContainerAlign = tinyMCE.getParam("theme_advanced_containers_default_align", "center"); + + //Render Containers: + for (var i = 0; i < containers.length; i++) + { + if (containers[i] == "mceEditor") //Exceptions for mceEditor and ... + { + template['html'] += ''; + } + else if (containers[i] == "mceElementpath" || containers[i] == "mceStatusbar") // ... mceElementpath: + { + var pathClass = "mceStatusbar"; + + if (i == containers.length-1) + { + pathClass = "mceStatusbarBottom"; + } + else if (i == 0) + { + pathClass = "mceStatusbar"; + } + else + { + deltaHeight-=2; + } + + template['html'] += ''; + deltaHeight -= 22; + } + else //Render normal Container: + { + var curContainer = tinyMCE.getParam("theme_advanced_container_"+containers[i], "", true, ','); + var curContainerHTML = ""; + var curAlign = tinyMCE.getParam("theme_advanced_container_"+containers[i]+"_align", defaultContainerAlign); + var curCSS = tinyMCE.getParam("theme_advanced_container_"+containers[i]+"_class", defaultContainerCSS); + + for (var j=0; j 0) + { + curContainerHTML += "
"; + deltaHeight -= 23; + } + + template['html'] += '
'; + } + } + + template['html'] += '
\ + \ +
' + statusbarHTML + '
' + curContainerHTML + '
'; + //RowLayout + break; + + case "BorderLayout" : //will be like java.awt.BorderLayout of SUN Java... + // Not implemented yet... + break; + + case "CustomLayout" : //User defined layout callback... + var customLayout = tinyMCE.getParam("theme_advanced_custom_layout",""); + + if (customLayout != "" && eval("typeof(" + customLayout + ")") != "undefined") + { + template = eval(customLayout + "(template);"); + } + break; + + default: + alert('UNDEFINED LAYOUT MANAGER! PLEASE CHECK YOUR TINYMCE CONFIG!'); + //CustomLayout + break; + } + + if (resizing) + template['html'] += ''; + + template['html'] = tinyMCE.replaceVar(template['html'], 'style_select_options', styleSelectHTML); + template['delta_width'] = 0; + template['delta_height'] = deltaHeight; + + return template; +} + +/** + * Starts/stops the editor resizing. + */ +function TinyMCE_advanced_setResizing(e, editor_id, state) { + e = typeof(e) == "undefined" ? window.event : e; + + var resizer = TinyMCE_advanced_resizer; + var editorContainer = document.getElementById(editor_id + '_parent'); + var editorArea = document.getElementById(editor_id + '_parent').firstChild; + var resizeBox = document.getElementById(editor_id + '_resize_box'); + var inst = tinyMCE.getInstanceById(editor_id); + + if (state) { + // Place box over editor area + var width = editorArea.clientWidth; + var height = editorArea.clientHeight; + + resizeBox.style.width = width + "px"; + resizeBox.style.height = height + "px"; + + resizer.iframeWidth = inst.iframeElement.clientWidth; + resizer.iframeHeight = inst.iframeElement.clientHeight; + + // Hide editor and show resize box + editorArea.style.display = "none"; + resizeBox.style.display = "block"; + + // Add event handlers, only once + if (!resizer.eventHandlers) { + if (tinyMCE.isMSIE) + tinyMCE.addEvent(document, "mousemove", TinyMCE_advanced_resizeEventHandler); + else + tinyMCE.addEvent(window, "mousemove", TinyMCE_advanced_resizeEventHandler); + + tinyMCE.addEvent(document, "mouseup", TinyMCE_advanced_resizeEventHandler); + + resizer.eventHandlers = true; + } + + resizer.resizing = true; + resizer.downX = e.screenX; + resizer.downY = e.screenY; + resizer.width = parseInt(resizeBox.style.width); + resizer.height = parseInt(resizeBox.style.height); + resizer.editorId = editor_id; + resizer.resizeBox = resizeBox; + resizer.horizontal = tinyMCE.getParam("theme_advanced_resize_horizontal", true); + } else { + resizer.resizing = false; + resizeBox.style.display = "none"; + editorArea.style.display = tinyMCE.isMSIE ? "block" : "table"; + tinyMCE.execCommand('mceResetDesignMode'); + } +} + +function TinyMCE_advanced_initInstance(inst) { + if (tinyMCE.getParam("theme_advanced_resizing", false)) { + if (tinyMCE.getParam("theme_advanced_resizing_use_cookie", true)) { + var w = TinyMCE_advanced_getCookie("TinyMCE_" + inst.editorId + "_width"); + var h = TinyMCE_advanced_getCookie("TinyMCE_" + inst.editorId + "_height"); + + TinyMCE_advanced_resizeTo(inst, w, h, tinyMCE.getParam("theme_advanced_resize_horizontal", true)); + } + } +} + +function TinyMCE_advanced_setCookie(name, value, expires, path, domain, secure) { + var curCookie = name + "=" + escape(value) + + ((expires) ? "; expires=" + expires.toGMTString() : "") + + ((path) ? "; path=" + escape(path) : "") + + ((domain) ? "; domain=" + domain : "") + + ((secure) ? "; secure" : ""); + + document.cookie = curCookie; +} + +function TinyMCE_advanced_getCookie(name) { + var dc = document.cookie; + var prefix = name + "="; + var begin = dc.indexOf("; " + prefix); + + if (begin == -1) { + begin = dc.indexOf(prefix); + + if (begin != 0) + return null; + } else + begin += 2; + + var end = document.cookie.indexOf(";", begin); + + if (end == -1) + end = dc.length; + + return unescape(dc.substring(begin + prefix.length, end)); +} + +function TinyMCE_advanced_resizeTo(inst, w, h, set_w) { + var editorContainer = document.getElementById(inst.editorId + '_parent'); + var tableElm = editorContainer.firstChild; + var iframe = inst.iframeElement; + + if (w == null || w == "null") { + set_w = false; + w = 0; + } + + if (h == null || h == "null") + return; + + w = parseInt(w); + h = parseInt(h); + + if (tinyMCE.isGecko) { + w += 2; + h += 2; + } + + var dx = w - tableElm.clientWidth; + var dy = h - tableElm.clientHeight; + + w = w < 1 ? 30 : w; + h = h < 1 ? 30 : h; + + if (set_w) + tableElm.style.width = w + "px"; + + tableElm.style.height = h + "px"; + + iw = iframe.clientWidth + dx; + ih = iframe.clientHeight + dy; + + iw = iw < 1 ? 30 : iw; + ih = ih < 1 ? 30 : ih; + + if (tinyMCE.isGecko) { + iw -= 2; + ih -= 2; + } + + if (set_w) + iframe.style.width = iw + "px"; + + iframe.style.height = ih + "px"; + + // Is it to small, make it bigger again + if (set_w) { + var tableBodyElm = tableElm.firstChild; + var minIframeWidth = tableBodyElm.scrollWidth; + if (inst.iframeElement.clientWidth < minIframeWidth) { + dx = minIframeWidth - inst.iframeElement.clientWidth; + + inst.iframeElement.style.width = (iw + dx) + "px"; + } + } +} + +/** + * Handles resizing events. + */ +function TinyMCE_advanced_resizeEventHandler(e) { + var resizer = TinyMCE_advanced_resizer; + + // Do nothing + if (!resizer.resizing) + return; + + e = typeof(e) == "undefined" ? window.event : e; + + var dx = e.screenX - resizer.downX; + var dy = e.screenY - resizer.downY; + var resizeBox = resizer.resizeBox; + var editorId = resizer.editorId; + + switch (e.type) { + case "mousemove": + var w, h; + + w = resizer.width + dx; + h = resizer.height + dy; + + w = w < 1 ? 1 : w; + h = h < 1 ? 1 : h; + + if (resizer.horizontal) + resizeBox.style.width = w + "px"; + + resizeBox.style.height = h + "px"; + break; + + case "mouseup": + TinyMCE_advanced_setResizing(e, editorId, false); + TinyMCE_advanced_resizeTo(tinyMCE.getInstanceById(editorId), resizer.width + dx, resizer.height + dy, resizer.horizontal); + + // Expire in a month + if (tinyMCE.getParam("theme_advanced_resizing_use_cookie", true)) { + var expires = new Date(); + expires.setTime(expires.getTime() + 3600000 * 24 * 30); + + // Set the cookies + TinyMCE_advanced_setCookie("TinyMCE_" + editorId + "_width", "" + (resizer.horizontal ? resizer.width + dx : ""), expires); + TinyMCE_advanced_setCookie("TinyMCE_" + editorId + "_height", "" + (resizer.height + dy), expires); + } + break; + } +} + +/** + * Insert link template function. + */ +function TinyMCE_advanced_getInsertLinkTemplate() +{ + var template = new Array(); + + template['file'] = 'link.htm'; + template['width'] = 330; + template['height'] = 170 + (tinyMCE.isMSIE ? 25 : 0); + + // Language specific width and height addons + template['width'] += tinyMCE.getLang('lang_insert_link_delta_width', 0); + template['height'] += tinyMCE.getLang('lang_insert_link_delta_height', 0); + + return template; +}; + +/** + * Insert image template function. + */ +function TinyMCE_advanced_getInsertImageTemplate() { + var template = new Array(); + + template['file'] = 'image.htm?src={$src}'; + template['width'] = 340; + template['height'] = 250 + (tinyMCE.isMSIE ? 25 : 0); + + // Language specific width and height addons + template['width'] += tinyMCE.getLang('lang_insert_image_delta_width', 0); + template['height'] += tinyMCE.getLang('lang_insert_image_delta_height', 0); + + return template; +}; + +/** + * Node change handler. + */ +function TinyMCE_advanced_handleNodeChange(editor_id, node, undo_index, undo_levels, visual_aid, any_selection, setup_content) { + function selectByValue(select_elm, value, first_index) { + first_index = typeof(first_index) == "undefined" ? false : true; + + if (select_elm) { + for (var i=0; i=0; i--) { + var nodeName = path[i].nodeName.toLowerCase(); + var nodeData = ""; + + if (nodeName == "b") { + nodeName = "strong"; + } + + if (nodeName == "i") { + nodeName = "em"; + } + + if (nodeName == "span") { + var cn = tinyMCE.getAttrib(path[i], "class"); + if (cn != "" && cn.indexOf('mceItem') == -1) + nodeData += "class: " + cn + " "; + + var st = tinyMCE.getAttrib(path[i], "style"); + if (st != "") { + st = tinyMCE.serializeStyle(tinyMCE.parseStyle(st)); + nodeData += "style: " + st + " "; + } + } + + if (nodeName == "font") { + if (tinyMCE.getParam("convert_fonts_to_spans")) + nodeName = "span"; + + var face = tinyMCE.getAttrib(path[i], "face"); + if (face != "") + nodeData += "font: " + face + " "; + + var size = tinyMCE.getAttrib(path[i], "size"); + if (size != "") + nodeData += "size: " + size + " "; + + var color = tinyMCE.getAttrib(path[i], "color"); + if (color != "") + nodeData += "color: " + color + " "; + } + + if (getAttrib(path[i], 'id') != "") { + nodeData += "id: " + path[i].getAttribute('id') + " "; + } + + var className = tinyMCE.getVisualAidClass(tinyMCE.getAttrib(path[i], "class"), false); + if (className != "" && className.indexOf('mceItem') == -1) + nodeData += "class: " + className + " "; + + if (getAttrib(path[i], 'src') != "") { + var src = tinyMCE.getAttrib(path[i], "mce_src"); + + if (src == "") + src = tinyMCE.getAttrib(path[i], "src"); + + nodeData += "src: " + src + " "; + } + + if (getAttrib(path[i], 'href') != "") { + var href = tinyMCE.getAttrib(path[i], "mce_href"); + + if (href == "") + href = tinyMCE.getAttrib(path[i], "href"); + + nodeData += "href: " + href + " "; + } + + if (nodeName == "img" && tinyMCE.getAttrib(path[i], "class").indexOf('mceItemFlash') != -1) { + nodeName = "flash"; + nodeData = "src: " + path[i].getAttribute('title'); + } + + if (nodeName == "a" && (anchor = tinyMCE.getAttrib(path[i], "name")) != "") { + nodeName = "a"; + nodeName += "#" + anchor; + nodeData = ""; + } + + if (getAttrib(path[i], 'name').indexOf("mce_") != 0) { + var className = tinyMCE.getVisualAidClass(tinyMCE.getAttrib(path[i], "class"), false); + if (className != "" && className.indexOf('mceItem') == -1) { + nodeName += "." + className; + } + } + + var cmd = 'tinyMCE.execInstanceCommand(\'' + editor_id + '\',\'mceSelectNodeDepth\',false,\'' + i + '\');'; + html += '' + nodeName + ''; + + if (i > 0) { + html += " » "; + } + } + + pathElm.innerHTML = '' + tinyMCE.getLang('lang_theme_path') + ": " + html + ' '; + } + + // Reset old states + tinyMCE.switchClassSticky(editor_id + '_justifyleft', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_justifyright', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_justifycenter', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_justifyfull', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_bullist', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_numlist', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_sub', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_sup', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_anchor', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_link', 'mceButtonDisabled', true); + tinyMCE.switchClassSticky(editor_id + '_unlink', 'mceButtonDisabled', true); + tinyMCE.switchClassSticky(editor_id + '_outdent', 'mceButtonDisabled', true); + tinyMCE.switchClassSticky(editor_id + '_image', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_hr', 'mceButtonNormal'); + + if (node.nodeName == "A" && tinyMCE.getAttrib(node, "class").indexOf('mceItemAnchor') != -1) + tinyMCE.switchClassSticky(editor_id + '_anchor', 'mceButtonSelected'); + + // Get link + var anchorLink = tinyMCE.getParentElement(node, "a", "href"); + + if (anchorLink || any_selection) + { + tinyMCE.switchClassSticky(editor_id + '_link', anchorLink ? 'mceButtonSelected' : 'mceButtonNormal', false); + tinyMCE.switchClassSticky(editor_id + '_unlink', anchorLink ? 'mceButtonSelected' : 'mceButtonNormal', false); + } + + // Handle visual aid + tinyMCE.switchClassSticky(editor_id + '_visualaid', visual_aid ? 'mceButtonSelected' : 'mceButtonNormal', false); + + if (undo_levels != -1) + { + tinyMCE.switchClassSticky(editor_id + '_undo', 'mceButtonDisabled', true); + tinyMCE.switchClassSticky(editor_id + '_redo', 'mceButtonDisabled', true); + } + + // Within li, blockquote + if (tinyMCE.getParentElement(node, "li,blockquote")) + { + tinyMCE.switchClassSticky(editor_id + '_outdent', 'mceButtonNormal', false); + } + + // Has redo levels + if (undo_index != -1 && (undo_index < undo_levels-1 && undo_levels > 0)) + { + tinyMCE.switchClassSticky(editor_id + '_redo', 'mceButtonNormal', false); + } + + // Has undo levels + if (undo_index != -1 && (undo_index > 0 && undo_levels > 0)) + { + tinyMCE.switchClassSticky(editor_id + '_undo', 'mceButtonNormal', false); + } + + // Select class in select box + var selectElm = document.getElementById(editor_id + "_styleSelect"); + + if (selectElm) + { + TinyMCE_advanced_setupCSSClasses(editor_id); + + classNode = node; + breakOut = false; + var index = 0; + + do + { + if (classNode && classNode.className) + { + for (var i=0; i"); + else + selectByValue(selectElm, ""); + } + + // Select fontselect + var selectElm = document.getElementById(editor_id + "_fontNameSelect"); + if (selectElm) { + if (!tinyMCE.isSafari && !(tinyMCE.isMSIE && !tinyMCE.isOpera)) { + var face = inst.queryCommandValue('FontName'); + + face = face == null || face == "" ? "" : face; + + selectByValue(selectElm, face, face != ""); + } else { + var elm = tinyMCE.getParentElement(node, "font", "face"); + + if (elm) { + var family = tinyMCE.getAttrib(elm, "face"); + + if (family == '') + family = '' + elm.style.fontFamily; + + if (!selectByValue(selectElm, family, family != "")) + selectByValue(selectElm, ""); + } else + selectByValue(selectElm, ""); + } + } + + // Select fontsize + var selectElm = document.getElementById(editor_id + "_fontSizeSelect"); + if (selectElm) { + if (!tinyMCE.isSafari && !tinyMCE.isOpera) { + var size = inst.queryCommandValue('FontSize'); + selectByValue(selectElm, size == null || size == "" ? "0" : size); + } else { + var elm = tinyMCE.getParentElement(node, "font", "size"); + if (elm) { + var size = tinyMCE.getAttrib(elm, "size"); + + if (size == '') { + var sizes = new Array('', '8px', '10px', '12px', '14px', '18px', '24px', '36px'); + + size = '' + elm.style.fontSize; + + for (var i=0; i 0) { + selectElm.setAttribute('cssImported', 'true'); + } + } +}; diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/image.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/image.htm new file mode 100644 index 000000000..7c9534469 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/image.htm @@ -0,0 +1,91 @@ + + + {$lang_insert_image_title} + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$lang_insert_image_title}
{$lang_insert_image_src}: + + + + +
 
{$lang_insert_image_alt}:
{$lang_insert_image_align}:
{$lang_insert_image_dimensions}: + x +
{$lang_insert_image_border}:
{$lang_insert_image_vspace}:
{$lang_insert_image_hspace}:
+
+
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/anchor.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/anchor.gif new file mode 100644 index 000000000..34ab71534 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/anchor.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif new file mode 100644 index 000000000..2eafd7954 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/backcolor.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/backcolor.gif new file mode 100644 index 000000000..8a532e5e6 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/backcolor.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold.gif new file mode 100644 index 000000000..d6a9cc2cd Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif new file mode 100644 index 000000000..9b129de25 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_es.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_es.gif new file mode 100644 index 000000000..ea341e608 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_es.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif new file mode 100644 index 000000000..281645451 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif new file mode 100644 index 000000000..e000d461c Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif new file mode 100644 index 000000000..82085432c Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/browse.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/browse.gif new file mode 100644 index 000000000..c786d0b20 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/browse.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bullist.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bullist.gif new file mode 100644 index 000000000..6e19467c7 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/bullist.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/buttons.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/buttons.gif new file mode 100644 index 000000000..5d5e08b5e Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/buttons.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif new file mode 100644 index 000000000..4b4aeefcb Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/charmap.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/charmap.gif new file mode 100644 index 000000000..3cdc4ac91 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/charmap.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/cleanup.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/cleanup.gif new file mode 100644 index 000000000..16491f6cf Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/cleanup.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/close.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/close.gif new file mode 100644 index 000000000..679ca2aa4 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/close.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/code.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/code.gif new file mode 100644 index 000000000..c5d5a6727 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/code.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/color.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/color.gif new file mode 100644 index 000000000..1ecd5743b Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/color.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/copy.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/copy.gif new file mode 100644 index 000000000..dc146865c Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/copy.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/custom_1.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/custom_1.gif new file mode 100644 index 000000000..4cbccdadf Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/custom_1.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/cut.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/cut.gif new file mode 100644 index 000000000..4e9a70b6e Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/cut.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/forecolor.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/forecolor.gif new file mode 100644 index 000000000..d5e381425 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/forecolor.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/help.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/help.gif new file mode 100644 index 000000000..51a1ee420 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/help.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/hr.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/hr.gif new file mode 100644 index 000000000..1a1ba2a01 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/hr.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/image.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/image.gif new file mode 100644 index 000000000..4b88eddc2 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/image.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/indent.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/indent.gif new file mode 100644 index 000000000..acd315bb1 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/indent.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif new file mode 100644 index 000000000..69c131ce2 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic.gif new file mode 100644 index 000000000..8bb330bd0 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif new file mode 100644 index 000000000..feb0309e7 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_es.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_es.gif new file mode 100644 index 000000000..4572cdb1d Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_es.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif new file mode 100644 index 000000000..a2bb69a72 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif new file mode 100644 index 000000000..4f6eeaa2b Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif new file mode 100644 index 000000000..42d609a99 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif new file mode 100644 index 000000000..c8504f626 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif new file mode 100644 index 000000000..e8f7e4276 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifyright.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifyright.gif new file mode 100644 index 000000000..e4cea9714 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/justifyright.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/link.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/link.gif new file mode 100644 index 000000000..1accf4262 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/link.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/newdocument.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/newdocument.gif new file mode 100644 index 000000000..a9d293842 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/newdocument.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/numlist.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/numlist.gif new file mode 100644 index 000000000..a2683522f Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/numlist.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/opacity.png b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/opacity.png new file mode 100644 index 000000000..b4217cb21 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/opacity.png differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/outdent.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/outdent.gif new file mode 100644 index 000000000..23f6aa408 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/outdent.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/paste.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/paste.gif new file mode 100644 index 000000000..1b45000a0 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/paste.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/redo.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/redo.gif new file mode 100644 index 000000000..3af90697f Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/redo.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/removeformat.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/removeformat.gif new file mode 100644 index 000000000..0fa3cb797 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/removeformat.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/spacer.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/spacer.gif new file mode 100644 index 000000000..388486517 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/spacer.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif new file mode 100644 index 000000000..af89d803f Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif new file mode 100644 index 000000000..326463591 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/sub.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/sub.gif new file mode 100644 index 000000000..4d7ce30ff Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/sub.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/sup.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/sup.gif new file mode 100644 index 000000000..a7145e019 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/sup.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table.gif new file mode 100644 index 000000000..2911830c3 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_delete_col.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_delete_col.gif new file mode 100644 index 000000000..91f53af02 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_delete_col.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_delete_row.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_delete_row.gif new file mode 100644 index 000000000..7025733fe Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_delete_row.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_col_after.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_col_after.gif new file mode 100644 index 000000000..85058080c Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_col_after.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_col_before.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_col_before.gif new file mode 100644 index 000000000..b669d4fa6 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_col_before.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_row_after.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_row_after.gif new file mode 100644 index 000000000..b9c144661 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_row_after.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_row_before.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_row_before.gif new file mode 100644 index 000000000..157d37365 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/table_insert_row_before.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline.gif new file mode 100644 index 000000000..1dfeb5f6d Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_es.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_es.gif new file mode 100644 index 000000000..551d9148d Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_es.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif new file mode 100644 index 000000000..551d9148d Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif new file mode 100644 index 000000000..b78e2a498 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif new file mode 100644 index 000000000..b71539048 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/undo.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/undo.gif new file mode 100644 index 000000000..520796d69 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/undo.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/unlink.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/unlink.gif new file mode 100644 index 000000000..5c8a33db8 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/unlink.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/visualaid.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/visualaid.gif new file mode 100644 index 000000000..63caf1807 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/visualaid.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif new file mode 100644 index 000000000..897a01f2b Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif new file mode 100644 index 000000000..aee442beb Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif new file mode 100644 index 000000000..9dc8abe1a Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif new file mode 100644 index 000000000..616a889d1 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif new file mode 100644 index 000000000..c303f66dd Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/about.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/about.js new file mode 100644 index 000000000..fc33f85c4 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/about.js @@ -0,0 +1,74 @@ +function init() { + tinyMCEPopup.resizeToInnerSize(); + + // Give FF some time + window.setTimeout('insertHelpIFrame();', 10); + + var tcont = document.getElementById('plugintablecontainer'); + var plugins = tinyMCE.getParam('plugins', '', true, ','); + if (plugins.length == 0) + document.getElementById('plugins_tab').style.display = 'none'; + + var html = ""; + html += ''; + html += ''; + html += ''; + html += ''; + html += ''; + html += ''; + html += ''; + html += ''; + html += ''; + + for (var i=0; i' + info.longname + ''; + else + html += ''; + + if (info.authorurl != null && info.authorurl != '') + html += ''; + else + html += ''; + + html += ''; + html += ''; + } + + html += ''; + html += '
' + tinyMCE.getLang('lang_plugin') + '' + tinyMCE.getLang('lang_author') + '' + tinyMCE.getLang('lang_version') + '
' + info.longname + '' + info.author + '' + info.author + '' + info.version + '
'; + + tcont.innerHTML = html; +} + +function getPluginInfo(name) { + var fn = eval('tinyMCEPopup.windowOpener.TinyMCE_' + name + '_getInfo'); + + if (typeof(fn) != 'undefined') + return fn(); + + return { + longname : name, + authorurl : '', + infourl : '', + author : '--', + version : '--' + }; +} + +function insertHelpIFrame() { + var html = ''; + + document.getElementById('iframecontainer').innerHTML = html; + + html = ''; + html += 'Got Moxie? '; + html += 'Hosted By Sourceforge '; + html += 'Also on freshmeat '; + + document.getElementById('buttoncontainer').innerHTML = html; +} diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js new file mode 100644 index 000000000..446a3ce2b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js @@ -0,0 +1,59 @@ +var action, element; + +function init() { + tinyMCEPopup.resizeToInnerSize(); + + var inst = tinyMCE.getInstanceById(tinyMCE.getWindowArg('editor_id')); + var anchor = tinyMCE.getParentElement(inst.getFocusElement(), "a", "name"); + var img = inst.getFocusElement(); + action = 'insert'; + + if (anchor != null) { + element = anchor; + action = "update"; + } + + if (tinyMCE.getAttrib(img, "class") == "mceItemAnchor") { + element = img; + action = "update"; + } + + if (action == "update") + document.forms[0].anchorName.value = element.nodeName == "IMG" ? element.getAttribute("title") : element.getAttribute("name"); + + document.forms[0].insert.value = tinyMCE.getLang('lang_' + action, 'Insert', true); +} + +function insertAnchor() { + var inst = tinyMCE.getInstanceById(tinyMCE.getWindowArg('editor_id')); + var name = document.forms[0].anchorName.value; + + tinyMCEPopup.execCommand("mceBeginUndoLevel"); + + if (action == "update") { + if (element.nodeName == "IMG") + element.setAttribute("title", name); + else + element.setAttribute("name", name); + } else { + var rng = inst.getRng(); + + if (rng.collapse) + rng.collapse(false); + + name = name.replace(/&/g, '&'); + name = name.replace(/\"/g, '"'); + name = name.replace(//g, '&gr;'); + + html = ''; + + tinyMCEPopup.execCommand("mceInsertContent", false, html); + tinyMCE.handleVisualAid(inst.getBody(), true, inst.visualAid, inst); + } + + tinyMCEPopup.execCommand("mceEndUndoLevel"); + + tinyMCE.triggerNodeChange(); + tinyMCEPopup.close(); +} diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js new file mode 100644 index 000000000..bc9df27b3 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js @@ -0,0 +1,324 @@ +function init() { + tinyMCEPopup.resizeToInnerSize(); +} + +var charmap = new Array(); + +// for mor details please see w3c.org +// now here is the complete list ;) + +charmap = [ + [' ', ' ', true, 'no-break space'], + ['&', '&', true, 'ampersand'], + ['"', '"', true, 'quotation mark'], +// finance + ['¢', '¢', true, 'cent sign'], + ['€', '€', true, 'euro sign'], + ['£', '£', true, 'pound sign'], + ['¥', '¥', true, 'yen sign'], +// signs + ['©', '©', true, 'copyright sign'], + ['®', '®', true, 'registered sign'], + ['™', '™', true, 'trade mark sign'], + ['‰', '‰', true, 'per mille sign'], + ['µ', 'µ', true, 'micro sign'], + ['·', '·', true, 'middle dot'], + ['•', '•', true, 'bullet'], + ['…', '…', true, 'three dot leader'], + ['′', '′', true, 'minutes / feet'], + ['″', '″', true, 'seconds / inches'], + ['§', '§', true, 'section sign'], + ['¶', '¶', true, 'paragraph sign'], + ['ß', 'ß', true, 'sharp s / ess-zed'], +// quotations + ['‹', '‹', true, 'single left-pointing angle quotation mark'], + ['›', '›', true, 'single right-pointing angle quotation mark'], + ['«', '«', true, 'left pointing guillemet'], + ['»', '»', true, 'right pointing guillemet'], + ['‘', '‘', true, 'left single quotation mark'], + ['’', '’', true, 'right single quotation mark'], + ['“', '“', true, 'left double quotation mark'], + ['”', '”', true, 'right double quotation mark'], + ['‚', '‚', true, 'single low-9 quotation mark'], + ['„', '„', true, 'double low-9 quotation mark'], + ['<', '<', true, 'less-than sign'], + ['>', '>', true, 'greater-than sign'], + ['≤', '≤', true, 'less-than or equal to'], + ['≥', '≥', true, 'greater-than or equal to'], + ['–', '–', true, 'en dash'], + ['—', '—', true, 'em dash'], + ['¯', '¯', true, 'macron'], + ['‾', '‾', true, 'overline'], + ['¤', '¤', true, 'currency sign'], + ['¦', '¦', true, 'broken bar'], + ['¨', '¨', true, 'diaeresis'], + ['¡', '¡', true, 'inverted exclamation mark'], + ['¿', '¿', true, 'turned question mark'], + ['ˆ', 'ˆ', true, 'circumflex accent'], + ['˜', '˜', true, 'small tilde'], + ['°', '°', true, 'degree sign'], + ['−', '−', true, 'minus sign'], + ['±', '±', true, 'plus-minus sign'], + ['÷', '÷', true, 'division sign'], + ['⁄', '⁄', true, 'fraction slash'], + ['×', '×', true, 'multiplication sign'], + ['¹', '¹', true, 'superscript one'], + ['²', '²', true, 'superscript two'], + ['³', '³', true, 'superscript three'], + ['¼', '¼', true, 'fraction one quarter'], + ['½', '½', true, 'fraction one half'], + ['¾', '¾', true, 'fraction three quarters'], +// math / logical + ['ƒ', 'ƒ', true, 'function / florin'], + ['∫', '∫', true, 'integral'], + ['∑', '∑', true, 'n-ary sumation'], + ['∞', '∞', true, 'infinity'], + ['√', '√', true, 'square root'], + ['∼', '∼', false,'similar to'], + ['≅', '≅', false,'approximately equal to'], + ['≈', '≈', true, 'almost equal to'], + ['≠', '≠', true, 'not equal to'], + ['≡', '≡', true, 'identical to'], + ['∈', '∈', false,'element of'], + ['∉', '∉', false,'not an element of'], + ['∋', '∋', false,'contains as member'], + ['∏', '∏', true, 'n-ary product'], + ['∧', '∧', false,'logical and'], + ['∨', '∨', false,'logical or'], + ['¬', '¬', true, 'not sign'], + ['∩', '∩', true, 'intersection'], + ['∪', '∪', false,'union'], + ['∂', '∂', true, 'partial differential'], + ['∀', '∀', false,'for all'], + ['∃', '∃', false,'there exists'], + ['∅', '∅', false,'diameter'], + ['∇', '∇', false,'backward difference'], + ['∗', '∗', false,'asterisk operator'], + ['∝', '∝', false,'proportional to'], + ['∠', '∠', false,'angle'], +// undefined + ['´', '´', true, 'acute accent'], + ['¸', '¸', true, 'cedilla'], + ['ª', 'ª', true, 'feminine ordinal indicator'], + ['º', 'º', true, 'masculine ordinal indicator'], + ['†', '†', true, 'dagger'], + ['‡', '‡', true, 'double dagger'], +// alphabetical special chars + ['À', 'À', true, 'A - grave'], + ['Á', 'Á', true, 'A - acute'], + ['Â', 'Â', true, 'A - circumflex'], + ['Ã', 'Ã', true, 'A - tilde'], + ['Ä', 'Ä', true, 'A - diaeresis'], + ['Å', 'Å', true, 'A - ring above'], + ['Æ', 'Æ', true, 'ligature AE'], + ['Ç', 'Ç', true, 'C - cedilla'], + ['È', 'È', true, 'E - grave'], + ['É', 'É', true, 'E - acute'], + ['Ê', 'Ê', true, 'E - circumflex'], + ['Ë', 'Ë', true, 'E - diaeresis'], + ['Ì', 'Ì', true, 'I - grave'], + ['Í', 'Í', true, 'I - acute'], + ['Î', 'Î', true, 'I - circumflex'], + ['Ï', 'Ï', true, 'I - diaeresis'], + ['Ð', 'Ð', true, 'ETH'], + ['Ñ', 'Ñ', true, 'N - tilde'], + ['Ò', 'Ò', true, 'O - grave'], + ['Ó', 'Ó', true, 'O - acute'], + ['Ô', 'Ô', true, 'O - circumflex'], + ['Õ', 'Õ', true, 'O - tilde'], + ['Ö', 'Ö', true, 'O - diaeresis'], + ['Ø', 'Ø', true, 'O - slash'], + ['Œ', 'Œ', true, 'ligature OE'], + ['Š', 'Š', true, 'S - caron'], + ['Ù', 'Ù', true, 'U - grave'], + ['Ú', 'Ú', true, 'U - acute'], + ['Û', 'Û', true, 'U - circumflex'], + ['Ü', 'Ü', true, 'U - diaeresis'], + ['Ý', 'Ý', true, 'Y - acute'], + ['Ÿ', 'Ÿ', true, 'Y - diaeresis'], + ['Þ', 'Þ', true, 'THORN'], + ['à', 'à', true, 'a - grave'], + ['á', 'á', true, 'a - acute'], + ['â', 'â', true, 'a - circumflex'], + ['ã', 'ã', true, 'a - tilde'], + ['ä', 'ä', true, 'a - diaeresis'], + ['å', 'å', true, 'a - ring above'], + ['æ', 'æ', true, 'ligature ae'], + ['ç', 'ç', true, 'c - cedilla'], + ['è', 'è', true, 'e - grave'], + ['é', 'é', true, 'e - acute'], + ['ê', 'ê', true, 'e - circumflex'], + ['ë', 'ë', true, 'e - diaeresis'], + ['ì', 'ì', true, 'i - grave'], + ['í', 'í', true, 'i - acute'], + ['î', 'î', true, 'i - circumflex'], + ['ï', 'ï', true, 'i - diaeresis'], + ['ð', 'ð', true, 'eth'], + ['ñ', 'ñ', true, 'n - tilde'], + ['ò', 'ò', true, 'o - grave'], + ['ó', 'ó', true, 'o - acute'], + ['ô', 'ô', true, 'o - circumflex'], + ['õ', 'õ', true, 'o - tilde'], + ['ö', 'ö', true, 'o - diaeresis'], + ['ø', 'ø', true, 'o slash'], + ['œ', 'œ', true, 'ligature oe'], + ['š', 'š', true, 's - caron'], + ['ù', 'ù', true, 'u - grave'], + ['ú', 'ú', true, 'u - acute'], + ['û', 'û', true, 'u - circumflex'], + ['ü', 'ü', true, 'u - diaeresis'], + ['ý', 'ý', true, 'y - acute'], + ['þ', 'þ', true, 'thorn'], + ['ÿ', 'ÿ', true, 'y - diaeresis'], +// ['Α', 'Α', true, 'Alpha'], + ['Β', 'Β', true, 'Beta'], + ['Γ', 'Γ', true, 'Gamma'], + ['Δ', 'Δ', true, 'Delta'], + ['Ε', 'Ε', true, 'Epsilon'], + ['Ζ', 'Ζ', true, 'Zeta'], + ['Η', 'Η', true, 'Eta'], + ['Θ', 'Θ', true, 'Theta'], + ['Ι', 'Ι', true, 'Iota'], + ['Κ', 'Κ', true, 'Kappa'], + ['Λ', 'Λ', true, 'Lambda'], + ['Μ', 'Μ', true, 'Mu'], + ['Ν', 'Ν', true, 'Nu'], + ['Ξ', 'Ξ', true, 'Xi'], + ['Ο', 'Ο', true, 'Omicron'], + ['Π', 'Π', true, 'Pi'], + ['Ρ', 'Ρ', true, 'Rho'], + ['Σ', 'Σ', true, 'Sigma'], + ['Τ', 'Τ', true, 'Tau'], + ['Υ', 'Υ', true, 'Upsilon'], + ['Φ', 'Φ', true, 'Phi'], + ['Χ', 'Χ', true, 'Chi'], + ['Ψ', 'Ψ', true, 'Psi'], + ['Ω', 'Ω', true, 'Omega'], + ['α', 'α', true, 'alpha'], + ['β', 'β', true, 'beta'], + ['γ', 'γ', true, 'gamma'], + ['δ', 'δ', true, 'delta'], + ['ε', 'ε', true, 'epsilon'], + ['ζ', 'ζ', true, 'zeta'], + ['η', 'η', true, 'eta'], + ['θ', 'θ', true, 'theta'], + ['ι', 'ι', true, 'iota'], + ['κ', 'κ', true, 'kappa'], + ['λ', 'λ', true, 'lambda'], + ['μ', 'μ', true, 'mu'], + ['ν', 'ν', true, 'nu'], + ['ξ', 'ξ', true, 'xi'], + ['ο', 'ο', true, 'omicron'], + ['π', 'π', true, 'pi'], + ['ρ', 'ρ', true, 'rho'], + ['ς', 'ς', true, 'final sigma'], + ['σ', 'σ', true, 'sigma'], + ['τ', 'τ', true, 'tau'], + ['υ', 'υ', true, 'upsilon'], + ['φ', 'φ', true, 'phi'], + ['χ', 'χ', true, 'chi'], + ['ψ', 'ψ', true, 'psi'], + ['ω', 'ω', true, 'omega'], +// symbols + ['ℵ', 'ℵ', false,'alef symbol'], + ['ϖ', 'ϖ', false,'pi symbol'], + ['ℜ', 'ℜ', false,'real part symbol'], + ['ϑ','ϑ', false,'theta symbol'], + ['ϒ', 'ϒ', false,'upsilon - hook symbol'], + ['℘', '℘', false,'Weierstrass p'], + ['ℑ', 'ℑ', false,'imaginary part'], +// arrows + ['←', '←', true, 'leftwards arrow'], + ['↑', '↑', true, 'upwards arrow'], + ['→', '→', true, 'rightwards arrow'], + ['↓', '↓', true, 'downwards arrow'], + ['↔', '↔', true, 'left right arrow'], + ['↵', '↵', false,'carriage return'], + ['⇐', '⇐', false,'leftwards double arrow'], + ['⇑', '⇑', false,'upwards double arrow'], + ['⇒', '⇒', false,'rightwards double arrow'], + ['⇓', '⇓', false,'downwards double arrow'], + ['⇔', '⇔', false,'left right double arrow'], + ['∴', '∴', false,'therefore'], + ['⊂', '⊂', false,'subset of'], + ['⊃', '⊃', false,'superset of'], + ['⊄', '⊄', false,'not a subset of'], + ['⊆', '⊆', false,'subset of or equal to'], + ['⊇', '⊇', false,'superset of or equal to'], + ['⊕', '⊕', false,'circled plus'], + ['⊗', '⊗', false,'circled times'], + ['⊥', '⊥', false,'perpendicular'], + ['⋅', '⋅', false,'dot operator'], + ['⌈', '⌈', false,'left ceiling'], + ['⌉', '⌉', false,'right ceiling'], + ['⌊', '⌊', false,'left floor'], + ['⌋', '⌋', false,'right floor'], + ['⟨', '〈', false,'left-pointing angle bracket'], + ['⟩', '〉', false,'right-pointing angle bracket'], + ['◊', '◊', true,'lozenge'], + ['♠', '♠', false,'black spade suit'], + ['♣', '♣', true, 'black club suit'], + ['♥', '♥', true, 'black heart suit'], + ['♦', '♦', true, 'black diamond suit'], + [' ', ' ', false,'en space'], + [' ', ' ', false,'em space'], + [' ', ' ', false,'thin space'], + ['‌', '‌', false,'zero width non-joiner'], + ['‍', '‍', false,'zero width joiner'], + ['‎', '‎', false,'left-to-right mark'], + ['‏', '‏', false,'right-to-left mark'], + ['­', '­', false,'soft hyphen'] +]; + +function renderCharMapHTML() { + var charsPerRow = 20, tdWidth=20, tdHeight=20; + var html = ''; + var cols=-1; + for (var i=0; i' + + charmap[i][1] + + ''; + if ((cols+1) % charsPerRow == 0) + html += ''; + } + } + if (cols % charsPerRow > 0) { + var padd = charsPerRow - (cols % charsPerRow); + for (var i=0; i '; + } + html += '
'; + document.write(html); +} + +function insertChar(chr) { + tinyMCEPopup.execCommand('mceInsertContent', false, '\&#' + chr + ';'); + + // Refocus in window + if (tinyMCEPopup.isWindow) + window.focus(); +} + +function previewChar(codeA, codeB, codeN) { + var elmA = document.getElementById('codeA'); + var elmB = document.getElementById('codeB'); + var elmV = document.getElementById('codeV'); + var elmN = document.getElementById('codeN'); + + if (codeA=='#160;') { + elmV.innerHTML = '__'; + } else { + elmV.innerHTML = '&' + codeA; + } + + elmB.innerHTML = '&' + codeA; + elmA.innerHTML = '&' + codeB; + elmN.innerHTML = codeN; +} diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js new file mode 100644 index 000000000..aab668e08 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js @@ -0,0 +1,107 @@ +function init() { + if (tinyMCE.isMSIE) + tinyMCEPopup.resizeToInnerSize(); +} + +function selectColor() { + var color = document.getElementById("selectedColorBox").value; + + tinyMCEPopup.execCommand(tinyMCE.getWindowArg('command'), false, color); + tinyMCEPopup.close(); +} + +function showColor(color) { + document.getElementById("selectedColor").style.backgroundColor = color; + document.getElementById("selectedColorBox").value = color; +} + +var colors = new Array( + "#000000","#000033","#000066","#000099","#0000cc","#0000ff","#330000","#330033", + "#330066","#330099","#3300cc","#3300ff","#660000","#660033","#660066","#660099", + "#6600cc","#6600ff","#990000","#990033","#990066","#990099","#9900cc","#9900ff", + "#cc0000","#cc0033","#cc0066","#cc0099","#cc00cc","#cc00ff","#ff0000","#ff0033", + "#ff0066","#ff0099","#ff00cc","#ff00ff","#003300","#003333","#003366","#003399", + "#0033cc","#0033ff","#333300","#333333","#333366","#333399","#3333cc","#3333ff", + "#663300","#663333","#663366","#663399","#6633cc","#6633ff","#993300","#993333", + "#993366","#993399","#9933cc","#9933ff","#cc3300","#cc3333","#cc3366","#cc3399", + "#cc33cc","#cc33ff","#ff3300","#ff3333","#ff3366","#ff3399","#ff33cc","#ff33ff", + "#006600","#006633","#006666","#006699","#0066cc","#0066ff","#336600","#336633", + "#336666","#336699","#3366cc","#3366ff","#666600","#666633","#666666","#666699", + "#6666cc","#6666ff","#996600","#996633","#996666","#996699","#9966cc","#9966ff", + "#cc6600","#cc6633","#cc6666","#cc6699","#cc66cc","#cc66ff","#ff6600","#ff6633", + "#ff6666","#ff6699","#ff66cc","#ff66ff","#009900","#009933","#009966","#009999", + "#0099cc","#0099ff","#339900","#339933","#339966","#339999","#3399cc","#3399ff", + "#669900","#669933","#669966","#669999","#6699cc","#6699ff","#999900","#999933", + "#999966","#999999","#9999cc","#9999ff","#cc9900","#cc9933","#cc9966","#cc9999", + "#cc99cc","#cc99ff","#ff9900","#ff9933","#ff9966","#ff9999","#ff99cc","#ff99ff", + "#00cc00","#00cc33","#00cc66","#00cc99","#00cccc","#00ccff","#33cc00","#33cc33", + "#33cc66","#33cc99","#33cccc","#33ccff","#66cc00","#66cc33","#66cc66","#66cc99", + "#66cccc","#66ccff","#99cc00","#99cc33","#99cc66","#99cc99","#99cccc","#99ccff", + "#cccc00","#cccc33","#cccc66","#cccc99","#cccccc","#ccccff","#ffcc00","#ffcc33", + "#ffcc66","#ffcc99","#ffcccc","#ffccff","#00ff00","#00ff33","#00ff66","#00ff99", + "#00ffcc","#00ffff","#33ff00","#33ff33","#33ff66","#33ff99","#33ffcc","#33ffff", + "#66ff00","#66ff33","#66ff66","#66ff99","#66ffcc","#66ffff","#99ff00","#99ff33", + "#99ff66","#99ff99","#99ffcc","#99ffff","#ccff00","#ccff33","#ccff66","#ccff99", + "#ccffcc","#ccffff","#ffff00","#ffff33","#ffff66","#ffff99","#ffffcc","#ffffff" +); + +function convertRGBToHex(col) { + var re = new RegExp("rgb\\s*\\(\\s*([0-9]+).*,\\s*([0-9]+).*,\\s*([0-9]+).*\\)", "gi"); + + var rgb = col.replace(re, "$1,$2,$3").split(','); + if (rgb.length == 3) { + r = parseInt(rgb[0]).toString(16); + g = parseInt(rgb[1]).toString(16); + b = parseInt(rgb[2]).toString(16); + + r = r.length == 1 ? '0' + r : r; + g = g.length == 1 ? '0' + g : g; + b = b.length == 1 ? '0' + b : b; + + return "#" + r + g + b; + } + + return col; +} + +function convertHexToRGB(col) { + if (col.indexOf('#') != -1) { + col = col.replace(new RegExp('[^0-9A-F]', 'gi'), ''); + + r = parseInt(col.substring(0, 2), 16); + g = parseInt(col.substring(2, 4), 16); + b = parseInt(col.substring(4, 6), 16); + + return "rgb(" + r + "," + g + "," + b + ")"; + } + + return col; +} + +function renderColorMap() { + var html = ""; + var inputColor = convertRGBToHex(tinyMCE.getWindowArg('input_color')); + + html += '' + + ''; + for (var i=0; i' + + '' + + '' + colors[i] +  ''; + if ((i+1) % 18 == 0) + html += ''; + } + html += '' + + '
' + + '' + + '' + + '
' + + '' + + '' + + '' + + '
' + + '' + + '
'; + + document.write(html); +} \ No newline at end of file diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/image.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/image.js new file mode 100644 index 000000000..18899f3c6 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/jscripts/image.js @@ -0,0 +1,81 @@ +var url = tinyMCE.getParam("external_image_list_url"); +if (url != null) { + // Fix relative + if (url.charAt(0) != '/' && url.indexOf('://') == -1) + url = tinyMCE.documentBasePath + "/" + url; + + document.write(''); +} + +function insertImage() { + var src = document.forms[0].src.value; + var alt = document.forms[0].alt.value; + var border = document.forms[0].border.value; + var vspace = document.forms[0].vspace.value; + var hspace = document.forms[0].hspace.value; + var width = document.forms[0].width.value; + var height = document.forms[0].height.value; + var align = document.forms[0].align.options[document.forms[0].align.selectedIndex].value; + + tinyMCEPopup.restoreSelection(); + tinyMCE.insertImage(src, alt, border, hspace, vspace, width, height, align); + tinyMCEPopup.close(); +} + +function init() { + tinyMCEPopup.resizeToInnerSize(); + + document.getElementById('srcbrowsercontainer').innerHTML = getBrowserHTML('srcbrowser','src','image','theme_advanced_image'); + + var formObj = document.forms[0]; + + for (var i=0; i 0) { + for (var i=0; i'); +} + +function init() { + tinyMCEPopup.resizeToInnerSize(); + + document.getElementById('hrefbrowsercontainer').innerHTML = getBrowserHTML('hrefbrowser','href','file','theme_advanced_link'); + + var formObj = document.forms[0]; + + for (var i=0; i 0) { + var formObj = document.forms[0]; + + for (var i=0; i', 'gi'),'\n'); + html = tinyMCE.regexpReplace(html, '
','
\n','gi'); + html = tinyMCE.regexpReplace(html, '\n\n','\n','gi'); + return html; +} + +function onLoadInit() { + tinyMCEPopup.resizeToInnerSize(); + + document.forms[0].htmlSource.value = fixContent(tinyMCE.getContent(tinyMCE.getWindowArg('editor_id'))); + resizeInputs(); + setWrap('off'); +} + +function setWrap(val) { + // hard soft off + document.forms[0].htmlSource.wrap = val; +} + +function toggleWordWrap(elm) { + if (elm.checked) + setWrap('soft'); + else + setWrap('off'); +} + +var wHeight=0, wWidth=0, owHeight=0, owWidth=0; + +function resizeInputs() { + if (!tinyMCE.isMSIE) { + wHeight = self.innerHeight-80; + wWidth = self.innerWidth-16; + } else { + wHeight = document.body.clientHeight - 80; + wWidth = document.body.clientWidth - 16; + } + + document.forms[0].htmlSource.style.height = Math.abs(wHeight) + 'px'; + document.forms[0].htmlSource.style.width = Math.abs(wWidth) + 'px'; +} + +function renderWordWrap() { + if (tinyMCE.isMSIE) + document.write(''); +} diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ar.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ar.js new file mode 100644 index 000000000..83c70621f --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ar.js @@ -0,0 +1,63 @@ +// Arabic lang variables + +tinyMCE.addToLang('',{ +theme_style_select : 'تصاميم', +theme_code_desc : 'شفرة المصدر', +theme_code_title : 'شفرة المصدر', +theme_code_wordwrap : 'Word wrap', +theme_sub_desc : 'منخفض', +theme_sup_desc : 'مرتفع', +theme_hr_desc : 'إدراج خط فاصل', +theme_removeformat_desc : 'إزالة التنسيقات', +theme_custom1_desc : 'Your custom description here', +insert_image_border : 'سمك الحدود', +insert_image_dimensions : 'المواصفات', +insert_image_vspace : 'تباعد عمودي', +insert_image_hspace : 'تباعد أفقي', +insert_image_align : 'محاذاة', +insert_image_align_default : 'Default', +insert_image_align_baseline : 'على السطر', +insert_image_align_top : 'أعلى', +insert_image_align_middle : 'وسط', +insert_image_align_bottom : 'أسفل', +insert_image_align_texttop : 'أعلى النص', +insert_image_align_absmiddle : 'وسط السطر', +insert_image_align_absbottom : 'أسفل النص', +insert_image_align_left : 'يسار', +insert_image_align_right : 'يمين', +theme_font_size : '-- Font size --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_paragraph : 'Paragraph', +theme_div : 'Div', +theme_address : 'Address', +theme_pre : 'Preformatted', +theme_h1 : 'Heading 1', +theme_h2 : 'Heading 2', +theme_h3 : 'Heading 3', +theme_h4 : 'Heading 4', +theme_h5 : 'Heading 5', +theme_h6 : 'Heading 6', +theme_colorpicker_title : 'لون النص', +theme_colorpicker_apply : 'Apply', +theme_forecolor_desc : 'لون النص', +theme_backcolor_desc : 'Select background color', +theme_charmap_title : 'إدراج رمز..ِ', +theme_charmap_desc : 'إدراج رمز..ِ', +theme_visualaid_desc : 'Toggle guidelines/invisible elements', +insert_anchor_title : 'Insert/edit anchor', +insert_anchor_name : 'Anchor name', +theme_anchor_desc : 'Insert/edit anchor', +theme_insert_link_titlefield : 'Title', +theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', +theme_path : 'Path', +cut_desc : 'Cut', +copy_desc : 'Copy', +paste_desc : 'Paste', +link_list : 'Link list', +image_list : 'Image list', +browse : 'Browse', +image_props_desc : 'Image properties', +newdocument_desc : 'New document', +newdocument : 'Are you sure you want clear all contents?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ca.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ca.js new file mode 100644 index 000000000..ebd5e15d3 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ca.js @@ -0,0 +1,64 @@ +// CA lang variables by Marc Bria + +tinyMCE.addToLang('',{ +theme_style_select : 'Estils', +theme_code_desc : 'Editar codi HTML', +theme_code_title : 'Editor codi HTML', +theme_code_wordwrap : 'Ajustar salt de línea', +theme_sub_desc : 'Subíndex', +theme_sup_desc : 'Superíndex', +theme_hr_desc : 'Insertar un separador horitzontal', +theme_removeformat_desc : 'Eliminar format', +theme_custom1_desc : 'La teva descripció', +insert_image_border : 'Marc', +insert_image_dimensions : 'Dimensions', +insert_image_vspace : 'Espai vertical', +insert_image_hspace : 'Espai horizontal', +insert_image_align : 'Alineament', +insert_image_align_default : 'Per defecte', +insert_image_align_baseline : 'Línea base', +insert_image_align_top : 'Superior', +insert_image_align_middle : 'Centre', +insert_image_align_bottom : 'Inferior', +insert_image_align_texttop : 'Alinear text amunt', +insert_image_align_absmiddle : 'Centrat horitzontal', +insert_image_align_absbottom : 'Centrat a baix', +insert_image_align_left : 'Esquerra', +insert_image_align_right : 'Dreta', +insert_image_delta_height : 10, +theme_font_size : '-- Mida font --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_paragraph : 'Paragraph', +theme_div : 'Div', +theme_address : 'Address', +theme_pre : 'Preformatejat', +theme_h1 : 'Capçalera 1', +theme_h2 : 'Capçalera 2', +theme_h3 : 'Capçalera 3', +theme_h4 : 'Capçalera 4', +theme_h5 : 'Capçalera 5', +theme_h6 : 'Capçalera 6', +theme_colorpicker_title : 'Selecciona el color', +theme_colorpicker_apply : 'Apply', +theme_forecolor_desc : 'Selecciona color frontal', +theme_backcolor_desc : 'Selecciona color de fons', +theme_charmap_title : 'Selecciona un carŕcter especial', +theme_charmap_desc : 'Inserta un carŕcter especial', +theme_visualaid_desc : 'Alterna líniesguia/elements invisibles', +insert_anchor_title : 'Inserta/edita ŕncora', +insert_anchor_name : 'Nom de l´ŕncora', +theme_anchor_desc : 'Inserta/edita un ŕncora', +theme_insert_link_titlefield : 'Títlo', +theme_clipboard_msg : 'Copiar/Tallar/Enganxar no és possible amb Mozilla i Firefox.\nVols més informació sobre aquest problema de seguretat?', +theme_path : 'Camí', +cut_desc : 'Retallar', +copy_desc : 'Copiar', +paste_desc : 'Enganxar', +link_list : 'Llistat d´enllaços', +image_list : 'Llistat d´imatges', +browse : 'Explorar', +image_props_desc : 'Image properties', +newdocument_desc : 'New document', +newdocument : 'Are you sure you want clear all contents?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/cs.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/cs.js new file mode 100644 index 000000000..f6a66a3a4 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/cs.js @@ -0,0 +1,70 @@ +/** + * Czech lang variables + * encoding: utf-8 + * + * $Id: cs.js,v 1.10 2005/10/18 13:55:39 spocke Exp $ + */ + + +tinyMCE.addToLang('',{ +theme_style_select : 'Styly', +theme_code_desc : 'Zobrazit HTML', +theme_code_title : 'Editace HTML', +theme_code_wordwrap : 'Bez dělenĂ­ slov', +theme_sub_desc : 'DolnĂ­ index', +theme_sup_desc : 'HornĂ­ index', +theme_hr_desc : 'VloĹžit vodorovnĂ˝ oddělovač', +theme_removeformat_desc : 'ZruĹĄit formĂĄtovĂĄnĂ­', +theme_custom1_desc : 'LibovolnĂ˝ popisek', +insert_image_border : 'RĂĄmeček', +insert_image_dimensions : 'Rozměry', +insert_image_vspace : 'VertikĂĄlnĂ­ okraj', +insert_image_hspace : 'HorizontĂĄlnĂ­ okraj', +insert_image_align : 'ZarovnĂĄnĂ­', +insert_image_align_default : 'VĂ˝chozĂ­', +insert_image_align_baseline : 'Na účaří', +insert_image_align_top : 'Nahoru', +insert_image_align_middle : 'Na střed', +insert_image_align_bottom : 'DolĹŻ', +insert_image_align_texttop : 'NejvyĹĄĹĄĂ­ bod textu', +insert_image_align_absmiddle : 'Střed řádku', +insert_image_align_absbottom : 'Spodek řádku', +insert_image_align_left : 'Vlevo', +insert_image_align_right : 'Vpravo', +theme_font_size : '-- Velikost textu --', +theme_fontdefault : '-- PĂ­smo --', +theme_block : '-- FormĂĄt --', +theme_paragraph : 'Odstavec', +theme_div : 'Div', +theme_address : 'Adresa', +theme_pre : 'PředformĂĄt', +theme_h1 : 'Nadpis 1', +theme_h2 : 'Nadpis 2', +theme_h3 : 'Nadpis 3', +theme_h4 : 'Nadpis 4', +theme_h5 : 'Nadpis 5', +theme_h6 : 'Nadpis 6', +theme_colorpicker_title : 'VĂ˝běr barvy', +theme_colorpicker_apply : 'Vybrat', +theme_forecolor_desc : 'Barva popředĂ­', +theme_backcolor_desc : 'Barva pozadĂ­', +theme_charmap_title : 'VĂ˝běr znaku', +theme_charmap_desc : 'VloĹžit znak', +theme_visualaid_desc : 'Zapnout značky/neviditelnĂŠ prvky', +insert_anchor_title : 'VloĹženĂ­/editace zĂĄloĹžky', +insert_anchor_name : 'NĂĄzev', +theme_anchor_desc : 'VloĹžit/editovat zĂĄloĹžku', +theme_insert_link_titlefield : 'NĂĄzev', +theme_clipboard_msg : 'Funkce KopĂ­rovat/vyjmout/vloĹžit nejsou pouĹžitelnĂŠ v Mozille a Firefoxu.\nChcete vĂ­ce informacĂ­ o tomto problĂŠmu?', +theme_path : 'Cesta', +cut_desc : 'Vyjmout', +copy_desc : 'KopĂ­rovat', +paste_desc : 'VloĹžit', +link_list : 'Seznam', +image_list : 'Seznam', +browse : 'ProchĂĄzet', +image_props_desc : 'Vlastnosti obrĂĄzku', +newdocument_desc : 'NovĂ˝ dokument', +newdocument : 'Jste si opravdu jistĂ˝(ĂĄ), Ĺže chcete vymazat veĹĄkerĂ˝ obsah?' +}); + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/cy.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/cy.js new file mode 100644 index 000000000..43636a3c8 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/cy.js @@ -0,0 +1,76 @@ +// UK lang variables + +tinyMCE.addToLang('',{ +theme_style_select : '-- Arddulliau --', +theme_code_desc : 'Golygu côd HTML', +theme_code_title : 'Golygydd Côd HTML', +theme_code_wordwrap : 'Amlapio geiriau', +theme_sub_desc : 'Is-sgript', +theme_sup_desc : 'Uwch-sgript', +theme_hr_desc : 'Mewnosod llinell llorweddol', +theme_removeformat_desc : 'Diddymu fformatio', +theme_custom1_desc : 'Dy ddisgrifiad fan hyn', +insert_image_border : 'Ymyl', +insert_image_dimensions : 'Meintiau', +insert_image_vspace : 'Gofod fertigol', +insert_image_hspace : 'Gofod llorweddol', +insert_image_align : 'Unioniad', +insert_image_align_default : '-- Heb ddewis --', +insert_image_align_baseline : 'Gwaelodlin', +insert_image_align_top : 'Brig', +insert_image_align_middle : 'Canol', +insert_image_align_bottom : 'Gwaelod', +insert_image_align_texttop : 'Brig Testun', +insert_image_align_absmiddle : 'Canol Union', +insert_image_align_absbottom : 'Gwaelod Union', +insert_image_align_left : 'Chwith', +insert_image_align_right : 'Dde', +theme_font_size : '-- Maint ffont --', +theme_fontdefault : '-- Teulu ffont --', +theme_block : '-- Fformat --', +theme_paragraph : 'Paragraff', +theme_div : 'Div', +theme_address : 'Cyfeiriad', +theme_pre : 'Rhag-fformatiwyd', +theme_h1 : 'Pennawd 1', +theme_h2 : 'Pennawd 2', +theme_h3 : 'Pennawd 3', +theme_h4 : 'Pennawd 4', +theme_h5 : 'Pennawd 5', +theme_h6 : 'Pennawd 6', +theme_colorpicker_title : 'Dewis lliw', +theme_colorpicker_apply : 'Gosod', +theme_forecolor_desc : 'Dewis lliw testun', +theme_backcolor_desc : 'Dewis lliw cefndir', +theme_charmap_title : 'Dewis llythyren arbennig', +theme_charmap_desc : 'Gosod llythyren arbennig', +theme_visualaid_desc : 'Gwrthdroi canllawiau/elfennau anweledig', +insert_anchor_title : 'Mewnosod/golygu angor', +insert_anchor_name : 'Enw angor', +theme_anchor_desc : 'Mewnosod/golygu angor', +theme_insert_link_titlefield : 'Teitl', +theme_clipboard_msg : 'Dyw Copïo/Torri/Gludo ddim ar gael ym Mozilla na Firefox.\nHoffet ti ragor o wybodaeth ynghylch hyn?', +theme_path : 'Llwybr', +cut_desc : 'Torri', +copy_desc : 'Copïo', +paste_desc : 'Gludo', +link_list : 'Rhestr dolenni', +image_list : 'Rhestr delweddau', +browse : 'Pori', +image_props_desc : 'Priodoleddau delwedd', +newdocument_desc : 'Dogfen newydd', +class_name : 'Dosbarth', +newdocument : 'Wyt ti\'n sicr eisiau clirio\'r holl gynnwys?', +about_title : 'Ynglŷn â TinyMCE', +about : 'Ynglŷn â', +license : 'Trwydded', +plugins : 'Ategynnau', +plugin : 'Ategyn', +author : 'Awdur', +version : 'Fersiwn', +loaded_plugins : 'Ategynnau gweithredol', +help : 'Cymorth', +not_set : '-- Heb ddewis --', +close : 'Cau', +toolbar_focus : 'Neidio i fotymau offer - Alt+Q, Neidio i\'r golygydd - Alt+Z, Neidio i lwybr y elfen - Alt+X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/da.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/da.js new file mode 100644 index 000000000..b4f8c9f2a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/da.js @@ -0,0 +1,75 @@ +// DK lang variables contributed by Jan Moelgaard + +tinyMCE.addToLang('',{ +theme_style_select : '-- Styles --', +theme_code_desc : 'Rediger HTML kode', +theme_code_title : 'HTML Kodeeditor', +theme_code_wordwrap : 'Ombrydning', +theme_sub_desc : 'Sænket skrift', +theme_sup_desc : 'Hævet skrift', +theme_hr_desc : 'Indsæt horisontal linje', +theme_removeformat_desc : 'Fjern formatering', +theme_custom1_desc : 'Indsæt din egen beskrivelse her', +insert_image_border : 'Kant', +insert_image_dimensions : 'Dimensioner', +insert_image_vspace : 'Flyt til venstre', +insert_image_hspace : 'Flyt til højre', +insert_image_align : 'Justering', +insert_image_align_default : 'Standard', +insert_image_align_baseline : 'Bundlinje', +insert_image_align_top : 'Top', +insert_image_align_middle : 'Midt i', +insert_image_align_bottom : 'I bunden', +insert_image_align_texttop : 'I toppen af teksten', +insert_image_align_absmiddle : 'Absolut midte', +insert_image_align_absbottom : 'Absolut bund', +insert_image_align_left : 'Venstre', +insert_image_align_right : 'Højre', +theme_font_size : '-- Font størrelse --', +theme_fontdefault : '-- Font gruppe --', +theme_block : '-- Typografi --', +theme_paragraph : 'Afsnit', +theme_div : 'Div', +theme_address : 'Addresse', +theme_pre : 'Præformateret', +theme_h1 : 'Overskrift 1', +theme_h2 : 'Overskrift 2', +theme_h3 : 'Overskrift 3', +theme_h4 : 'Overskrift 4', +theme_h5 : 'Overskrift 5', +theme_h6 : 'Overskrift 6', +theme_colorpicker_title : 'Vælg en farve', +theme_colorpicker_apply : 'Anvend', +theme_forecolor_desc : 'Vælg forgrundsfarve', +theme_backcolor_desc : 'Vælg baggrundsfarve', +theme_charmap_title : 'Vælg specialkarakter', +theme_charmap_desc : 'Indsæt specialkarakter', +theme_visualaid_desc : 'Slå linjer/usynlige elementer til og fra', +insert_anchor_title : 'Indsæt/rediger bogmærke', +insert_anchor_name : 'Bogmærkets navn', +theme_anchor_desc : 'Indsæt/rediger bogmærke', +theme_insert_link_titlefield : 'Title', +theme_clipboard_msg : 'Kopier/Klip/Indsæt virker ikke i Mozilla og Firefox.\nVil du vide mere om dette?', +theme_path : 'Sti', +cut_desc : 'Klip', +copy_desc : 'Kopier', +paste_desc : 'Indsæt', +link_list : 'Linkliste', +image_list : 'Billedliste', +browse : 'Gennemse', +image_props_desc : 'Billedegenskaber', +newdocument_desc : 'Nyt dokument', +class_name : 'Klasse', +newdocument : 'Er du sikker på, at du vil slette alt?', +about_title : 'Om TinyMCE', +about : 'Om', +license : 'Licens', +plugins : 'Plugins', +plugin : 'Plugin', +author : 'Forfatter', +version : 'Version', +loaded_plugins : 'Indlæste plugins', +help : 'Hjælp', +not_set : '-- Ikke defineret --', +close : 'Luk' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/de.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/de.js new file mode 100644 index 000000000..b17ae130e --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/de.js @@ -0,0 +1,76 @@ +// DE lang variables + +tinyMCE.addToLang('',{ +theme_style_select : '-- CSS-Stile --', +theme_code_desc : 'HTML-Quelltext editieren', +theme_code_title : 'HTML-Quelltexteditor', +theme_code_wordwrap : 'Zeilenumbruch', +theme_sub_desc : 'Tiefergestellt', +theme_sup_desc : 'Hochgestellt', +theme_hr_desc : 'Horizontalen Balken einfügen', +theme_removeformat_desc : 'Formatierung löschen', +theme_custom1_desc : 'Eigene Beschreibung', +insert_image_border : 'Rahmen', +insert_image_dimensions : 'Größe', +insert_image_vspace : 'Vertikaler Raum', +insert_image_hspace : 'Horizontaler Raum', +insert_image_align : 'Ausrichtung', +insert_image_align_default : '-- Nicht festgelegt --', +insert_image_align_baseline : 'Grundlinie', +insert_image_align_top : 'Oben', +insert_image_align_middle : 'Mitte', +insert_image_align_bottom : 'Unten', +insert_image_align_texttop : 'Mit dem Text', +insert_image_align_absmiddle : 'Absolute mittig', +insert_image_align_absbottom : 'Absolut unten', +insert_image_align_left : 'Links', +insert_image_align_right : 'Rechts', +theme_font_size : '-- Schriftgröße --', +theme_fontdefault : '-- Schriftfamilie --', +theme_block : '-- Format --', +theme_paragraph : 'Absatz', +theme_div : 'Block', +theme_address : 'Adresse', +theme_pre : 'Vorformatiert', +theme_h1 : 'Überschrift 1', +theme_h2 : 'Überschrift 2', +theme_h3 : 'Überschrift 3', +theme_h4 : 'Überschrift 4', +theme_h5 : 'Überschrift 5', +theme_h6 : 'Überschrift 6', +theme_colorpicker_title : 'Farbe auswählen', +theme_colorpicker_apply : 'Farbe festlegen', +theme_forecolor_desc : 'Schriftfarbe auswählen', +theme_backcolor_desc : 'Hintergrundfarbe auswählen', +theme_charmap_title : 'Sonderzeichen einfügen', +theme_charmap_desc : 'Sonderzeichen einfügen', +theme_visualaid_desc : 'Hilfslinen/Unsichtbare Elemente anzeigen', +insert_anchor_title : 'Anker einfügen/bearbeiten', +insert_anchor_name : 'Ankername', +theme_anchor_desc : 'Anker einfügen/bearbeiten', +theme_insert_link_titlefield : 'Titel', +theme_clipboard_msg : 'Zwischenablagefunktionen sind in Mozilla und Firefox nicht verfügbar.\nWünschen Sie hierzu weitere Informationen?', +theme_path : 'Pfad', +cut_desc : 'Ausschneiden', +copy_desc : 'Kopieren', +paste_desc : 'Einfügen', +link_list : 'Hyperlink-Liste', +image_list : 'Bild-Liste', +browse : 'Durchsuchen', +image_props_desc : 'Bildeigenschaften', +newdocument_desc : 'Neues Dokument', +class_name : 'CSS-Klasse', +newdocument : 'Sind Sie sicher, dass Sie alle Inhalte löschen wollen?', +about_title : 'Über TinyMCE', +about : 'Über', +license : 'Lizenz', +plugins : 'Plugins', +plugin : 'Plugin', +author : 'Autor', +version : 'Version', +loaded_plugins : 'Geladene Plugins', +help : 'Hilfe', +not_set : '-- Nicht festgelegt --', +close : 'Schließen', +toolbar_focus : 'Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/el.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/el.js new file mode 100644 index 000000000..7a02eec3a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/el.js @@ -0,0 +1,64 @@ +// Greek lang variables by Jacaranda Bill + +tinyMCE.addToLang('',{ +theme_style_select : 'ČÝěáôá', +theme_code_desc : 'Åđåîåńăáóßá HTML ęţäéęá', +theme_code_title : 'ÅđåîåńăáóôŢň HTML', +theme_code_wordwrap : 'Word wrap', +theme_sub_desc : 'Äåßęôçň', +theme_sup_desc : 'ÅęčÝôçň', +theme_hr_desc : 'ÅéóáăůăŢ ďńéćüíôéáň ăńáěěŢň', +theme_removeformat_desc : 'ÁđáëďéöŢ ěďńöďđďßçóçň', +theme_custom1_desc : 'ĐåńéăńáöŢ', +insert_image_border : 'Đåńßăńáěěá', +insert_image_dimensions : 'ÄéáóôÜóåéň', +insert_image_vspace : 'ĘÜč. đåńéčţńéď', +insert_image_hspace : 'Ďńéć. đåńéčţńéď', +insert_image_align : 'Óôďß÷éóç', +insert_image_align_default : 'ĐńďęáčďńéóěÝíç', +insert_image_align_baseline : 'Óå åőčőăńÜěěéóç ěå ôď ęåßěåíď', +insert_image_align_top : 'ĐÜíů', +insert_image_align_middle : 'Óôď ęÝíôńď', +insert_image_align_bottom : 'ĘÜôů', +insert_image_align_texttop : 'Ôď ęåßěåíď đÜíů', +insert_image_align_absmiddle : 'Áđüëőôá óôď ęÝíôńď', +insert_image_align_absbottom : 'Áđüëőôá ęÜôů', +insert_image_align_left : 'ÁńéóôåńÜ', +insert_image_align_right : 'ÄåîéÜ', +theme_font_size : '-- Font size --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_paragraph : 'ĐáńÜăńáöďň', +theme_div : 'Div', +theme_address : 'Äéåýčőíóç', +theme_pre : 'Preformatted', +theme_h1 : 'Åđéęåöáëßäá 1', +theme_h2 : 'Åđéęåöáëßäá 2', +theme_h3 : 'Åđéęåöáëßäá 3', +theme_h4 : 'Åđéęåöáëßäá 4', +theme_h5 : 'Åđéęåöáëßäá 5', +theme_h6 : 'Åđéęåöáëßäá 6', +theme_colorpicker_title : '×ńţěáôá', +theme_colorpicker_apply : 'ÅöáńěďăŢ', +theme_forecolor_desc : 'ÅđéëďăŢ ÷ńţěáôďň ăńáěěáôďóåéńÜň', +theme_backcolor_desc : 'Select background color', +theme_charmap_title : 'ÅđéëďăŢ åéäéęďý ÷áńáęôŢńá', +theme_charmap_desc : 'ÅéóáăůăŢ åéäéęďý ÷áńáęôŢńá', +theme_visualaid_desc : 'ÅěöÜíéóç/Áđüęńőřç ăńáěěţí', +insert_anchor_title : 'ÅéóáăůăŢ/Äéüńčůóç Üăęőńáň', +insert_anchor_name : 'Ďíďěáóßá Üăęőńáň', +theme_anchor_desc : 'ÅéóáăůăŢ/Äéüńčůóç Üăęőńáň', +theme_insert_link_titlefield : 'Ôßôëďň', +theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', +theme_path : 'Path', +cut_desc : 'Cut', +copy_desc : 'Copy', +paste_desc : 'Paste', +link_list : 'Link list', +image_list : 'Image list', +browse : 'Browse', +image_props_desc : 'Image properties', +newdocument_desc : 'New document', +class_name : 'ĘëÜóç', +newdocument : 'Are you sure you want clear all contents?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/en.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/en.js new file mode 100644 index 000000000..ca726768a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/en.js @@ -0,0 +1,76 @@ +// UK lang variables + +tinyMCE.addToLang('',{ +theme_style_select : '-- Styles --', +theme_code_desc : 'Edit HTML Source', +theme_code_title : 'HTML Source Editor', +theme_code_wordwrap : 'Word wrap', +theme_sub_desc : 'Subscript', +theme_sup_desc : 'Superscript', +theme_hr_desc : 'Insert horizontal ruler', +theme_removeformat_desc : 'Remove formatting', +theme_custom1_desc : 'Your custom description here', +insert_image_border : 'Border', +insert_image_dimensions : 'Dimensions', +insert_image_vspace : 'Vertical space', +insert_image_hspace : 'Horizontal space', +insert_image_align : 'Alignment', +insert_image_align_default : '-- Not set --', +insert_image_align_baseline : 'Baseline', +insert_image_align_top : 'Top', +insert_image_align_middle : 'Middle', +insert_image_align_bottom : 'Bottom', +insert_image_align_texttop : 'TextTop', +insert_image_align_absmiddle : 'Absolute Middle', +insert_image_align_absbottom : 'Absolute Bottom', +insert_image_align_left : 'Left', +insert_image_align_right : 'Right', +theme_font_size : '-- Font size --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_paragraph : 'Paragraph', +theme_div : 'Div', +theme_address : 'Address', +theme_pre : 'Preformatted', +theme_h1 : 'Heading 1', +theme_h2 : 'Heading 2', +theme_h3 : 'Heading 3', +theme_h4 : 'Heading 4', +theme_h5 : 'Heading 5', +theme_h6 : 'Heading 6', +theme_colorpicker_title : 'Select a color', +theme_colorpicker_apply : 'Apply', +theme_forecolor_desc : 'Select text color', +theme_backcolor_desc : 'Select background color', +theme_charmap_title : 'Select custom character', +theme_charmap_desc : 'Insert custom character', +theme_visualaid_desc : 'Toggle guidelines/invisible elements', +insert_anchor_title : 'Insert/edit anchor', +insert_anchor_name : 'Anchor name', +theme_anchor_desc : 'Insert/edit anchor', +theme_insert_link_titlefield : 'Title', +theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', +theme_path : 'Path', +cut_desc : 'Cut', +copy_desc : 'Copy', +paste_desc : 'Paste', +link_list : 'Link list', +image_list : 'Image list', +browse : 'Browse', +image_props_desc : 'Image properties', +newdocument_desc : 'New document', +class_name : 'Class', +newdocument : 'Are you sure you want clear all contents?', +about_title : 'About TinyMCE', +about : 'About', +license : 'License', +plugins : 'Plugins', +plugin : 'Plugin', +author : 'Author', +version : 'Version', +loaded_plugins : 'Loaded plugins', +help : 'Help', +not_set : '-- Not set --', +close : 'Close', +toolbar_focus : 'Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/es.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/es.js new file mode 100644 index 000000000..97dff894e --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/es.js @@ -0,0 +1,101 @@ +/** + * ES lang variables + * + * Authors : Alvaro Velasco, + * Adolfo Sanz De Diego (asanzdiego) , + * Carlos C Soto (eclipxe) + * Last Updated : October 17, 2005 + * TinyMCE Version : 2.0RC3 + */ + +tinyMCE.addToLang('',{ +theme_style_select : '-- Estilos --', +theme_code_desc : 'Editar código HTML', +theme_code_title : 'Editor código HTML', +theme_code_wordwrap : 'Ajuste de línea', +theme_sub_desc : 'Subíndice', +theme_sup_desc : 'Superíndice', +theme_hr_desc : 'Insertar una barra horizontal', +theme_removeformat_desc : 'Quitar formato', +theme_custom1_desc : 'Tu descripción aquí', +insert_image_border : 'Borde', +insert_image_dimensions : 'Dimensiones', +insert_image_vspace : 'Espacio vertical', +insert_image_hspace : 'Espacio horizontal', +insert_image_align : 'Alineación', +insert_image_align_default : '-- Por defecto --', +insert_image_align_baseline : 'Linea base', +insert_image_align_top : 'Arriba', +insert_image_align_middle : 'Centrado', +insert_image_align_bottom : 'Abajo', +insert_image_align_texttop : 'Texto arriba', +insert_image_align_absmiddle : 'Centrado total', +insert_image_align_absbottom : 'Abajo total', +insert_image_align_left : 'Izquierda', +insert_image_align_right : 'Derecha', +theme_font_size : '-- Tamańo del texto --', +theme_fontdefault : '-- Tipo de fuente --', +theme_block : '-- Formato del texto --', +theme_paragraph : 'Párrafo', +theme_div : 'Capa', +theme_address : 'Dirección', +theme_pre : 'Preformateado', +theme_h1 : 'Título 1', +theme_h2 : 'Título 2', +theme_h3 : 'Título 3', +theme_h4 : 'Título 4', +theme_h5 : 'Título 5', +theme_h6 : 'Título 6', +theme_colorpicker_title : 'Selecciona un color', +theme_colorpicker_apply : 'Aplicar', +theme_forecolor_desc : 'Selecciona un color para el texto', +theme_backcolor_desc : 'Selecciona un color de fondo', +theme_charmap_title : 'Selecciona un carácter especial', +theme_charmap_desc : 'Inserta un carácter especial', +theme_charmap_all_title : 'Todos', +theme_charmap_all_desc : 'Todos los caracteres', +theme_charmap_alpha_title : 'Alfabéticos', +theme_charmap_alpha_desc : 'Caracteres alfabéticos', +theme_charmap_arrows_title : 'Flechas', +theme_charmap_arrows_desc : 'Caracteres de flechas', +theme_charmap_greek_title : 'Griegos', +theme_charmap_greek_desc : 'Caracteres Griegos', +theme_charmap_math_title : 'Mathemáticos', +theme_charmap_math_desc : 'Caracteres mathemáticos', +theme_charmap_misc_title : 'Misceláneos', +theme_charmap_misc_desc : 'Caracteres misceláneos', +theme_charmap_money_title : 'Monedas', +theme_charmap_money_desc : 'Caracteres de monedas', +theme_charmap_quotaion_title : 'Comillas', +theme_charmap_quotaion_desc : 'Caracteres de comillas', +theme_visualaid_desc : 'Cambiar las líneas de ayuda por elementos invisibles', +insert_anchor_title : 'Insertar/editar ancla', +insert_anchor_name : 'Nombre del ancla', +theme_anchor_desc : 'Insertar/editar ancla', +theme_insert_link_titlefield : 'Título', +theme_clipboard_msg : 'No se pueden utilizar los comandos Copiar / Cortar / Pegar en Mozilla y en Firefox.\r\nUse el teclado Copiar (Ctrl+C) / Cortar (Ctrl+X) / Pegar (Ctrl+V)\r\nżQuieres obtener más información?', +theme_path : 'Ruta', +cut_desc : 'Cortar (Ctrl+X)', +copy_desc : 'Copiar (Ctrl+C)', +paste_desc : 'Pegar (Ctrl+V)', +link_list : 'Lista de enlaces', +image_list : 'Lista de imágenes', +browse : 'Navegar', +image_props_desc : 'Propiedades de la imagen', +newdocument_desc : 'Nuevo documento', +class_name : 'Clase', +newdocument : 'żEstás seguro de que quieres borrar todo el contenido?', +about_title : 'Acerca de TinyMCE', +about : 'Acerca', +license : 'Licencia', +plugins : 'Plugins', +plugin : 'Plugin', +author : 'Autor', +version : 'Versión', +loaded_plugins : 'Plugins cargados', +help : 'Ayuda', +not_set : '-- Por defecto --', +close : 'Cerrar', +toolbar_focus : 'Saltar a la barra de herramientas - Alt+Q, Saltar al editor - Alt+Z, Saltar al elemento de la ruta - Alt+X', +theme_advanced_anchor_delta_width : 20 +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fa.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fa.js new file mode 100644 index 000000000..2e01f436d --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fa.js @@ -0,0 +1,65 @@ +// IR lang variables +// Persian (Farsi) language pack (for IRAN) +// By: Morteza Zafari +// Lost@LostLord.com +// http://www.LostLord.com + +tinyMCE.addToLang('',{ +dir : 'rtl', +theme_style_select : '????', +theme_code_desc : '?????? ????', +theme_code_title : 'HTML ???????? ????', +theme_code_wordwrap : '?? ???', +theme_sub_desc : '??? ????', +theme_sup_desc : '???? ????', +theme_hr_desc : '??? ?? ????', +theme_removeformat_desc : '??? ?? ??? ???? ????', +theme_custom1_desc : 'Your custom description here', +insert_image_border : '?????', +insert_image_dimensions : '?????', +insert_image_vspace : '????? ?????', +insert_image_hspace : '????? ????', +insert_image_align : '??? ????????', +insert_image_align_default : '??? ???', +insert_image_align_baseline : '?? ????', +insert_image_align_top : '????', +insert_image_align_middle : '???', +insert_image_align_bottom : '?????', +insert_image_align_texttop : '????? ???', +insert_image_align_absmiddle : '??? ????', +insert_image_align_absbottom : '????? ????', +insert_image_align_left : '??', +insert_image_align_right : '????', +theme_font_size : '-- Font size --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_paragraph : '????????', +theme_div : 'Div', +theme_address : '????', +theme_pre : '?? ??? ????? ???', +theme_h1 : '???? 1', +theme_h2 : '???? 2', +theme_h3 : '???? 3', +theme_h4 : '???? 4', +theme_h5 : '???? 5', +theme_h6 : '???? 6', +theme_colorpicker_title : '??? ?? ?????? ????', +theme_colorpicker_apply : '?????', +theme_forecolor_desc : '?????? ??? ???', +theme_backcolor_desc : '?????? ??? ?????', +theme_charmap_title : '?????? ??????? ????', +theme_charmap_desc : '??? ??????? ????', +theme_visualaid_desc : '????? ???? ???? ? ????? ??????', +insert_anchor_title : '??? ? ?????? Anchor', +insert_anchor_name : '??? Anchor', +theme_anchor_desc : '??? ? ?????? Anchor', +theme_insert_link_titlefield : '?????', +theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', +theme_path : '????', +cut_desc : 'Cut', +copy_desc : 'Copy', +paste_desc : 'Paste', +image_props_desc : 'Image properties', +newdocument_desc : 'New document', +newdocument : 'Are you sure you want clear all contents?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fi.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fi.js new file mode 100644 index 000000000..2eaa9419c --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fi.js @@ -0,0 +1,77 @@ +// FI lang variables by Urho Konttori from Absolutions +// Updated by Tuomo Aura from Ateco.fi + +tinyMCE.addToLang('',{ +theme_style_select : '-- Tyylit --', +theme_code_desc : 'Muokkaa HTML-lähdekoodia', +theme_code_title : 'HTML-Lähdekoodin muokkaus', +theme_code_wordwrap : 'Word wrap', +theme_sub_desc : 'Alaindeksi', +theme_sup_desc : 'Yläindeksi', +theme_hr_desc : 'Lisää vaakaviiva', +theme_removeformat_desc : 'Poista muotoilu', +theme_custom1_desc : 'Kirjoita oma selityksesi tähän', +insert_image_border : 'Reuna', +insert_image_dimensions : 'Mitat', +insert_image_vspace : 'Pystyväli', +insert_image_hspace : 'Vaakaväli', +insert_image_align : 'Asettelu', +insert_image_align_default : 'Oletus', +insert_image_align_baseline : 'Perustasoon', +insert_image_align_top : 'Ylälaitaan', +insert_image_align_middle : 'Keskelle', +insert_image_align_bottom : 'Alalaitaan', +insert_image_align_texttop : 'Tekstin ylälaitaan', +insert_image_align_absmiddle : 'Absoluuttisen keskelle', +insert_image_align_absbottom : 'Absoluuttisen alas', +insert_image_align_left : 'Vasemmalle', +insert_image_align_right : 'Oikealle', +theme_font_size : '-- Fonttikoko --', +theme_fontdefault : '-- Fontti --', +theme_block : '-- Muotoilu --', +theme_paragraph : 'Kappale', +theme_div : 'Div', +theme_address : 'Osoite', +theme_pre : 'Etukäteen muotoiltu', +theme_h1 : 'Otsikko 1', +theme_h2 : 'Otsikko 2', +theme_h3 : 'Otsikko 3', +theme_h4 : 'Otsikko 4', +theme_h5 : 'Otsikko 5', +theme_h6 : 'Otsikko 6', +theme_colorpicker_title : 'Valitse väri', +theme_colorpicker_apply : 'Aseta väri', +theme_forecolor_desc : 'Valitse fontin väri', +theme_backcolor_desc : 'Valitse taustaväri', +theme_charmap_title : 'Valitse erikoismerkki', +theme_charmap_desc : 'Lisää oma erikoismerkki', +theme_visualaid_desc : 'Näytä/piilota apuviivat', +insert_anchor_title : 'Lisää/muokkaa ankkuria', +insert_anchor_name : 'Ankkurin nimi', +theme_anchor_desc : 'Lisää/muokkaa ankkuria', +theme_insert_link_titlefield : 'Title', +theme_clipboard_msg : 'Leikkaus/Kopiointi/Liitäminen ei onnistu Mozilla eikä Firefox -selaimilla tietoturvasyistä. \n Haluatko lisätietoa aiheesta?', +theme_path : 'Polku', +cut_desc : 'Leikkaa', +copy_desc : 'Kopioi', +paste_desc : 'Liitä', +link_list : 'Linkkilista', +image_list : 'Kuvalista', +browse : 'Selaa', +image_props_desc : 'Kuvan ominaisuudet', +newdocument_desc : 'Uusi dokumentti', +class_name : 'Luokka', +newdocument : 'Oletko varma, että haluat poistaa kaiken sisällön?', +about_title : 'TinyMCE:n tiedot', +about : 'Tiedot', +license : 'Lisenssi', +plugins : 'Pluginit', +plugin : 'Plugini', +author : 'Tekijä', +version : 'Versio', +loaded_plugins : 'Ladatut pluginit', +help : 'Apua', +not_set : '-- Ei asetettu --', +close : 'Sulje', +toolbar_focus : 'Hyppää työkalupainikkeisiin - Alt+Q, Hyppää editoriin - Alt-Z, Hyppää polkuun - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fr.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fr.js new file mode 100644 index 000000000..49ebb75bc --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fr.js @@ -0,0 +1,78 @@ +// Canadian French lang variables by Virtuelcom +// Modify by Laurent Dran 13-02-2006 +// Modifié par Normand Lamoureux le 2005-11-12 + +tinyMCE.addToLang('',{ +theme_style_select : '-- Style --', +theme_code_desc : 'Afficher le code source', +theme_code_title : 'Édititon du code source', +theme_code_wordwrap : 'Retour ŕ la ligne automatique', +theme_sub_desc : 'Indice', +theme_sup_desc : 'Exposant', +theme_hr_desc : 'Insérer une rčgle horizontale ordinaire', +theme_removeformat_desc : 'Supprimer le formattage', +theme_custom1_desc : 'Votre description personnalisée ici', +insert_image_border : 'Bordure', +insert_image_dimensions : 'Dimensions', +insert_image_vspace : 'Espacement vertical', +insert_image_hspace : 'Espacement horizontal', +insert_image_align : 'Alignement', +insert_image_align_default : '-- Indéfini --', +insert_image_align_baseline : 'Ligne de base', +insert_image_align_top : 'Haut', +insert_image_align_middle : 'Milieu', +insert_image_align_bottom : 'Bas', +insert_image_align_texttop : 'Haut du texte', +insert_image_align_absmiddle : 'Milieu absolu', +insert_image_align_absbottom : 'Bas absolu', +insert_image_align_left : 'En flottement ŕ gauche', +insert_image_align_right : 'En flottement ŕ droite', +theme_font_size : '-- Taille --', +theme_fontdefault : '-- Police --', +theme_block : '-- Bloc de texte --', +theme_paragraph : 'Paragraphe', +theme_div : 'Div', +theme_address : 'Infos sur l\'auteur', +theme_pre : 'Texte préformaté', +theme_h1 : 'Titre de niveau 1', +theme_h2 : 'Titre de niveau 2', +theme_h3 : 'Titre de niveau 3', +theme_h4 : 'Titre de niveau 4', +theme_h5 : 'Titre de niveau 5', +theme_h6 : 'Titre de niveau 6', +theme_colorpicker_title : 'Choisir une couleur', +theme_colorpicker_apply : 'Appliquer', +theme_forecolor_desc : 'Couleur du texte', +theme_backcolor_desc : 'Couleur d\'arričre-plan', +theme_charmap_title : 'Sélectionner un charactčre spécial', +theme_charmap_desc : 'Insérer un charactčre spécial', +theme_visualaid_desc : 'Activer/Désactiver les lignes guides et les éléments invisibles', +insert_anchor_title : 'Gestionnaire d\'ancre', +insert_anchor_name : 'Nom de l\'ancre', +theme_anchor_desc : 'Insérer/Modifier une ancre', +theme_insert_link_titlefield : 'Info-bulle', +theme_clipboard_msg : 'Pour des raisons de sécurité, les fonctions Ť Copier ť, Ť Couper ť et Ť Coller ť\nne sont pas disponibles dans Mozilla et Firefox.\n\n\nVoulez-vous plus d\'information ŕ ce sujet?\n', +theme_path : 'Élément(s) en cours ', +cut_desc : 'Couper', +copy_desc : 'Copier', +paste_desc : 'Coller', +link_list : 'Lien de la liste', +image_list : 'Image de la liste', +browse : 'Naviguer', +image_props_desc : 'Propriétés de l\'image', +newdocument_desc : 'Nouveau document', +class_name : 'Classe CSS', +newdocument : 'Ętes-vous sűr de vouloir supprimer tout le contenu ?', +about_title : 'Ŕ propos de TinyMCE', +about : 'Ŕ propos', +license : 'License', +plugins : 'Extensions', +plugin : 'Extension', +author : 'Auteur', +version : 'Version', +loaded_plugins : 'Extensions installées', +help : 'Aide', +not_set : '-- Indéfini --', +close : 'Fermer', +toolbar_focus : 'Atteindre la barre d\'outils (Alt+Q), Atteindre l\'éditeur (Alt-Z), Atteindre l\'élément en cours (Alt-X)' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fr_ca.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fr_ca.js new file mode 100644 index 000000000..2e15b5818 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/fr_ca.js @@ -0,0 +1,64 @@ +// Canadian French lang variables by Virtuelcom last modification: 2005-06-15 + +tinyMCE.addToLang('',{ +theme_style_select : '-- Styles --', +theme_code_desc : 'Modifier le code source HTML', +theme_code_title : 'Éditeur de code source HTML', +theme_code_wordwrap : 'Word wrap', +theme_sub_desc : 'Souscrit', +theme_sup_desc : 'Indice supérieur', +theme_hr_desc : 'Insérer un séparateur horizontal', +theme_removeformat_desc : 'Supprimer le formattage', +theme_custom1_desc : 'Votre description personnalisée ici', +insert_image_border : 'Bordure', +insert_image_dimensions : 'Dimensions', +insert_image_vspace : 'VSpace', +insert_image_hspace : 'HSpace', +insert_image_align : 'Alignement', +insert_image_align_default : 'Défaut', +insert_image_align_baseline : 'Baseline', +insert_image_align_top : 'Haut', +insert_image_align_middle : 'Milieu', +insert_image_align_bottom : 'Bas', +insert_image_align_texttop : 'TextTop', +insert_image_align_absmiddle : 'Milieu absolu', +insert_image_align_absbottom : 'Bas absolu', +insert_image_align_left : 'Gauche', +insert_image_align_right : 'Droit', +theme_font_size : 'Taille', +theme_fontdefault : '-- Police --', +theme_block : '-- Format --', +theme_paragraph : 'Paragraphe', +theme_div : 'Div', +theme_address : 'Addresse', +theme_pre : 'Préformatté', +theme_h1 : 'Entęte 1', +theme_h2 : 'Entęte 2', +theme_h3 : 'Entęte 3', +theme_h4 : 'Entęte 4', +theme_h5 : 'Entęte 5', +theme_h6 : 'Entęte 6', +theme_colorpicker_title : 'Choisir une couleur', +theme_colorpicker_apply : 'Appliquer', +theme_forecolor_desc : 'Choisir la couleur d\'avant plan', +theme_backcolor_desc : 'Choisir une couleur d\'arričre plan', +theme_charmap_title : 'Sélectionner un charactčre spécial', +theme_charmap_desc : 'Insérer un charactčre spécial', +theme_visualaid_desc : 'Active/Désactive les lignes guides et les éléments invisibles', +insert_anchor_title : 'Insérer/Modifier une ancre', +insert_anchor_name : 'Nom de l\'ancre', +theme_anchor_desc : 'Insérer / Modifier une ancre', +theme_insert_link_titlefield : 'Titre', +theme_clipboard_msg : 'Copier/Couper/Coller ne sont pas disponibles dans Mozilla et FireFox.\nDésirez-vous consulter de plus amples informations ŕ ce sujet?', +theme_path : 'Chemin', +cut_desc : 'Couper', +copy_desc : 'Copier', +paste_desc : 'Coller', +link_list : 'Liste de liens', +image_list : 'Liste d\'images', +browse : 'Sélectionner', +image_props_desc : 'Propriétés de l\'image', +newdocument_desc : 'Nouveau Document', +class_name : 'Classe', +newdocument : 'Are you sure you want clear all contents?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/he.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/he.js new file mode 100644 index 000000000..87778f3f8 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/he.js @@ -0,0 +1,76 @@ +// HE lang variables by Liron Newman, http://eesh.net + +tinyMCE.addToLang('',{ +theme_style_select : '-- ńéâđĺđĺú --', +theme_code_desc : 'ňřĺę ŕú ÷ĺă ä-HTML', +theme_code_title : 'ňĺřę ÷ĺă HTML', +theme_code_wordwrap : 'âěéůú ůĺřĺú', +theme_sub_desc : 'ëúá úçúé', +theme_sup_desc : 'ëúá ňéěé', +theme_hr_desc : 'äëđń ÷ĺ ŕĺô÷é', +theme_removeformat_desc : 'äńř ňéöĺá', +theme_custom1_desc : 'äúéŕĺř ůěę ëŕď', +insert_image_border : 'âáĺě', +insert_image_dimensions : 'îéîăéí', +insert_image_vspace : 'çěě ŕđëé', +insert_image_hspace : 'çěě ŕĺô÷é', +insert_image_align : 'ééůĺř', +insert_image_align_default : 'ářéřú îçăě', +insert_image_align_baseline : 'ě÷ĺ äáńéń', +insert_image_align_top : 'ěîňěä', +insert_image_align_middle : 'ěŕîöň', +insert_image_align_bottom : 'ěîčä', +insert_image_align_texttop : 'ěřŕů äč÷ńč', +insert_image_align_absmiddle : 'ěŕîöň îĺçěč', +insert_image_align_absbottom : 'ě÷öä úçúĺď îĺçěč', +insert_image_align_left : 'ěůîŕě', +insert_image_align_right : 'ěéîéď', +theme_font_size : 'âĺăě âĺôď', +theme_fontdefault : '-- îůôçú âĺôđéí --', +theme_block : '-- ňéöĺá --', +theme_paragraph : 'ôń÷ä', +theme_div : '÷čň', +theme_address : 'ëúĺáú', +theme_pre : 'îňĺöá îřŕů', +theme_h1 : 'ëĺúřú 1', +theme_h2 : 'ëĺúřú 2', +theme_h3 : 'ëĺúřú 3', +theme_h4 : 'ëĺúřú 4', +theme_h5 : 'ëĺúřú 5', +theme_h6 : 'ëĺúřú 6', +theme_colorpicker_title : 'áçř öáň', +theme_colorpicker_apply : 'äçě', +theme_forecolor_desc : 'áçř öáň č÷ńč', +theme_backcolor_desc : 'áçř öáň ř÷ň', +theme_charmap_title : 'áçř úĺ îéĺçă', +theme_charmap_desc : 'äëđń úĺ îéĺçă', +theme_visualaid_desc : 'äçěó îöá ÷ĺĺéí îđçéí/řëéáéí áěúé-đřŕéí', +insert_anchor_title : 'äëđń/ňřĺę ňĺâď', +insert_anchor_name : 'ůí äňĺâď', +theme_anchor_desc : 'äëđń/ňřĺę ňĺâď', +theme_insert_link_titlefield : 'ëĺúřú', +theme_clipboard_msg : 'ôňĺěĺú äňú÷ä/âćéřä/äăá÷ä ŕéđď đúîëĺú úçú Mozilla ĺ-Firefox.\näŕí ářöĺđę ě÷áě îéăň đĺńó ŕĺăĺú đĺůŕ ćä?', +theme_path : 'đúéá', +cut_desc : 'âćĺř', +copy_desc : 'äňú÷', +paste_desc : 'äăá÷', +link_list : 'řůéîú ÷éůĺřéí', +image_list : 'řůéîú úîĺđĺú', +browse : 'ńééř', +image_props_desc : 'îŕôééđé úîĺđä', +newdocument_desc : 'îńîę çăů', +class_name : 'îçě÷ä', +newdocument : 'äŕí ŕúä áčĺç ůářöĺđę ěđ÷ĺú ŕú ëě äúĺëď?', +about_title : 'ŕĺăĺú TinyMCE', +about : 'ŕĺăĺú', +license : 'řéůéĺď', +plugins : 'úĺńôéí', +plugin : 'úĺńó', +author : 'îçář', +version : 'âřńä', +loaded_plugins : 'úĺńôéí ôňéěéí', +help : 'ňćřä', +not_set : '-- ěŕ îĺâăř --', +close : 'ńâéřä', +toolbar_focus : 'ňáĺř ŕě ëôúĺřé äëěéí - Alt+Q, ňáĺř ŕě äňĺřę - Alt-Z, ňáĺř ŕě đúéá ňéöĺá - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/hu.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/hu.js new file mode 100644 index 000000000..49535b002 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/hu.js @@ -0,0 +1,75 @@ +// HU lang variables + +tinyMCE.addToLang('',{ +theme_style_select : '-- Stílusok --', +theme_code_desc : 'HTML forrás szerkesztése', +theme_code_title : 'HTML forrás szerkesztő', +theme_code_wordwrap : 'Sortördelés', +theme_sub_desc : 'Alsóindex', +theme_sup_desc : 'Felsőindex', +theme_hr_desc : 'Vizszíntes vonal beszúrása', +theme_removeformat_desc : 'Formázás eltávolítása', +theme_custom1_desc : 'Az egyéni leírásod jön ide', +insert_image_border : 'Keret', +insert_image_dimensions : 'Kiterjedés', +insert_image_vspace : 'Függőleges terület', +insert_image_hspace : 'Vizszintes terület', +insert_image_align : 'Elhelyezkedés', +insert_image_align_default : '-- Nincs beállítva --', +insert_image_align_baseline : 'Baseline', +insert_image_align_top : 'Felül', +insert_image_align_middle : 'Középen', +insert_image_align_bottom : 'Alul', +insert_image_align_texttop : 'Szövegfelett', +insert_image_align_absmiddle : 'Abszolút közép', +insert_image_align_absbottom : 'Abszolút alatt', +insert_image_align_left : 'Balra', +insert_image_align_right : 'Jobbra', +theme_font_size : '-- Betűméret --', +theme_fontdefault : '-- Betűcsalád --', +theme_block : '-- Formátum --', +theme_paragraph : 'Bekezdés', +theme_div : 'Div', +theme_address : 'Cím', +theme_pre : 'Előreformázott', +theme_h1 : 'Fejléc 1', +theme_h2 : 'Fejléc 2', +theme_h3 : 'Fejléc 3', +theme_h4 : 'Fejléc 4', +theme_h5 : 'Fejléc 5', +theme_h6 : 'Fejléc 6', +theme_colorpicker_title : 'Színválasztás', +theme_colorpicker_apply : 'Alkalmaz', +theme_forecolor_desc : 'Szövegszín választás', +theme_backcolor_desc : 'Háttérszín választás', +theme_charmap_title : 'Egyéni karakter választás', +theme_charmap_desc : 'Egyéni karakter beszúrás', +theme_visualaid_desc : 'Sorjelölők/láthatatlan elemek kapcsolása', +insert_anchor_title : 'Horgony nbeillesztése/szerkesztése', +insert_anchor_name : 'Horgony név', +theme_anchor_desc : 'Horgony nbeillesztése/szerkesztése', +theme_insert_link_titlefield : 'Cím', +theme_clipboard_msg : 'A Másolás/Kivágás/Beillesztés nem elérhető Mozillában and Firefox-ban.\nSzeretnél több információt erről a problémáról?', +theme_path : 'Útvonal', +cut_desc : 'Kivágás', +copy_desc : 'Másolás', +paste_desc : 'Beillesztés', +link_list : 'Link lista', +image_list : 'Kép lista', +browse : 'Tallózás', +image_props_desc : 'Kép tulajdonságai', +newdocument_desc : 'Új dokumentum', +class_name : 'Osztály', +newdocument : 'Biztos hogy törölni akarod az összes tartalmat?', +about_title : 'TinyMCE névjegye', +about : 'Névjegy', +license : 'Licensz', +plugins : 'Bővítmények', +plugin : 'Bővítmény', +author : 'Szerző', +version : 'Verzió', +loaded_plugins : 'Betöltött bővítmények', +help : 'Súgó', +not_set : '-- Nincs beállítva --', +close : 'Bezárás' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/is.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/is.js new file mode 100644 index 000000000..dc92c62fb --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/is.js @@ -0,0 +1,76 @@ +// Iceland lang variables by Johannes Birgir Jensson + +tinyMCE.addToLang('',{ +theme_style_select : '-- Stílar --', +theme_code_desc : 'Breyta HTML kóða', +theme_code_title : 'HTML kóðaritill', +theme_code_wordwrap : 'Word wrap', +theme_sub_desc : 'Lágskrift', +theme_sup_desc : 'Háskrift', +theme_hr_desc : 'Setja inn stiku', +theme_removeformat_desc : 'Fjarlægja textasnið', +theme_custom1_desc : 'Ţín lýsing hér', +insert_image_border : 'Rammi', +insert_image_dimensions : 'Víddir', +insert_image_vspace : 'Bil fyrir ofan og neðan', +insert_image_hspace : 'Bil til vinstri og hægri', +insert_image_align : 'Jöfnun', +insert_image_align_default : '-- Ekki valin --', +insert_image_align_baseline : 'Sama lína', +insert_image_align_top : 'Uppi', +insert_image_align_middle : 'Miðja', +insert_image_align_bottom : 'Niðri', +insert_image_align_texttop : 'Texti efst', +insert_image_align_absmiddle : 'Alveg í miðju', +insert_image_align_absbottom : 'Alveg neðst', +insert_image_align_left : 'Vinstri', +insert_image_align_right : 'Hægri', +theme_font_size : '-- Textastærð --', +theme_fontdefault : '-- Leturgerð --', +theme_block : '-- Textasnið --', +theme_paragraph : 'Málsgrein', +theme_div : 'Div', +theme_address : 'Heimilisfang', +theme_pre : 'Ritvél', +theme_h1 : 'Haus 1', +theme_h2 : 'Haus 2', +theme_h3 : 'Haus 3', +theme_h4 : 'Haus 4', +theme_h5 : 'Haus 5', +theme_h6 : 'Haus 6', +theme_colorpicker_title : 'Veldu lit', +theme_colorpicker_apply : 'Staðfesta', +theme_forecolor_desc : 'Veldu textalit', +theme_backcolor_desc : 'Veldu bakgrunnslit', +theme_charmap_title : 'Veldu sérstaf', +theme_charmap_desc : 'Setja sérstaf inn', +theme_visualaid_desc : 'Sýna/fela töflur, akkeri og fleira', +insert_anchor_title : 'Setja inn/breyta akkeri', +insert_anchor_name : 'Heiti akkeris', +theme_anchor_desc : 'Setja inn/breyta akkeri', +theme_insert_link_titlefield : 'Titill', +theme_clipboard_msg : 'Afrita/klippa/líma er ekki virkt í Mozilla og Firefox.\nViltu fá upplýsingar um hvernig þú getur kveikt á þeim?', +theme_path : 'Slóð', +cut_desc : 'Klippa', +copy_desc : 'Afrita', +paste_desc : 'Skeyta', +link_list : 'Tenglalisti', +image_list : 'Myndalisti', +browse : 'Vafra', +image_props_desc : 'Stillingar myndar', +newdocument_desc : 'Nýtt skjal', +class_name : 'Class', +newdocument : 'Ertu viss um að þú viljir hreinsa allt burtu?', +about_title : 'Um TinyMCE', +about : 'Um', +license : 'Leyfi', +plugins : 'Viðbætur', +plugin : 'Viðbót', +author : 'Höfundur', +version : 'Útgáfa', +loaded_plugins : 'Virkar viðbætur', +help : 'Hjálp', +not_set : '-- Ekki valið --', +close : 'Loka', +toolbar_focus : 'Flýtilykill fyrir takka - Alt+Q, Flýtilykill fyrir ritil - Alt-Z, Flýtilykill fyrir slóð - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/it.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/it.js new file mode 100644 index 000000000..6ec4370e9 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/it.js @@ -0,0 +1,64 @@ +// Variabili di lingua IT - fabrix.xm@lombardiacom.it + +tinyMCE.addToLang('',{ +theme_style_select : 'Stili', +theme_code_desc : 'Edita il sorgente HTML', +theme_code_title : 'Editor Sorgente HTML', +theme_code_wordwrap : 'Word wrap', +theme_sub_desc : 'Pedice', +theme_sup_desc : 'Apice', +theme_hr_desc : 'Inserisci linea orizzontale', +theme_removeformat_desc : 'Rimuovi formattazione', +theme_custom1_desc : 'Scrivi qui la tua descrizione personalizzata', +insert_image_border : 'Bordo', +insert_image_dimensions : 'Dimensioni', +insert_image_vspace : 'Spazio verticale', +insert_image_hspace : 'Spazio orizzontale', +insert_image_align : 'Allineamento', +insert_image_align_default : 'Default', +insert_image_align_baseline : 'Baseline', +insert_image_align_top : 'Superiore', +insert_image_align_middle : 'Centrale', +insert_image_align_bottom : 'Inferiore', +insert_image_align_texttop : 'TextTop', +insert_image_align_absmiddle : 'Centro assoluto', +insert_image_align_absbottom : 'Inferiore assoluto', +insert_image_align_left : 'Sinistra', +insert_image_align_right : 'Destra', +theme_font_size : '-- Font size --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_paragraph : 'Paragrafo', +theme_div : 'Div', +theme_address : 'Indirizzo', +theme_pre : 'Preformattato', +theme_h1 : 'Intestazione 1', +theme_h2 : 'Intestazione 2', +theme_h3 : 'Intestazione 3', +theme_h4 : 'Intestazione 4', +theme_h5 : 'Intestazione 5', +theme_h6 : 'Intestazione 6', +theme_colorpicker_title : 'Seleziona un colore', +theme_colorpicker_apply : 'Applica', +theme_forecolor_desc : 'Seleziona il colore', +theme_backcolor_desc : 'Seleziona il colore di sfondo', +theme_charmap_title : 'Seleziona un carattere custom', +theme_charmap_desc : 'Inserisci un carattere custom', +theme_visualaid_desc : 'Mostra/nascondi linee guida e elementi invisibili', +insert_anchor_title : 'Inserisci/modifica àncora', +insert_anchor_name : 'Nome àncora', +theme_anchor_desc : 'Inserisci/modifica àncora', +theme_insert_link_titlefield : 'Titolo', +theme_clipboard_msg : 'Copia, Taglia e Incolla non sono disponibili in Mozilla e Firefox.\nVuoi maggiori dettegli su questo problema?', +theme_path : 'Percorso', +cut_desc : 'Taglia', +copy_desc : 'Copia', +paste_desc : 'Incolla', +link_list : 'Lista link', +image_list : 'Lista immagini', +browse : 'Sfoglia', +image_props_desc : 'Proprietŕ dell\'immagine', +newdocument_desc : 'Nuovo documento', +class_name : 'Classe', +newdocument : 'Sicuro di voler cancellare l\'intero contenuto?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ja.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ja.js new file mode 100644 index 000000000..08d0abfc5 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ja.js @@ -0,0 +1,62 @@ +// JP lang variables + +tinyMCE.addToLang('',{ +theme_style_select : '$B%9%?%$%k(B', +theme_paragraph : '$BJ8L.(B', +theme_address : '$B%"%I%l%9(B', +theme_pre : '$B@07A:Q$_(B', +theme_h1 : 'H1', +theme_h2 : 'H2', +theme_h3 : 'H3', +theme_h4 : 'H4', +theme_h5 : 'H5', +theme_h6 : 'H6', +theme_div : 'Div', +insert_anchor_title : '$B%"%s%+!<$NA^F~(B/$BJT=8(B', +insert_anchor_name : '$B%"%s%+!<$NL>A0(B', +theme_anchor_desc : '$B%"%s%+!<$NA^F~(B/$BJT=8(B', +theme_code_desc : 'HTML$B$ND>@\JT=8(B', +theme_code_title : 'HTML$B$NJT=8(B', +theme_code_wordwrap : 'Word wrap', +theme_hr_desc : '$B?eJ?@~(B', +theme_removeformat_desc : '$B@07A>pJs:o=|(B', +theme_visualaid_desc : '$BJd=u>pJs$N;k3P2=(B($B%H%0%k(B)', +theme_sub_desc : '$BE:;z2<(B', +theme_sup_desc : '$BE:;z>e(B', +theme_charmap_desc : '$BFCGr(B', +insert_image_hspace : '$B2#M>Gr(B', +insert_image_align : '$B0LCV9g$o$;(B', +insert_image_align_default : '$B0EL[(B', +insert_image_align_baseline : '$B4p=`@~(B', +insert_image_align_top : '$B>e(B', +insert_image_align_middle : '$BCf(B', +insert_image_align_bottom : '$B2<(B', +insert_image_align_texttop : '$BJ8;z$N>e(B', +insert_image_align_absmiddle : '$B@dBP$KCf(B', +insert_image_align_absbottom : '$B@dBP$K2<(B', +insert_image_align_left : '$B:8(B', +insert_image_align_right : '$B1&(B', +theme_font_size : '-- Font size --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_colorpicker_title : '$B?\'$N;XDj(B', +theme_colorpicker_apply : '$BE,MQ(B', +theme_forecolor_desc : '$BA07J?\'(B', +theme_backcolor_desc : 'Select background color', +theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', +theme_path : 'Path', +cut_desc : 'Cut', +copy_desc : 'Copy', +paste_desc : 'Paste', +link_list : 'Link list', +image_list : 'Image list', +browse : 'Browse', +image_props_desc : 'Image properties', +newdocument_desc : 'New document', +class_name : '$B%/%i%9(B', +newdocument : 'Are you sure you want clear all contents?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ko.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ko.js new file mode 100644 index 000000000..cff48a8e6 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ko.js @@ -0,0 +1,65 @@ +// KO lang variables + +tinyMCE.addToLang('',{ +theme_style_select : '˝şÅ¸ŔĎ', +theme_code_desc : 'HTML źŇ˝ş °íÄĄąâ', +theme_code_title : 'HTML źŇ˝ş ĆíÁýąâ', +theme_code_wordwrap : 'Word wrap', +theme_code_save : 'ŔúŔå', +theme_sub_desc : 'žĆˇĄĂˇŔÚ', +theme_sup_desc : 'Ŕ§ĂˇŔÚ', +theme_hr_desc : '°ĄˇÎÁŮ łÖąâ', +theme_removeformat_desc : 'źÓźş Áöżěąâ', +theme_custom1_desc : 'Your custom description here', +insert_image_border : 'Å׾θŽ', +insert_image_dimensions : 'ÅŠąâ', +insert_image_vspace : 'źźˇÎ żŠšé', +insert_image_hspace : '°ĄˇÎ żŠšé', +insert_image_align : 'Á¤ˇÄ', +insert_image_align_default : 'ąâşť°Ş', +insert_image_align_baseline : 'Baseline', +insert_image_align_top : 'Top', +insert_image_align_middle : 'Middle', +insert_image_align_bottom : 'Bottom', +insert_image_align_texttop : 'TextTop', +insert_image_align_absmiddle : 'Absolute Middle', +insert_image_align_absbottom : 'Absolute Bottom', +insert_image_align_left : 'Left', +insert_image_align_right : 'Right', +theme_font_size : '-- Font size --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_paragraph : '´Üśô', +theme_div : 'Div', +theme_address : 'ÁÖźŇ', +theme_pre : 'ź­˝Ä ŔÖŔ˝', +theme_h1 : 'Áڏń 1', +theme_h2 : 'Áڏń 2', +theme_h3 : 'Áڏń 3', +theme_h4 : 'Áڏń 4', +theme_h5 : 'Áڏń 5', +theme_h6 : 'Áڏń 6', +theme_colorpicker_title : 'ťöťó źąÅĂ', +theme_colorpicker_apply : 'Ŕűżë', +theme_forecolor_desc : 'ąŰŔÚ ťöťó', +theme_backcolor_desc : 'Select background color', +theme_charmap_title : 'Select custom character', +theme_charmap_desc : 'Insert custom character', +theme_visualaid_desc : 'Toggle guidelines/invisible elements', +insert_anchor_title : 'žŢÄż łÖąâ/°íÄĄąâ', +insert_anchor_name : 'žŢÄż Ŕ̸§', +theme_anchor_desc : 'žŢÄż łÖąâ/°íÄĄąâ', +theme_insert_link_titlefield : 'Áڏń', +theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', +theme_path : 'Path', +cut_desc : 'Cut', +copy_desc : 'Copy', +paste_desc : 'Paste', +link_list : 'Link list', +image_list : 'Image list', +browse : 'Browse', +image_props_desc : 'Image properties', +newdocument_desc : 'New document', +class_name : 'ÅŹˇĄ˝ş', +newdocument : 'Are you sure you want clear all contents?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/nb.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/nb.js new file mode 100644 index 000000000..9dd4311a2 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/nb.js @@ -0,0 +1,77 @@ +// nb = Norwegian (bokmål) lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +theme_style_select : 'Stiler', +theme_code_desc : 'Redigere HTML Koden', +theme_code_title : 'HTML Kildekode Redigering', +theme_code_wordwrap : 'Ord deling', +theme_sub_desc : 'Nedsenket skrift', +theme_sup_desc : 'Opphøyd skrift', +theme_hr_desc : 'Sett inn horisontal linje', +theme_removeformat_desc : 'Fjern formatering', +theme_custom1_desc : 'Din spesialfunksjons beskrivelse her', +insert_image_border : 'Ramme', +insert_image_dimensions : 'Dimensjoner', +insert_image_vspace : 'Vertikalt tomrom', +insert_image_hspace : 'Horisontalt tomrom', +insert_image_align : 'Justering', +insert_image_align_default : 'Intet', +insert_image_align_baseline : 'Bunnlinjen', +insert_image_align_top : 'Lengst opp', +insert_image_align_middle : 'Midten', +insert_image_align_bottom : 'Lengst ned', +insert_image_align_texttop : 'Tekstens topp', +insert_image_align_absmiddle : 'Absolutt midten', +insert_image_align_absbottom : 'Absolutt lengst ned', +insert_image_align_left : 'Venstre', +insert_image_align_right : 'Høyre', +insert_image_delta_width : 30, +insert_image_delta_height : 10, +theme_font_size : '-- Font størrelse --', +theme_fontdefault : '-- Font familie --', +theme_block : '-- Format --', +theme_paragraph : 'Paragraf', +theme_div : 'Div', +theme_address : 'Adresse', +theme_pre : 'Pre-formattert', +theme_h1 : 'Overskrift 1', +theme_h2 : 'Overskrift 2', +theme_h3 : 'Overskrift 3', +theme_h4 : 'Overskrift 4', +theme_h5 : 'Overskrift 5', +theme_h6 : 'Overskrift 6', +theme_colorpicker_title : 'Velg en farge', +theme_colorpicker_apply : 'Bruk', +theme_forecolor_desc : 'Velg forgrunnsfarge', +theme_backcolor_desc : 'Velg bakgrunnsfarge', +theme_charmap_title : 'Velg spesialtegn', +theme_charmap_desc : 'Sett inn spesialtegn', +theme_visualaid_desc : 'Slå av/på usynlige elementer', +insert_anchor_title : 'Opprette/endre anker', +insert_anchor_name : 'Ankernavn', +theme_anchor_desc : 'Opprette/endre anker', +theme_insert_link_titlefield : 'Tittel', +theme_clipboard_msg : 'Kopier/Klipp ut/Lim inn er ikke tilgjengelig i Mozilla/Firefox.\nVil du ha mere informasjon om dette?', +theme_path : 'Søkevei', +cut_desc : 'Klipp ut', +copy_desc : 'Kopier', +paste_desc : 'Lim inn', +link_list : 'Lenke liste', +image_list : 'Bilde liste', +browse : 'Bla gjennom', +image_props_desc : 'Bilde egenskaper', +newdocument_desc : 'Nytt dokument', +class_name : 'Stil', +newdocument : 'Er du sikker på at du vil tømme hele redigeringsområdet?', +about_title : 'Om TinyMCE', +about : 'Om', +license : 'Lisens', +plugins : 'Innstikksprogrammer', +plugin : 'Innstikksprogram', +author : 'Utviklere', +version : 'Versjon', +loaded_plugins : 'Lastet innstikksprogram', +help : 'Hjelp', +not_set : '-- Ikke satt --', +close : 'Stopp' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/nl.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/nl.js new file mode 100644 index 000000000..bad5922db --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/nl.js @@ -0,0 +1,76 @@ +// NL lang variables + +tinyMCE.addToLang('',{ +theme_style_select : '-- Stijlen --', +theme_code_desc : 'HTML bron bewerken', +theme_code_title : 'HTML code-editor', +theme_code_wordwrap : 'Terugloop', +theme_sub_desc : 'Subscript', +theme_sup_desc : 'Superscript', +theme_hr_desc : 'Horizontale lijn invoegen', +theme_removeformat_desc : 'Opmaak verwijderen', +theme_custom1_desc : 'Tik hier een omschrijving', +insert_image_border : 'Rand', +insert_image_dimensions : 'Afmetingen', +insert_image_vspace : 'Verticale marge', +insert_image_hspace : 'Horizontale marge', +insert_image_align : 'Uitlijning', +insert_image_align_default : '-- geen --', +insert_image_align_baseline : 'Basislijn', +insert_image_align_top : 'Boven', +insert_image_align_middle : 'Midden', +insert_image_align_bottom : 'Onder', +insert_image_align_texttop : 'Bovenkant tekst', +insert_image_align_absmiddle : 'Absoluut midden', +insert_image_align_absbottom : 'Absoluut onder', +insert_image_align_left : 'Links', +insert_image_align_right : 'Rechts', +theme_font_size : '-- Lettergrootte --', +theme_fontdefault : '-- Lettertype --', +theme_block : '-- Paragraaf --', +theme_paragraph : 'Paragraaf', +theme_div : 'Blok', +theme_address : 'Adres', +theme_pre : 'Opgemaakt', +theme_h1 : 'Kop 1', +theme_h2 : 'Kop 2', +theme_h3 : 'Kop 3', +theme_h4 : 'Kop 4', +theme_h5 : 'Kop 5', +theme_h6 : 'Kop 6', +theme_colorpicker_title : 'Selecteer een kleur', +theme_colorpicker_apply : 'Toepassen', +theme_forecolor_desc : 'Een tekstkleur selecteren', +theme_backcolor_desc : 'Een achtergrondkleur selecteren', +theme_charmap_title : 'Speciale tekens invoegen', +theme_charmap_desc : 'Speciale tekens invoegen', +theme_visualaid_desc : 'Onzichtbare elementen en hulplijnen aan/uit', +insert_anchor_title : 'Bladwijzer invoegen/bewerken', +insert_anchor_name : 'Bladwijzer naam', +theme_anchor_desc : 'Bladwijzer invoegen/bewerken', +theme_insert_link_titlefield : 'titel', +theme_clipboard_msg : 'Kopiëren/Knippen/Plakken is uit veiligheidsoverwegingen niet direct beschikbaar in Mozilla en Firefox.\nWilt u meer informatie over deze kwestie?', +theme_path : 'Pad', +cut_desc : 'Knippen', +copy_desc : 'Kopiëren', +paste_desc : 'Plakken', +link_list : 'Hyperlinklijst', +image_list : 'Afbeeldinglijst', +browse : 'Bladeren', +image_props_desc : 'Eigenschappen van afbeelding', +newdocument_desc : 'Nieuw document', +class_name : 'Stijl', +newdocument : 'Weet u zeker dat u de hele inhoud wilt wissen?', +about_title : 'Over TinyMCE', +about : 'Over', +license : 'Licentie', +plugins : 'Plugins', +plugin : 'Plugin', +author : 'Author', +version : 'Versie', +loaded_plugins : 'Ingeladen plugins', +help : 'Help', +not_set : '-- geen --', +close : 'Sluiten', +toolbar_focus : 'Ga naar werkbalk knoppen - Alt+Q, Ga naar editor - Alt-Z, Ga naar pad - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/nn.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/nn.js new file mode 100644 index 000000000..720982fba --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/nn.js @@ -0,0 +1,77 @@ +// nn = Norwegian (nynorsk) lang variables by Knut B. Jacobsen + +tinyMCE.addToLang('',{ +theme_style_select : 'Stiler', +theme_code_desc : 'Redigere HTML Koden', +theme_code_title : 'HTML Kildekode Redigering', +theme_code_wordwrap : 'Ord deling', +theme_sub_desc : 'Nedsenket skrift', +theme_sup_desc : 'Opphøgd skrift', +theme_hr_desc : 'Sett inn horisontal linje', +theme_removeformat_desc : 'Fjern formatering', +theme_custom1_desc : 'Din spesialfunksjons beskrivelse her', +insert_image_border : 'Ramme', +insert_image_dimensions : 'Dimensjoner', +insert_image_vspace : 'Vertikalt tomrom', +insert_image_hspace : 'Horisontalt tomrom', +insert_image_align : 'Justering', +insert_image_align_default : 'Intet', +insert_image_align_baseline : 'Bunnlinjen', +insert_image_align_top : 'Lengst opp', +insert_image_align_middle : 'Midten', +insert_image_align_bottom : 'Lengst ned', +insert_image_align_texttop : 'Tekstens topp', +insert_image_align_absmiddle : 'Absolutt midten', +insert_image_align_absbottom : 'Absolutt lengst ned', +insert_image_align_left : 'Venstre', +insert_image_align_right : 'Høgre', +insert_image_delta_width : 30, +insert_image_delta_height : 10, +theme_font_size : '-- Font størrelse --', +theme_fontdefault : '-- Font familie --', +theme_block : '-- Format --', +theme_paragraph : 'Paragraf', +theme_div : 'Div', +theme_address : 'Adresse', +theme_pre : 'Pre-formattert', +theme_h1 : 'Overskrift 1', +theme_h2 : 'Overskrift 2', +theme_h3 : 'Overskrift 3', +theme_h4 : 'Overskrift 4', +theme_h5 : 'Overskrift 5', +theme_h6 : 'Overskrift 6', +theme_colorpicker_title : 'Velg en farge', +theme_colorpicker_apply : 'Bruk', +theme_forecolor_desc : 'Velg forgrunnsfarge', +theme_backcolor_desc : 'Velg bakgrunnsfarge', +theme_charmap_title : 'Velg spesialtegn', +theme_charmap_desc : 'Sett inn spesialtegn', +theme_visualaid_desc : 'Slå av/på usynlige elementer', +insert_anchor_title : 'Opprette/endre anker', +insert_anchor_name : 'Ankernavn', +theme_anchor_desc : 'Opprette/endre anker', +theme_insert_link_titlefield : 'Tittel', +theme_clipboard_msg : 'Kopier/Klipp ut/Lim inn er ikke tilgjengelig i Mozilla/Firefox.\nVil du ha mere informasjon om dette?', +theme_path : 'Søkevei', +cut_desc : 'Klipp ut', +copy_desc : 'Kopier', +paste_desc : 'Lim inn', +link_list : 'Lenke liste', +image_list : 'Bilde liste', +browse : 'Bla gjennom', +image_props_desc : 'Bilde egenskaper', +newdocument_desc : 'Nytt dokument', +class_name : 'Stil', +newdocument : 'Er du sikker på at du vil tømme hele redigeringsområdet?', +about_title : 'Om TinyMCE', +about : 'Om', +license : 'Lisens', +plugins : 'Innstikksprogrammer', +plugin : 'Innstikksprogram', +author : 'Utviklere', +version : 'Versjon', +loaded_plugins : 'Lastet innstikksprogram', +help : 'Hjelp', +not_set : '-- Ikkje satt --', +close : 'Stopp' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/pl.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/pl.js new file mode 100644 index 000000000..3abfee6b6 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/pl.js @@ -0,0 +1,79 @@ +// PL lang variables +// fixed by Wooya +// http://www.mfusion.prv.pl +// fixed by lemiel 14.11.2005 + +tinyMCE.addToLang('',{ +theme_style_select : 'Styl', +theme_code_desc : 'Edytuj zróddło html', +theme_code_title : 'Edytor zródła html', +theme_code_wordwrap : 'Zawijanie wierszy', +theme_sub_desc : 'Nadpisywanie', +theme_sup_desc : 'Podpisywanie', +theme_hr_desc : 'Wstaw poziomą linię', +theme_removeformat_desc : 'Usuń formatowanie', +theme_custom1_desc : 'Wstaw własny opis', +insert_image_border : 'Ramka', +insert_image_dimensions : 'Wymiary', +insert_image_vspace : 'Pionowy odstęp', +insert_image_hspace : 'Poziomy odstęp', +insert_image_align : 'Otaczanie', +insert_image_align_default : 'Domyślne', +insert_image_align_baseline : 'Do linii bazowej', +insert_image_align_top : 'Górne', +insert_image_align_middle : 'Środkowe', +insert_image_align_bottom : 'Dolne', +insert_image_align_texttop : 'Tekst powyżej', +insert_image_align_absmiddle : 'Absolutny środek', +insert_image_align_absbottom : 'Absolutny dół', +insert_image_align_left : 'Lewe', +insert_image_align_right : 'Prawe', +theme_font_size : '-- Rozmiar czcionki --', +theme_fontdefault : '-- Rodzina czcionki --', +theme_block : '-- Format --', +theme_paragraph : '-- Paragraf --', +theme_div : 'Div', +theme_address : 'Adres', +theme_pre : 'Preformatowanie', +theme_h1 : 'Nagłówek 1', +theme_h2 : 'Nagłówek 2', +theme_h3 : 'Nagłówek 3', +theme_h4 : 'Nagłówek 4', +theme_h5 : 'Nagłówek 5', +theme_h6 : 'Nagłówek 6', +theme_colorpicker_title : 'Wybierz kolor', +theme_colorpicker_apply : 'Wybierz', +theme_forecolor_desc : 'Wybierz kolor tekstu', +theme_backcolor_desc : 'Wybierz kolor tła', +theme_charmap_title : 'Wybierz znak', +theme_charmap_desc : 'Wstaw znak', +theme_visualaid_desc : 'Przełącz linie prowadzące/niewidoczne elementy', +insert_anchor_title : 'Kotwica', +insert_anchor_name : 'Nazwa kotwicy', +theme_anchor_desc : 'Wstaw/Edytuj kotwicę', +theme_insert_link_titlefield : 'Tytuł', +theme_clipboard_msg : 'Kopiuj/Edytuj/Wklej nie jest dostępne w przeglądarkach Mozilla i Firefox.\nPotrzebujesz więcej informacji na ten temat?', +theme_path : 'Œcieżka', +cut_desc : 'Wytnij', +copy_desc : 'Kopiuj', +paste_desc : 'Wklej', +link_list : 'Lista linków', +image_list : 'Lista obrazków', +browse : 'Przeglądaj', +image_props_desc : 'Właściwosci obrazka', +newdocument_desc : 'Nowy dokument', +class_name : 'Klasa', +newdocument : 'Czy jesteś pewien, że chcesz wyczyścić zawartość tego dokumentu?', +about_title : 'O TinyMCE ...', +about : 'O ...', +license : 'Licencja', +plugins : 'Pluginy', +plugin : 'Plugin', +author : 'Autor', +version : 'Wersja', +loaded_plugins : 'Załadowane pluginy', +help : 'Pomoc', +not_set : '-- Nie wybrano --', +close : 'Zamknij', +toolbar_focus : 'Skocz do przycisków narzędzi - Alt+Q, Skocz do edytora - Alt-Z, Skocz do ścieżki elementu - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/pt.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/pt.js new file mode 100644 index 000000000..3980d6c66 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/pt.js @@ -0,0 +1,65 @@ +// PT lang variables + +tinyMCE.addToLang('',{ +theme_style_select : 'Estilos CSS', +theme_code_desc : 'Editar Fonte HTML', +theme_code_title : 'Editor de fonte HTML', +theme_code_save : 'Guardar', +theme_code_wordwrap : 'Translinear palavras', +theme_sub_desc : 'Subscrito', +theme_sup_desc : 'Superscrito', +theme_hr_desc : 'Inserir linha horizontal', +theme_removeformat_desc : 'Remover formataçăo', +theme_custom1_desc : 'Descriçăo customizada aqui', +insert_image_border : 'Borda', +insert_image_dimensions : 'Dimensőes', +insert_image_vspace : 'Espaçamento Vert.', +insert_image_hspace : 'Espaçamento Horiz.', +insert_image_align : 'Alinhamento', +insert_image_align_default : 'Por omissăo', +insert_image_align_baseline : 'Linha de base', +insert_image_align_top : 'Topo', +insert_image_align_middle : 'Centrado', +insert_image_align_bottom : 'Fundo', +insert_image_align_texttop : 'Topo do Texto', +insert_image_align_absmiddle : 'Centrado absoluto', +insert_image_align_absbottom : 'Fundo absoluto', +insert_image_align_left : 'Esquerda', +insert_image_align_right : 'Direita', +theme_font_size : '-- Font size --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_paragraph : 'Parágrafo', +theme_div : 'Bloco HTML', +theme_address : 'Morada', +theme_pre : 'Pré formatado', +theme_h1 : 'Título 1', +theme_h2 : 'Título 2', +theme_h3 : 'Título 3', +theme_h4 : 'Título 4', +theme_h5 : 'Título 5', +theme_h6 : 'Título 6', +theme_colorpicker_title : 'Seleccione uma côr', +theme_colorpicker_apply : 'Aplicar', +theme_forecolor_desc : 'Seleccione côr da frente', +theme_backcolor_desc : 'Select background color', +theme_charmap_title : 'Seleccione símbolo customizado', +theme_charmap_desc : 'Inserir símbolo customizado', +theme_visualaid_desc : 'Ligar/Desligar guias/elementos invisíveis', +insert_anchor_title : 'Inserir/editar âncora', +insert_anchor_name : 'Nome da âncora', +theme_anchor_desc : 'Inserir/editar âncora', +theme_insert_link_titlefield : 'Título', +theme_clipboard_msg : 'Copiar/Cortar/Colar năo está disponível em Mozilla e Firefox.\nPretende obter mais informaçăo acerca deste assunto?', +theme_path : 'Path', +cut_desc : 'Cortar', +copy_desc : 'Copiar', +paste_desc : 'Colar', +link_list : 'Link list', +image_list : 'Image list', +browse : 'Browse', +image_props_desc : 'Image properties', +newdocument_desc : 'New document', +class_name : 'Classe de CSS', +newdocument : 'Are you sure you want clear all contents?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/pt_br.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/pt_br.js new file mode 100644 index 000000000..5f3786423 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/pt_br.js @@ -0,0 +1,115 @@ +/** + * pt_br lang variables + * Brazilian Portuguese + * + * Authors : ???? + * Revision and modifications: + * Marcio Barbosa (mpg) + * Last Updated : November 26, 2005 + * TinyMCE Version : 2.0RC4 + */ +tinyMCE.addToLang('',{ +theme_style_select : 'Estilos', +theme_code_desc : 'Editar Código HTML', +theme_code_title : 'Editor de Código HTML', +theme_code_wordwrap : 'Quebrar Linhas', +theme_sub_desc : 'Subscrito', +theme_sup_desc : 'Subrescrito', +theme_hr_desc : 'Inserir linha horizontal', +theme_removeformat_desc : 'Remover formataçăo', +theme_custom1_desc : 'Sua descriçăo personalizada aqui', +insert_image_border : 'Borda', +insert_image_dimensions : 'Dimensőes', +insert_image_vspace : 'Espaço Vertical', +insert_image_hspace : 'Espaço Horizontal', +insert_image_align : 'Alinhamento', +insert_image_align_default : 'Padrăo', +insert_image_align_baseline : 'Linha base', +insert_image_align_top : 'Topo', +insert_image_align_middle : 'Centro', +insert_image_align_bottom : 'Fundo', +insert_image_align_texttop : 'Texto ao Topo', +insert_image_align_absmiddle : 'Centro Absoluto', +insert_image_align_absbottom : 'Fundo Absoluto', +insert_image_align_left : 'Esquerda', +insert_image_align_right : 'Direita', +theme_font_size : '-- Corpo --', +theme_fontdefault : '-- Tipo de Fonte --', +theme_block : '-- Formato --', +theme_paragraph : 'Parágrafo', +theme_div : 'Div', +theme_address : 'Endereço', +theme_pre : 'Pré-formatado', +theme_h1 : 'Cabeçalho 1', +theme_h2 : 'Cabeçalho 2', +theme_h3 : 'Cabeçalho 3', +theme_h4 : 'Cabeçalho 4', +theme_h5 : 'Cabeçalho 5', +theme_h6 : 'Cabeçalho 6', +theme_colorpicker_title : 'Selecionar côr', +theme_colorpicker_apply : 'Aplicar', +theme_forecolor_desc : 'Selecionar côr do texto', +theme_backcolor_desc : 'Selecionar côr de fundo', +theme_charmap_title : 'Selecionar caracter especial', +theme_charmap_desc : 'Inserir caracter especial', +theme_charmap_alpha_desc : 'Caracteres alfabéticos', +theme_charmap_arrows_title : 'Flechas', +theme_charmap_arrows_desc : 'Caracteres de flechas', +theme_charmap_greek_title : 'Gregos', +theme_charmap_greek_desc : 'Caracteres Gregos', +theme_charmap_math_title : 'Mathematicos', +theme_charmap_math_desc : 'Caracteres mathematicos', +theme_charmap_misc_title : 'Diversos', +theme_charmap_misc_desc : 'Caracteres diversos', +theme_charmap_money_title : 'Moedas', +theme_charmap_money_desc : 'Caracteres de moedas', +theme_charmap_quotaion_title : 'Apóstrofes', +theme_charmap_quotaion_desc : 'Caracteres de Apóstrofe', +theme_visualaid_desc : 'Trocar as linhas de ajuda por elementos invisíveis', +insert_anchor_title : 'Inserir/editar âncora', +insert_anchor_name : 'Nome da âncora', +theme_anchor_desc : 'Inserir/editar âncora', +theme_insert_link_titlefield : 'Título', +theme_clipboard_msg : 'Năo se pode utiliza os comando de Copiar / Cortar / Colar no Mozilla e Firefox.\r\nUse o teclado para Copiar (Ctrl+C) / Cortar (Ctrl+X) / Colar (Ctrl+V)\r\nQuer obter mais informaçăo?', +theme_path : 'Rota', +cut_desc : 'Cortar (Ctrl+X)', +copy_desc : 'Copiar (Ctrl+C)', +paste_desc : 'Colar (Ctrl+V)', +link_list : 'Lista de links', +image_list : 'Lista de imagens', +browse : 'Navegar', +image_props_desc : 'Propriedades da imagem', +newdocument_desc : 'Novo documento', +class_name : 'Classe', +newdocument : 'Tem certesa que deseja apagar todo o conteúdo?', +about_title : 'Sobre o TinyMCE', +about : 'Sobre', +license : 'Licença', +plugins : 'Plugins', +plugin : 'Plugin', +author : 'Autor', +version : 'Versăo', +loaded_plugins : 'Plugins carregados', +help : 'Ajuda', +not_set : '-- Por padrăo --', +close : 'Fechar', +toolbar_focus : 'Ir para a barra de ferramentas - Alt+Q, Ir para o editor - Alt+Z, Ir para o elemento de destino - Alt+X', +theme_visualaid_desc : 'Tornar linhas visíveis/invisíveis', +insert_anchor_title : 'Inserir/editar âncora', +insert_anchor_name : 'Nome da âncora', +theme_anchor_desc : 'Inserir/editar âncora', +theme_insert_link_titlefield : 'Título', +theme_clipboard_msg : 'Copiar/Recortar/Colar năo é permitido no Mozilla e Firefox.\nQuer mais informaçőes sobre isso?', +theme_path : 'Caminho', +cut_desc : 'Recortar', +copy_desc : 'Copiar', +paste_desc : 'Colar', +link_list : 'Lista de Links', +image_list : 'Lista de Imagens', +browse : 'Navegar', +image_props_desc : 'Propriedades da Imagem', +newdocument_desc : 'Novo Documento', +class_name : 'Classe', +newdocument : 'Tem certeza que deseja limpar todo o conteúdo?', +theme_advanced_anchor_delta_width : 20 +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/readme.txt b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/readme.txt new file mode 100644 index 000000000..ef48d2ba4 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/readme.txt @@ -0,0 +1,4 @@ +Theme specific language packs. + +The language pack codes are based on ISO-639-2 +http://www.loc.gov/standards/iso639-2/englangn.html diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ru.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ru.js new file mode 100644 index 000000000..c042cc450 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ru.js @@ -0,0 +1,76 @@ +// Russian lang variables cp1251 + +tinyMCE.addToLang('',{ +theme_style_select : '-- Ńňčëč --', +theme_code_desc : 'Đĺäŕęňčđîâŕňü HTML ęîäű', +theme_code_title : 'Đĺäŕęňîđ HTML ęîäîâ', +theme_code_wordwrap : 'Ďĺđĺíîń ďî ńëîâŕě', +theme_sub_desc : 'Íčćíčé číäĺęń', +theme_sup_desc : 'Âĺđőíčé číäĺęń', +theme_hr_desc : 'Âńňŕâčňü ăîđčçîíňŕëüíűé đŕçäĺëčňĺëü', +theme_removeformat_desc : 'Óáđŕňü ôîđěŕňčđîâŕíčĺ', +theme_custom1_desc : 'Âŕřĺ ďđîčçâîëüíîĺ îďčńŕíčĺ', +insert_image_border : 'Đŕěęŕ', +insert_image_dimensions : 'Đŕçěĺđű', +insert_image_vspace : 'Âĺđňčęŕëüíűé îňńňóď', +insert_image_hspace : 'Ăîđčçîíňŕëüíűé îňńňóď', +insert_image_align : 'Âűđŕâíčâŕíčĺ', +insert_image_align_default : '-- Íĺ çŕäŕíî --', +insert_image_align_baseline : 'Ďî áŕçîâîé ëčíčč', +insert_image_align_top : 'Ďî âĺđőó', +insert_image_align_middle : 'Ďîńđĺäčíĺ', +insert_image_align_bottom : 'Ďî íčçó', +insert_image_align_texttop : 'Ďî âĺđőó ňĺęńňŕ', +insert_image_align_absmiddle : 'Ŕáńîëţňíî ďîńđĺäčíĺ', +insert_image_align_absbottom : 'Ŕáńîëţňíî ńâĺđőó', +insert_image_align_left : 'Âëĺâî', +insert_image_align_right : 'Âďđŕâî', +theme_font_size : '-- Đŕçěĺđ řđčôňŕ --', +theme_fontdefault : '-- Ńĺěĺéńňâî řđčôňîâ --', +theme_block : '-- Ôîđěŕň --', +theme_paragraph : 'Ŕáçŕö', +theme_div : 'Div', +theme_address : 'Ńňčëü ŕäđĺńŕ', +theme_pre : ':`Ďđĺäâŕđčňĺëüíî ôîđěŕňčđîâŕííűé', +theme_h1 : 'Çŕăîëîâîę 1', +theme_h2 : 'Çŕăîëîâîę 2', +theme_h3 : 'Çŕăîëîâîę 3', +theme_h4 : 'Çŕăîëîâîę 4', +theme_h5 : 'Çŕăîëîâîę 5', +theme_h6 : 'Çŕăîëîâîę 6', +theme_colorpicker_title : 'Âűáđŕňü öâĺň', +theme_colorpicker_apply : 'Ďđčěĺíčňü', +theme_forecolor_desc : 'Âűáđŕňü öâĺň ňĺęńňŕ', +theme_backcolor_desc : 'Âűáđŕňü öâĺň ôîíŕ', +theme_charmap_title : 'Âűáîđ ďđîčçâîëüíîăî ńčěâîëŕ', +theme_charmap_desc : 'Âńňŕâčňü ďđîčçâîëüíűé ńčěâîë', +theme_visualaid_desc : 'Ďîęŕçŕňü ăđŕíčöű ńęđűňűő ýëĺěĺíňîâ', +insert_anchor_title : 'Âńňŕâčňü/đĺäŕęňčđîâŕňü ˙ęîđü', +insert_anchor_name : 'Čě˙ ˙ęîđ˙', +theme_anchor_desc : 'Âńňŕâčňü/đĺäŕęňčđîâŕňü ˙ęîđü', +theme_insert_link_titlefield : 'Çŕăîëîâîę', +theme_clipboard_msg : 'Ęîďčđîâŕňü/Âűđĺçŕňü/Âńňŕâčňü íĺäîńňóďíű äë˙ Mozilla č Firefox.\nŐîňčňĺ óçíŕňü îá ýňîě ďîäđîáíĺĺ?', +theme_path : 'Ďóňü', +cut_desc : 'Âűđĺçŕňü', +copy_desc : 'Ęîďčđîâŕňü', +paste_desc : 'Âńňŕâčňü', +link_list : 'Ďĺđĺ÷ŕíü ńńűëîę', +image_list : 'Ďĺđĺ÷ĺíü ęŕđňčíîę', +browse : 'Ďîäîáđŕňü', +image_props_desc : 'Ńâîéńňâŕ ęŕđňčíęč', +newdocument_desc : 'Íîâűé äîęóěĺíň', +class_name : 'Ęëŕńń', +newdocument : 'Âű óâĺđĺíű, ÷ňî őîňčňĺ î÷čńňčňü âń¸ ńîäĺđćčěîĺ?', +about_title : 'Î TinyMCE', +about : 'Î TinyMCE', +license : 'Ëčöĺíçč˙', +plugins : 'Ďëŕăčíű', +plugin : 'Ďëŕăčí', +author : 'Ŕâňîđ', +version : 'Âĺđńč˙', +loaded_plugins : 'Çŕăđóćĺííűĺ ďëŕăčíű', +help : 'Ďîěîůü', +not_set : '-- íĺ óńňŕíîâëĺíî --', +close : 'Çŕęđűňü', +toolbar_focus : 'Ďĺđĺěĺńňčňü ôîęóń íŕ ďŕíĺëü číńňđóěĺíňîâ - Alt+Q, Ďĺđĺěĺńňčňü ôîęóń â đĺäŕęňîđ - Alt-Z, Ďĺđĺěĺńňčňü ôîęóń íŕ ýëĺěĺíň ďóňč - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ru_KOI8-R.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ru_KOI8-R.js new file mode 100644 index 000000000..3149c7ced --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ru_KOI8-R.js @@ -0,0 +1,76 @@ +// Russian lang variables KOI8-R + +tinyMCE.addToLang('',{ +theme_style_select : '-- óÔÉĚÉ --', +theme_code_desc : 'ňĹÄÁËÔÉŇĎ×ÁÔŘ HTML ËĎÄŮ', +theme_code_title : 'ňĹÄÁËÔĎŇ HTML ËĎÄĎ×', +theme_code_wordwrap : 'đĹŇĹÎĎÓ ĐĎ ÓĚĎ×ÁÍ', +theme_sub_desc : 'îÉÖÎÉĘ ÉÎÄĹËÓ', +theme_sup_desc : '÷ĹŇČÎÉĘ ÉÎÄĹËÓ', +theme_hr_desc : '÷ÓÔÁ×ÉÔŘ ÇĎŇÉÚĎÎÔÁĚŘÎŮĘ ŇÁÚÄĹĚÉÔĹĚŘ', +theme_removeformat_desc : 'őÂŇÁÔŘ ĆĎŇÍÁÔÉŇĎ×ÁÎÉĹ', +theme_custom1_desc : '÷ÁŰĹ ĐŇĎÉÚ×ĎĚŘÎĎĹ ĎĐÉÓÁÎÉĹ', +insert_image_border : 'ňÁÍËÁ', +insert_image_dimensions : 'ňÁÚÍĹŇŮ', +insert_image_vspace : '÷ĹŇÔÉËÁĚŘÎŮĘ ĎÔÓÔŐĐ', +insert_image_hspace : 'çĎŇÉÚĎÎÔÁĚŘÎŮĘ ĎÔÓÔŐĐ', +insert_image_align : '÷ŮŇÁ×ÎÉ×ÁÎÉĹ', +insert_image_align_default : '-- îĹ ÚÁÄÁÎĎ --', +insert_image_align_baseline : 'đĎ ÂÁÚĎ×ĎĘ ĚÉÎÉÉ', +insert_image_align_top : 'đĎ ×ĹŇČŐ', +insert_image_align_middle : 'đĎÓŇĹÄÉÎĹ', +insert_image_align_bottom : 'đĎ ÎÉÚŐ', +insert_image_align_texttop : 'đĎ ×ĹŇČŐ ÔĹËÓÔÁ', +insert_image_align_absmiddle : 'áÂÓĎĚŔÔÎĎ ĐĎÓŇĹÄÉÎĹ', +insert_image_align_absbottom : 'áÂÓĎĚŔÔÎĎ Ó×ĹŇČŐ', +insert_image_align_left : '÷ĚĹ×Ď', +insert_image_align_right : '÷ĐŇÁ×Ď', +theme_font_size : '-- ňÁÚÍĹŇ ŰŇÉĆÔÁ --', +theme_fontdefault : '-- óĹÍĹĘÓÔ×Ď ŰŇÉĆÔĎ× --', +theme_block : '-- ćĎŇÍÁÔ --', +theme_paragraph : 'áÂÚÁĂ', +theme_div : 'Div', +theme_address : 'óÔÉĚŘ ÁÄŇĹÓÁ', +theme_pre : ':`đŇĹÄ×ÁŇÉÔĹĚŘÎĎ ĆĎŇÍÁÔÉŇĎ×ÁÎÎŮĘ', +theme_h1 : 'úÁÇĎĚĎ×ĎË 1', +theme_h2 : 'úÁÇĎĚĎ×ĎË 2', +theme_h3 : 'úÁÇĎĚĎ×ĎË 3', +theme_h4 : 'úÁÇĎĚĎ×ĎË 4', +theme_h5 : 'úÁÇĎĚĎ×ĎË 5', +theme_h6 : 'úÁÇĎĚĎ×ĎË 6', +theme_colorpicker_title : '÷ŮÂŇÁÔŘ Ă×ĹÔ', +theme_colorpicker_apply : 'đŇÉÍĹÎÉÔŘ', +theme_forecolor_desc : '÷ŮÂŇÁÔŘ Ă×ĹÔ ÔĹËÓÔÁ', +theme_backcolor_desc : '÷ŮÂŇÁÔŘ Ă×ĹÔ ĆĎÎÁ', +theme_charmap_title : '÷ŮÂĎŇ ĐŇĎÉÚ×ĎĚŘÎĎÇĎ ÓÉÍ×ĎĚÁ', +theme_charmap_desc : '÷ÓÔÁ×ÉÔŘ ĐŇĎÉÚ×ĎĚŘÎŮĘ ÓÉÍ×ĎĚ', +theme_visualaid_desc : 'đĎËÁÚÁÔŘ ÇŇÁÎÉĂŮ ÓËŇŮÔŮČ ÜĚĹÍĹÎÔĎ×', +insert_anchor_title : '÷ÓÔÁ×ÉÔŘ/ŇĹÄÁËÔÉŇĎ×ÁÔŘ ŃËĎŇŘ', +insert_anchor_name : 'éÍŃ ŃËĎŇŃ', +theme_anchor_desc : '÷ÓÔÁ×ÉÔŘ/ŇĹÄÁËÔÉŇĎ×ÁÔŘ ŃËĎŇŘ', +theme_insert_link_titlefield : 'úÁÇĎĚĎ×ĎË', +theme_clipboard_msg : 'ëĎĐÉŇĎ×ÁÔŘ/÷ŮŇĹÚÁÔŘ/÷ÓÔÁ×ÉÔŘ ÎĹÄĎÓÔŐĐÎŮ ÄĚŃ Mozilla É Firefox.\nčĎÔÉÔĹ ŐÚÎÁÔŘ Ď ÜÔĎÍ ĐĎÄŇĎÂÎĹĹ?', +theme_path : 'đŐÔŘ', +cut_desc : '÷ŮŇĹÚÁÔŘ', +copy_desc : 'ëĎĐÉŇĎ×ÁÔŘ', +paste_desc : '÷ÓÔÁ×ÉÔŘ', +link_list : 'đĹŇĹŢÁÎŘ ÓÓŮĚĎË', +image_list : 'đĹŇĹŢĹÎŘ ËÁŇÔÉÎĎË', +browse : 'đĎÄĎÂŇÁÔŘ', +image_props_desc : 'ó×ĎĘÓÔ×Á ËÁŇÔÉÎËÉ', +newdocument_desc : 'îĎ×ŮĘ ÄĎËŐÍĹÎÔ', +class_name : 'ëĚÁÓÓ', +newdocument : '÷Ů Ő×ĹŇĹÎŮ, ŢÔĎ ČĎÔÉÔĹ ĎŢÉÓÔÉÔŘ ×ÓŁ ÓĎÄĹŇÖÉÍĎĹ?', +about_title : 'ď TinyMCE', +about : 'ď TinyMCE', +license : 'ěÉĂĹÎÚÉŃ', +plugins : 'đĚÁÇÉÎŮ', +plugin : 'đĚÁÇÉÎ', +author : 'á×ÔĎŇ', +version : '÷ĹŇÓÉŃ', +loaded_plugins : 'úÁÇŇŐÖĹÎÎŮĹ ĐĚÁÇÉÎŮ', +help : 'đĎÍĎÝŘ', +not_set : '-- ÎĹ ŐÓÔÁÎĎ×ĚĹÎĎ --', +close : 'úÁËŇŮÔŘ', +toolbar_focus : 'đĹŇĹÍĹÓÔÉÔŘ ĆĎËŐÓ ÎÁ ĐÁÎĹĚŘ ÉÎÓÔŇŐÍĹÎÔĎ× - Alt+Q, đĹŇĹÍĹÓÔÉÔŘ ĆĎËŐÓ × ŇĹÄÁËÔĎŇ - Alt-Z, đĹŇĹÍĹÓÔÉÔŘ ĆĎËŐÓ ÎÁ ÜĚĹÍĹÎÔ ĐŐÔÉ - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ru_UTF-8.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ru_UTF-8.js new file mode 100644 index 000000000..ccb19872e --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/ru_UTF-8.js @@ -0,0 +1,76 @@ +// Russian lang variables UTF-8 + +tinyMCE.addToLang('',{ +theme_style_select : '-- Стили --', +theme_code_desc : 'Редактировать HTML коды', +theme_code_title : 'Редактор HTML кОдОв', +theme_code_wordwrap : 'Перенос пО сНОваП', +theme_sub_desc : 'Нижний индокс', +theme_sup_desc : 'Верхний индокс', +theme_hr_desc : 'Вставить горизонтальный разделитель', +theme_removeformat_desc : 'Убрать форматирование', +theme_custom1_desc : 'Ваше произвольное Описанио', +insert_image_border : 'РаПка', +insert_image_dimensions : 'Размеры', +insert_image_vspace : 'Вертикальный отступ', +insert_image_hspace : 'Горизонтальный отступ', +insert_image_align : 'Выравнивание', +insert_image_align_default : '-- Не СаданО --', +insert_image_align_baseline : 'По йаСОвОК Нинии', +insert_image_align_top : 'По верху', +insert_image_align_middle : 'Посредине', +insert_image_align_bottom : 'По ниСу', +insert_image_align_texttop : 'По верху текста', +insert_image_align_absmiddle : 'Абсолютно посредине', +insert_image_align_absbottom : 'Абсолютно сверху', +insert_image_align_left : 'Влево', +insert_image_align_right : 'Вправо', +theme_font_size : '-- Размер шрифта --', +theme_fontdefault : '-- Семейство шрифтов --', +theme_block : '-- Формат --', +theme_paragraph : 'Абзац', +theme_div : 'Div', +theme_address : 'Стиль адреса', +theme_pre : ':`Предварительно форматированный', +theme_h1 : 'Заголовок 1', +theme_h2 : 'Заголовок 2', +theme_h3 : 'Заголовок 3', +theme_h4 : 'Заголовок 4', +theme_h5 : 'Заголовок 5', +theme_h6 : 'Заголовок 6', +theme_colorpicker_title : 'Выбрать цвет', +theme_colorpicker_apply : 'Применить', +theme_forecolor_desc : 'Выбрать цвет текста', +theme_backcolor_desc : 'Выбрать цвет фона', +theme_charmap_title : 'Выбор произвольного сиПвОНа', +theme_charmap_desc : 'Вставить произвольный сиПвОН', +theme_visualaid_desc : 'Показать границы скрытых элементов', +insert_anchor_title : 'Вставить/редактировать якорь', +insert_anchor_name : 'Имя якоря', +theme_anchor_desc : 'Вставить/редактировать якорь', +theme_insert_link_titlefield : 'Заголовок', +theme_clipboard_msg : 'Копировать/Вырезать/Вставить недоступны для Mozilla и Firefox.\nХотите узнать Ой этом подробнее?', +theme_path : 'Путь', +cut_desc : 'Вырезать', +copy_desc : 'Копировать', +paste_desc : 'Вставить', +link_list : 'Перечань ссылок', +image_list : 'Перечень картинок', +browse : 'Подобрать', +image_props_desc : 'Свойства картинки', +newdocument_desc : 'Новый документ', +class_name : 'Класс', +newdocument : 'Вы уверены, что хотите очистить всё содержимое?', +about_title : 'О TinyMCE', +about : 'О TinyMCE', +license : 'Лицензия', +plugins : 'Плагины', +plugin : 'Плагин', +author : 'Автор', +version : 'Версия', +loaded_plugins : 'Загруженные плагины', +help : 'Помощь', +not_set : '-- но установлено --', +close : 'Закрыть', +toolbar_focus : 'Переместить фокус на панель инструментов - Alt+Q, Переместить фокус в редактор - Alt-Z, Переместить фокус на элемент пути - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/sk.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/sk.js new file mode 100644 index 000000000..d3b2d1532 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/sk.js @@ -0,0 +1,72 @@ +/** + * Slovak lang variables + * encoding: utf-8 + * + * @author Vladimir VASIL vvasil@post.sk + * + * $Id: sk.js,v 1.1 2005/11/22 20:56:45 spocke Exp $ + */ + + +tinyMCE.addToLang('',{ +theme_style_select : 'Ĺ tĂ˝ly', +theme_code_desc : 'ZobraziĹĽ HTML', +theme_code_title : 'EditĂĄcia HTML', +theme_code_wordwrap : 'Bez delenĂ­ slov', +theme_sub_desc : 'DolnĂ˝ index', +theme_sup_desc : 'HornĂ˝ index', +theme_hr_desc : 'VloĹžiĹĽ vodorovnĂ˝ oddeÄžovač', +theme_removeformat_desc : 'ZruĹĄiĹĽ formĂĄtovanie', +theme_custom1_desc : 'Ä˝ubovolnĂ˝ popisok', +insert_image_border : 'RĂĄmček', +insert_image_dimensions : 'Rozmery', +insert_image_vspace : 'VertikĂĄlnĂ˝ okraj', +insert_image_hspace : 'HorizontĂĄlnĂ˝ okraj', +insert_image_align : 'ZarovnĂĄnie', +insert_image_align_default : 'VĂ˝chozi', +insert_image_align_baseline : 'Na čiare', +insert_image_align_top : 'Nahor', +insert_image_align_middle : 'Na stred', +insert_image_align_bottom : 'Dole', +insert_image_align_texttop : 'NajvyĹĄĹĄĂ­ bod textu', +insert_image_align_absmiddle : 'Stred riadku', +insert_image_align_absbottom : 'Spodok riadku', +insert_image_align_left : 'VÄžavo', +insert_image_align_right : 'Vpravo', +theme_font_size : '-- VeÄžkosĹĽ textu --', +theme_fontdefault : '-- PĂ­smo --', +theme_block : '-- FormĂĄt --', +theme_paragraph : 'Odstavec', +theme_div : 'Div', +theme_address : 'Adresa', +theme_pre : 'PredformĂĄt', +theme_h1 : 'NĂĄdpis 1', +theme_h2 : 'NĂĄdpis 2', +theme_h3 : 'NĂĄdpis 3', +theme_h4 : 'NĂĄdpis 4', +theme_h5 : 'NĂĄdpis 5', +theme_h6 : 'NĂĄdpis 6', +theme_colorpicker_title : 'VĂ˝ber farby', +theme_colorpicker_apply : 'VybraĹĽ', +theme_forecolor_desc : 'Farba popredia', +theme_backcolor_desc : 'Farba pozadia', +theme_charmap_title : 'VĂ˝ber znaku', +theme_charmap_desc : 'VloĹžiĹĽ znak', +theme_visualaid_desc : 'Zapnúż značky/neviditeÄžnĂŠ prvky', +insert_anchor_title : 'VloĹženie/editĂĄcia zĂĄloĹžky', +insert_anchor_name : 'NĂĄzov', +theme_anchor_desc : 'VloĹžiĹĽ/editovaĹĽ zĂĄloĹžku', +theme_insert_link_titlefield : 'NĂĄzov', +theme_clipboard_msg : 'Funkcie KopĂ­rovaĹĽ/vystrihnúż/vloĹžiĹĽ niesĂş pouĹžiteÄžnĂŠ v Mozille a Firefoxe.\nChcete viac informaciĂ­ o tomto problĂŠme?', +theme_path : 'Cesta', +cut_desc : 'Vystrihnúż', +copy_desc : 'KopĂ­rovaĹĽ', +paste_desc : 'VloĹžiĹĽ', +link_list : 'Zoznam', +image_list : 'Zoznam', +browse : 'PrechĂĄdzaĹĽ', +image_props_desc : 'Vlastnosti obrĂĄzku', +newdocument_desc : 'NovĂ˝ dokument', +newdocument : 'Ste si istĂ˝(ĂĄ), Ĺže chcete vymazaĹĽ vĹĄetok obsah?' +}); + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/sv.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/sv.js new file mode 100644 index 000000000..fc25a7fc6 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/sv.js @@ -0,0 +1,77 @@ +// SE lang variables + +tinyMCE.addToLang('',{ +theme_style_select : '-- Stilar --', +theme_code_desc : 'Editera HTML-koden', +theme_code_title : 'HTML-källkodseditor', +theme_code_wordwrap : 'Automatiskt radbyte', +theme_sub_desc : 'Nedsänkt text', +theme_sup_desc : 'Upphöjd text', +theme_hr_desc : 'Sätt in horisontell linje', +theme_removeformat_desc : 'Ta bort formatering', +theme_custom1_desc : 'Din specialbeskriving här', +insert_image_border : 'Ram', +insert_image_dimensions : 'Dimensioner', +insert_image_vspace : 'Vertikalt tomrum', +insert_image_hspace : 'Horisontellt tomrum', +insert_image_align : 'Justering', +insert_image_align_default : 'Ingen', +insert_image_align_baseline : 'Bottenlinjen', +insert_image_align_top : 'Längst upp', +insert_image_align_middle : 'Mitten', +insert_image_align_bottom : 'Längst ner', +insert_image_align_texttop : 'Textens top', +insert_image_align_absmiddle : 'Absoluta mitten', +insert_image_align_absbottom : 'Absolut längst ner', +insert_image_align_left : 'Vänster', +insert_image_align_right : 'Höger', +insert_image_delta_width : 30, +insert_image_delta_height : 10, +theme_font_size : '-- Fontstorlek --', +theme_fontdefault : '-- Font familj --', +theme_block : '-- Stycke --', +theme_paragraph : 'Paragraf', +theme_div : 'Div', +theme_address : 'Adress', +theme_pre : 'Förformatterad', +theme_h1 : 'Rubrik 1', +theme_h2 : 'Rubrik 2', +theme_h3 : 'Rubrik 3', +theme_h4 : 'Rubrik 4', +theme_h5 : 'Rubrik 5', +theme_h6 : 'Rubrik 6', +theme_colorpicker_title : 'Välj en färg', +theme_colorpicker_apply : 'Verkställ', +theme_forecolor_desc : 'Välj förgrundsfärg', +theme_backcolor_desc : 'Välj bakgrundsfärg', +theme_charmap_title : 'Välj specialtecken', +theme_charmap_desc : 'Sätt in specialtecken', +theme_visualaid_desc : 'Slå av/på osynliga element', +insert_anchor_title : 'Skapa/redigera ankare', +insert_anchor_name : 'Ankarnamn', +theme_anchor_desc : 'Skapa/redigera ankare', +theme_insert_link_titlefield : 'Titel', +theme_clipboard_msg : 'Klipput/Kopiera/Klistra fungerar inte Mozilla och Firefox. Vill du veta mer om detta?', +theme_path : 'Sökväg', +cut_desc : 'Klipp ut', +copy_desc : 'Kopiera', +paste_desc : 'Klistra in', +link_list : 'Länkar', +image_list : 'Bilder', +browse : 'Bläddra', +image_props_desc : 'Bild egenskaper', +newdocument_desc : 'Nytt dokument', +class_name : 'Stil', +newdocument : 'Är du säker på att du vill tömma hela redigerings ytan?', +about_title : 'Om TinyMCE', +about : 'Om', +license : 'Licens', +plugins : 'Insticksprogram', +plugin : 'Insticksprogram', +author : 'Utvecklare', +version : 'Version', +loaded_plugins : 'Laddade insticksprogram', +help : 'Hjälp', +not_set : '-- Inte satt --', +close : 'Stäng' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/tw.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/tw.js new file mode 100644 index 000000000..4c9ba4499 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/tw.js @@ -0,0 +1,91 @@ +// TW lang variables contributed by Jim Kou + +tinyMCE.addToLang('',{ +bold_desc : '˛ĘÅé', +bold_img : "bold.gif", +bullist_desc : '˛Å¸šśľĽŘ', +cancel : '¨úŽř', +cleanup_desc : '˛M°Ł', +help_desc : 'ť˛§UťĄŠú', +image_desc : 'šĎ¤ů', +indent_desc : 'ÁYąĆ', +insert : 'ˇsźW', +insert_anchor_name : 'źĐľůŚWşŮ', +insert_anchor_title : 'ˇsźWźĐľů', +insert_image_align : 'šďťô', +insert_image_align_absbottom : 'ąj¨îťô¤U', +insert_image_align_absmiddle : 'ąj¨î¸m¤¤', +insert_image_align_baseline : '°ňˇÇ˝u', +insert_image_align_bottom : 'ťô¤U', +insert_image_align_default : 'źĐˇÇ', +insert_image_align_left : 'ťôĽŞ', +insert_image_align_middle : '¸m¤¤', +insert_image_align_right : 'ťôĽk', +insert_image_align_texttop : '¤åŚr¤W¤č', +insert_image_align_top : 'ťô¤W', +insert_image_alt : 'šĎ¤ůťĄŠú', +insert_image_border : 'Ľ~ŽŘ', +insert_image_dimensions : '¤Ř¤o', +insert_image_hspace : '¤ôĽ­śĄťŘ', +insert_image_src : 'šĎ¤ů¨Óˇ˝', +insert_image_title : 'ˇsźWšĎ¤ů', +insert_image_vspace : 'ŤŤŞ˝śĄťŘ', +insert_link_target : 'ĽŘźĐ', +insert_link_target_blank : 'ÅăĽÜŠóˇsľřľĄ¤¤', +insert_link_target_same : 'ÅăĽÜŠóŚP¤@ľřľĄ¤¤', +insert_link_title : 'ˇsźWśWłsľ˛', +insert_link_url : 'śWłsľ˛', +italic_desc : 'ą×Åé', +italic_img : "italic.gif", +justifycenter_desc : 'ťô¤¤', +justifyfull_desc : 'śńşĄ', +justifyleft_desc : 'ťôĽŞ', +justifyright_desc : 'ťôĽk', +link_desc : 'ŤŘĽßłsľ˛', +numlist_desc : 'źĆŚrśľĽŘ', +outdent_desc : 'ĽYąĆ', +redo_desc : '­Ť°ľ', +striketrough_desc : '§R°Ł˝u', +theme_address : 'Śa§}', +theme_anchor_desc : 'źĐľů', +theme_charmap_desc : 'ŻSŽíŚr¤¸', +theme_charmap_title : 'ŻSŽíŚr¤¸˛Młć', +theme_code_desc : 'ÅăĽÜ HTML ­ěŠl˝X', +theme_code_wordwrap : 'Word wrap', +theme_code_title : 'HTML ­ěŠl˝X', +theme_colorpicker_apply : 'Åܧó', +theme_colorpicker_title : 'ĂCŚâ', +theme_font_size : '-- Font size --', +theme_fontdefault : '-- Font family --', +theme_block : '-- Format --', +theme_forecolor_desc : 'ŚrŤŹĂCŚâ', +theme_backcolor_desc : 'Select background color', +theme_h1 : 'źĐĂD1', +theme_h2 : 'źĐĂD2', +theme_h3 : 'źĐĂD3', +theme_h4 : 'źĐĂD4', +theme_h5 : 'źĐĂD5', +theme_h6 : 'źĐĂD6', +theme_hr_desc : 'ˇsźWžî˝u', +theme_paragraph : 'Źq¸¨', +theme_pre : '¤şŠwŽćŚĄ', +theme_removeformat_desc : '˛M°ŁŽćŚĄł]Šw', +theme_style_select : 'źËŚĄ', +theme_sub_desc : '¤UźĐ', +theme_sup_desc : '¤WźĐ', +theme_visualaid_desc : 'ÅăĽÜ/ÁôÂĂŤDĽi¨ŁŞş¤¸ŻŔ', +underline_desc : 'Šł˝u', +undo_desc : '´_­ě', +unlink_desc : '¨úŽřłsľ˛', +theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', +theme_path : 'Path', +cut_desc : 'Cut', +copy_desc : 'Copy', +paste_desc : 'Paste', +link_list : 'Link list', +image_list : 'Image list', +browse : 'Browse', +image_props_desc : 'Image properties', +newdocument_desc : 'New document', +newdocument : 'Are you sure you want clear all contents?' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_cn.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_cn.js new file mode 100644 index 000000000..f471ec11f --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_cn.js @@ -0,0 +1,76 @@ +// Simplified Chinese lang variables contributed by tom_cat (thomaswangyang@gmail.com) + +tinyMCE.addToLang('',{ +theme_style_select : '-- ¸ńĘ˝ --', +theme_code_desc : 'ąŕź­HTMLÔ´´úÂë', +theme_code_title : 'HTMLÔ´´úÂëąŕź­Ć÷', +theme_code_wordwrap : '×ÔśŻťťĐĐ', +theme_sub_desc : 'ĎÂąę', +theme_sup_desc : 'ÉĎąę', +theme_hr_desc : '˛ĺČëËŽĆ˝Ďß', +theme_removeformat_desc : 'ŇĆłý¸ńĘ˝', +theme_custom1_desc : 'ŐâŔďĚîĐ´ÓĂť§×Ôś¨ŇĺĂčĘö', +insert_image_border : 'ąßżň', +insert_image_dimensions : 'ÎŹĘý', +insert_image_vspace : '´šÖąźäžŕ', +insert_image_hspace : 'ËŽĆ˝źäžŕ', +insert_image_align : 'śÔĆ롽ʽ', +insert_image_align_default : '-- ÄŹČĎ --', +insert_image_align_baseline : 'ťůĎß', +insert_image_align_top : 'śĽśË', +insert_image_align_middle : 'žÓÖĐ', +insert_image_align_bottom : 'ľ×˛ż', +insert_image_align_texttop : 'ÎÄ×ÖÉϡ˝', +insert_image_align_absmiddle : 'žřśÔžÓÖĐ', +insert_image_align_absbottom : 'žřśÔľ×˛ż', +insert_image_align_left : '×óśÔĆë', +insert_image_align_right : 'ÓŇśÔĆë', +theme_font_size : '-- ×ֺŠ--', +theme_fontdefault : '-- ×ÖĚĺ --', +theme_block : '-- ¸ńĘ˝ --', +theme_paragraph : 'śÎÂä', +theme_div : '˛ă', +theme_address : 'ľŘÖˇ', +theme_pre : 'Ô¤¸ńĘ˝ťŻ', +theme_h1 : 'ąęĚâ 1', +theme_h2 : 'ąęĚâ 2', +theme_h3 : 'ąęĚâ 3', +theme_h4 : 'ąęĚâ 4', +theme_h5 : 'ąęĚâ 5', +theme_h6 : 'ąęĚâ 6', +theme_colorpicker_title : 'ŃĄÔńŃŐÉŤ', +theme_colorpicker_apply : 'ÓŚÓĂ', +theme_forecolor_desc : 'ŃĄÔńÎÄ×ÖŃŐÉŤ', +theme_backcolor_desc : 'ŃĄÔńąłž°ŃŐÉŤ', +theme_charmap_title : 'ŃĄÔńĚŘĘâˇűşĹ', +theme_charmap_desc : '˛ĺČëĚŘĘâˇűşĹ', +theme_visualaid_desc : 'żŞšŘ˛ťżÉźűÔŞËŘ', +insert_anchor_title : '˛ĺČë/ąŕź­ ĂŞľă', +insert_anchor_name : 'ĂŞľăĂűłĆ', +theme_anchor_desc : '˛ĺČë/ąŕź­ ĂŞľă', +theme_insert_link_titlefield : 'ąęĚâ', +theme_clipboard_msg : 'źôÇĐ/¸´ÖĆ/ŐłĚůšŚÄÜÔÚ Mozilla şÍ Firefox äŻŔŔĆ÷ÖвťÖ§łÖĄŁ\nÄúĎŁÍűťńľĂ¸üśŕľÄĐĹϢÂđŁż', +theme_path : '¡žś', +cut_desc : 'źôÇĐ', +copy_desc : '¸´ÖĆ', +paste_desc : 'ŐłĚů', +link_list : 'Á´˝ÓÁĐąí', +image_list : 'ÍźĎńÁĐąí', +browse : 'äŻŔŔ', +image_props_desc : 'ÍźĎńĘôĐÔ', +newdocument_desc : 'Đ½¨źäľľ', +class_name : 'Ŕŕ', +newdocument : 'ÄúȡČĎŇŞÇĺłýËůÓĐÄÚČÝÂđŁż', +about_title : 'šŘÓÚ TinyMCE', +about : 'šŘÓÚ', +license : 'ĘÚȨĘé', +plugins : 'ËůÓвĺźţ', +plugin : '˛ĺźţ', +author : '×÷Őß', +version : '°ćąž', +loaded_plugins : 'śÁČĄ˛ĺźţ', +help : '°ďÖú', +not_set : '-- żŐÉ蜨 --', +close : 'šŘąŐ', +toolbar_focus : 'Ěřľ˝š¤žß°´ĹĽ - Alt+Q, Ěřľ˝ąŕź­Ć÷ - Alt-Z, Ěřľ˝ÔŞËŘ¡žś - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_tw.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_tw.js new file mode 100644 index 000000000..d148b2627 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_tw.js @@ -0,0 +1,78 @@ +// Traditional Chinese BIG-5; Twapweb Site translated; twapweb_AT_gmail_DOT_com +// ÁcĹ餤¤ĺ BIG-5 ĄFźĆŚěŔłĽÎ§{ťs§@ĄF twapweb_AT_gmail_DOT_com + + +tinyMCE.addToLang('',{ +theme_style_select : '-- ŚĄźË --', +theme_code_desc : '˝sżč HTML ˝X', +theme_code_title : 'HTML ˝X˝sżčžš', +theme_code_wordwrap : 'ŚrľüŔôÂś', +theme_sub_desc : '¤UźĐ', +theme_sup_desc : '¤WźĐ', +theme_hr_desc : '´Ą¤J¤ôĽ­˝u', +theme_removeformat_desc : '˛M°ŁŽćŚĄł]Šw', +theme_custom1_desc : 'ŚŰ­qťĄŠúŚbŚšżé¤J', +insert_image_border : 'ŽŘ˝u', +insert_image_dimensions : '¤Ř¤o', +insert_image_vspace : 'šĎšł¤W¤U°źśĄśZ', +insert_image_hspace : 'šĎšłĽŞĽkĂ䜥śZ', +insert_image_align : 'ŤŤŞ˝šďťô', +insert_image_align_default : '-- Ľźł]¸m --', +insert_image_align_baseline : 'Šł˝u', +insert_image_align_top : 'łťşÝ', +insert_image_align_middle : '¤¤˝u', +insert_image_align_bottom : 'ŠłłĄ', +insert_image_align_texttop : '¤ĺŚrłťşÝ', +insert_image_align_absmiddle : 'ľ´šď¤¤˝u', +insert_image_align_absbottom : 'ľ´šďŠłłĄ', +insert_image_align_left : 'ĽŞ', +insert_image_align_right : 'Ľk', +theme_font_size : '-- ŚrĹé¤j¤p --', +theme_fontdefault : '-- ŚrĹéżďžÜ --', +theme_block : '-- ŽćŚĄ --', +theme_paragraph : 'Źq¸¨', +theme_div : '¤ŔŹÉ', +theme_address : 'Śě¸m', +theme_pre : '¤şŠwŽćŚĄ', +theme_h1 : 'źĐĂD¤@', +theme_h2 : 'źĐĂD¤G', +theme_h3 : 'źĐĂD¤T', +theme_h4 : 'źĐĂDĽ|', +theme_h5 : 'źĐĂD¤­', +theme_h6 : 'źĐĂD¤ť', +theme_colorpicker_title : 'żď¨úĂCŚâ', +theme_colorpicker_apply : 'ŽMĽÎ', +theme_forecolor_desc : 'żď¨ú¤ĺŚrĂCŚâ', +theme_backcolor_desc : 'żď¨ú­I´şĂCŚâ', +theme_charmap_title : 'żď¨úŚŰ­qŚr¤¸', +theme_charmap_desc : '´Ą¤JŚŰ­qŚr¤¸', +theme_visualaid_desc : '¤Á´ŤŤüĽÜŠÎŤDĽi¨Ł¤¸Ľó', +insert_anchor_title : '´Ą¤JŠÎ˝sżčłsľ˛ÂI', +insert_anchor_name : 'łsľ˛ÂIŚWşŮ', +theme_anchor_desc : '´Ą¤JŠÎ˝sżčłsľ˛ÂI', +theme_insert_link_titlefield : 'źĐĂD', +theme_clipboard_msg : 'Śb Mozilla ŠM Firefox ¤¤ľLŞk¨ĎĽÎ˝ĆťsŠÎ°Ĺ¤UŠÎśK¤WĽ\ŻŕĄC\nťÝ­n§óŚhĂöŠóŚšŞş°TާśÜĄH', +theme_path : '¸ôŽ|', +cut_desc : '°Ĺ¤U', +copy_desc : '˝Ćťs', +paste_desc : 'śK¤W', +link_list : 'łsľ˛ŚCŞí', +image_list : 'šĎŔÉŚCŞí', +browse : 'ÂsÄý', +image_props_desc : 'šĎŔÉÄÝŠĘ', +newdocument_desc : 'ˇs¤ĺĽó', +class_name : '¤ŔĂţ', +newdocument : '˝TŠw­n˛M°ŁĽţłĄ¤şŽeĄH', +about_title : 'ĂöŠó TinyMCE', +about : 'ĂöŠó', +license : 'ąÂĹv', +plugins : 'ŔłĽÎŽMĽó', +plugin : 'ŔłĽÎŽMĽó', +author : '§@ŞĚ', +version : 'ŞŠĽť', +loaded_plugins : '¤w¸ü¤JŔłĽÎŽMĽó', +help : '¨ó§U', +not_set : '-- Ľźł]¸m --', +close : 'ĂöłŹ', +toolbar_focus : '§ÖłtąŇĽÎ¤u¨ăŻĂ - Alt+QĄF§ÖłtąŇĽÎ˝sżčžš - Alt-ZĄF§Öłt˛žŚÜ¤¸Ľó¸ôŽ| - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_tw_utf8.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_tw_utf8.js new file mode 100644 index 000000000..c45307a1b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_tw_utf8.js @@ -0,0 +1,78 @@ +// Traditional Chinese UTF-8; Twapweb Site translated; twapweb_AT_gmail_DOT_com +// 繁體中文 UTF-8 ;數位應用坊製作; twapweb_AT_gmail_DOT_com + + +tinyMCE.addToLang('',{ +theme_style_select : '-- 式樣 --', +theme_code_desc : '硨蟯 HTML 碟', +theme_code_title : 'HTML 碼編輯器', +theme_code_wordwrap : '字詞環繞', +theme_sub_desc : '下標', +theme_sup_desc : '上標', +theme_hr_desc : '插入水平線', +theme_removeformat_desc : '清除格式設定', +theme_custom1_desc : '自訂說明在此輸入', +insert_image_border : '框線', +insert_image_dimensions : '尺寸', +insert_image_vspace : '圖像上下側間距', +insert_image_hspace : '圖像左右邊間距', +insert_image_align : '垂直對齊', +insert_image_align_default : '-- 未設置 --', +insert_image_align_baseline : '底線', +insert_image_align_top : '頂端', +insert_image_align_middle : '中線', +insert_image_align_bottom : '底部', +insert_image_align_texttop : '文字頂端', +insert_image_align_absmiddle : '絕對中線', +insert_image_align_absbottom : '絕對底部', +insert_image_align_left : '塌', +insert_image_align_right : '右', +theme_font_size : '-- 字體大小 --', +theme_fontdefault : '-- 字體選擇 --', +theme_block : '-- 格式 --', +theme_paragraph : '掾落', +theme_div : '分界', +theme_address : '位置', +theme_pre : '內定格式', +theme_h1 : '標題一', +theme_h2 : '標題二', +theme_h3 : '標題三', +theme_h4 : '標題四', +theme_h5 : '標題五', +theme_h6 : '標題六', +theme_colorpicker_title : '選取顏色', +theme_colorpicker_apply : '套用', +theme_forecolor_desc : '選取文字顏色', +theme_backcolor_desc : '選取背景顏色', +theme_charmap_title : '選取自訂字元', +theme_charmap_desc : '插入自訂字元', +theme_visualaid_desc : '切換指示或非可見元件', +insert_anchor_title : '插入或編輯連結點', +insert_anchor_name : '連結點名稱', +theme_anchor_desc : '插入或編輯連結點', +theme_insert_link_titlefield : '標題', +theme_clipboard_msg : '在 Mozilla 和 Firefox 中無法使用複製或剪下或貼上功能。\n需要更多關於此的訊息嗎?', +theme_path : '路徑', +cut_desc : '剪下', +copy_desc : '複製', +paste_desc : '貼上', +link_list : '連結列表', +image_list : '圖檔列表', +browse : '瀏覽', +image_props_desc : '圖檔屬性', +newdocument_desc : '新文件', +class_name : '分類', +newdocument : '確定要清除全部內容?', +about_title : '關於 TinyMCE', +about : '關於', +license : '授權', +plugins : '應用套件', +plugin : '應用套件', +author : '作者', +version : '版本', +loaded_plugins : '已載入應用套件', +help : '協助', +not_set : '-- 未設置 --', +close : '關閉', +toolbar_focus : '快速啟用工具紐 - Alt+Q;快速啟用編輯器 - Alt-Z;快速移至元件路徑 - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/link.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/link.htm new file mode 100644 index 000000000..c61994df3 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/link.htm @@ -0,0 +1,92 @@ + + + {$lang_insert_link_title} + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$lang_insert_link_title}
{$lang_insert_link_url}: + + + + +
 
{$lang_insert_link_target}:
{$lang_theme_insert_link_titlefield}:
{$lang_class_name}: +   
+
+
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/source_editor.htm b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/source_editor.htm new file mode 100644 index 000000000..a671fb00c --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/source_editor.htm @@ -0,0 +1,30 @@ + + + + {$lang_theme_code_title} + + + + + +
+
{$lang_theme_code_title}
+ +
+ +
+ + + +
+
+ +
+ +
+ +
+
+
+ + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/css/editor_content.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/css/editor_content.css new file mode 100644 index 000000000..75290eed1 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/css/editor_content.css @@ -0,0 +1,27 @@ +body { + background-color: #FFFFFF; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + scrollbar-3dlight-color: #F0F0EE; + scrollbar-arrow-color: #676662; + scrollbar-base-color: #F0F0EE; + scrollbar-darkshadow-color: #DDDDDD; + scrollbar-face-color: #E0E0DD; + scrollbar-highlight-color: #F0F0EE; + scrollbar-shadow-color: #F0F0EE; + scrollbar-track-color: #F5F5F5; +} + +td { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + +pre { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + +.mceVisualAid { + border: 1px dashed #BBBBBB; +} diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/css/editor_popup.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/css/editor_popup.css new file mode 100644 index 000000000..81a58d504 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/css/editor_popup.css @@ -0,0 +1,41 @@ +body { + background-color: #F0F0EE; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + scrollbar-3dlight-color: #F0F0EE; + scrollbar-arrow-color: #676662; + scrollbar-base-color: #F0F0EE; + scrollbar-darkshadow-color: #DDDDDD; + scrollbar-face-color: #E0E0DD; + scrollbar-highlight-color: #F0F0EE; + scrollbar-shadow-color: #F0F0EE; + scrollbar-track-color: #F5F5F5; +} + +td { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; +} + +input { + background: #FFFFFF; + border: 1px solid #cccccc; +} + +td, input, select, textarea { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; +} + +input, select, textarea { + border: 1px solid #808080; +} + +.input_noborder { + border: 0px solid #808080; +} + +.title { + font-size: 12px; + font-weight: bold; +} \ No newline at end of file diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/css/editor_ui.css b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/css/editor_ui.css new file mode 100644 index 000000000..88d42e637 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/css/editor_ui.css @@ -0,0 +1,92 @@ +.mceButtonNormal, .mceButtonOver, .mceButtonDown, .mceSeparator, .mceButtonDisabled, .mceButtonSelected { + margin-top: 1px; + margin-left: 1px; +} + +.mceButtonNormal { + border: 1px solid #F0F0EE !important; + cursor: arrow; +} + +.mceButtonOver { + border: 1px solid #0A246A; + cursor: arrow; + background-color: #B6BDD2; +} + +.mceButtonDown { + cursor: arrow; + border: 1px solid #0A246A; + background-color: #8592B5; +} + +.mceButtonSelected { + border: 1px solid; + border-color: #C0C0BB; + cursor: arrow; +} + +.mceButtonDisabled { + filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); + -moz-opacity:0.3; + opacity: 0.3; + border: 1px solid #F0F0EE !important; + cursor: arrow; +} + +.mceSeparator { + border-top: 1px solid buttonhighlight; + border-left: 1px solid buttonhighlight; + border-bottom: 1px solid buttonshadow; + border-right: 1px solid buttonshadow; + margin-right: 2px; + margin-left: 2px; +} + +.mceSeparatorLine { + margin:2px; + margin-left: 4px; + background-color: #F0F0EE; + border-top: 1px solid buttonshadow; + border-left: 1px solid buttonshadow; + border-bottom: 1px solid buttonhighlight; + border-right: 1px solid buttonhighlight; + width: 0px; + height: 15px; +} + +.mceSelectList { + font-family: "MS Sans Serif"; + font-size: 7pt; + font-weight: normal; + margin-top: 2px; +} + +.mceLabel, .mceLabelDisabled { + font-family: "MS Sans Serif"; + font-size: 9pt; +} + +.mceLabel { + color: #000000; +} + +.mceLabelDisabled { + cursor: text; + color: #999999; +} + +.mceEditor { + background: #F0F0EE; + border: 1px solid #cccccc; +} + +.mceEditorArea { + font-family: "MS Sans Serif"; + background: #FFFFFF; +} + +.mceToolbar { + background: #F0F0EE; + border-top: 1px solid #cccccc; +} \ No newline at end of file diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/editor_template.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/editor_template.js new file mode 100644 index 000000000..4d4478328 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/editor_template.js @@ -0,0 +1,20 @@ +function TinyMCE_simple_getEditorTemplate(){var template=new Array();template['html']='\ +\ +\ +\ +
\ +IFRAME\ +
\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +
';template['delta_width']=0;template['delta_height']=-20;return template;}function TinyMCE_simple_handleNodeChange(editor_id,node){tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonNormal');tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonNormal');do{switch(node.nodeName.toLowerCase()){case "b":case "strong":tinyMCE.switchClassSticky(editor_id+'_bold','mceButtonSelected');break;case "i":case "em":tinyMCE.switchClassSticky(editor_id+'_italic','mceButtonSelected');break;case "u":tinyMCE.switchClassSticky(editor_id+'_underline','mceButtonSelected');break;case "strike":tinyMCE.switchClassSticky(editor_id+'_strikethrough','mceButtonSelected');break;case "ul":tinyMCE.switchClassSticky(editor_id+'_bullist','mceButtonSelected');break;case "ol":tinyMCE.switchClassSticky(editor_id+'_numlist','mceButtonSelected');break;}}while((node=node.parentNode)!=null);} \ No newline at end of file diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/editor_template_src.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/editor_template_src.js new file mode 100644 index 000000000..66eca18e2 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/editor_template_src.js @@ -0,0 +1,70 @@ +function TinyMCE_simple_getEditorTemplate() { + var template = new Array(); + + template['html'] = '\ +\ +\ +\ +
\ +IFRAME\ +
\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +\ +
'; + + template['delta_width'] = 0; + template['delta_height'] = -20; + + return template; +} + +function TinyMCE_simple_handleNodeChange(editor_id, node) { + // Reset old states + tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_bullist', 'mceButtonNormal'); + tinyMCE.switchClassSticky(editor_id + '_numlist', 'mceButtonNormal'); + + // Handle elements + do { + switch (node.nodeName.toLowerCase()) { + case "b": + case "strong": + tinyMCE.switchClassSticky(editor_id + '_bold', 'mceButtonSelected'); + break; + + case "i": + case "em": + tinyMCE.switchClassSticky(editor_id + '_italic', 'mceButtonSelected'); + break; + + case "u": + tinyMCE.switchClassSticky(editor_id + '_underline', 'mceButtonSelected'); + break; + + case "strike": + tinyMCE.switchClassSticky(editor_id + '_strikethrough', 'mceButtonSelected'); + break; + + case "ul": + tinyMCE.switchClassSticky(editor_id + '_bullist', 'mceButtonSelected'); + break; + + case "ol": + tinyMCE.switchClassSticky(editor_id + '_numlist', 'mceButtonSelected'); + break; + } + } while ((node = node.parentNode) != null); +} diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold.gif new file mode 100644 index 000000000..d6a9cc2cd Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif new file mode 100644 index 000000000..9b129de25 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_fr.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_fr.gif new file mode 100644 index 000000000..281645451 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_fr.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_ru.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_ru.gif new file mode 100644 index 000000000..e000d461c Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_ru.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_tw.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_tw.gif new file mode 100644 index 000000000..82085432c Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bold_tw.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bullist.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bullist.gif new file mode 100644 index 000000000..6e19467c7 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/bullist.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/cleanup.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/cleanup.gif new file mode 100644 index 000000000..16491f6cf Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/cleanup.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic.gif new file mode 100644 index 000000000..8bb330bd0 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif new file mode 100644 index 000000000..feb0309e7 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic_ru.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic_ru.gif new file mode 100644 index 000000000..a2bb69a72 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic_ru.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic_tw.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic_tw.gif new file mode 100644 index 000000000..4f6eeaa2b Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/italic_tw.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/numlist.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/numlist.gif new file mode 100644 index 000000000..a2683522f Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/numlist.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/redo.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/redo.gif new file mode 100644 index 000000000..3af90697f Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/redo.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/spacer.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/spacer.gif new file mode 100644 index 000000000..388486517 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/spacer.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/strikethrough.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/strikethrough.gif new file mode 100644 index 000000000..326463591 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/strikethrough.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline.gif new file mode 100644 index 000000000..1dfeb5f6d Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline_fr.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline_fr.gif new file mode 100644 index 000000000..551d9148d Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline_fr.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline_ru.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline_ru.gif new file mode 100644 index 000000000..b78e2a498 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline_ru.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline_tw.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline_tw.gif new file mode 100644 index 000000000..b71539048 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/underline_tw.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/undo.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/undo.gif new file mode 100644 index 000000000..520796d69 Binary files /dev/null and b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/undo.gif differ diff --git a/www/extras/tinymce2/jscripts/tiny_mce/tiny_mce.js b/www/extras/tinymce2/jscripts/tiny_mce/tiny_mce.js new file mode 100644 index 000000000..05e29c991 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/tiny_mce.js @@ -0,0 +1,3 @@ +function TinyMCE(){this.majorVersion="2";this.minorVersion="0";this.releaseDate="2005-12-01";this.instances=new Array();this.stickyClassesLookup=new Array();this.windowArgs=new Array();this.loadedFiles=new Array();this.configs=new Array();this.currentConfig=0;this.eventHandlers=new Array();var ua=navigator.userAgent;this.isMSIE=(navigator.appName=="Microsoft Internet Explorer");this.isMSIE5=this.isMSIE&&(ua.indexOf('MSIE 5')!=-1);this.isMSIE5_0=this.isMSIE&&(ua.indexOf('MSIE 5.0')!=-1);this.isGecko=ua.indexOf('Gecko')!=-1;this.isSafari=ua.indexOf('Safari')!=-1;this.isOpera=ua.indexOf('Opera')!=-1;this.isMac=ua.indexOf('Mac')!=-1;this.isNS7=ua.indexOf('Netscape/7')!=-1;this.isNS71=ua.indexOf('Netscape/7.1')!=-1;this.dialogCounter=0;if(this.isOpera){this.isMSIE=true;this.isGecko=false;this.isSafari=false;}this.idCounter=0;};TinyMCE.prototype.defParam=function(key,def_val){this.settings[key]=tinyMCE.getParam(key,def_val);};TinyMCE.prototype.init=function(settings){var theme;this.settings=settings;if(typeof(document.execCommand)=='undefined')return;if(!tinyMCE.baseURL){var elements=document.getElementsByTagName('script');for(var i=0;i');this.defParam("font_size_classes",'');this.defParam("font_size_style_values",'xx-small,x-small,small,medium,large,x-large,xx-large');this.defParam("event_elements",'a,img');this.defParam("convert_urls",true);this.defParam("table_inline_editing",false);this.defParam("object_resizing",true);if(this.isMSIE&&this.settings['browsers'].indexOf('msie')==-1)return;if(this.isGecko&&this.settings['browsers'].indexOf('gecko')==-1)return;if(this.isSafari&&this.settings['browsers'].indexOf('safari')==-1)return;if(this.isOpera&&this.settings['browsers'].indexOf('opera')==-1)return;var baseHREF=tinyMCE.settings['document_base_url'];var h=document.location.href;var p=h.indexOf('://');if(p>0&&document.location.protocol!="file:"){p=h.indexOf('/',p+3);h=h.substring(0,p);if(baseHREF.indexOf('://')==-1)baseHREF=h+baseHREF;tinyMCE.settings['document_base_url']=baseHREF;tinyMCE.settings['document_base_prefix']=h;}if(baseHREF.indexOf('?')!=-1)baseHREF=baseHREF.substring(0,baseHREF.indexOf('?'));this.settings['base_href']=baseHREF.substring(0,baseHREF.lastIndexOf('/'))+"/";theme=this.settings['theme'];this.blockRegExp=new RegExp("^(h[1-6]|p|div|address|pre|form|table|li|ol|ul|td|blockquote|center|dl|dir|fieldset|form|noscript|noframes|menu|isindex)$","i");this.posKeyCodes=new Array(13,45,36,35,33,34,37,38,39,40);this.uniqueURL='http://tinymce.moxiecode.cp/mce_temp_url';this.uniqueTag='';this.settings['theme_href']=tinyMCE.baseURL+"/themes/"+theme;if(!tinyMCE.isMSIE)this.settings['force_br_newlines']=false;if(tinyMCE.getParam("content_css",false)){var cssPath=tinyMCE.getParam("content_css","");if(cssPath.indexOf('://')==-1&&cssPath.charAt(0)!='/')this.settings['content_css']=this.documentBasePath+"/"+cssPath;else this.settings['content_css']=cssPath;}else this.settings['content_css']='';if(tinyMCE.getParam("popups_css",false)){var cssPath=tinyMCE.getParam("popups_css","");if(cssPath.indexOf('://')==-1&&cssPath.charAt(0)!='/')this.settings['popups_css']=this.documentBasePath+"/"+cssPath;else this.settings['popups_css']=cssPath;}else this.settings['popups_css']=tinyMCE.baseURL+"/themes/"+theme+"/css/editor_popup.css";if(tinyMCE.getParam("editor_css",false)){var cssPath=tinyMCE.getParam("editor_css","");if(cssPath.indexOf('://')==-1&&cssPath.charAt(0)!='/')this.settings['editor_css']=this.documentBasePath+"/"+cssPath;else this.settings['editor_css']=cssPath;}else this.settings['editor_css']=tinyMCE.baseURL+"/themes/"+theme+"/css/editor_ui.css";if(tinyMCE.settings['debug']){var msg="Debug: \n";msg+="baseURL: "+this.baseURL+"\n";msg+="documentBasePath: "+this.documentBasePath+"\n";msg+="content_css: "+this.settings['content_css']+"\n";msg+="popups_css: "+this.settings['popups_css']+"\n";msg+="editor_css: "+this.settings['editor_css']+"\n";alert(msg);}this._initCleanup();if(this.configs.length==0){if(this.isSafari&&this.getParam('safari_warning',true))alert("Safari support is very limited and should be considered experimental.\nSo there is no need to even submit bugreports on this early version.\nYou can disable this message by setting: safari_warning option to false");tinyMCE.addEvent(window,"load",TinyMCE.prototype.onLoad);if(tinyMCE.isMSIE){if(tinyMCE.settings['add_unload_trigger']){tinyMCE.addEvent(window,"unload",TinyMCE.prototype.unloadHandler);tinyMCE.addEvent(window.document,"beforeunload",TinyMCE.prototype.unloadHandler);}}else{if(tinyMCE.settings['add_unload_trigger'])tinyMCE.addEvent(window,"unload",function(){tinyMCE.triggerSave(true,true);});}}this.loadScript(tinyMCE.baseURL+'/themes/'+this.settings['theme']+'/editor_template'+tinyMCE.srcMode+'.js');this.loadScript(tinyMCE.baseURL+'/langs/'+this.settings['language']+'.js');this.loadCSS(this.settings['editor_css']);var themePlugins=tinyMCE.getParam('plugins','',true,',');if(this.settings['plugins']!=''){for(var i=0;i');this.loadedFiles[this.loadedFiles.length]=url;};TinyMCE.prototype.loadCSS=function(url){for(var i=0;i');this.loadedFiles[this.loadedFiles.length]=url;};TinyMCE.prototype.importCSS=function(doc,css_file){if(css_file=='')return;if(typeof(doc.createStyleSheet)=="undefined"){var elm=doc.createElement("link");elm.rel="stylesheet";elm.href=css_file;if((headArr=doc.getElementsByTagName("head"))!=null&&headArr.length>0)headArr[0].appendChild(elm);}else var styleSheet=doc.createStyleSheet(css_file);};TinyMCE.prototype.confirmAdd=function(e,settings){var elm=tinyMCE.isMSIE?event.srcElement:e.target;var elementId=elm.name?elm.name:elm.id;tinyMCE.settings=settings;if(!elm.getAttribute('mce_noask')&&confirm(tinyMCELang['lang_edit_confirm']))tinyMCE.addMCEControl(elm,elementId);elm.setAttribute('mce_noask','true');};TinyMCE.prototype.updateContent=function(form_element_name){var formElement=document.getElementById(form_element_name);for(var n in tinyMCE.instances){var inst=tinyMCE.instances[n];if(!tinyMCE.isInstance(inst))continue;inst.switchSettings();if(inst.formElement==formElement){var doc=inst.getDoc();tinyMCE._setHTML(doc,inst.formElement.value);if(!tinyMCE.isMSIE)doc.body.innerHTML=tinyMCE._cleanupHTML(inst,doc,this.settings,doc.body,inst.visualAid);}}};TinyMCE.prototype.addMCEControl=function(replace_element,form_element_name,target_document){var id="mce_editor_"+tinyMCE.idCounter++;var inst=new TinyMCEControl(tinyMCE.settings);inst.editorId=id;this.instances[id]=inst;inst.onAdd(replace_element,form_element_name,target_document);};TinyMCE.prototype.triggerSave=function(skip_cleanup,skip_callback){for(var n in tinyMCE.instances){var inst=tinyMCE.instances[n];if(!tinyMCE.isInstance(inst))continue;inst.switchSettings();tinyMCE.settings['preformatted']=false;if(typeof(skip_cleanup)=="undefined")skip_cleanup=false;if(typeof(skip_callback)=="undefined")skip_callback=false;tinyMCE._setHTML(inst.getDoc(),inst.getBody().innerHTML);if(inst.settings['cleanup']==false){tinyMCE.handleVisualAid(inst.getBody(),true,false,inst);tinyMCE._setEventsEnabled(inst.getBody(),true);}tinyMCE._customCleanup(inst,"submit_content_dom",inst.contentWindow.document.body);var htm=skip_cleanup?inst.getBody().innerHTML:tinyMCE._cleanupHTML(inst,inst.getDoc(),this.settings,inst.getBody(),this.visualAid,true);htm=tinyMCE._customCleanup(inst,"submit_content",htm);if(tinyMCE.settings["encoding"]=="xml"||tinyMCE.settings["encoding"]=="html")htm=tinyMCE.convertStringToXML(htm);if(!skip_callback&&tinyMCE.settings['save_callback']!="")var content=eval(tinyMCE.settings['save_callback']+"(inst.formTargetElementId,htm,inst.getBody());");if((typeof(content)!="undefined")&&content!=null)htm=content;htm=tinyMCE.regexpReplace(htm,"(","(","gi");htm=tinyMCE.regexpReplace(htm,")",")","gi");htm=tinyMCE.regexpReplace(htm,";",";","gi");htm=tinyMCE.regexpReplace(htm,""",""","gi");htm=tinyMCE.regexpReplace(htm,"^","^","gi");if(inst.formElement)inst.formElement.value=htm;}};TinyMCE.prototype._setEventsEnabled=function(node,state){var events=new Array('onfocus','onblur','onclick','ondblclick','onmousedown','onmouseup','onmouseover','onmousemove','onmouseout','onkeypress','onkeydown','onkeydown','onkeyup');var evs=tinyMCE.settings['event_elements'].split(',');for(var y=0;y","gi");content=tinyMCE.regexpReplace(content,"\r","
","gi");content=tinyMCE.regexpReplace(content,"\n","
","gi");}content=tinyMCE.storeAwayURLs(content);content=tinyMCE._customCleanup(inst,"insert_to_editor",content);if(tinyMCE.isMSIE){window.setInterval('try{tinyMCE.getCSSClasses(document.frames["'+editor_id+'"].document, "'+editor_id+'");}catch(e){}',500);if(tinyMCE.settings["force_br_newlines"])document.frames[editor_id].document.styleSheets[0].addRule("p","margin: 0px;");var body=document.frames[editor_id].document.body;tinyMCE.addEvent(body,"beforepaste",TinyMCE.prototype.eventPatch);tinyMCE.addEvent(body,"beforecut",TinyMCE.prototype.eventPatch);body.editorId=editor_id;}content=tinyMCE.cleanupHTMLCode(content);if(!tinyMCE.isMSIE){var contentElement=inst.getDoc().createElement("body");var doc=inst.getDoc();contentElement.innerHTML=content;if(tinyMCE.isGecko&&tinyMCE.settings['remove_lt_gt'])content=content.replace(new RegExp('<>','g'),"");if(tinyMCE.settings['cleanup_on_startup'])tinyMCE.setInnerHTML(inst.getBody(),tinyMCE._cleanupHTML(inst,doc,this.settings,contentElement));else{content=tinyMCE.regexpReplace(content,"","","gi");content=tinyMCE.regexpReplace(content,"","","gi");content=tinyMCE.regexpReplace(content,"","","gi");tinyMCE.setInnerHTML(inst.getBody(),content);}inst.convertAllRelativeURLs();}else{if(tinyMCE.settings['cleanup_on_startup']){tinyMCE._setHTML(inst.getDoc(),content);eval('try {tinyMCE.setInnerHTML(inst.getBody(), tinyMCE._cleanupHTML(inst, inst.contentDocument, this.settings, inst.getBody()));} catch(e) {}');}else tinyMCE._setHTML(inst.getDoc(),content);}var parentElm=document.getElementById(inst.editorId+'_parent');if(parentElm.lastChild.nodeName=="INPUT")inst.formElement=tinyMCE.isGecko?parentElm.firstChild:parentElm.lastChild;else inst.formElement=tinyMCE.isGecko?parentElm.previousSibling:parentElm.nextSibling;tinyMCE.handleVisualAid(inst.getBody(),true,tinyMCE.settings['visual'],inst);tinyMCE.executeCallback('setupcontent_callback','_setupContent',0,editor_id,inst.getBody(),inst.getDoc());if(!tinyMCE.isMSIE)TinyMCE.prototype.addEventHandlers(editor_id);if(tinyMCE.isMSIE)tinyMCE.addEvent(inst.getBody(),"blur",TinyMCE.prototype.eventPatch);tinyMCE.selectedInstance=inst;tinyMCE.selectedElement=inst.contentWindow.document.body;if(!inst.isHidden())tinyMCE.triggerNodeChange(false,true);tinyMCE._customCleanup(inst,"insert_to_editor_dom",inst.getBody());tinyMCE._customCleanup(inst,"setup_content_dom",inst.getBody());tinyMCE._setEventsEnabled(inst.getBody(),false);tinyMCE.cleanupAnchors(inst.getDoc());if(tinyMCE.getParam("convert_fonts_to_spans"))tinyMCE.convertSpansToFonts(inst.getDoc());inst.startContent=tinyMCE.trim(inst.getBody().innerHTML);inst.undoLevels[inst.undoLevels.length]=inst.startContent;tinyMCE.operaOpacityCounter=-1;};TinyMCE.prototype.cleanupHTMLCode=function(s){s=s.replace(//gi,'

 

');s=s.replace(/

\s*<\/p>/gi,'

 

');s=s.replace(/<(h[1-6]|p|div|address|pre|form|table|li|ol|ul|td|b|em|strong|i|strike|u|span|a|ul|ol|li|blockquote)([a-z]*)([^\\|>]*?)\/>/gi,'<$1$2$3>');s=s.replace(new RegExp('\\s+><\/(img|br|hr)>/gi,'<$1$2 />');if(tinyMCE.isMSIE)s=s.replace(/

<\/p>/gi,"


");s=s.replace(new RegExp('(href=\"?)(\\s*?#)','gi'),'$1'+tinyMCE.settings['document_base_url']+"#");return s;};TinyMCE.prototype.storeAwayURLs=function(s){s=s.replace(new RegExp('mce_src\\s*=\\s*\"[^ >\"]*\"','gi'),'');s=s.replace(new RegExp('mce_href\\s*=\\s*\"[^ >\"]*\"','gi'),'');s=s.replace(new RegExp('src\\s*=\\s*\"([^ >\"]*)\"','gi'),'src="$1" mce_src="$1"');s=s.replace(new RegExp('href\\s*=\\s*\"([^ >\"]*)\"','gi'),'href="$1" mce_href="$1"');return s;};TinyMCE.prototype.cancelEvent=function(e){if(tinyMCE.isMSIE){e.returnValue=false;e.cancelBubble=true;}else e.preventDefault();};TinyMCE.prototype.removeTinyMCEFormElements=function(form_obj){if(typeof(form_obj)=="undefined"||form_obj==null)return;if(form_obj.nodeName!="FORM"){if(form_obj.form)form_obj=form_obj.form;else form_obj=tinyMCE.getParentElement(form_obj,"form");}if(form_obj==null)return;for(var i=0;i");rng.collapse(false);rng.select();tinyMCE.execCommand("mceAddUndoLevel");tinyMCE.triggerNodeChange(false);return false;}}if(e.keyCode==8||e.keyCode==46){tinyMCE.selectedElement=e.target;tinyMCE.linkElement=tinyMCE.getParentElement(e.target,"a");tinyMCE.imgElement=tinyMCE.getParentElement(e.target,"img");tinyMCE.triggerNodeChange(false);}return false;break;case "keyup":case "keydown":if(e.target.editorId)tinyMCE.selectedInstance=tinyMCE.instances[e.target.editorId];else return;if(tinyMCE.selectedInstance)tinyMCE.selectedInstance.switchSettings();var inst=tinyMCE.selectedInstance;if(tinyMCE.isGecko&&tinyMCE.settings['force_p_newlines']&&(e.keyCode==8||e.keyCode==46)&&!e.shiftKey){if(tinyMCE.selectedInstance._handleBackSpace(e.type)){tinyMCE.execCommand("mceAddUndoLevel");e.preventDefault();return false;}}tinyMCE.selectedElement=null;tinyMCE.selectedNode=null;var elm=tinyMCE.selectedInstance.getFocusElement();tinyMCE.linkElement=tinyMCE.getParentElement(elm,"a");tinyMCE.imgElement=tinyMCE.getParentElement(elm,"img");tinyMCE.selectedElement=elm;if(tinyMCE.isGecko&&e.type=="keyup"&&e.keyCode==9)tinyMCE.handleVisualAid(tinyMCE.selectedInstance.getBody(),true,tinyMCE.settings['visual'],tinyMCE.selectedInstance);if(tinyMCE.isMSIE&&e.type=="keydown"&&e.keyCode==13)tinyMCE.enterKeyElement=tinyMCE.selectedInstance.getFocusElement();if(tinyMCE.isMSIE&&e.type=="keyup"&&e.keyCode==13){var elm=tinyMCE.enterKeyElement;if(elm){var re=new RegExp('^HR|IMG|BR$','g');var dre=new RegExp('^H[1-6]$','g');if(!elm.hasChildNodes()&&!re.test(elm.nodeName)){if(dre.test(elm.nodeName))elm.innerHTML="  ";else elm.innerHTML=" ";}}}var keys=tinyMCE.posKeyCodes;var posKey=false;for(var i=0;i-1)suffix='?rnd='+this.operaOpacityCounter++;element.src=tinyMCE.baseURL+"/themes/"+tinyMCE.getParam("theme")+"/images/opacity.png"+suffix;element.style.backgroundImage="url('"+element.mceOldSrc+"')";}else{if(element.mceOldSrc){element.src=element.mceOldSrc;element.parentNode.style.backgroundImage="";element.mceOldSrc=null;}}}}};TinyMCE.prototype.restoreClass=function(element){if(element!=null&&element.oldClassName&&!element.classLock){element.className=element.oldClassName;element.oldClassName=null;}};TinyMCE.prototype.setClassLock=function(element,lock_state){if(element!=null)element.classLock=lock_state;};TinyMCE.prototype.addEvent=function(obj,name,handler){if(tinyMCE.isMSIE){obj.attachEvent("on"+name,handler);}else obj.addEventListener(name,handler,false);};TinyMCE.prototype.submitPatch=function(){tinyMCE.removeTinyMCEFormElements(this);tinyMCE.triggerSave();this.mceOldSubmit();tinyMCE.isNotDirty=true;};TinyMCE.prototype.onLoad=function(){for(var c=0;c0)return;if(val.indexOf('%')==-1)val+='px';break;case "vspace":case "hspace":elm.style.marginTop=val+"px";elm.style.marginBottom=val+"px";elm.removeAttribute(attrib);return;case "align":if(elm.nodeName=="IMG"){if(tinyMCE.isMSIE)elm.style.styleFloat=val;else elm.style.cssFloat=val;}else elm.style.textAlign=val;elm.removeAttribute(attrib);return;}if(val!=''){eval('elm.style.'+style+' = val;');elm.removeAttribute(attrib);}}}else{if(style=='')return;var val=eval('elm.style.'+style)==''?tinyMCE.getAttrib(elm,attrib):eval('elm.style.'+style);val=val==null?'':''+val;switch(attrib){case "background":if(val.indexOf('url')==-1&&val!='')val="url('"+val+"');";if(val!=''){elm.style.backgroundImage=val;elm.removeAttribute(attrib);}return;case "border":case "width":case "height":val=val.replace('px','');break;case "align":if(tinyMCE.getAttrib(elm,'align')==''){if(elm.nodeName=="IMG"){if(tinyMCE.isMSIE&&elm.style.styleFloat!=''){val=elm.style.styleFloat;style='styleFloat';}else if(tinyMCE.isGecko&&elm.style.cssFloat!=''){val=elm.style.cssFloat;style='cssFloat';}}}break;}if(val!=''){elm.removeAttribute(attrib);elm.setAttribute(attrib,val);eval('elm.style.'+style+' = "";');}}};TinyMCE.prototype._cleanupAttribute=function(valid_attributes,element_name,attribute_node,element_node){var attribName=attribute_node.nodeName.toLowerCase();var attribValue=attribute_node.nodeValue;var attribMustBeValue=null;var verified=false;if(attribName.indexOf('moz_')!=-1)return null;if(!tinyMCE.cleanup_on_save&&(attribName=="mce_href"||attribName=="mce_src"))return{name:attribName,value:attribValue};if(tinyMCE.cleanup_verify_html&&!verified){for(var i=1;i1)val="url('"+eval(tinyMCE.getParam('urlconverter_callback')+"(m[1], null, true);")+"')";}if(tinyMCE.getParam("force_hex_style_colors"))val=tinyMCE.convertRGBToHex(val,true);if(val!="url('')")str+=key.toLowerCase()+": "+val+"; ";}}if(new RegExp('; $').test(str))str=str.substring(0,str.length-2);return str;};TinyMCE.prototype.convertRGBToHex=function(s,k){if(s.toLowerCase().indexOf('rgb')!=-1){var re=new RegExp("(.*?)rgb\\s*?\\(\\s*?([0-9]+).*?,\\s*?([0-9]+).*?,\\s*?([0-9]+).*?\\)(.*?)","gi");var rgb=s.replace(re,"$1,$2,$3,$4,$5").split(',');if(rgb.length==5){r=parseInt(rgb[1]).toString(16);g=parseInt(rgb[2]).toString(16);b=parseInt(rgb[3]).toString(16);r=r.length==1?'0'+r:r;g=g.length==1?'0'+g:g;b=b.length==1?'0'+b:b;s="#"+r+g+b;if(k)s=rgb[0]+s+rgb[4];}}return s;};TinyMCE.prototype.convertHexToRGB=function(s){if(s.indexOf('#')!=-1){s=s.replace(new RegExp('[^0-9A-F]','gi'),'');return "rgb("+parseInt(s.substring(0,2),16)+","+parseInt(s.substring(2,4),16)+","+parseInt(s.substring(4,6),16)+")";}return s;};TinyMCE.prototype._verifyClass=function(node){if(tinyMCE.isGecko){var className=node.getAttribute('class');if(!className)return false;}if(tinyMCE.isMSIE)var className=node.getAttribute('className');if(tinyMCE.cleanup_verify_css_classes&&tinyMCE.cleanup_on_save){var csses=tinyMCE.getCSSClasses();nonDefinedCSS=true;for(var c=0;c'+output;}}var re=new RegExp("^(TABLE|TD|TR)$");if(re.test(node.nodeName)){if((node.nodeName!="TABLE"||tinyMCE.cleanup_inline_styles)&&(width=tinyMCE.getAttrib(node,"width"))!=''){node.style.width=width.indexOf('%')!=-1?width:width.replace(/[^0-9]/gi,'')+"px";node.removeAttribute("width");}if((node.nodeName=="TABLE"&&!tinyMCE.cleanup_inline_styles)&&node.style.width!=''){tinyMCE.setAttrib(node,"width",node.style.width.replace('px',''));node.style.width='';}if((height=tinyMCE.getAttrib(node,"height"))!=''){height=""+height;node.style.height=height.indexOf('%')!=-1?height:height.replace(/[^0-9]/gi,'')+"px";node.removeAttribute("height");}}if(tinyMCE.cleanup_inline_styles){var re=new RegExp("^(TABLE|TD|TR|IMG|HR)$");if(re.test(node.nodeName)&&tinyMCE.getAttrib(node,"class").indexOf('mceItem')==-1){tinyMCE._moveStyle(node,'width','width');tinyMCE._moveStyle(node,'height','height');tinyMCE._moveStyle(node,'borderWidth','border');tinyMCE._moveStyle(node,'','vspace');tinyMCE._moveStyle(node,'','hspace');tinyMCE._moveStyle(node,'textAlign','align');tinyMCE._moveStyle(node,'backgroundColor','bgColor');tinyMCE._moveStyle(node,'borderColor','borderColor');tinyMCE._moveStyle(node,'backgroundImage','background');if(tinyMCE.isMSIE5)node.outerHTML=node.outerHTML;}else if(tinyMCE.isBlockElement(node))tinyMCE._moveStyle(node,'textAlign','align');if(node.nodeName=="FONT")tinyMCE._moveStyle(node,'color','color');}if(elementValidAttribs){for(var a=1;a"+node.innerHTML+"";if(elementName=="table"&&!node.hasChildNodes())return "";if(node.attributes.length>0){var lastAttrib="";for(var i=0;i"+this.convertStringToXML(String.fromCharCode(160))+"";if(tinyMCE.isMSIE&&elementName=="script")return "<"+elementName+elementAttribs+">"+node.text+"";if(node.hasChildNodes()){if(!(elementName=="span"&&elementAttribs==""&&tinyMCE.getParam("trim_span_elements"))){if(elementName=="p"&&tinyMCE.cleanup_force_br_newlines)output+="";else output+="<"+elementName+elementAttribs+">";}for(var i=0;i
";else output+="";}}else{if(!nonEmptyTag){if(openTag)output+="<"+elementName+elementAttribs+">";else output+="<"+elementName+elementAttribs+" />";}}return output;case 3:if(node.parentNode.nodeName=="SCRIPT"||node.parentNode.nodeName=="NOSCRIPT"||node.parentNode.nodeName=="STYLE")return node.nodeValue;return this.convertStringToXML(node.nodeValue);case 8:return "";default:return "[UNKNOWN NODETYPE "+node.nodeType+"]";}};TinyMCE.prototype.convertStringToXML=function(html_data){var output="";for(var i=0;i127)output+='&#'+chr+";";else output+=String.fromCharCode(chr);continue;}if(tinyMCE.settings['entity_encoding']=="raw"){output+=String.fromCharCode(chr);continue;}if(typeof(tinyMCE.settings['cleanup_entities']["c"+chr])!='undefined'&&tinyMCE.settings['cleanup_entities']["c"+chr]!='')output+='&'+tinyMCE.settings['cleanup_entities']["c"+chr]+';';else output+=''+String.fromCharCode(chr);}return output;};TinyMCE.prototype._getCleanupElementName=function(chunk){var pos;if(chunk.charAt(0)=='+')chunk=chunk.substring(1);if(chunk.charAt(0)=='-')chunk=chunk.substring(1);if((pos=chunk.indexOf('/'))!=-1)chunk=chunk.substring(0,pos);if((pos=chunk.indexOf('['))!=-1)chunk=chunk.substring(0,pos);return chunk;};TinyMCE.prototype._initCleanup=function(){var validElements=tinyMCE.settings["valid_elements"];validElements=validElements.split(',');var extendedValidElements=tinyMCE.settings["extended_valid_elements"];extendedValidElements=extendedValidElements.split(',');for(var i=0;i/gi,'>');return html;}if(on_save&&tinyMCE.getParam("convert_fonts_to_spans"))tinyMCE.convertFontsToSpans(doc);tinyMCE._customCleanup(inst,on_save?"get_from_editor_dom":"insert_to_editor_dom",doc.body);var n=doc.getElementsByTagName("font");for(var i=0;i[ \n\r]*[ \n\r]*

','
','gi'));tinyMCE.setInnerHTML(element,tinyMCE.regexpReplace(element.innerHTML,'','','gi'));}var html=this.cleanupNode(element);if(tinyMCE.settings['debug'])tinyMCE.debug("Cleanup process executed in: "+(new Date().getTime()-startTime)+" ms.");html=tinyMCE.regexpReplace(html,'


','
');html=tinyMCE.regexpReplace(html,'

 


 

','
');html=tinyMCE.regexpReplace(html,'\\s*
\\s*',' ');html=tinyMCE.regexpReplace(html,'

\\s*
\\s*

','

 

');html=tinyMCE.regexpReplace(html,'

\\s* \\s*
\\s* \\s*

','

 

');html=tinyMCE.regexpReplace(html,'

\\s* \\s*
\\s*

','

 

');html=tinyMCE.regexpReplace(html,'

\\s*
\\s* \\s*

','

 

');html=html.replace(new RegExp('(.*?)','gi'),'$1');if(!tinyMCE.isMSIE)html=html.replace(new RegExp('','g'),"");if(tinyMCE.settings['remove_linebreaks'])html=html.replace(new RegExp('\r|\n','g'),' ');if(tinyMCE.getParam('apply_source_formatting')){html=html.replace(new RegExp('<(p|div)([^>]*)>','g'),"\n<$1$2>\n");html=html.replace(new RegExp('<\/(p|div)([^>]*)>','g'),"\n\n");html=html.replace(new RegExp('
','g'),"
\n");}if(tinyMCE.settings['force_br_newlines']){var re=new RegExp('

 

','g');html=html.replace(re,"
");}if(tinyMCE.isGecko&&tinyMCE.settings['remove_lt_gt']){var re=new RegExp('<>','g');html=html.replace(re,"");}html=tinyMCE._customCleanup(inst,on_save?"get_from_editor":"insert_to_editor",html);var chk=tinyMCE.regexpReplace(html,"[ \t\r\n]","").toLowerCase();if(chk=="
"||chk=="
"||chk=="

 

"||chk=="

 

"||chk=="

")html="";if(tinyMCE.settings["preformatted"])return "
"+html+"
";return html;};TinyMCE.prototype.insertLink=function(href,target,title,onclick,style_class){tinyMCE.execCommand('mceBeginUndoLevel');if(this.selectedInstance&&this.selectedElement&&this.selectedElement.nodeName.toLowerCase()=="img"){var doc=this.selectedInstance.getDoc();var linkElement=tinyMCE.getParentElement(this.selectedElement,"a");var newLink=false;if(!linkElement){linkElement=doc.createElement("a");newLink=true;}var mhref=href;var thref=eval(tinyMCE.settings['urlconverter_callback']+"(href, linkElement);");mhref=tinyMCE.getParam('convert_urls')?href:mhref;tinyMCE.setAttrib(linkElement,'href',thref);tinyMCE.setAttrib(linkElement,'mce_href',mhref);tinyMCE.setAttrib(linkElement,'target',target);tinyMCE.setAttrib(linkElement,'title',title);tinyMCE.setAttrib(linkElement,'onclick',onclick);tinyMCE.setAttrib(linkElement,'class',style_class);if(newLink){linkElement.appendChild(this.selectedElement.cloneNode(true));this.selectedElement.parentNode.replaceChild(linkElement,this.selectedElement);}return;}if(!this.linkElement&&this.selectedInstance){if(tinyMCE.isSafari){tinyMCE.execCommand("mceInsertContent",false,''+this.selectedInstance.getSelectedHTML()+'');}else this.selectedInstance.contentDocument.execCommand("createlink",false,tinyMCE.uniqueURL);tinyMCE.linkElement=this.getElementByAttributeValue(this.selectedInstance.contentDocument.body,"a","href",tinyMCE.uniqueURL);var elementArray=this.getElementsByAttributeValue(this.selectedInstance.contentDocument.body,"a","href",tinyMCE.uniqueURL);for(var i=0;i';tinyMCE.execCommand("mceInsertContent",false,html);}else{if(!this.imgElement&&this.selectedInstance){if(tinyMCE.isSafari)tinyMCE.execCommand("mceInsertContent",false,'');else this.selectedInstance.contentDocument.execCommand("insertimage",false,tinyMCE.uniqueURL);tinyMCE.imgElement=this.getElementByAttributeValue(this.selectedInstance.contentDocument.body,"img","src",tinyMCE.uniqueURL);}}if(this.imgElement){var needsRepaint=false;var msrc=src;src=eval(tinyMCE.settings['urlconverter_callback']+"(src, tinyMCE.imgElement);");if(tinyMCE.getParam('convert_urls'))msrc=src;if(onmouseover&&onmouseover!="")onmouseover="this.src='"+eval(tinyMCE.settings['urlconverter_callback']+"(onmouseover, tinyMCE.imgElement);")+"';";if(onmouseout&&onmouseout!="")onmouseout="this.src='"+eval(tinyMCE.settings['urlconverter_callback']+"(onmouseout, tinyMCE.imgElement);")+"';";if(typeof(title)=="undefined")title=alt;if(width!=this.imgElement.getAttribute("width")||height!=this.imgElement.getAttribute("height")||align!=this.imgElement.getAttribute("align"))needsRepaint=true;tinyMCE.setAttrib(this.imgElement,'src',src);tinyMCE.setAttrib(this.imgElement,'mce_src',msrc);tinyMCE.setAttrib(this.imgElement,'alt',alt);tinyMCE.setAttrib(this.imgElement,'title',title);tinyMCE.setAttrib(this.imgElement,'align',align);tinyMCE.setAttrib(this.imgElement,'border',border,true);tinyMCE.setAttrib(this.imgElement,'hspace',hspace,true);tinyMCE.setAttrib(this.imgElement,'vspace',vspace,true);tinyMCE.setAttrib(this.imgElement,'width',width,true);tinyMCE.setAttrib(this.imgElement,'height',height,true);tinyMCE.setAttrib(this.imgElement,'onmouseover',onmouseover);tinyMCE.setAttrib(this.imgElement,'onmouseout',onmouseout);if(width&&width!="")this.imgElement.style.pixelWidth=width;if(height&&height!="")this.imgElement.style.pixelHeight=height;if(needsRepaint)tinyMCE.selectedInstance.repaint();}tinyMCE.execCommand('mceEndUndoLevel');};TinyMCE.prototype.getElementByAttributeValue=function(node,element_name,attrib,value){var elements=this.getElementsByAttributeValue(node,element_name,attrib,value);if(elements.length==0)return null;return elements[0];};TinyMCE.prototype.getElementsByAttributeValue=function(node,element_name,attrib,value){var elements=new Array();if(node&&node.nodeName.toLowerCase()==element_name){if(node.getAttribute(attrib)&&node.getAttribute(attrib).indexOf(value)!=-1)elements[elements.length]=node;}if(node&&node.hasChildNodes()){for(var x=0,n=node.childNodes.length;x=strTok2.length){for(var i=0;i=strTok2.length||strTok1[i]!=strTok2[i]){breakPoint=i+1;break;}}}if(strTok1.length=strTok1.length||strTok1[i]!=strTok2[i]){breakPoint=i+1;break;}}}if(breakPoint==1)return targetURL.path;for(var i=0;i<(strTok1.length-(breakPoint-1));i++)outPath+="../";for(var i=breakPoint-1;i=0;i--){if(baseURLParts[i].length==0)continue;newBaseURLParts[newBaseURLParts.length]=baseURLParts[i];}baseURLParts=newBaseURLParts.reverse();var newRelURLParts=new Array();var numBack=0;for(var i=relURLParts.length-1;i>=0;i--){if(relURLParts[i].length==0||relURLParts[i]==".")continue;if(relURLParts[i]=='..'){numBack++;continue;}if(numBack>0){numBack--;continue;}newRelURLParts[newRelURLParts.length]=relURLParts[i];}relURLParts=newRelURLParts.reverse();var len=baseURLParts.length-numBack;var absPath=(len<=0?"":"/")+baseURLParts.slice(0,len).join('/')+"/"+relURLParts.join('/');var start="",end="";relURL.protocol=baseURL.protocol;relURL.host=baseURL.host;relURL.port=baseURL.port;if(relURL.path.charAt(relURL.path.length-1)=="/")absPath+="/";relURL.path=absPath;return TinyMCE.prototype.serializeURL(relURL);};TinyMCE.prototype.getParam=function(name,default_value,strip_whitespace,split_chr){var value=(typeof(this.settings[name])=="undefined")?default_value:this.settings[name];if(value=="true"||value=="false")return(value=="true");if(strip_whitespace)value=tinyMCE.regexpReplace(value,"[ \t\r\n]","");if(typeof(split_chr)!="undefined"&&split_chr!=null){value=value.split(split_chr);var outArray=new Array();for(var i=0;i0);if(tinyMCE.settings['custom_undo_redo']){undoIndex=inst.undoIndex;undoLevels=inst.undoLevels.length;}tinyMCE.executeCallback('handleNodeChangeCallback','_handleNodeChange',0,editorId,elm,undoIndex,undoLevels,inst.visualAid,anySelection,setup_content);}}if(this.selectedInstance&&(typeof(focus)=="undefined"||focus))this.selectedInstance.contentWindow.focus();};TinyMCE.prototype._customCleanup=function(inst,type,content){var customCleanup=tinyMCE.settings['cleanup_callback'];if(customCleanup!=""&&eval("typeof("+customCleanup+")")!="undefined")content=eval(customCleanup+"(type, content, inst);");var plugins=tinyMCE.getParam('plugins','',true,',');for(var i=0;i0)className+=" ";className+=classNames[i];}return className;};TinyMCE.prototype.handleVisualAid=function(el,deep,state,inst){if(!el)return;var tableElement=null;switch(el.nodeName){case "TABLE":var oldW=el.style.width;var oldH=el.style.height;var bo=tinyMCE.getAttrib(el,"border");bo=bo==""||bo=="0"?true:false;tinyMCE.setAttrib(el,"class",tinyMCE.getVisualAidClass(tinyMCE.getAttrib(el,"class"),state&&bo));el.style.width=oldW;el.style.height=oldH;for(var y=0;y0){tinyMCE.setAttrib(s[i],'size',fSize);s[i].style.fontSize='';}var fFace=s[i].style.fontFamily;if(fFace!=null&&fFace!=""){tinyMCE.setAttrib(s[i],'face',fFace);s[i].style.fontFamily='';}var fColor=s[i].style.color;if(fColor!=null&&fColor!=""){tinyMCE.setAttrib(s[i],'color',tinyMCE.convertRGBToHex(fColor));s[i].style.color='';}}};TinyMCE.prototype.convertFontsToSpans=function(doc){var sizes=tinyMCE.getParam('font_size_style_values').replace(/\s+/,'').split(',');var h=doc.body.innerHTML;h=h.replace(/0&&fSize<8){if(fsClasses!=null)tinyMCE.setAttrib(s[i],'class',fsClasses[fSize-1]);else s[i].style.fontSize=sizes[fSize-1];}s[i].removeAttribute('size');}if(fFace!=""){s[i].style.fontFamily=fFace;s[i].removeAttribute('face');}if(fColor!=""){s[i].style.color=fColor;s[i].removeAttribute('color');}}};TinyMCE.prototype.setInnerHTML=function(e,h){if(tinyMCE.isMSIE&&!tinyMCE.isOpera){e.innerHTML=tinyMCE.uniqueTag+h;e.firstChild.removeNode(true);}else{h=this.fixGeckoBaseHREFBug(1,e,h);e.innerHTML=h;this.fixGeckoBaseHREFBug(2,e,h);}};TinyMCE.prototype.fixGeckoBaseHREFBug=function(m,e,h){if(tinyMCE.isGecko){if(m==1){h=h.replace(/\ssrc=/gi," xsrc=");h=h.replace(/\shref=/gi," xhref=");return h;}else{if(h.indexOf(' xsrc')!=-1){var n=e.getElementsByTagName("img");for(var i=0;i=0;x--)tinyMCE.insertAfter(cn[x],an[i]);}}};TinyMCE.prototype._setHTML=function(doc,html_content){html_content=tinyMCE.cleanupHTMLCode(html_content);try{tinyMCE.setInnerHTML(doc.body,html_content);}catch(e){if(this.isMSIE)doc.body.createTextRange().pasteHTML(html_content);}if(tinyMCE.isMSIE&&tinyMCE.settings['fix_content_duplication']){var paras=doc.getElementsByTagName("P");for(var i=0;i<\/o:p>","
");html=tinyMCE.regexpReplace(html," <\/o:p>","");html=tinyMCE.regexpReplace(html,"","");html=tinyMCE.regexpReplace(html,"

<\/p>","");html=tinyMCE.regexpReplace(html,"

<\/p>\r\n

<\/p>","");html=tinyMCE.regexpReplace(html,"

 <\/p>","
");html=tinyMCE.regexpReplace(html,"

\s*(

\s*)?","

");html=tinyMCE.regexpReplace(html,"<\/p>\s*(<\/p>\s*)?","

");}tinyMCE.setInnerHTML(doc.body,html);}tinyMCE.cleanupAnchors(doc);if(tinyMCE.getParam("convert_fonts_to_spans"))tinyMCE.convertSpansToFonts(doc);};TinyMCE.prototype.getImageSrc=function(str){var pos=-1;if(!str)return "";if((pos=str.indexOf('this.src='))!=-1){var src=str.substring(pos+10);src=src.substring(0,src.indexOf('\''));return src;}return "";};TinyMCE.prototype._getElementById=function(element_id){var elm=document.getElementById(element_id);if(!elm){for(var j=0;j0){for(var x=0;x0)tinyMCE.cssClasses=output;return output;};TinyMCE.prototype.regexpReplace=function(in_str,reg_exp,replace_str,opts){if(in_str==null)return in_str;if(typeof(opts)=="undefined")opts='g';var re=new RegExp(reg_exp,opts);return in_str.replace(re,replace_str);};TinyMCE.prototype.trim=function(str){return str.replace(/^\s*|\s*$/g,"");};TinyMCE.prototype.cleanupEventStr=function(str){str=""+str;str=str.replace('function anonymous()\n{\n','');str=str.replace('\n}','');str=str.replace(/^return true;/gi,'');return str;};TinyMCE.prototype.getAbsPosition=function(node){var pos=new Object();pos.absLeft=pos.absTop=0;var parentNode=node;while(parentNode){pos.absLeft+=parentNode.offsetLeft;pos.absTop+=parentNode.offsetTop;parentNode=parentNode.offsetParent;}return pos;};TinyMCE.prototype.getControlHTML=function(control_name){var themePlugins=tinyMCE.getParam('plugins','',true,',');var templateFunction;for(var i=themePlugins.length;i>=0;i--){templateFunction='TinyMCE_'+themePlugins[i]+"_getControlHTML";if(eval("typeof("+templateFunction+")")!='undefined'){var html=eval(templateFunction+"('"+control_name+"');");if(html!="")return tinyMCE.replaceVar(html,"pluginurl",tinyMCE.baseURL+"/plugins/"+themePlugins[i]);}}return eval('TinyMCE_'+tinyMCE.settings['theme']+"_getControlHTML"+"('"+control_name+"');");};TinyMCE.prototype._themeExecCommand=function(editor_id,element,command,user_interface,value){var themePlugins=tinyMCE.getParam('plugins','',true,',');var templateFunction;for(var i=themePlugins.length;i>=0;i--){templateFunction='TinyMCE_'+themePlugins[i]+"_execCommand";if(eval("typeof("+templateFunction+")")!='undefined'){if(eval(templateFunction+"(editor_id, element, command, user_interface, value);"))return true;}}templateFunction='TinyMCE_'+tinyMCE.settings['theme']+"_execCommand";if(eval("typeof("+templateFunction+")")!='undefined')return eval(templateFunction+"(editor_id, element, command, user_interface, value);");return false;};TinyMCE.prototype._getThemeFunction=function(suffix,skip_plugins){if(skip_plugins)return 'TinyMCE_'+tinyMCE.settings['theme']+suffix;var themePlugins=tinyMCE.getParam('plugins','',true,',');var templateFunction;for(var i=themePlugins.length;i>=0;i--){templateFunction='TinyMCE_'+themePlugins[i]+suffix;if(eval("typeof("+templateFunction+")")!='undefined')return templateFunction;}return 'TinyMCE_'+tinyMCE.settings['theme']+suffix;};TinyMCE.prototype.isFunc=function(func_name){if(func_name==null||func_name=="")return false;return eval("typeof("+func_name+")")!="undefined";};TinyMCE.prototype.exec=function(func_name,args){var str=func_name+'(';for(var i=3;i';document.body.appendChild(debugDiv);elm=document.getElementById("tinymce_debug");}var args=this.debug.arguments;for(var i=0;i1&&tinyMCE.currentConfig!=this.settings['index']){tinyMCE.settings=this.settings;tinyMCE.currentConfig=this.settings['index'];}};TinyMCEControl.prototype.convertAllRelativeURLs=function(){var body=this.getBody();var elms=body.getElementsByTagName("img");for(var i=0;i0)rng.selectNodeContents(nodes[0]);else rng.selectNodeContents(node);}else rng.selectNode(node);if(collapse){if(!to_start&&node.nodeType==3){rng.setStart(node,node.nodeValue.length);rng.setEnd(node,node.nodeValue.length);}else rng.collapse(to_start);}sel.removeAllRanges();sel.addRange(rng);}this.scrollToNode(node);tinyMCE.selectedElement=null;if(node.nodeType==1)tinyMCE.selectedElement=node;};TinyMCEControl.prototype.scrollToNode=function(node){var pos=tinyMCE.getAbsPosition(node);var doc=this.getDoc();var scrollX=doc.body.scrollLeft+doc.documentElement.scrollLeft;var scrollY=doc.body.scrollTop+doc.documentElement.scrollTop;var height=tinyMCE.isMSIE?document.getElementById(this.editorId).style.pixelHeight:this.targetElement.clientHeight;if(!tinyMCE.settings['auto_resize']&&!(pos.absTop>scrollY&&pos.absTop<(scrollY-25+height)))this.contentWindow.scrollTo(pos.absLeft,pos.absTop-height+25);};TinyMCEControl.prototype.getBody=function(){return this.getDoc().body;};TinyMCEControl.prototype.getDoc=function(){return this.contentWindow.document;};TinyMCEControl.prototype.getWin=function(){return this.contentWindow;};TinyMCEControl.prototype.getSel=function(){if(tinyMCE.isMSIE&&!tinyMCE.isOpera)return this.getDoc().selection;var sel=this.contentWindow.getSelection();if(tinyMCE.isSafari&&!sel.getRangeAt){var newSel=new Object();var doc=this.getDoc();function getRangeAt(idx){var rng=new Object();rng.startContainer=this.focusNode;rng.endContainer=this.anchorNode;rng.commonAncestorContainer=this.focusNode;rng.createContextualFragment=function(html){if(html.charAt(0)=='<'){var elm=doc.createElement("div");elm.innerHTML=html;return elm.firstChild;}return doc.createTextNode("UNSUPPORTED, DUE TO LIMITATIONS IN SAFARI!");};rng.deleteContents=function(){doc.execCommand("Delete",false,"");};return rng;}newSel.focusNode=sel.baseNode;newSel.focusOffset=sel.baseOffset;newSel.anchorNode=sel.extentNode;newSel.anchorOffset=sel.extentOffset;newSel.getRangeAt=getRangeAt;newSel.text=""+sel;newSel.realSelection=sel;newSel.toString=function(){return this.text;};return newSel;}return sel;};TinyMCEControl.prototype.getRng=function(){var sel=this.getSel();if(sel==null)return null;if(tinyMCE.isMSIE&&!tinyMCE.isOpera)return sel.createRange();if(tinyMCE.isSafari){var rng=this.getDoc().createRange();var sel=this.getSel().realSelection;rng.setStart(sel.baseNode,sel.baseOffset);rng.setEnd(sel.extentNode,sel.extentOffset);return rng;}return this.getSel().getRangeAt(0);};TinyMCEControl.prototype._insertPara=function(e){function isEmpty(para){function isEmptyHTML(html){return html.replace(new RegExp('[ \t\r\n]+','g'),'').toLowerCase()=="";}if(para.getElementsByTagName("img").length>0)return false;if(para.getElementsByTagName("table").length>0)return false;if(para.getElementsByTagName("hr").length>0)return false;var nodes=tinyMCE.getNodeTree(para,new Array(),3);for(var i=0;i <"+blockName+"> ";paraAfter=body.childNodes[1];}this.selectNode(paraAfter,true,true);return true;}if(startChop.nodeName==blockName)rngBefore.setStart(startChop,0);else rngBefore.setStartBefore(startChop);rngBefore.setEnd(startNode,startOffset);paraBefore.appendChild(rngBefore.cloneContents());rngAfter.setEndAfter(endChop);rngAfter.setStart(endNode,endOffset);var contents=rngAfter.cloneContents();if(contents.firstChild&&contents.firstChild.nodeName==blockName){paraAfter.innerHTML=contents.firstChild.innerHTML;}else paraAfter.appendChild(contents);if(isEmpty(paraBefore))paraBefore.innerHTML=" ";if(isEmpty(paraAfter))paraAfter.innerHTML=" ";var rng=doc.createRange();if(!startChop.previousSibling&&startChop.parentNode.nodeName.toUpperCase()==blockName){rng.setStartBefore(startChop.parentNode);}else{if(rngBefore.startContainer.nodeName.toUpperCase()==blockName&&rngBefore.startOffset==0)rng.setStartBefore(rngBefore.startContainer);else rng.setStart(rngBefore.startContainer,rngBefore.startOffset);}if(!endChop.nextSibling&&endChop.parentNode.nodeName.toUpperCase()==blockName)rng.setEndAfter(endChop.parentNode);else rng.setEnd(rngAfter.endContainer,rngAfter.endOffset);rng.deleteContents();rng.insertNode(paraAfter);rng.insertNode(paraBefore);paraAfter.normalize();paraBefore.normalize();this.selectNode(paraAfter,true,true);return true;};TinyMCEControl.prototype._handleBackSpace=function(evt_type){var doc=this.getDoc();var sel=this.getSel();if(sel==null)return false;var rng=sel.getRangeAt(0);var node=rng.startContainer;var elm=node.nodeType==3?node.parentNode:node;if(node==null)return;if(elm&&elm.nodeName==""){var para=doc.createElement("p");while(elm.firstChild)para.appendChild(elm.firstChild);elm.parentNode.insertBefore(para,elm);elm.parentNode.removeChild(elm);var rng=rng.cloneRange();rng.setStartBefore(node.nextSibling);rng.setEndAfter(node.nextSibling);rng.extractContents();this.selectNode(node.nextSibling,true,true);}var para=tinyMCE.getParentBlockElement(node);if(para!=null&¶.nodeName.toLowerCase()=='p'&&evt_type=="keypress"){var htm=para.innerHTML;var block=tinyMCE.getParentBlockElement(node);if(htm==""||htm==" "||block.nodeName.toLowerCase()=="li"){var prevElm=para.previousSibling;while(prevElm!=null&&prevElm.nodeType!=1)prevElm=prevElm.previousSibling;if(prevElm==null)return false;var nodes=tinyMCE.getNodeTree(prevElm,new Array(),3);var lastTextNode=nodes.length==0?null:nodes[nodes.length-1];if(lastTextNode!=null)this.selectNode(lastTextNode,true,false,false);para.parentNode.removeChild(para);return true;}}return false;};TinyMCEControl.prototype._insertSpace=function(){return true;};TinyMCEControl.prototype.autoResetDesignMode=function(){if(!tinyMCE.isMSIE&&tinyMCE.settings['auto_reset_designmode']&&this.isHidden())eval('try { this.getDoc().designMode = "On"; } catch(e) {}');};TinyMCEControl.prototype.isHidden=function(){if(tinyMCE.isMSIE)return false;var sel=this.getSel();return(!sel||!sel.rangeCount||sel.rangeCount==0);};TinyMCEControl.prototype.isDirty=function(){return this.startContent!=tinyMCE.trim(this.getBody().innerHTML)&&!tinyMCE.isNotDirty;};TinyMCEControl.prototype._mergeElements=function(scmd,pa,ch,override){if(scmd=="removeformat"){pa.className="";pa.style.cssText="";ch.className="";ch.style.cssText="";return;}var st=tinyMCE.parseStyle(tinyMCE.getAttrib(pa,"style"));var stc=tinyMCE.parseStyle(tinyMCE.getAttrib(ch,"style"));var className=tinyMCE.getAttrib(pa,"class");className+=" "+tinyMCE.getAttrib(ch,"class");if(override){for(var n in st){if(typeof(st[n])=='function')continue;stc[n]=st[n];}}else{for(var n in stc){if(typeof(stc[n])=='function')continue;st[n]=stc[n];}}tinyMCE.setAttrib(pa,"style",tinyMCE.serializeStyle(st));tinyMCE.setAttrib(pa,"class",tinyMCE.trim(className));ch.className="";ch.style.cssText="";ch.removeAttribute("class");ch.removeAttribute("style");};TinyMCEControl.prototype.setUseCSS=function(b){var doc=this.getDoc();try{doc.execCommand("useCSS",false,!b);}catch(ex){}try{doc.execCommand("styleWithCSS",false,b);}catch(ex){}if(!tinyMCE.getParam("table_inline_editing"))try{doc.execCommand('enableInlineTableEditing',false,"false");}catch(ex){}if(!tinyMCE.getParam("object_resizing"))try{doc.execCommand('enableObjectResizing',false,"false");}catch(ex){}};TinyMCEControl.prototype.execCommand=function(command,user_interface,value){var doc=this.getDoc();var win=this.getWin();var focusElm=this.getFocusElement();if(this.lastSafariSelection&&!new RegExp('mceStartTyping|mceEndTyping|mceBeginUndoLevel|mceEndUndoLevel|mceAddUndoLevel','gi').test(command)){this.moveToBookmark(this.lastSafariSelection);tinyMCE.selectedElement=this.lastSafariSelectedElement;}if(!tinyMCE.isMSIE&&!this.useCSS){this.setUseCSS(false);this.useCSS=true;}this.contentDocument=doc;if(tinyMCE._themeExecCommand(this.editorId,this.getBody(),command,user_interface,value))return;if(focusElm&&focusElm.nodeName=="IMG"){var align=focusElm.getAttribute('align');var img=command=="JustifyCenter"?focusElm.cloneNode(false):focusElm;switch(command){case "JustifyLeft":if(align=='left')img.removeAttribute('align');else img.setAttribute('align','left');var div=focusElm.parentNode;if(div&&div.nodeName=="DIV"&&div.childNodes.length==1&&div.parentNode)div.parentNode.replaceChild(img,div);this.selectNode(img);this.repaint();tinyMCE.triggerNodeChange();return;case "JustifyCenter":img.removeAttribute('align');var div=tinyMCE.getParentElement(focusElm,"div");if(div&&div.style.textAlign=="center"){if(div.nodeName=="DIV"&&div.childNodes.length==1&&div.parentNode)div.parentNode.replaceChild(img,div);}else{var div=this.getDoc().createElement("div");div.style.textAlign='center';div.appendChild(img);focusElm.parentNode.replaceChild(div,focusElm);}this.selectNode(img);this.repaint();tinyMCE.triggerNodeChange();return;case "JustifyRight":if(align=='right')img.removeAttribute('align');else img.setAttribute('align','right');var div=focusElm.parentNode;if(div&&div.nodeName=="DIV"&&div.childNodes.length==1&&div.parentNode)div.parentNode.replaceChild(img,div);this.selectNode(img);this.repaint();tinyMCE.triggerNodeChange();return;}}if(tinyMCE.settings['force_br_newlines']){var alignValue="";if(doc.selection.type!="Control"){switch(command){case "JustifyLeft":alignValue="left";break;case "JustifyCenter":alignValue="center";break;case "JustifyFull":alignValue="justify";break;case "JustifyRight":alignValue="right";break;}if(alignValue!=""){var rng=doc.selection.createRange();if((divElm=tinyMCE.getParentElement(rng.parentElement(),"div"))!=null)divElm.setAttribute("align",alignValue);else if(rng.pasteHTML&&rng.htmlText.length>0)rng.pasteHTML('
'+rng.htmlText+"
");tinyMCE.triggerNodeChange();return;}}}switch(command){case "mceRepaint":this.repaint();return true;case "mceStoreSelection":this.selectionBookmark=this.getBookmark();return true;case "mceRestoreSelection":this.moveToBookmark(this.selectionBookmark);return true;case "InsertUnorderedList":case "InsertOrderedList":var tag=(command=="InsertUnorderedList")?"ul":"ol";if(tinyMCE.isSafari)this.execCommand("mceInsertContent",false,"<"+tag+">
  •  
  • <"+tag+">");else this.getDoc().execCommand(command,user_interface,value);tinyMCE.triggerNodeChange();break;case "Strikethrough":if(tinyMCE.isSafari)this.execCommand("mceInsertContent",false,""+this.getSelectedHTML()+"");else this.getDoc().execCommand(command,user_interface,value);tinyMCE.triggerNodeChange();break;case "mceSelectNode":this.selectNode(value);tinyMCE.triggerNodeChange();tinyMCE.selectedNode=value;break;case "FormatBlock":if(value==null||value==""){var elm=tinyMCE.getParentElement(this.getFocusElement(),"p,div,h1,h2,h3,h4,h5,h6,pre,address");if(elm)this.execCommand("mceRemoveNode",false,elm);}else this.getDoc().execCommand("FormatBlock",false,value);tinyMCE.triggerNodeChange();break;case "mceRemoveNode":if(!value)value=tinyMCE.getParentElement(this.getFocusElement());if(tinyMCE.isMSIE){value.outerHTML=value.innerHTML;}else{var rng=value.ownerDocument.createRange();rng.setStartBefore(value);rng.setEndAfter(value);rng.deleteContents();rng.insertNode(rng.createContextualFragment(value.innerHTML));}tinyMCE.triggerNodeChange();break;case "mceSelectNodeDepth":var parentNode=this.getFocusElement();for(var i=0;parentNode;i++){if(parentNode.nodeName.toLowerCase()=="body")break;if(parentNode.nodeName.toLowerCase()=="#text"){i--;parentNode=parentNode.parentNode;continue;}if(i==value){this.selectNode(parentNode,false);tinyMCE.triggerNodeChange();tinyMCE.selectedNode=parentNode;return;}parentNode=parentNode.parentNode;}break;case "SetStyleInfo":var rng=this.getRng();var sel=this.getSel();var scmd=value['command'];var sname=value['name'];var svalue=value['value']==null?'':value['value'];var wrapper=value['wrapper']?value['wrapper']:"span";var parentElm=null;var invalidRe=new RegExp("^BODY|HTML$","g");var invalidParentsRe=tinyMCE.settings['merge_styles_invalid_parents']!=''?new RegExp(tinyMCE.settings['merge_styles_invalid_parents'],"gi"):null;if(tinyMCE.isMSIE){if(rng.item)parentElm=rng.item(0);else{var pelm=rng.parentElement();var prng=doc.selection.createRange();prng.moveToElementText(pelm);if(rng.htmlText==prng.htmlText||rng.boundingWidth==0){if(invalidParentsRe==null||!invalidParentsRe.test(pelm.nodeName))parentElm=pelm;}}}else{var felm=this.getFocusElement();if(sel.isCollapsed||(/td|tr|tbody|table/ig.test(felm.nodeName)&&sel.anchorNode==felm.parentNode))parentElm=felm;}if(parentElm&&!invalidRe.test(parentElm.nodeName)){if(scmd=="setstyle")tinyMCE.setStyleAttrib(parentElm,sname,svalue);if(scmd=="setattrib")tinyMCE.setAttrib(parentElm,sname,svalue);if(scmd=="removeformat"){parentElm.style.cssText='';tinyMCE.setAttrib(parentElm,'class','');}var ch=tinyMCE.getNodeTree(parentElm,new Array(),1);for(var z=0;z=0;i--){var elm=nodes[i];var isNew=tinyMCE.getAttrib(elm,"mce_new")=="true";elm.removeAttribute("mce_new");if(elm.childNodes&&elm.childNodes.length==1&&elm.childNodes[0].nodeType==1){this._mergeElements(scmd,elm,elm.childNodes[0],isNew);continue;}if(elm.parentNode.childNodes.length==1&&!invalidRe.test(elm.nodeName)&&!invalidRe.test(elm.parentNode.nodeName)){if(invalidParentsRe==null||!invalidParentsRe.test(elm.parentNode.nodeName))this._mergeElements(scmd,elm.parentNode,elm,false);}}var nodes=doc.getElementsByTagName(wrapper);for(var i=nodes.length-1;i>=0;i--){var elm=nodes[i];var isEmpty=true;var tmp=doc.createElement("body");tmp.appendChild(elm.cloneNode(false));tmp.innerHTML=tmp.innerHTML.replace(new RegExp('style=""|class=""','gi'),'');if(new RegExp('','gi').test(tmp.innerHTML)){for(var x=0;x0){value=tinyMCE.replaceVar(value,"selection",selectedText);tinyMCE.execCommand('mceInsertContent',false,value);}tinyMCE.triggerNodeChange();break;case "mceSetAttribute":if(typeof(value)=='object'){var targetElms=(typeof(value['targets'])=="undefined")?"p,img,span,div,td,h1,h2,h3,h4,h5,h6,pre,address":value['targets'];var targetNode=tinyMCE.getParentElement(this.getFocusElement(),targetElms);if(targetNode){targetNode.setAttribute(value['name'],value['value']);tinyMCE.triggerNodeChange();}}break;case "mceSetCSSClass":this.execCommand("SetStyleInfo",false,{command:"setattrib",name:"class",value:value});break;case "mceInsertRawHTML":var key='tiny_mce_marker';this.execCommand('mceBeginUndoLevel');this.execCommand('mceInsertContent',false,key);var scrollX=this.getDoc().body.scrollLeft+this.getDoc().documentElement.scrollLeft;var scrollY=this.getDoc().body.scrollTop+this.getDoc().documentElement.scrollTop;var html=this.getBody().innerHTML;if((pos=html.indexOf(key))!=-1)tinyMCE.setInnerHTML(this.getBody(),html.substring(0,pos)+value+html.substring(pos+key.length));this.contentWindow.scrollTo(scrollX,scrollY);this.execCommand('mceEndUndoLevel');break;case "mceInsertContent":var insertHTMLFailed=false;this.getWin().focus();if(tinyMCE.isGecko||tinyMCE.isOpera){try{if(value.indexOf('<')==-1){var r=this.getRng();var n=this.getDoc().createTextNode(tinyMCE.entityDecode(value));var s=this.getSel();var r2=r.cloneRange();s.removeAllRanges();r.deleteContents();r.insertNode(n);r2.selectNode(n);r2.collapse(false);s.removeAllRanges();s.addRange(r2);}else{value=tinyMCE.fixGeckoBaseHREFBug(1,this.getDoc(),value);this.getDoc().execCommand('inserthtml',false,value);tinyMCE.fixGeckoBaseHREFBug(2,this.getDoc(),value);}}catch(ex){insertHTMLFailed=true;}if(!insertHTMLFailed){tinyMCE.triggerNodeChange();return;}}if(tinyMCE.isOpera&&insertHTMLFailed){this.getDoc().execCommand("insertimage",false,tinyMCE.uniqueURL);var ar=tinyMCE.getElementsByAttributeValue(this.getBody(),"img","src",tinyMCE.uniqueURL);ar[0].outerHTML=value;return;}if(!tinyMCE.isMSIE){var isHTML=value.indexOf('<')!=-1;var sel=this.getSel();var rng=this.getRng();if(isHTML){if(tinyMCE.isSafari){var tmpRng=this.getDoc().createRange();tmpRng.setStart(this.getBody(),0);tmpRng.setEnd(this.getBody(),0);value=tmpRng.createContextualFragment(value);}else value=rng.createContextualFragment(value);}else{var el=document.createElement("div");el.innerHTML=value;value=el.firstChild.nodeValue;value=doc.createTextNode(value);}if(tinyMCE.isSafari&&!isHTML){this.execCommand('InsertText',false,value.nodeValue);tinyMCE.triggerNodeChange();return true;}else if(tinyMCE.isSafari&&isHTML){rng.deleteContents();rng.insertNode(value);tinyMCE.triggerNodeChange();return true;}rng.deleteContents();if(rng.startContainer.nodeType==3){var node=rng.startContainer.splitText(rng.startOffset);node.parentNode.insertBefore(value,node);}else rng.insertNode(value);if(!isHTML){sel.selectAllChildren(doc.body);sel.removeAllRanges();var rng=doc.createRange();rng.selectNode(value);rng.collapse(false);sel.addRange(rng);}else rng.collapse(false);}else{var rng=doc.selection.createRange();var c=value.indexOf('"; + + default: // Unknown + return "[UNKNOWN NODETYPE " + node.nodeType + "]"; + } +}; + +TinyMCE.prototype.convertStringToXML = function(html_data) { + var output = ""; + + for (var i=0; i 127) + output += '&#' + chr + ";"; + else + output += String.fromCharCode(chr); + + continue; + } + + // Raw entities + if (tinyMCE.settings['entity_encoding'] == "raw") { + output += String.fromCharCode(chr); + continue; + } + + // Named entities + if (typeof(tinyMCE.settings['cleanup_entities']["c" + chr]) != 'undefined' && tinyMCE.settings['cleanup_entities']["c" + chr] != '') + output += '&' + tinyMCE.settings['cleanup_entities']["c" + chr] + ';'; + else + output += '' + String.fromCharCode(chr); + } + + return output; +}; + +TinyMCE.prototype._getCleanupElementName = function(chunk) { + var pos; + + if (chunk.charAt(0) == '+') + chunk = chunk.substring(1); + + if (chunk.charAt(0) == '-') + chunk = chunk.substring(1); + + if ((pos = chunk.indexOf('/')) != -1) + chunk = chunk.substring(0, pos); + + if ((pos = chunk.indexOf('[')) != -1) + chunk = chunk.substring(0, pos); + + return chunk; +}; + +TinyMCE.prototype._initCleanup = function() { + // Parse valid elements and attributes + var validElements = tinyMCE.settings["valid_elements"]; + validElements = validElements.split(','); + + // Handle extended valid elements + var extendedValidElements = tinyMCE.settings["extended_valid_elements"]; + extendedValidElements = extendedValidElements.split(','); + for (var i=0; i/gi, '>'); + + return html; + } + + if (on_save && tinyMCE.getParam("convert_fonts_to_spans")) + tinyMCE.convertFontsToSpans(doc); + + // Call custom cleanup code + tinyMCE._customCleanup(inst, on_save ? "get_from_editor_dom" : "insert_to_editor_dom", doc.body); + + // Move bgcolor to style + var n = doc.getElementsByTagName("font"); + for (var i=0; i[ \n\r]*[ \n\r]*

    ', '
    ', 'gi')); + tinyMCE.setInnerHTML(element, tinyMCE.regexpReplace(element.innerHTML, '', '', 'gi')); + } + + var html = this.cleanupNode(element); + + if (tinyMCE.settings['debug']) + tinyMCE.debug("Cleanup process executed in: " + (new Date().getTime()-startTime) + " ms."); + + // Remove pesky HR paragraphs and other crap + html = tinyMCE.regexpReplace(html, '


    ', '
    '); + html = tinyMCE.regexpReplace(html, '

     


     

    ', '
    '); + html = tinyMCE.regexpReplace(html, '\\s*
    \\s*', ' '); + html = tinyMCE.regexpReplace(html, '

    \\s*
    \\s*

    ', '

     

    '); + html = tinyMCE.regexpReplace(html, '

    \\s* \\s*
    \\s* \\s*

    ', '

     

    '); + html = tinyMCE.regexpReplace(html, '

    \\s* \\s*
    \\s*

    ', '

     

    '); + html = tinyMCE.regexpReplace(html, '

    \\s*
    \\s* \\s*

    ', '

     

    '); + + // Remove empty anchors + html = html.replace(new RegExp('(.*?)', 'gi'), '$1'); + + // Remove some mozilla crap + if (!tinyMCE.isMSIE) + html = html.replace(new RegExp('', 'g'), ""); + + if (tinyMCE.settings['remove_linebreaks']) + html = html.replace(new RegExp('\r|\n', 'g'), ' '); + + if (tinyMCE.getParam('apply_source_formatting')) { + html = html.replace(new RegExp('<(p|div)([^>]*)>', 'g'), "\n<$1$2>\n"); + html = html.replace(new RegExp('<\/(p|div)([^>]*)>', 'g'), "\n\n"); + html = html.replace(new RegExp('
    ', 'g'), "
    \n"); + } + + if (tinyMCE.settings['force_br_newlines']) { + var re = new RegExp('

     

    ', 'g'); + html = html.replace(re, "
    "); + } + + if (tinyMCE.isGecko && tinyMCE.settings['remove_lt_gt']) { + // Remove weridness! + var re = new RegExp('<>', 'g'); + html = html.replace(re, ""); + } + + // Call custom cleanup code + html = tinyMCE._customCleanup(inst, on_save ? "get_from_editor" : "insert_to_editor", html); + + // Emtpy node, return empty + var chk = tinyMCE.regexpReplace(html, "[ \t\r\n]", "").toLowerCase(); + if (chk == "
    " || chk == "
    " || chk == "

     

    " || chk == "

     

    " || chk == "

    ") + html = ""; + + if (tinyMCE.settings["preformatted"]) + return "
    " + html + "
    "; + + return html; +}; + +TinyMCE.prototype.insertLink = function(href, target, title, onclick, style_class) { + tinyMCE.execCommand('mceBeginUndoLevel'); + + if (this.selectedInstance && this.selectedElement && this.selectedElement.nodeName.toLowerCase() == "img") { + var doc = this.selectedInstance.getDoc(); + var linkElement = tinyMCE.getParentElement(this.selectedElement, "a"); + var newLink = false; + + if (!linkElement) { + linkElement = doc.createElement("a"); + newLink = true; + } + + var mhref = href; + var thref = eval(tinyMCE.settings['urlconverter_callback'] + "(href, linkElement);"); + mhref = tinyMCE.getParam('convert_urls') ? href : mhref; + + tinyMCE.setAttrib(linkElement, 'href', thref); + tinyMCE.setAttrib(linkElement, 'mce_href', mhref); + tinyMCE.setAttrib(linkElement, 'target', target); + tinyMCE.setAttrib(linkElement, 'title', title); + tinyMCE.setAttrib(linkElement, 'onclick', onclick); + tinyMCE.setAttrib(linkElement, 'class', style_class); + + if (newLink) { + linkElement.appendChild(this.selectedElement.cloneNode(true)); + this.selectedElement.parentNode.replaceChild(linkElement, this.selectedElement); + } + + return; + } + + if (!this.linkElement && this.selectedInstance) { + if (tinyMCE.isSafari) { + tinyMCE.execCommand("mceInsertContent", false, '' + this.selectedInstance.getSelectedHTML() + ''); + } else + this.selectedInstance.contentDocument.execCommand("createlink", false, tinyMCE.uniqueURL); + + tinyMCE.linkElement = this.getElementByAttributeValue(this.selectedInstance.contentDocument.body, "a", "href", tinyMCE.uniqueURL); + + var elementArray = this.getElementsByAttributeValue(this.selectedInstance.contentDocument.body, "a", "href", tinyMCE.uniqueURL); + + for (var i=0; i'; + + tinyMCE.execCommand("mceInsertContent", false, html); + } else { + if (!this.imgElement && this.selectedInstance) { + if (tinyMCE.isSafari) + tinyMCE.execCommand("mceInsertContent", false, ''); + else + this.selectedInstance.contentDocument.execCommand("insertimage", false, tinyMCE.uniqueURL); + + tinyMCE.imgElement = this.getElementByAttributeValue(this.selectedInstance.contentDocument.body, "img", "src", tinyMCE.uniqueURL); + } + } + + if (this.imgElement) { + var needsRepaint = false; + var msrc = src; + + src = eval(tinyMCE.settings['urlconverter_callback'] + "(src, tinyMCE.imgElement);"); + + if (tinyMCE.getParam('convert_urls')) + msrc = src; + + if (onmouseover && onmouseover != "") + onmouseover = "this.src='" + eval(tinyMCE.settings['urlconverter_callback'] + "(onmouseover, tinyMCE.imgElement);") + "';"; + + if (onmouseout && onmouseout != "") + onmouseout = "this.src='" + eval(tinyMCE.settings['urlconverter_callback'] + "(onmouseout, tinyMCE.imgElement);") + "';"; + + // Use alt as title if it's undefined + if (typeof(title) == "undefined") + title = alt; + + if (width != this.imgElement.getAttribute("width") || height != this.imgElement.getAttribute("height") || align != this.imgElement.getAttribute("align")) + needsRepaint = true; + + tinyMCE.setAttrib(this.imgElement, 'src', src); + tinyMCE.setAttrib(this.imgElement, 'mce_src', msrc); + tinyMCE.setAttrib(this.imgElement, 'alt', alt); + tinyMCE.setAttrib(this.imgElement, 'title', title); + tinyMCE.setAttrib(this.imgElement, 'align', align); + tinyMCE.setAttrib(this.imgElement, 'border', border, true); + tinyMCE.setAttrib(this.imgElement, 'hspace', hspace, true); + tinyMCE.setAttrib(this.imgElement, 'vspace', vspace, true); + tinyMCE.setAttrib(this.imgElement, 'width', width, true); + tinyMCE.setAttrib(this.imgElement, 'height', height, true); + tinyMCE.setAttrib(this.imgElement, 'onmouseover', onmouseover); + tinyMCE.setAttrib(this.imgElement, 'onmouseout', onmouseout); + + // Fix for bug #989846 - Image resize bug + if (width && width != "") + this.imgElement.style.pixelWidth = width; + + if (height && height != "") + this.imgElement.style.pixelHeight = height; + + if (needsRepaint) + tinyMCE.selectedInstance.repaint(); + } + + tinyMCE.execCommand('mceEndUndoLevel'); +}; + +TinyMCE.prototype.getElementByAttributeValue = function(node, element_name, attrib, value) { + var elements = this.getElementsByAttributeValue(node, element_name, attrib, value); + if (elements.length == 0) + return null; + + return elements[0]; +}; + +TinyMCE.prototype.getElementsByAttributeValue = function(node, element_name, attrib, value) { + var elements = new Array(); + + if (node && node.nodeName.toLowerCase() == element_name) { + if (node.getAttribute(attrib) && node.getAttribute(attrib).indexOf(value) != -1) + elements[elements.length] = node; + } + + if (node && node.hasChildNodes()) { + for (var x=0, n=node.childNodes.length; x= strTok2.length) { + for (var i=0; i= strTok2.length || strTok1[i] != strTok2[i]) { + breakPoint = i + 1; + break; + } + } + } + + if (strTok1.length < strTok2.length) { + for (var i=0; i= strTok1.length || strTok1[i] != strTok2[i]) { + breakPoint = i + 1; + break; + } + } + } + + if (breakPoint == 1) + return targetURL.path; + + for (var i=0; i<(strTok1.length-(breakPoint-1)); i++) + outPath += "../"; + + for (var i=breakPoint-1; i=0; i--) { + if (baseURLParts[i].length == 0) + continue; + + newBaseURLParts[newBaseURLParts.length] = baseURLParts[i]; + } + baseURLParts = newBaseURLParts.reverse(); + + // Merge relURLParts chunks + var newRelURLParts = new Array(); + var numBack = 0; + for (var i=relURLParts.length-1; i>=0; i--) { + if (relURLParts[i].length == 0 || relURLParts[i] == ".") + continue; + + if (relURLParts[i] == '..') { + numBack++; + continue; + } + + if (numBack > 0) { + numBack--; + continue; + } + + newRelURLParts[newRelURLParts.length] = relURLParts[i]; + } + + relURLParts = newRelURLParts.reverse(); + + // Remove end from absolute path + var len = baseURLParts.length-numBack; + var absPath = (len <= 0 ? "" : "/") + baseURLParts.slice(0, len).join('/') + "/" + relURLParts.join('/'); + var start = "", end = ""; + + // Build output URL + relURL.protocol = baseURL.protocol; + relURL.host = baseURL.host; + relURL.port = baseURL.port; + + // Re-add trailing slash if it's removed + if (relURL.path.charAt(relURL.path.length-1) == "/") + absPath += "/"; + + relURL.path = absPath; + + return TinyMCE.prototype.serializeURL(relURL); +}; + +TinyMCE.prototype.getParam = function(name, default_value, strip_whitespace, split_chr) { + var value = (typeof(this.settings[name]) == "undefined") ? default_value : this.settings[name]; + + // Fix bool values + if (value == "true" || value == "false") + return (value == "true"); + + if (strip_whitespace) + value = tinyMCE.regexpReplace(value, "[ \t\r\n]", ""); + + if (typeof(split_chr) != "undefined" && split_chr != null) { + value = value.split(split_chr); + var outArray = new Array(); + + for (var i=0; i 0); + + if (tinyMCE.settings['custom_undo_redo']) { + undoIndex = inst.undoIndex; + undoLevels = inst.undoLevels.length; + } + + tinyMCE.executeCallback('handleNodeChangeCallback', '_handleNodeChange', 0, editorId, elm, undoIndex, undoLevels, inst.visualAid, anySelection, setup_content); + } + } + + if (this.selectedInstance && (typeof(focus) == "undefined" || focus)) + this.selectedInstance.contentWindow.focus(); +}; + +TinyMCE.prototype._customCleanup = function(inst, type, content) { + // Call custom cleanup + var customCleanup = tinyMCE.settings['cleanup_callback']; + if (customCleanup != "" && eval("typeof(" + customCleanup + ")") != "undefined") + content = eval(customCleanup + "(type, content, inst);"); + + // Trigger plugin cleanups + var plugins = tinyMCE.getParam('plugins', '', true, ','); + for (var i=0; i 0) + className += " "; + + className += classNames[i]; + } + + return className; +}; + +TinyMCE.prototype.handleVisualAid = function(el, deep, state, inst) { + if (!el) + return; + + var tableElement = null; + + switch (el.nodeName) { + case "TABLE": + var oldW = el.style.width; + var oldH = el.style.height; + var bo = tinyMCE.getAttrib(el, "border"); + + bo = bo == "" || bo == "0" ? true : false; + + tinyMCE.setAttrib(el, "class", tinyMCE.getVisualAidClass(tinyMCE.getAttrib(el, "class"), state && bo)); + + el.style.width = oldW; + el.style.height = oldH; + + for (var y=0; y 0) { + tinyMCE.setAttrib(s[i], 'size', fSize); + s[i].style.fontSize = ''; + } + + var fFace = s[i].style.fontFamily; + if (fFace != null && fFace != "") { + tinyMCE.setAttrib(s[i], 'face', fFace); + s[i].style.fontFamily = ''; + } + + var fColor = s[i].style.color; + if (fColor != null && fColor != "") { + tinyMCE.setAttrib(s[i], 'color', tinyMCE.convertRGBToHex(fColor)); + s[i].style.color = ''; + } + } +}; + +TinyMCE.prototype.convertFontsToSpans = function(doc) { + var sizes = tinyMCE.getParam('font_size_style_values').replace(/\s+/, '').split(','); + + var h = doc.body.innerHTML; + h = h.replace(/ 0 && fSize < 8) { + if (fsClasses != null) + tinyMCE.setAttrib(s[i], 'class', fsClasses[fSize-1]); + else + s[i].style.fontSize = sizes[fSize-1]; + } + + s[i].removeAttribute('size'); + } + + if (fFace != "") { + s[i].style.fontFamily = fFace; + s[i].removeAttribute('face'); + } + + if (fColor != "") { + s[i].style.color = fColor; + s[i].removeAttribute('color'); + } + } +}; + +/* +TinyMCE.prototype.applyClassesToFonts = function(doc, size) { + var f = doc.getElementsByTagName("font"); + for (var i=0; i=0; x--) + tinyMCE.insertAfter(cn[x], an[i]); + } + } +}; + +TinyMCE.prototype._setHTML = function(doc, html_content) { + // Force closed anchors open + //html_content = html_content.replace(new RegExp('', 'gi'), ''); + + html_content = tinyMCE.cleanupHTMLCode(html_content); + + // Try innerHTML if it fails use pasteHTML in MSIE + try { + tinyMCE.setInnerHTML(doc.body, html_content); + } catch (e) { + if (this.isMSIE) + doc.body.createTextRange().pasteHTML(html_content); + } + + // Content duplication bug fix + if (tinyMCE.isMSIE && tinyMCE.settings['fix_content_duplication']) { + // Remove P elements in P elements + var paras = doc.getElementsByTagName("P"); + for (var i=0; i<\/o:p>", "
    "); + html = tinyMCE.regexpReplace(html, " <\/o:p>", ""); + html = tinyMCE.regexpReplace(html, "", ""); + html = tinyMCE.regexpReplace(html, "

    <\/p>", ""); + html = tinyMCE.regexpReplace(html, "

    <\/p>\r\n

    <\/p>", ""); + html = tinyMCE.regexpReplace(html, "

     <\/p>", "
    "); + html = tinyMCE.regexpReplace(html, "

    \s*(

    \s*)?", "

    "); + html = tinyMCE.regexpReplace(html, "<\/p>\s*(<\/p>\s*)?", "

    "); + } + + // Always set the htmlText output + tinyMCE.setInnerHTML(doc.body, html); + } + + tinyMCE.cleanupAnchors(doc); + + if (tinyMCE.getParam("convert_fonts_to_spans")) + tinyMCE.convertSpansToFonts(doc); +}; + +TinyMCE.prototype.getImageSrc = function(str) { + var pos = -1; + + if (!str) + return ""; + + if ((pos = str.indexOf('this.src=')) != -1) { + var src = str.substring(pos + 10); + + src = src.substring(0, src.indexOf('\'')); + + return src; + } + + return ""; +}; + +TinyMCE.prototype._getElementById = function(element_id) { + var elm = document.getElementById(element_id); + if (!elm) { + // Check for element in forms + for (var j=0; j 0) { + for (var x=0; x 0) + tinyMCE.cssClasses = output; + + return output; +}; + +TinyMCE.prototype.regexpReplace = function(in_str, reg_exp, replace_str, opts) { + if (in_str == null) + return in_str; + + if (typeof(opts) == "undefined") + opts = 'g'; + + var re = new RegExp(reg_exp, opts); + return in_str.replace(re, replace_str); +}; + +TinyMCE.prototype.trim = function(str) { + return str.replace(/^\s*|\s*$/g, ""); +}; + +TinyMCE.prototype.cleanupEventStr = function(str) { + str = "" + str; + str = str.replace('function anonymous()\n{\n', ''); + str = str.replace('\n}', ''); + str = str.replace(/^return true;/gi, ''); // Remove event blocker + + return str; +}; + +TinyMCE.prototype.getAbsPosition = function(node) { + var pos = new Object(); + + pos.absLeft = pos.absTop = 0; + + var parentNode = node; + while (parentNode) { + pos.absLeft += parentNode.offsetLeft; + pos.absTop += parentNode.offsetTop; + + parentNode = parentNode.offsetParent; + } + + return pos; +}; + +TinyMCE.prototype.getControlHTML = function(control_name) { + var themePlugins = tinyMCE.getParam('plugins', '', true, ','); + var templateFunction; + + // Is it defined in any plugins + for (var i=themePlugins.length; i>=0; i--) { + templateFunction = 'TinyMCE_' + themePlugins[i] + "_getControlHTML"; + if (eval("typeof(" + templateFunction + ")") != 'undefined') { + var html = eval(templateFunction + "('" + control_name + "');"); + if (html != "") + return tinyMCE.replaceVar(html, "pluginurl", tinyMCE.baseURL + "/plugins/" + themePlugins[i]); + } + } + + return eval('TinyMCE_' + tinyMCE.settings['theme'] + "_getControlHTML" + "('" + control_name + "');"); +}; + +TinyMCE.prototype._themeExecCommand = function(editor_id, element, command, user_interface, value) { + var themePlugins = tinyMCE.getParam('plugins', '', true, ','); + var templateFunction; + + // Is it defined in any plugins + for (var i=themePlugins.length; i>=0; i--) { + templateFunction = 'TinyMCE_' + themePlugins[i] + "_execCommand"; + if (eval("typeof(" + templateFunction + ")") != 'undefined') { + if (eval(templateFunction + "(editor_id, element, command, user_interface, value);")) + return true; + } + } + + // Theme funtion + templateFunction = 'TinyMCE_' + tinyMCE.settings['theme'] + "_execCommand"; + if (eval("typeof(" + templateFunction + ")") != 'undefined') + return eval(templateFunction + "(editor_id, element, command, user_interface, value);"); + + // Pass to normal + return false; +}; + +TinyMCE.prototype._getThemeFunction = function(suffix, skip_plugins) { + if (skip_plugins) + return 'TinyMCE_' + tinyMCE.settings['theme'] + suffix; + + var themePlugins = tinyMCE.getParam('plugins', '', true, ','); + var templateFunction; + + // Is it defined in any plugins + for (var i=themePlugins.length; i>=0; i--) { + templateFunction = 'TinyMCE_' + themePlugins[i] + suffix; + if (eval("typeof(" + templateFunction + ")") != 'undefined') + return templateFunction; + } + + return 'TinyMCE_' + tinyMCE.settings['theme'] + suffix; +}; + + +TinyMCE.prototype.isFunc = function(func_name) { + if (func_name == null || func_name == "") + return false; + + return eval("typeof(" + func_name + ")") != "undefined"; +}; + +TinyMCE.prototype.exec = function(func_name, args) { + var str = func_name + '('; + + // Add all arguments + for (var i=3; i 1 && tinyMCE.currentConfig != this.settings['index']) { + tinyMCE.settings = this.settings; + tinyMCE.currentConfig = this.settings['index']; + } +}; + +TinyMCEControl.prototype.convertAllRelativeURLs = function() { + var body = this.getBody(); + + // Convert all image URL:s to absolute URL + var elms = body.getElementsByTagName("img"); + for (var i=0; i 0) + rng.selectNodeContents(nodes[0]); + else + rng.selectNodeContents(node); + } else + rng.selectNode(node); + + if (collapse) { + // Special treatment of textnode collapse + if (!to_start && node.nodeType == 3) { + rng.setStart(node, node.nodeValue.length); + rng.setEnd(node, node.nodeValue.length); + } else + rng.collapse(to_start); + } + + sel.removeAllRanges(); + sel.addRange(rng); + } + + this.scrollToNode(node); + + // Set selected element + tinyMCE.selectedElement = null; + if (node.nodeType == 1) + tinyMCE.selectedElement = node; +}; + +TinyMCEControl.prototype.scrollToNode = function(node) { + // Scroll to node position + var pos = tinyMCE.getAbsPosition(node); + var doc = this.getDoc(); + var scrollX = doc.body.scrollLeft + doc.documentElement.scrollLeft; + var scrollY = doc.body.scrollTop + doc.documentElement.scrollTop; + var height = tinyMCE.isMSIE ? document.getElementById(this.editorId).style.pixelHeight : this.targetElement.clientHeight; + + // Only scroll if out of visible area + if (!tinyMCE.settings['auto_resize'] && !(pos.absTop > scrollY && pos.absTop < (scrollY - 25 + height))) + this.contentWindow.scrollTo(pos.absLeft, pos.absTop - height + 25); +}; + +TinyMCEControl.prototype.getBody = function() { + return this.getDoc().body; +}; + +TinyMCEControl.prototype.getDoc = function() { + return this.contentWindow.document; +}; + +TinyMCEControl.prototype.getWin = function() { + return this.contentWindow; +}; + +TinyMCEControl.prototype.getSel = function() { + if (tinyMCE.isMSIE && !tinyMCE.isOpera) + return this.getDoc().selection; + + var sel = this.contentWindow.getSelection(); + + // Fake getRangeAt + if (tinyMCE.isSafari && !sel.getRangeAt) { + var newSel = new Object(); + var doc = this.getDoc(); + + function getRangeAt(idx) { + var rng = new Object(); + + rng.startContainer = this.focusNode; + rng.endContainer = this.anchorNode; + rng.commonAncestorContainer = this.focusNode; + rng.createContextualFragment = function (html) { + // Seems to be a tag + if (html.charAt(0) == '<') { + var elm = doc.createElement("div"); + + elm.innerHTML = html; + + return elm.firstChild; + } + + return doc.createTextNode("UNSUPPORTED, DUE TO LIMITATIONS IN SAFARI!"); + }; + + rng.deleteContents = function () { + doc.execCommand("Delete", false, ""); + }; + + return rng; + } + + // Patch selection + + newSel.focusNode = sel.baseNode; + newSel.focusOffset = sel.baseOffset; + newSel.anchorNode = sel.extentNode; + newSel.anchorOffset = sel.extentOffset; + newSel.getRangeAt = getRangeAt; + newSel.text = "" + sel; + newSel.realSelection = sel; + + newSel.toString = function () {return this.text;}; + + return newSel; + } + + return sel; +}; + +TinyMCEControl.prototype.getRng = function() { + var sel = this.getSel(); + if (sel == null) + return null; + + if (tinyMCE.isMSIE && !tinyMCE.isOpera) + return sel.createRange(); + + if (tinyMCE.isSafari) { + var rng = this.getDoc().createRange(); + var sel = this.getSel().realSelection; + + rng.setStart(sel.baseNode, sel.baseOffset); + rng.setEnd(sel.extentNode, sel.extentOffset); + + return rng; + } + + return this.getSel().getRangeAt(0); +}; + +TinyMCEControl.prototype._insertPara = function(e) { + function isEmpty(para) { + function isEmptyHTML(html) { + return html.replace(new RegExp('[ \t\r\n]+', 'g'), '').toLowerCase() == ""; + } + + // Check for images + if (para.getElementsByTagName("img").length > 0) + return false; + + // Check for tables + if (para.getElementsByTagName("table").length > 0) + return false; + + // Check for HRs + if (para.getElementsByTagName("hr").length > 0) + return false; + + // Check all textnodes + var nodes = tinyMCE.getNodeTree(para, new Array(), 3); + for (var i=0; i <" + blockName + "> "; + paraAfter = body.childNodes[1]; + } + + this.selectNode(paraAfter, true, true); + + return true; + } + + // Place first part within new paragraph + if (startChop.nodeName == blockName) + rngBefore.setStart(startChop, 0); + else + rngBefore.setStartBefore(startChop); + + rngBefore.setEnd(startNode, startOffset); + paraBefore.appendChild(rngBefore.cloneContents()); + + // Place secound part within new paragraph + rngAfter.setEndAfter(endChop); + rngAfter.setStart(endNode, endOffset); + var contents = rngAfter.cloneContents(); + + if (contents.firstChild && contents.firstChild.nodeName == blockName) { +/* var nodes = contents.firstChild.childNodes; + for (var i=0; i 0) + rng.pasteHTML('
    ' + rng.htmlText + "
    "); + + tinyMCE.triggerNodeChange(); + return; + } + } + } + + switch (command) { + case "mceRepaint": + this.repaint(); + return true; + + case "mceStoreSelection": + this.selectionBookmark = this.getBookmark(); + return true; + + case "mceRestoreSelection": + this.moveToBookmark(this.selectionBookmark); + return true; + + case "InsertUnorderedList": + case "InsertOrderedList": + var tag = (command == "InsertUnorderedList") ? "ul" : "ol"; + + if (tinyMCE.isSafari) + this.execCommand("mceInsertContent", false, "<" + tag + ">
  •  
  • <" + tag + ">"); + else + this.getDoc().execCommand(command, user_interface, value); + + tinyMCE.triggerNodeChange(); + break; + + case "Strikethrough": + if (tinyMCE.isSafari) + this.execCommand("mceInsertContent", false, "" + this.getSelectedHTML() + ""); + else + this.getDoc().execCommand(command, user_interface, value); + + tinyMCE.triggerNodeChange(); + break; + + case "mceSelectNode": + this.selectNode(value); + tinyMCE.triggerNodeChange(); + tinyMCE.selectedNode = value; + break; + + case "FormatBlock": + if (value == null || value == "") { + var elm = tinyMCE.getParentElement(this.getFocusElement(), "p,div,h1,h2,h3,h4,h5,h6,pre,address"); + + if (elm) + this.execCommand("mceRemoveNode", false, elm); + } else + this.getDoc().execCommand("FormatBlock", false, value); + + tinyMCE.triggerNodeChange(); + + break; + + case "mceRemoveNode": + if (!value) + value = tinyMCE.getParentElement(this.getFocusElement()); + + if (tinyMCE.isMSIE) { + value.outerHTML = value.innerHTML; + } else { + var rng = value.ownerDocument.createRange(); + rng.setStartBefore(value); + rng.setEndAfter(value); + rng.deleteContents(); + rng.insertNode(rng.createContextualFragment(value.innerHTML)); + } + + tinyMCE.triggerNodeChange(); + + break; + + case "mceSelectNodeDepth": + var parentNode = this.getFocusElement(); + for (var i=0; parentNode; i++) { + if (parentNode.nodeName.toLowerCase() == "body") + break; + + if (parentNode.nodeName.toLowerCase() == "#text") { + i--; + parentNode = parentNode.parentNode; + continue; + } + + if (i == value) { + this.selectNode(parentNode, false); + tinyMCE.triggerNodeChange(); + tinyMCE.selectedNode = parentNode; + return; + } + + parentNode = parentNode.parentNode; + } + + break; + + case "SetStyleInfo": + var rng = this.getRng(); + var sel = this.getSel(); + var scmd = value['command']; + var sname = value['name']; + var svalue = value['value'] == null ? '' : value['value']; + //var svalue = value['value'] == null ? '' : value['value']; + var wrapper = value['wrapper'] ? value['wrapper'] : "span"; + var parentElm = null; + var invalidRe = new RegExp("^BODY|HTML$", "g"); + var invalidParentsRe = tinyMCE.settings['merge_styles_invalid_parents'] != '' ? new RegExp(tinyMCE.settings['merge_styles_invalid_parents'], "gi") : null; + + // Whole element selected check + if (tinyMCE.isMSIE) { + // Control range + if (rng.item) + parentElm = rng.item(0); + else { + var pelm = rng.parentElement(); + var prng = doc.selection.createRange(); + prng.moveToElementText(pelm); + + if (rng.htmlText == prng.htmlText || rng.boundingWidth == 0) { + if (invalidParentsRe == null || !invalidParentsRe.test(pelm.nodeName)) + parentElm = pelm; + } + } + } else { + var felm = this.getFocusElement(); + if (sel.isCollapsed || (/td|tr|tbody|table/ig.test(felm.nodeName) && sel.anchorNode == felm.parentNode)) + parentElm = felm; + } + + // Whole element selected + if (parentElm && !invalidRe.test(parentElm.nodeName)) { + if (scmd == "setstyle") + tinyMCE.setStyleAttrib(parentElm, sname, svalue); + + if (scmd == "setattrib") + tinyMCE.setAttrib(parentElm, sname, svalue); + + if (scmd == "removeformat") { + parentElm.style.cssText = ''; + tinyMCE.setAttrib(parentElm, 'class', ''); + } + + // Remove style/attribs from all children + var ch = tinyMCE.getNodeTree(parentElm, new Array(), 1); + for (var z=0; z=0; i--) { + var elm = nodes[i]; + var isNew = tinyMCE.getAttrib(elm, "mce_new") == "true"; + + elm.removeAttribute("mce_new"); + + // Is only child a element + if (elm.childNodes && elm.childNodes.length == 1 && elm.childNodes[0].nodeType == 1) { + //tinyMCE.debug("merge1" + isNew); + this._mergeElements(scmd, elm, elm.childNodes[0], isNew); + continue; + } + + // Is I the only child + if (elm.parentNode.childNodes.length == 1 && !invalidRe.test(elm.nodeName) && !invalidRe.test(elm.parentNode.nodeName)) { + //tinyMCE.debug("merge2" + isNew + "," + elm.nodeName + "," + elm.parentNode.nodeName); + if (invalidParentsRe == null || !invalidParentsRe.test(elm.parentNode.nodeName)) + this._mergeElements(scmd, elm.parentNode, elm, false); + } + } + + // Remove empty wrappers + var nodes = doc.getElementsByTagName(wrapper); + for (var i=nodes.length-1; i>=0; i--) { + var elm = nodes[i]; + var isEmpty = true; + + // Check if it has any attribs + var tmp = doc.createElement("body"); + tmp.appendChild(elm.cloneNode(false)); + + // Is empty span, remove it + tmp.innerHTML = tmp.innerHTML.replace(new RegExp('style=""|class=""', 'gi'), ''); + //tinyMCE.debug(tmp.innerHTML); + if (new RegExp('', 'gi').test(tmp.innerHTML)) { + for (var x=0; x 0) { + value = tinyMCE.replaceVar(value, "selection", selectedText); + tinyMCE.execCommand('mceInsertContent', false, value); + } + + tinyMCE.triggerNodeChange(); + break; + + case "mceSetAttribute": + if (typeof(value) == 'object') { + var targetElms = (typeof(value['targets']) == "undefined") ? "p,img,span,div,td,h1,h2,h3,h4,h5,h6,pre,address" : value['targets']; + var targetNode = tinyMCE.getParentElement(this.getFocusElement(), targetElms); + + if (targetNode) { + targetNode.setAttribute(value['name'], value['value']); + tinyMCE.triggerNodeChange(); + } + } + break; + + case "mceSetCSSClass": + this.execCommand("SetStyleInfo", false, {command : "setattrib", name : "class", value : value}); + break; + + case "mceInsertRawHTML": + var key = 'tiny_mce_marker'; + + this.execCommand('mceBeginUndoLevel'); + + // Insert marker key + this.execCommand('mceInsertContent', false, key); + + // Store away scroll pos + var scrollX = this.getDoc().body.scrollLeft + this.getDoc().documentElement.scrollLeft; + var scrollY = this.getDoc().body.scrollTop + this.getDoc().documentElement.scrollTop; + + // Find marker and replace with RAW HTML + var html = this.getBody().innerHTML; + if ((pos = html.indexOf(key)) != -1) + tinyMCE.setInnerHTML(this.getBody(), html.substring(0, pos) + value + html.substring(pos + key.length)); + + // Restore scoll pos + this.contentWindow.scrollTo(scrollX, scrollY); + + this.execCommand('mceEndUndoLevel'); + + break; + + case "mceInsertContent": + var insertHTMLFailed = false; + this.getWin().focus(); + + if (tinyMCE.isGecko || tinyMCE.isOpera) { + try { + // Is plain text or HTML + if (value.indexOf('<') == -1) { + var r = this.getRng(); + var n = this.getDoc().createTextNode(tinyMCE.entityDecode(value)); + var s = this.getSel(); + var r2 = r.cloneRange(); + + // Insert text at cursor position + s.removeAllRanges(); + r.deleteContents(); + r.insertNode(n); + + // Move the cursor to the end of text + r2.selectNode(n); + r2.collapse(false); + s.removeAllRanges(); + s.addRange(r2); + } else { + value = tinyMCE.fixGeckoBaseHREFBug(1, this.getDoc(), value); + this.getDoc().execCommand('inserthtml', false, value); + tinyMCE.fixGeckoBaseHREFBug(2, this.getDoc(), value); + } + } catch (ex) { + insertHTMLFailed = true; + } + + if (!insertHTMLFailed) { + tinyMCE.triggerNodeChange(); + return; + } + } + + // Ugly hack in Opera due to non working "inserthtml" + if (tinyMCE.isOpera && insertHTMLFailed) { + this.getDoc().execCommand("insertimage", false, tinyMCE.uniqueURL); + var ar = tinyMCE.getElementsByAttributeValue(this.getBody(), "img", "src", tinyMCE.uniqueURL); + ar[0].outerHTML = value; + return; + } + + if (!tinyMCE.isMSIE) { + var isHTML = value.indexOf('<') != -1; + var sel = this.getSel(); + var rng = this.getRng(); + + if (isHTML) { + if (tinyMCE.isSafari) { + var tmpRng = this.getDoc().createRange(); + + tmpRng.setStart(this.getBody(), 0); + tmpRng.setEnd(this.getBody(), 0); + + value = tmpRng.createContextualFragment(value); + } else + value = rng.createContextualFragment(value); + } else { + // Setup text node + var el = document.createElement("div"); + el.innerHTML = value; + value = el.firstChild.nodeValue; + value = doc.createTextNode(value); + } + + // Insert plain text in Safari + if (tinyMCE.isSafari && !isHTML) { + this.execCommand('InsertText', false, value.nodeValue); + tinyMCE.triggerNodeChange(); + return true; + } else if (tinyMCE.isSafari && isHTML) { + rng.deleteContents(); + rng.insertNode(value); + tinyMCE.triggerNodeChange(); + return true; + } + + rng.deleteContents(); + + // If target node is text do special treatment, (Mozilla 1.3 fix) + if (rng.startContainer.nodeType == 3) { + var node = rng.startContainer.splitText(rng.startOffset); + node.parentNode.insertBefore(value, node); + } else + rng.insertNode(value); + + if (!isHTML) { + // Removes weird selection trails + sel.selectAllChildren(doc.body); + sel.removeAllRanges(); + + // Move cursor to end of content + var rng = doc.createRange(); + + rng.selectNode(value); + rng.collapse(false); + + sel.addRange(rng); + } else + rng.collapse(false); + } else { + var rng = doc.selection.createRange(); + var c = value.indexOf('