From 1f4e772600d258fffe5677c4a1da6a9702d33c43 Mon Sep 17 00:00:00 2001 From: Markus Date: Fri, 28 Feb 2025 08:45:43 +0100 Subject: [PATCH] First commit --- Dockerfile | 11 + cms/.htaccess | 1 + cms/2author/cmsimplesubsite.htm | 12 + cms/2author/config.php | 72 + cms/2author/content/.htaccess | 7 + cms/2author/content/content.htm | 34 + cms/2author/content/content.php | 40 + cms/2author/content/pagedata.php | 99 + cms/2author/content/plugins/.htaccess | 7 + cms/2author/disabled_plugins.txt | 1 + cms/2author/index.php | 5 + cms/2author/setup.php | 152 + cms/2author/setupControl.php | 0 cms/2author/userfiles/_core/CMSimpleDebug.txt | 1 + cms/2author/userfiles/_core/_editor.css | 0 cms/2author/userfiles/_core/_split_h1only.css | 11 + cms/2author/userfiles/co_author/News01.txt | 9 + .../co_author/Welcome_to_CMSimple_5.txt | 8 + cms/2author/userfiles/downloads/XHdebug.txt | 1 + cms/2author/userfiles/images/flags/cs.gif | Bin 0 -> 205 bytes cms/2author/userfiles/images/flags/da.gif | Bin 0 -> 159 bytes cms/2author/userfiles/images/flags/de.gif | Bin 0 -> 147 bytes cms/2author/userfiles/images/flags/en.gif | Bin 0 -> 189 bytes cms/2author/userfiles/images/flags/es.gif | Bin 0 -> 152 bytes cms/2author/userfiles/images/flags/fi.gif | Bin 0 -> 138 bytes cms/2author/userfiles/images/flags/fr.gif | Bin 0 -> 152 bytes cms/2author/userfiles/images/flags/gr.gif | Bin 0 -> 120 bytes cms/2author/userfiles/images/flags/hu.gif | Bin 0 -> 131 bytes cms/2author/userfiles/images/flags/it.gif | Bin 0 -> 104 bytes cms/2author/userfiles/images/flags/nl.gif | Bin 0 -> 154 bytes cms/2author/userfiles/images/flags/no.gif | Bin 0 -> 156 bytes cms/2author/userfiles/images/flags/pl.gif | Bin 0 -> 79 bytes cms/2author/userfiles/images/flags/ru.gif | Bin 0 -> 116 bytes cms/2author/userfiles/images/flags/se.gif | Bin 0 -> 99 bytes cms/2author/userfiles/images/flags/sk.gif | Bin 0 -> 148 bytes cms/2lang/cmsimplelanguage.htm | 12 + cms/2lang/config.php | 72 + cms/2lang/content/.htaccess | 7 + cms/2lang/content/content.htm | 60 + cms/2lang/content/content.php | 40 + cms/2lang/content/pagedata.php | 108 + cms/2lang/content/plugins/.htaccess | 7 + cms/2lang/disabled_plugins.txt | 1 + cms/2lang/index.php | 5 + cms/2lang/setup.php | 152 + cms/2lang/setupControl.php | 0 cms/2site/cmsimplesubsite.htm | 12 + cms/2site/config.php | 72 + cms/2site/content/.htaccess | 7 + cms/2site/content/content.htm | 60 + cms/2site/content/content.php | 40 + cms/2site/content/pagedata.php | 108 + cms/2site/content/plugins/.htaccess | 7 + cms/2site/disabled_plugins.txt | 1 + cms/2site/index.php | 5 + cms/2site/setup.php | 152 + cms/2site/setupControl.php | 0 cms/2site2lang/cmsimplelanguage.htm | 12 + cms/2site2lang/config.php | 72 + cms/2site2lang/content/.htaccess | 7 + cms/2site2lang/content/content.htm | 60 + cms/2site2lang/content/content.php | 40 + cms/2site2lang/content/pagedata.php | 108 + cms/2site2lang/content/plugins/.htaccess | 7 + cms/2site2lang/disabled_plugins.txt | 1 + cms/2site2lang/index.php | 5 + cms/2site2lang/setup.php | 152 + cms/2site2lang/setupControl.php | 0 cms/LIESMICH.txt | 92 + cms/README.txt | 93 + cms/cmsimple/.htaccess | 7 + cms/cmsimple/PasswordHash.php | 263 + cms/cmsimple/adm.php | 1543 ++++++ cms/cmsimple/cms.php | 856 ++++ cms/cmsimple/config.php | 63 + cms/cmsimple/defaultconfig.php | 72 + cms/cmsimple/functions.php | 1731 +++++++ cms/cmsimple/languages/da.php | 339 ++ cms/cmsimple/languages/de.php | 329 ++ cms/cmsimple/languages/default.php | 391 ++ cms/cmsimple/languages/en.php | 329 ++ cms/cmsimple/languages/fi.php | 329 ++ cms/cmsimple/languages/fr.php | 329 ++ cms/cmsimple/languages/ru.php | 329 ++ cms/cmsimple/languages/tr.php | 329 ++ cms/cmsimple/legal.txt | 629 +++ cms/cmsimple/log.php | 3 + cms/cmsimple/log.txt | 1 + cms/cmsimple/login.php | 320 ++ cms/cmsimple/mailform.php | 188 + cms/cmsimple/search.php | 111 + cms/content/.htaccess | 8 + cms/content/20190926_130227_content.htm | 287 ++ cms/content/20190926_130227_pagedata.php | 308 ++ cms/content/20190926_130530_content.htm | 288 ++ cms/content/20190926_130530_pagedata.php | 308 ++ cms/content/20191210_132935_content.htm | 288 ++ cms/content/20191210_132935_pagedata.php | 308 ++ cms/content/20200123_124334_content.htm | 288 ++ cms/content/20200123_124334_pagedata.php | 308 ++ cms/content/20201030_123616_content.htm | 288 ++ cms/content/20201030_123616_pagedata.php | 308 ++ cms/content/20201030_151514_content.htm | 288 ++ cms/content/20201030_151514_pagedata.php | 308 ++ cms/content/20201030_152135_content.htm | 288 ++ cms/content/20201030_152135_pagedata.php | 308 ++ cms/content/20201030_152930_content.htm | 288 ++ cms/content/20201030_152930_pagedata.php | 308 ++ cms/content/20201110_152057_content.htm | 288 ++ cms/content/20201110_152057_pagedata.php | 308 ++ cms/content/20240522_082258_content.htm | 288 ++ cms/content/20240522_082258_pagedata.php | 308 ++ .../20250228_072813_UPDATE45_content.htm | 288 ++ cms/content/20250228_072813_UPDATE45_log.txt | 803 +++ .../20250228_072813_UPDATE45_pagedata.php | 308 ++ cms/content/_cmsimpleAdmin.php | 6 + cms/content/_disabled_plugins.txt | 1 + cms/content/content.htm.bak | 188 + cms/content/content.php | 288 ++ cms/content/pagedata.bak | 292 ++ cms/content/pagedata.php | 344 ++ cms/content/plugins/.htaccess | 8 + cms/crl.pem | 35 + cms/css/button.jpg | Bin 0 -> 369 bytes cms/css/core.css | 1084 ++++ cms/css/icons/add.png | Bin 0 -> 656 bytes cms/css/icons/delete-file.png | Bin 0 -> 781 bytes cms/css/icons/delete-file_old.png | Bin 0 -> 961 bytes cms/css/icons/delete-file_old_1.png | Bin 0 -> 961 bytes cms/css/icons/delete.gif | Bin 0 -> 989 bytes cms/css/icons/entrance.png | Bin 0 -> 1200 bytes cms/css/icons/folder-open.png | Bin 0 -> 625 bytes cms/css/icons/folder-open1.png | Bin 0 -> 905 bytes cms/css/icons/folder-open2.png | Bin 0 -> 1184 bytes cms/css/icons/folder.png | Bin 0 -> 581 bytes cms/css/icons/folder1.png | Bin 0 -> 848 bytes cms/css/icons/folder2.png | Bin 0 -> 1176 bytes cms/css/icons/folder_lat.png | Bin 0 -> 581 bytes cms/css/icons/help_icon.gif | Bin 0 -> 976 bytes cms/css/icons/help_icon.png | Bin 0 -> 955 bytes cms/css/icons/help_icon_10px.png | Bin 0 -> 525 bytes cms/css/icons/help_icon_12px.png | Bin 0 -> 655 bytes cms/css/icons/restore.gif | Bin 0 -> 96 bytes cms/css/tinymce_sitetitle1.css | 17 + cms/css/tinymce_sitetitle2.css | 13 + cms/favicon.ico | Bin 0 -> 3262 bytes cms/index.php | 4 + cms/license.txt | 674 +++ cms/plugins/co_authors/admin.php | 60 + cms/plugins/co_authors/help/help.htm | 106 + cms/plugins/co_authors/index.php | 61 + cms/plugins/co_authors/version.nfo | 1 + .../convert_h1split/css/stylesheet.css | 40 + cms/plugins/convert_h1split/index.php | 160 + cms/plugins/convert_h1split/languages/de.php | 16 + .../convert_h1split/languages/default.php | 16 + cms/plugins/convert_h1split/languages/en.php | 16 + cms/plugins/filebrowser/admin.php | 101 + .../filebrowser/classes/filebrowser.php | 392 ++ .../filebrowser/classes/filebrowser_view.php | 535 ++ .../filebrowser/classes/required_classes.php | 13 + cms/plugins/filebrowser/editorbrowser.php | 86 + .../editorhooks/ckeditor/script.php | 15 + .../filebrowser/editorhooks/tinymce/index.php | 13 + .../editorhooks/tinymce/script.php | 34 + .../editorhooks/tinymce/tinymce.js | 33 + cms/plugins/filebrowser/icons/add.png | Bin 0 -> 656 bytes cms/plugins/filebrowser/icons/delete-file.png | Bin 0 -> 781 bytes .../filebrowser/icons/delete-file_old.png | Bin 0 -> 961 bytes .../filebrowser/icons/delete-file_old_1.png | Bin 0 -> 961 bytes cms/plugins/filebrowser/icons/delete.gif | Bin 0 -> 989 bytes cms/plugins/filebrowser/icons/folder-open.png | Bin 0 -> 625 bytes .../filebrowser/icons/folder-open1.png | Bin 0 -> 905 bytes .../filebrowser/icons/folder-open2.png | Bin 0 -> 1184 bytes cms/plugins/filebrowser/icons/folder.png | Bin 0 -> 581 bytes cms/plugins/filebrowser/icons/folder1.png | Bin 0 -> 848 bytes cms/plugins/filebrowser/icons/folder2.png | Bin 0 -> 1176 bytes cms/plugins/filebrowser/icons/folder_lat.png | Bin 0 -> 581 bytes cms/plugins/filebrowser/index.php | 85 + cms/plugins/filebrowser/js/filebrowser.js | 55 + cms/plugins/filebrowser/tpl/cmsbrowser.html | 92 + .../filebrowser/tpl/editorbrowser.html | 101 + cms/plugins/index.php | 1125 ++++ cms/plugins/jquery/GPL2.txt | 278 + cms/plugins/jquery/admin.php | 34 + cms/plugins/jquery/changelog.txt | 36 + cms/plugins/jquery/help/help.htm | 627 +++ .../help/jQuery__UI_logo_color_onwhite.png | Bin 0 -> 7899 bytes .../jquery/help/jQuery_logo_color_onwhite.png | Bin 0 -> 8347 bytes cms/plugins/jquery/help/sh/LGPLv3.txt | 165 + .../jquery/help/sh/scripts/clipboard.swf | Bin 0 -> 1361 bytes .../jquery/help/sh/scripts/shBrushPhp.js | 91 + cms/plugins/jquery/help/sh/scripts/shCore.js | 30 + .../jquery/help/sh/scripts/shLegacy.js | 30 + cms/plugins/jquery/help/sh/styles/help.png | Bin 0 -> 786 bytes .../jquery/help/sh/styles/magnifier.png | Bin 0 -> 615 bytes .../jquery/help/sh/styles/page_white_code.png | Bin 0 -> 603 bytes .../jquery/help/sh/styles/page_white_copy.png | Bin 0 -> 309 bytes cms/plugins/jquery/help/sh/styles/printer.png | Bin 0 -> 731 bytes cms/plugins/jquery/help/sh/styles/shCore.css | 330 ++ .../jquery/help/sh/styles/shThemeDefault.css | 173 + .../jquery/help/sh/styles/shThemeDjango.css | 176 + .../jquery/help/sh/styles/shThemeEclipse.css | 190 + .../jquery/help/sh/styles/shThemeEmacs.css | 175 + .../help/sh/styles/shThemeFadeToGrey.css | 177 + .../jquery/help/sh/styles/shThemeMidnight.css | 175 + .../jquery/help/sh/styles/shThemeRDark.css | 175 + cms/plugins/jquery/help/ui_cssfolder.PNG | Bin 0 -> 6120 bytes cms/plugins/jquery/index.php | 29 + cms/plugins/jquery/jquery.inc.php | 128 + .../jquery/lib/jquery/jquery-1.10.1.min.js | 6 + .../jquery/lib/jquery/jquery-1.6.4.min.js | 6 + .../jquery/lib/jquery/jquery-1.8.3.min.js | 4 + .../jquery/lib/jquery/jquery-1.9.1.min.js | 6 + cms/plugins/jquery/lib/jquery/jquery.js | 6 + .../jquery/lib/jquery/jquery_cmsimplecore.js | 4 + .../cmsimplecore/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 212 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 208 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 335 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 207 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 332 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 280 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 6922 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_444444_256x240.png | Bin 0 -> 7006 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes .../images/ui-icons_555555_256x240.png | Bin 0 -> 7074 bytes .../images/ui-icons_777620_256x240.png | Bin 0 -> 4676 bytes .../images/ui-icons_777777_256x240.png | Bin 0 -> 7013 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 6999 bytes .../images/ui-icons_cc0000_256x240.png | Bin 0 -> 4632 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6313 bytes .../cmsimplecore/jqueryui_cmsimplecore.css | 1312 +++++ .../smoothness/images/animated-overlay.gif | Bin 0 -> 1738 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../css/smoothness/jquery-ui-1.8.16.css | 568 ++ .../lib/jquery_ui/css/smoothness/jqueryui.css | 1175 +++++ .../jquery_ui/jquery-ui-1.10.1.custom.min.js | 6 + .../lib/jquery_ui/jquery-ui-1.8.16.min.js | 791 +++ .../lib/jquery_ui/jquery-ui_cmsimplecore.js | 13 + cms/plugins/jquery/lib/jquery_ui/jqueryui.js | 6 + cms/plugins/jquery/version.nfo | 1 + cms/plugins/meta_tags/admin.php | 28 + cms/plugins/meta_tags/help/README | 1 + cms/plugins/meta_tags/images/downarrow.gif | Bin 0 -> 351 bytes cms/plugins/meta_tags/images/uparrow.gif | Bin 0 -> 348 bytes cms/plugins/meta_tags/index.php | 63 + cms/plugins/meta_tags/meta_tags_view.php | 60 + cms/plugins/page_params/admin.php | 27 + cms/plugins/page_params/help/README | 1 + cms/plugins/page_params/images/downarrow.gif | Bin 0 -> 351 bytes cms/plugins/page_params/images/uparrow.gif | Bin 0 -> 348 bytes cms/plugins/page_params/index.php | 158 + cms/plugins/page_params/page_params_view.php | 221 + cms/plugins/pagemanager/README.txt | 22 + cms/plugins/pagemanager/admin.php | 552 ++ cms/plugins/pagemanager/changelog.txt | 168 + cms/plugins/pagemanager/help/help.htm | 229 + cms/plugins/pagemanager/help/help_de.htm | 246 + cms/plugins/pagemanager/help/help_sk.htm | 194 + cms/plugins/pagemanager/help/move1.png | Bin 0 -> 4741 bytes cms/plugins/pagemanager/help/move2.png | Bin 0 -> 5625 bytes cms/plugins/pagemanager/help/move3.png | Bin 0 -> 5403 bytes cms/plugins/pagemanager/help/move4.png | Bin 0 -> 4513 bytes cms/plugins/pagemanager/help/pagemanager.png | Bin 0 -> 36110 bytes cms/plugins/pagemanager/help/result1.png | Bin 0 -> 3656 bytes cms/plugins/pagemanager/help/result2.png | Bin 0 -> 3336 bytes cms/plugins/pagemanager/help/result3.png | Bin 0 -> 3342 bytes cms/plugins/pagemanager/help/result4.png | Bin 0 -> 3447 bytes cms/plugins/pagemanager/help/stylesheet.css | 42 + cms/plugins/pagemanager/images/_delete.gif | Bin 0 -> 631 bytes cms/plugins/pagemanager/images/collapse.gif | Bin 0 -> 1018 bytes cms/plugins/pagemanager/images/copy.gif | Bin 0 -> 1026 bytes cms/plugins/pagemanager/images/create.gif | Bin 0 -> 1019 bytes .../pagemanager/images/create_after.gif | Bin 0 -> 1042 bytes cms/plugins/pagemanager/images/cut.gif | Bin 0 -> 539 bytes cms/plugins/pagemanager/images/delete.gif | Bin 0 -> 581 bytes cms/plugins/pagemanager/images/expand.gif | Bin 0 -> 632 bytes cms/plugins/pagemanager/images/help.gif | Bin 0 -> 1051 bytes cms/plugins/pagemanager/images/new.gif | Bin 0 -> 1019 bytes cms/plugins/pagemanager/images/paste.gif | Bin 0 -> 1051 bytes .../pagemanager/images/paste_after.gif | Bin 0 -> 1053 bytes cms/plugins/pagemanager/images/problem.gif | Bin 0 -> 312 bytes cms/plugins/pagemanager/images/question.gif | Bin 0 -> 530 bytes cms/plugins/pagemanager/images/rename.gif | Bin 0 -> 992 bytes cms/plugins/pagemanager/images/save.gif | Bin 0 -> 648 bytes cms/plugins/pagemanager/images/separator.gif | Bin 0 -> 45 bytes .../pagemanager/images/separator_v.gif | Bin 0 -> 45 bytes cms/plugins/pagemanager/images/showpage.gif | Bin 0 -> 596 bytes .../pagemanager/jstree/jquery.cookie.js | 114 + .../pagemanager/jstree/jquery.jstree.js | 4558 +++++++++++++++++ .../pagemanager/jstree/themes/cmsimple/d.gif | Bin 0 -> 3011 bytes .../pagemanager/jstree/themes/cmsimple/d.png | Bin 0 -> 7535 bytes .../jstree/themes/cmsimple/dot_for_ie.gif | Bin 0 -> 43 bytes .../jstree/themes/cmsimple/style.css | 90 + .../jstree/themes/cmsimple/throbber.gif | Bin 0 -> 1849 bytes cms/plugins/pagemanager/license.txt | 674 +++ cms/plugins/pagemanager/pagemanager.js | 376 ++ cms/plugins/pagemanager/pagemanager.png | Bin 0 -> 19465 bytes cms/plugins/pluginloader/css/help_icon.png | Bin 0 -> 955 bytes .../pluginloader/css/help_icon_10px.png | Bin 0 -> 525 bytes .../pluginloader/css/help_icon_12px.png | Bin 0 -> 655 bytes cms/plugins/pluginloader/languages/da.php | 33 + cms/plugins/pluginloader/languages/de.php | 33 + .../pluginloader/languages/default.php | 33 + cms/plugins/pluginloader/languages/en.php | 33 + cms/plugins/pluginloader/languages/fi.php | 33 + cms/plugins/pluginloader/languages/fr.php | 33 + cms/plugins/pluginloader/languages/it.php | 33 + cms/plugins/pluginloader/languages/ru.php | 32 + .../pluginloader/page_data/css/cross.gif | Bin 0 -> 631 bytes .../pluginloader/page_data/css/stylesheet.css | 52 + .../pluginloader/page_data/css/tab_active.gif | Bin 0 -> 2452 bytes .../pluginloader/page_data/css/tab_hover.gif | Bin 0 -> 2647 bytes .../page_data/css/tab_inactive.gif | Bin 0 -> 2653 bytes cms/plugins/pluginloader/page_data/index.php | 125 + .../page_data/page_data_model.php | 320 ++ .../page_data/page_data_router.php | 367 ++ .../page_data/page_data_views.php | 108 + cms/plugins/tinymce/admin.php | 45 + cms/plugins/tinymce/cms_image_list.js | 9 + cms/plugins/tinymce/cms_link_list.js | 9 + cms/plugins/tinymce/filebrowser.js | 44 + cms/plugins/tinymce/init.js | 33 + cms/plugins/tinymce/init.php | 183 + .../tinymce/inits/init_coauthorsfull.js | 53 + .../tinymce/inits/init_coauthorsmedium.js | 54 + .../tinymce/inits/init_coauthorsminimal.js | 54 + .../tinymce/inits/init_coauthorsnarrow.js | 54 + .../tinymce/inits/init_coauthorssidebar.js | 54 + cms/plugins/tinymce/inits/init_full.js | 52 + cms/plugins/tinymce/inits/init_medium.js | 53 + cms/plugins/tinymce/inits/init_minimal.js | 53 + cms/plugins/tinymce/inits/init_narrow.js | 53 + cms/plugins/tinymce/inits/init_sidebar.js | 53 + cms/plugins/tinymce/links.php | 52 + .../tinymce/tiny_mce/cms_image_list.js | 9 + cms/plugins/tinymce/tiny_mce/cms_link_list.js | 9 + cms/plugins/tinymce/tiny_mce/langs/cs.js | 1 + cms/plugins/tinymce/tiny_mce/langs/da.js | 1 + cms/plugins/tinymce/tiny_mce/langs/de.js | 1 + cms/plugins/tinymce/tiny_mce/langs/en.js | 1 + cms/plugins/tinymce/tiny_mce/langs/es.js | 1 + cms/plugins/tinymce/tiny_mce/langs/fr.js | 1 + cms/plugins/tinymce/tiny_mce/langs/hu.js | 1 + cms/plugins/tinymce/tiny_mce/langs/pl.js | 1 + cms/plugins/tinymce/tiny_mce/langs/ru.js | 1 + cms/plugins/tinymce/tiny_mce/langs/sk.js | 1 + cms/plugins/tinymce/tiny_mce/license.txt | 504 ++ .../tiny_mce/plugins/advhr/css/advhr.css | 5 + .../tiny_mce/plugins/advhr/editor_plugin.js | 1 + .../tinymce/tiny_mce/plugins/advhr/js/rule.js | 43 + .../tiny_mce/plugins/advhr/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/advhr/langs/da_dlg.js | 1 + .../tiny_mce/plugins/advhr/langs/de_dlg.js | 1 + .../tiny_mce/plugins/advhr/langs/en_dlg.js | 1 + .../tiny_mce/plugins/advhr/langs/es_dlg.js | 1 + .../tiny_mce/plugins/advhr/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/advhr/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/advhr/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/advhr/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/advhr/langs/sk_dlg.js | 1 + .../tinymce/tiny_mce/plugins/advhr/rule.htm | 58 + .../plugins/advimage/css/advimage.css | 13 + .../plugins/advimage/editor_plugin.js | 1 + .../plugins/advimage/editor_plugin_src.js | 50 + .../tiny_mce/plugins/advimage/image.htm | 235 + .../tiny_mce/plugins/advimage/img/sample.gif | Bin 0 -> 1624 bytes .../tiny_mce/plugins/advimage/js/image.js | 462 ++ .../tiny_mce/plugins/advimage/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/advimage/langs/da_dlg.js | 1 + .../tiny_mce/plugins/advimage/langs/de_dlg.js | 1 + .../tiny_mce/plugins/advimage/langs/en_dlg.js | 1 + .../tiny_mce/plugins/advimage/langs/es_dlg.js | 1 + .../tiny_mce/plugins/advimage/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/advimage/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/advimage/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/advimage/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/advimage/langs/sk_dlg.js | 1 + .../tiny_mce/plugins/advlink/css/advlink.css | 8 + .../tiny_mce/plugins/advlink/editor_plugin.js | 1 + .../tiny_mce/plugins/advlink/js/advlink.js | 532 ++ .../tiny_mce/plugins/advlink/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/advlink/langs/da_dlg.js | 1 + .../tiny_mce/plugins/advlink/langs/de_dlg.js | 1 + .../tiny_mce/plugins/advlink/langs/en_dlg.js | 1 + .../tiny_mce/plugins/advlink/langs/es_dlg.js | 1 + .../tiny_mce/plugins/advlink/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/advlink/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/advlink/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/advlink/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/advlink/langs/sk_dlg.js | 1 + .../tinymce/tiny_mce/plugins/advlink/link.htm | 338 ++ .../tiny_mce/plugins/advlist/editor_plugin.js | 1 + .../plugins/autolink/editor_plugin.js | 1 + .../plugins/autoresize/editor_plugin.js | 1 + .../plugins/autosave/editor_plugin.js | 1 + .../tiny_mce/plugins/autosave/langs/en.js | 4 + .../tiny_mce/plugins/bbcode/editor_plugin.js | 1 + .../plugins/contextmenu/editor_plugin.js | 1 + .../plugins/directionality/editor_plugin.js | 1 + .../plugins/emotions/editor_plugin.js | 1 + .../tiny_mce/plugins/emotions/emotions.htm | 41 + .../plugins/emotions/img/smiley-cool.gif | Bin 0 -> 354 bytes .../plugins/emotions/img/smiley-cry.gif | Bin 0 -> 329 bytes .../emotions/img/smiley-embarassed.gif | Bin 0 -> 331 bytes .../emotions/img/smiley-foot-in-mouth.gif | Bin 0 -> 342 bytes .../plugins/emotions/img/smiley-frown.gif | Bin 0 -> 340 bytes .../plugins/emotions/img/smiley-innocent.gif | Bin 0 -> 336 bytes .../plugins/emotions/img/smiley-kiss.gif | Bin 0 -> 338 bytes .../plugins/emotions/img/smiley-laughing.gif | Bin 0 -> 343 bytes .../emotions/img/smiley-money-mouth.gif | Bin 0 -> 321 bytes .../plugins/emotions/img/smiley-sealed.gif | Bin 0 -> 323 bytes .../plugins/emotions/img/smiley-smile.gif | Bin 0 -> 344 bytes .../plugins/emotions/img/smiley-surprised.gif | Bin 0 -> 338 bytes .../emotions/img/smiley-tongue-out.gif | Bin 0 -> 328 bytes .../plugins/emotions/img/smiley-undecided.gif | Bin 0 -> 337 bytes .../plugins/emotions/img/smiley-wink.gif | Bin 0 -> 350 bytes .../plugins/emotions/img/smiley-yell.gif | Bin 0 -> 336 bytes .../tiny_mce/plugins/emotions/js/emotions.js | 22 + .../tiny_mce/plugins/emotions/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/emotions/langs/da_dlg.js | 1 + .../tiny_mce/plugins/emotions/langs/de_dlg.js | 1 + .../tiny_mce/plugins/emotions/langs/en_dlg.js | 1 + .../tiny_mce/plugins/emotions/langs/es_dlg.js | 1 + .../tiny_mce/plugins/emotions/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/emotions/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/emotions/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/emotions/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/emotions/langs/sk_dlg.js | 1 + .../tiny_mce/plugins/example/dialog.htm | 22 + .../tiny_mce/plugins/example/editor_plugin.js | 1 + .../plugins/example/editor_plugin_src.js | 84 + .../tiny_mce/plugins/example/img/example.gif | Bin 0 -> 87 bytes .../tiny_mce/plugins/example/js/dialog.js | 19 + .../tiny_mce/plugins/example/langs/en.js | 3 + .../tiny_mce/plugins/example/langs/en_dlg.js | 3 + .../example_dependency/editor_plugin.js | 1 + .../example_dependency/editor_plugin_src.js | 50 + .../plugins/fullpage/css/fullpage.css | 143 + .../plugins/fullpage/editor_plugin.js | 1 + .../tiny_mce/plugins/fullpage/fullpage.htm | 259 + .../tiny_mce/plugins/fullpage/js/fullpage.js | 232 + .../tiny_mce/plugins/fullpage/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/fullpage/langs/da_dlg.js | 1 + .../tiny_mce/plugins/fullpage/langs/de_dlg.js | 1 + .../tiny_mce/plugins/fullpage/langs/en_dlg.js | 1 + .../tiny_mce/plugins/fullpage/langs/es_dlg.js | 1 + .../tiny_mce/plugins/fullpage/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/fullpage/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/fullpage/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/fullpage/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/fullpage/langs/sk_dlg.js | 1 + .../plugins/fullscreen/editor_plugin.js | 1 + .../plugins/fullscreen/fullscreen.htm | 110 + .../tiny_mce/plugins/iespell/editor_plugin.js | 1 + .../plugins/inlinepopups/editor_plugin.js | 1 + .../skins/clearlooks2/img/alert.gif | Bin 0 -> 810 bytes .../skins/clearlooks2/img/button.gif | Bin 0 -> 272 bytes .../skins/clearlooks2/img/buttons.gif | Bin 0 -> 1195 bytes .../skins/clearlooks2/img/confirm.gif | Bin 0 -> 907 bytes .../skins/clearlooks2/img/corners.gif | Bin 0 -> 909 bytes .../skins/clearlooks2/img/horizontal.gif | Bin 0 -> 769 bytes .../skins/clearlooks2/img/vertical.gif | Bin 0 -> 84 bytes .../inlinepopups/skins/clearlooks2/window.css | 90 + .../plugins/inlinepopups/template.htm | 387 ++ .../plugins/insertdatetime/editor_plugin.js | 1 + .../tiny_mce/plugins/layer/editor_plugin.js | 1 + .../plugins/legacyoutput/editor_plugin.js | 1 + .../tiny_mce/plugins/lists/editor_plugin.js | 1 + .../tiny_mce/plugins/media/css/media.css | 17 + .../tiny_mce/plugins/media/editor_plugin.js | 1 + .../tiny_mce/plugins/media/js/embed.js | 73 + .../tiny_mce/plugins/media/js/media.js | 389 ++ .../tiny_mce/plugins/media/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/media/langs/da_dlg.js | 1 + .../tiny_mce/plugins/media/langs/de_dlg.js | 1 + .../tiny_mce/plugins/media/langs/en_dlg.js | 1 + .../tiny_mce/plugins/media/langs/es_dlg.js | 1 + .../tiny_mce/plugins/media/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/media/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/media/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/media/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/media/langs/sk_dlg.js | 1 + .../tinymce/tiny_mce/plugins/media/media.htm | 897 ++++ .../tiny_mce/plugins/media/moxieplayer.swf | Bin 0 -> 33931 bytes .../plugins/nonbreaking/editor_plugin.js | 1 + .../plugins/noneditable/editor_plugin.js | 1 + .../plugins/pagebreak/editor_plugin.js | 1 + .../tiny_mce/plugins/paste/editor_plugin.js | 1 + .../tiny_mce/plugins/paste/js/pastetext.js | 36 + .../tiny_mce/plugins/paste/js/pasteword.js | 51 + .../tiny_mce/plugins/paste/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/paste/langs/da_dlg.js | 1 + .../tiny_mce/plugins/paste/langs/de_dlg.js | 1 + .../tiny_mce/plugins/paste/langs/en_dlg.js | 1 + .../tiny_mce/plugins/paste/langs/es_dlg.js | 1 + .../tiny_mce/plugins/paste/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/paste/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/paste/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/paste/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/paste/langs/sk_dlg.js | 1 + .../tiny_mce/plugins/paste/pastetext.htm | 27 + .../tiny_mce/plugins/paste/pasteword.htm | 21 + .../tiny_mce/plugins/preview/editor_plugin.js | 1 + .../tiny_mce/plugins/preview/example.html | 28 + .../plugins/preview/jscripts/embed.js | 73 + .../tiny_mce/plugins/preview/preview.html | 17 + .../tiny_mce/plugins/print/editor_plugin.js | 1 + .../tiny_mce/plugins/save/editor_plugin.js | 1 + .../searchreplace/css/searchreplace.css | 6 + .../plugins/searchreplace/editor_plugin.js | 1 + .../plugins/searchreplace/js/searchreplace.js | 142 + .../plugins/searchreplace/langs/cs_dlg.js | 1 + .../plugins/searchreplace/langs/da_dlg.js | 1 + .../plugins/searchreplace/langs/de_dlg.js | 1 + .../plugins/searchreplace/langs/en_dlg.js | 1 + .../plugins/searchreplace/langs/es_dlg.js | 1 + .../plugins/searchreplace/langs/fr_dlg.js | 1 + .../plugins/searchreplace/langs/hu_dlg.js | 1 + .../plugins/searchreplace/langs/pl_dlg.js | 1 + .../plugins/searchreplace/langs/ru_dlg.js | 1 + .../plugins/searchreplace/langs/sk_dlg.js | 1 + .../plugins/searchreplace/searchreplace.htm | 100 + .../plugins/spellchecker/css/content.css | 1 + .../plugins/spellchecker/editor_plugin.js | 1 + .../plugins/spellchecker/img/wline.gif | Bin 0 -> 46 bytes .../tiny_mce/plugins/style/css/props.css | 13 + .../tiny_mce/plugins/style/editor_plugin.js | 1 + .../tiny_mce/plugins/style/js/props.js | 635 +++ .../tiny_mce/plugins/style/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/style/langs/da_dlg.js | 1 + .../tiny_mce/plugins/style/langs/de_dlg.js | 1 + .../tiny_mce/plugins/style/langs/en_dlg.js | 1 + .../tiny_mce/plugins/style/langs/es_dlg.js | 1 + .../tiny_mce/plugins/style/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/style/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/style/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/style/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/style/langs/sk_dlg.js | 1 + .../tinymce/tiny_mce/plugins/style/props.htm | 840 +++ .../plugins/tabfocus/editor_plugin.js | 1 + .../tinymce/tiny_mce/plugins/table/cell.htm | 180 + .../tiny_mce/plugins/table/css/cell.css | 17 + .../tiny_mce/plugins/table/css/row.css | 25 + .../tiny_mce/plugins/table/css/table.css | 13 + .../tiny_mce/plugins/table/editor_plugin.js | 1 + .../tinymce/tiny_mce/plugins/table/js/cell.js | 319 ++ .../tiny_mce/plugins/table/js/merge_cells.js | 27 + .../tinymce/tiny_mce/plugins/table/js/row.js | 237 + .../tiny_mce/plugins/table/js/table.js | 450 ++ .../tiny_mce/plugins/table/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/table/langs/da_dlg.js | 1 + .../tiny_mce/plugins/table/langs/de_dlg.js | 1 + .../tiny_mce/plugins/table/langs/en_dlg.js | 1 + .../tiny_mce/plugins/table/langs/es_dlg.js | 1 + .../tiny_mce/plugins/table/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/table/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/table/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/table/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/table/langs/sk_dlg.js | 1 + .../tiny_mce/plugins/table/merge_cells.htm | 32 + .../tinymce/tiny_mce/plugins/table/row.htm | 158 + .../tinymce/tiny_mce/plugins/table/table.htm | 188 + .../tiny_mce/plugins/template/blank.htm | 12 + .../plugins/template/css/template.css | 23 + .../plugins/template/editor_plugin.js | 1 + .../tiny_mce/plugins/template/js/template.js | 106 + .../tiny_mce/plugins/template/langs/cs_dlg.js | 1 + .../tiny_mce/plugins/template/langs/da_dlg.js | 1 + .../tiny_mce/plugins/template/langs/de_dlg.js | 1 + .../tiny_mce/plugins/template/langs/en_dlg.js | 1 + .../tiny_mce/plugins/template/langs/es_dlg.js | 1 + .../tiny_mce/plugins/template/langs/fr_dlg.js | 1 + .../tiny_mce/plugins/template/langs/hu_dlg.js | 1 + .../tiny_mce/plugins/template/langs/pl_dlg.js | 1 + .../tiny_mce/plugins/template/langs/ru_dlg.js | 1 + .../tiny_mce/plugins/template/langs/sk_dlg.js | 1 + .../tiny_mce/plugins/template/template.htm | 31 + .../plugins/visualchars/editor_plugin.js | 1 + .../plugins/wordcount/editor_plugin.js | 1 + .../tiny_mce/plugins/xhtmlxtras/abbr.htm | 142 + .../tiny_mce/plugins/xhtmlxtras/acronym.htm | 142 + .../plugins/xhtmlxtras/attributes.htm | 149 + .../tiny_mce/plugins/xhtmlxtras/cite.htm | 142 + .../plugins/xhtmlxtras/css/attributes.css | 11 + .../tiny_mce/plugins/xhtmlxtras/css/popup.css | 9 + .../tiny_mce/plugins/xhtmlxtras/del.htm | 162 + .../plugins/xhtmlxtras/editor_plugin.js | 1 + .../tiny_mce/plugins/xhtmlxtras/ins.htm | 162 + .../tiny_mce/plugins/xhtmlxtras/js/abbr.js | 28 + .../tiny_mce/plugins/xhtmlxtras/js/acronym.js | 28 + .../plugins/xhtmlxtras/js/attributes.js | 111 + .../tiny_mce/plugins/xhtmlxtras/js/cite.js | 28 + .../tiny_mce/plugins/xhtmlxtras/js/del.js | 53 + .../plugins/xhtmlxtras/js/element_common.js | 229 + .../tiny_mce/plugins/xhtmlxtras/js/ins.js | 53 + .../plugins/xhtmlxtras/langs/cs_dlg.js | 1 + .../plugins/xhtmlxtras/langs/da_dlg.js | 1 + .../plugins/xhtmlxtras/langs/de_dlg.js | 1 + .../plugins/xhtmlxtras/langs/en_dlg.js | 1 + .../plugins/xhtmlxtras/langs/es_dlg.js | 1 + .../plugins/xhtmlxtras/langs/fr_dlg.js | 1 + .../plugins/xhtmlxtras/langs/hu_dlg.js | 1 + .../plugins/xhtmlxtras/langs/pl_dlg.js | 1 + .../plugins/xhtmlxtras/langs/ru_dlg.js | 1 + .../plugins/xhtmlxtras/langs/sk_dlg.js | 1 + .../tiny_mce/themes/advanced/about.htm | 52 + .../tiny_mce/themes/advanced/anchor.htm | 26 + .../tiny_mce/themes/advanced/charmap.htm | 51 + .../tiny_mce/themes/advanced/color_picker.htm | 74 + .../themes/advanced/editor_template.js | 1 + .../themes/advanced/editor_template_src.js | 1358 +++++ .../tiny_mce/themes/advanced/image.htm | 80 + .../themes/advanced/img/colorpicker.jpg | Bin 0 -> 2584 bytes .../tiny_mce/themes/advanced/img/flash.gif | Bin 0 -> 239 bytes .../tiny_mce/themes/advanced/img/icons.gif | Bin 0 -> 11790 bytes .../tiny_mce/themes/advanced/img/iframe.gif | Bin 0 -> 600 bytes .../themes/advanced/img/pagebreak.gif | Bin 0 -> 325 bytes .../themes/advanced/img/quicktime.gif | Bin 0 -> 301 bytes .../themes/advanced/img/realmedia.gif | Bin 0 -> 439 bytes .../themes/advanced/img/shockwave.gif | Bin 0 -> 384 bytes .../tiny_mce/themes/advanced/img/trans.gif | Bin 0 -> 43 bytes .../tiny_mce/themes/advanced/img/video.gif | Bin 0 -> 597 bytes .../themes/advanced/img/windowsmedia.gif | Bin 0 -> 415 bytes .../tiny_mce/themes/advanced/js/about.js | 73 + .../tiny_mce/themes/advanced/js/anchor.js | 42 + .../tiny_mce/themes/advanced/js/charmap.js | 355 ++ .../themes/advanced/js/color_picker.js | 329 ++ .../tiny_mce/themes/advanced/js/image.js | 251 + .../tiny_mce/themes/advanced/js/link.js | 153 + .../themes/advanced/js/source_editor.js | 56 + .../tiny_mce/themes/advanced/langs/cs.js | 1 + .../tiny_mce/themes/advanced/langs/cs_dlg.js | 1 + .../tiny_mce/themes/advanced/langs/da.js | 1 + .../tiny_mce/themes/advanced/langs/da_dlg.js | 1 + .../tiny_mce/themes/advanced/langs/de.js | 1 + .../tiny_mce/themes/advanced/langs/de_dlg.js | 1 + .../tiny_mce/themes/advanced/langs/en.js | 1 + .../tiny_mce/themes/advanced/langs/en_dlg.js | 1 + .../tiny_mce/themes/advanced/langs/es.js | 1 + .../tiny_mce/themes/advanced/langs/es_dlg.js | 1 + .../tiny_mce/themes/advanced/langs/fr.js | 1 + .../tiny_mce/themes/advanced/langs/fr_dlg.js | 1 + .../tiny_mce/themes/advanced/langs/hu.js | 1 + .../tiny_mce/themes/advanced/langs/hu_dlg.js | 1 + .../tiny_mce/themes/advanced/langs/pl.js | 1 + .../tiny_mce/themes/advanced/langs/pl_dlg.js | 1 + .../tiny_mce/themes/advanced/langs/ru.js | 1 + .../tiny_mce/themes/advanced/langs/ru_dlg.js | 1 + .../tiny_mce/themes/advanced/langs/sk.js | 1 + .../tiny_mce/themes/advanced/langs/sk_dlg.js | 1 + .../tinymce/tiny_mce/themes/advanced/link.htm | 57 + .../tiny_mce/themes/advanced/shortcuts.htm | 47 + .../themes/advanced/skins/default/content.css | 49 + .../themes/advanced/skins/default/dialog.css | 117 + .../advanced/skins/default/img/buttons.png | Bin 0 -> 3133 bytes .../advanced/skins/default/img/items.gif | Bin 0 -> 64 bytes .../advanced/skins/default/img/menu_arrow.gif | Bin 0 -> 68 bytes .../advanced/skins/default/img/menu_check.gif | Bin 0 -> 70 bytes .../advanced/skins/default/img/progress.gif | Bin 0 -> 1787 bytes .../advanced/skins/default/img/tabs.gif | Bin 0 -> 1322 bytes .../themes/advanced/skins/default/ui.css | 214 + .../advanced/skins/highcontrast/content.css | 24 + .../advanced/skins/highcontrast/dialog.css | 105 + .../themes/advanced/skins/highcontrast/ui.css | 102 + .../themes/advanced/skins/o2k7/content.css | 48 + .../themes/advanced/skins/o2k7/dialog.css | 117 + .../advanced/skins/o2k7/img/button_bg.png | Bin 0 -> 2766 bytes .../skins/o2k7/img/button_bg_black.png | Bin 0 -> 651 bytes .../skins/o2k7/img/button_bg_silver.png | Bin 0 -> 2084 bytes .../themes/advanced/skins/o2k7/ui.css | 217 + .../themes/advanced/skins/o2k7/ui_black.css | 8 + .../themes/advanced/skins/o2k7/ui_silver.css | 5 + .../themes/advanced/source_editor.htm | 25 + .../tiny_mce/themes/simple/editor_template.js | 1 + .../themes/simple/editor_template_src.js | 84 + .../tiny_mce/themes/simple/img/icons.gif | Bin 0 -> 806 bytes .../tiny_mce/themes/simple/langs/cs.js | 1 + .../tiny_mce/themes/simple/langs/da.js | 1 + .../tiny_mce/themes/simple/langs/de.js | 1 + .../tiny_mce/themes/simple/langs/en.js | 1 + .../tiny_mce/themes/simple/langs/es.js | 1 + .../tiny_mce/themes/simple/langs/fr.js | 1 + .../tiny_mce/themes/simple/langs/hu.js | 1 + .../tiny_mce/themes/simple/langs/pl.js | 1 + .../tiny_mce/themes/simple/langs/ru.js | 1 + .../tiny_mce/themes/simple/langs/sk.js | 1 + .../themes/simple/skins/default/content.css | 25 + .../themes/simple/skins/default/ui.css | 32 + .../themes/simple/skins/o2k7/content.css | 17 + .../simple/skins/o2k7/img/button_bg.png | Bin 0 -> 5102 bytes .../tiny_mce/themes/simple/skins/o2k7/ui.css | 35 + cms/plugins/tinymce/tiny_mce/tiny_mce.js | 1 + .../tinymce/tiny_mce/tiny_mce_popup.js | 5 + .../tiny_mce/utils/editable_selects.js | 70 + .../tinymce/tiny_mce/utils/form_utils.js | 210 + cms/plugins/tinymce/tiny_mce/utils/mctabs.js | 162 + .../tinymce/tiny_mce/utils/validate.js | 252 + cms/plugins/tinymce/tinymce/changelog.txt | 868 ++++ .../tinymce/tinymce/jquery.tinymce.min.js | 1 + cms/plugins/tinymce/tinymce/langs/da.js | 219 + cms/plugins/tinymce/tinymce/langs/de.js | 228 + cms/plugins/tinymce/tinymce/langs/es.js | 219 + cms/plugins/tinymce/tinymce/langs/fr.js | 219 + cms/plugins/tinymce/tinymce/langs/pl.js | 219 + cms/plugins/tinymce/tinymce/langs/readme.md | 3 + cms/plugins/tinymce/tinymce/langs/sk.js | 219 + cms/plugins/tinymce/tinymce/license.txt | 504 ++ .../tinymce/plugins/advlist/plugin.min.js | 4 + .../tinymce/plugins/anchor/plugin.min.js | 1 + .../tinymce/plugins/autolink/plugin.min.js | 1 + .../tinymce/plugins/autoresize/plugin.min.js | 1 + .../tinymce/plugins/autosave/plugin.min.js | 1 + .../tinymce/plugins/bbcode/plugin.min.js | 1 + .../tinymce/plugins/charmap/plugin.min.js | 1 + .../tinymce/plugins/code/plugin.min.js | 8 + .../tinymce/plugins/codesample/css/prism.css | 138 + .../tinymce/plugins/codesample/plugin.min.js | 1 + .../tinymce/plugins/colorpicker/plugin.min.js | 1 + .../tinymce/plugins/contextmenu/plugin.min.js | 1 + .../plugins/directionality/plugin.min.js | 1 + .../plugins/emoticons/img/smiley-cool.gif | Bin 0 -> 310 bytes .../plugins/emoticons/img/smiley-cry.gif | Bin 0 -> 301 bytes .../emoticons/img/smiley-embarassed.gif | Bin 0 -> 300 bytes .../emoticons/img/smiley-foot-in-mouth.gif | Bin 0 -> 305 bytes .../plugins/emoticons/img/smiley-frown.gif | Bin 0 -> 302 bytes .../plugins/emoticons/img/smiley-innocent.gif | Bin 0 -> 300 bytes .../plugins/emoticons/img/smiley-kiss.gif | Bin 0 -> 299 bytes .../plugins/emoticons/img/smiley-laughing.gif | Bin 0 -> 306 bytes .../emoticons/img/smiley-money-mouth.gif | Bin 0 -> 290 bytes .../plugins/emoticons/img/smiley-sealed.gif | Bin 0 -> 290 bytes .../plugins/emoticons/img/smiley-smile.gif | Bin 0 -> 305 bytes .../emoticons/img/smiley-surprised.gif | Bin 0 -> 303 bytes .../emoticons/img/smiley-tongue-out.gif | Bin 0 -> 292 bytes .../emoticons/img/smiley-undecided.gif | Bin 0 -> 298 bytes .../plugins/emoticons/img/smiley-wink.gif | Bin 0 -> 311 bytes .../plugins/emoticons/img/smiley-yell.gif | Bin 0 -> 298 bytes .../tinymce/plugins/emoticons/plugin.min.js | 1 + .../tinymce/plugins/example/dialog.html | 8 + .../tinymce/plugins/example/plugin.min.js | 1 + .../plugins/example_dependency/plugin.min.js | 1 + .../tinymce/plugins/fullpage/plugin.min.js | 1 + .../tinymce/plugins/fullscreen/plugin.min.js | 1 + .../tinymce/tinymce/plugins/help/img/help.png | Bin 0 -> 334 bytes .../tinymce/tinymce/plugins/help/img/logo.png | Bin 0 -> 13208 bytes .../tinymce/plugins/help/plugin.min.js | 10 + .../tinymce/tinymce/plugins/hr/plugin.min.js | 1 + .../tinymce/plugins/image/plugin.min.js | 1 + .../tinymce/plugins/imagetools/plugin.min.js | 1 + .../tinymce/plugins/importcss/plugin.min.js | 1 + .../plugins/insertdatetime/plugin.min.js | 1 + .../tinymce/plugins/layer/plugin.min.js | 1 + .../plugins/legacyoutput/plugin.min.js | 1 + .../tinymce/plugins/link/plugin.min.js | 1 + .../tinymce/plugins/lists/plugin.min.js | 1 + .../tinymce/plugins/media/moxieplayer.swf | Bin 0 -> 20017 bytes .../tinymce/plugins/media/plugin.min.js | 1 + .../tinymce/plugins/nonbreaking/plugin.min.js | 1 + .../tinymce/plugins/noneditable/plugin.min.js | 1 + .../tinymce/plugins/nospace/img/nospace.png | Bin 0 -> 308 bytes .../tinymce/plugins/nospace/plugin.min.js | 1 + .../tinymce/plugins/pagebreak/plugin.min.js | 1 + .../tinymce/plugins/paste/plugin.min.js | 1 + .../tinymce/plugins/preview/plugin.min.js | 1 + .../tinymce/plugins/print/plugin.min.js | 1 + .../tinymce/plugins/save/plugin.min.js | 7 + .../plugins/searchreplace/plugin.min.js | 1 + .../tinymce/tinymce/plugins/shy/img/shy.png | Bin 0 -> 385 bytes .../tinymce/tinymce/plugins/shy/plugin.min.js | 1 + .../plugins/spellchecker/plugin.min.js | 1 + .../tinymce/plugins/tabfocus/plugin.min.js | 1 + .../tinymce/plugins/table/plugin.min.js | 2 + .../tinymce/plugins/template/plugin.min.js | 1 + .../tinymce/plugins/textcolor/plugin.min.js | 1 + .../tinymce/plugins/textpattern/plugin.min.js | 1 + .../tinymce/tinymce/plugins/toc/plugin.min.js | 1 + .../plugins/visualblocks/css/visualblocks.css | 154 + .../plugins/visualblocks/plugin.min.js | 1 + .../tinymce/plugins/visualchars/plugin.min.js | 1 + .../tinymce/plugins/wordcount/plugin.min.js | 1 + .../skins/cmsimple/content.inline.min.css | 1 + .../tinymce/skins/cmsimple/content.min.css | 22 + .../skins/cmsimple/fonts/tinymce-small.eot | Bin 0 -> 9112 bytes .../skins/cmsimple/fonts/tinymce-small.svg | 62 + .../skins/cmsimple/fonts/tinymce-small.ttf | Bin 0 -> 8924 bytes .../skins/cmsimple/fonts/tinymce-small.woff | Bin 0 -> 9000 bytes .../tinymce/skins/cmsimple/fonts/tinymce.eot | Bin 0 -> 12044 bytes .../tinymce/skins/cmsimple/fonts/tinymce.svg | 83 + .../tinymce/skins/cmsimple/fonts/tinymce.ttf | Bin 0 -> 11880 bytes .../tinymce/skins/cmsimple/fonts/tinymce.woff | Bin 0 -> 11956 bytes .../tinymce/skins/cmsimple/img/anchor.gif | Bin 0 -> 53 bytes .../tinymce/skins/cmsimple/img/button.jpg | Bin 0 -> 8597 bytes .../skins/cmsimple/img/button_active.jpg | Bin 0 -> 9032 bytes .../tinymce/skins/cmsimple/img/loader.gif | Bin 0 -> 2608 bytes .../tinymce/skins/cmsimple/img/object.gif | Bin 0 -> 152 bytes .../tinymce/skins/cmsimple/img/trans.gif | Bin 0 -> 43 bytes .../tinymce/skins/cmsimple/skin.ie7.min.css | 1 + .../tinymce/skins/cmsimple/skin.min.css | 73 + .../tinymce/themes/inlite/theme.min.js | 1 + .../tinymce/themes/mobile/theme.min.js | 1 + .../tinymce/themes/modern/theme.min.js | 1 + cms/plugins/tinymce/tinymce/tinymce.min.js | 2 + cms/readme.php | 62 + cms/setup.php | 152 + cms/setup/defaults/CMSimpleDebug.txt | 1 + cms/setup/defaults/_cmsimpleAdmin.php | 6 + cms/setup/defaults/config.php | 72 + cms/setup/defaults/content.php | 217 + cms/setup/defaults/de.php | 391 ++ cms/setup/defaults/disabled_plugins.txt | 1 + cms/setup/defaults/en.php | 391 ++ cms/setup/defaults/log.php | 3 + cms/setup/defaults/pagedata.php | 348 ++ cms/setup/setupControl.php | 0 .../__cmsimple_backend__/images/inhlist.gif | Bin 0 -> 61 bytes .../__cmsimple_backend__/images/top.gif | Bin 0 -> 67 bytes .../__cmsimple_backend__/stylesheet.css | 128 + .../__cmsimple_backend__/template.htm | 95 + .../__cmsimple_default__/images/bgfooter.jpg | Bin 0 -> 12674 bytes .../__cmsimple_default__/images/bgheader.jpg | Bin 0 -> 13316 bytes .../__cmsimple_default__/images/bgmain.jpg | Bin 0 -> 3116 bytes .../__cmsimple_default__/images/bgnewsh4.jpg | Bin 0 -> 14607 bytes .../__cmsimple_default__/images/inhlist.gif | Bin 0 -> 61 bytes .../__cmsimple_default__/images/logo.jpg | Bin 0 -> 8703 bytes .../__cmsimple_default__/images/logo.jpg.bak | Bin 0 -> 3756 bytes .../__cmsimple_default__/images/logo1.jpg | Bin 0 -> 2136 bytes cms/templates/__cmsimple_default__/readme.txt | 20 + .../__cmsimple_default__/stylesheet.css | 186 + .../__cmsimple_default__/template.htm | 162 + .../images/inhlist.gif | Bin 0 -> 61 bytes .../__cmsimple_filebrowser__/images/top.gif | Bin 0 -> 67 bytes .../__cmsimple_filebrowser__/stylesheet.css | 125 + .../__cmsimple_filebrowser__/template.htm | 68 + .../__fallback__/images/bgfooter.jpg | Bin 0 -> 12674 bytes .../__fallback__/images/bgheader.jpg | Bin 0 -> 13316 bytes cms/templates/__fallback__/images/bgmain.jpg | Bin 0 -> 3116 bytes .../__fallback__/images/bgnewsh4.jpg | Bin 0 -> 14607 bytes cms/templates/__fallback__/images/inhlist.gif | Bin 0 -> 61 bytes cms/templates/__fallback__/images/logo.jpg | Bin 0 -> 3756 bytes cms/templates/__fallback__/readme.txt | 20 + cms/templates/__fallback__/stylesheet.css | 186 + cms/templates/__fallback__/template.htm | 134 + cms/templates/__maintenance__/stylesheet.css | 43 + cms/templates/__maintenance__/template.htm | 25 + .../images/inhlist.gif | Bin 0 -> 61 bytes .../avantgarde_center800_m720/images/logo.jpg | Bin 0 -> 17968 bytes .../avantgarde_center800_m720/readme.txt | 22 + .../avantgarde_center800_m720/stylesheet.css | 184 + .../avantgarde_center800_m720/template.htm | 176 + .../images/inhlist.gif | Bin 0 -> 61 bytes .../avantgarde_float800_m720/images/logo.jpg | Bin 0 -> 17968 bytes .../avantgarde_float800_m720/readme.txt | 22 + .../avantgarde_float800_m720/stylesheet.css | 184 + .../avantgarde_float800_m720/template.htm | 176 + .../images/inhlist.gif | Bin 0 -> 61 bytes .../avantgarde_gallery_m720/images/logo.jpg | Bin 0 -> 17968 bytes .../avantgarde_gallery_m720/readme.txt | 22 + .../avantgarde_gallery_m720/stylesheet.css | 184 + .../avantgarde_gallery_m720/template.htm | 151 + .../images/bgheader.jpg | Bin 0 -> 28072 bytes .../images/bgheader2.jpg | Bin 0 -> 1225 bytes .../images/inhlist.gif | Bin 0 -> 59 bytes .../bluegray_center760_m768/readme.txt | 22 + .../bluegray_center760_m768/stylesheet.css | 165 + .../bluegray_center760_m768/template.htm | 177 + .../bluegray_flex760_m768/images/bgheader.jpg | Bin 0 -> 28072 bytes .../images/bgheader2.jpg | Bin 0 -> 1225 bytes .../bluegray_flex760_m768/images/inhlist.gif | Bin 0 -> 59 bytes .../bluegray_flex760_m768/readme.txt | 22 + .../bluegray_flex760_m768/stylesheet.css | 161 + .../bluegray_flex760_m768/template.htm | 141 + .../images/bgheader.jpg | Bin 0 -> 28072 bytes .../images/bgheader2.jpg | Bin 0 -> 1225 bytes .../bluegray_float760_m768/images/inhlist.gif | Bin 0 -> 59 bytes .../bluegray_float760_m768/readme.txt | 22 + .../bluegray_float760_m768/stylesheet.css | 164 + .../bluegray_float760_m768/template.htm | 170 + .../bluegray_mobile_400/images/bgfooter.jpg | Bin 0 -> 8299 bytes .../bluegray_mobile_400/images/bgheader.jpg | Bin 0 -> 8289 bytes .../bluegray_mobile_400/images/inhlist.gif | Bin 0 -> 61 bytes .../bluegray_mobile_400/stylesheet.css | 160 + .../bluegray_mobile_400/template.htm | 214 + .../images/bgheader_content.jpg | Bin 0 -> 28320 bytes .../images/bgheader_nav.jpg | Bin 0 -> 10020 bytes .../cityviews_center800_m740/images/bgnav.jpg | Bin 0 -> 545 bytes .../images/inhlist.gif | Bin 0 -> 59 bytes .../images2/bgheader_content.jpg | Bin 0 -> 26181 bytes .../images2/bgheader_nav.jpg | Bin 0 -> 11828 bytes .../images2/bgnav.jpg | Bin 0 -> 545 bytes .../images2/inhlist.gif | Bin 0 -> 59 bytes .../cityviews_center800_m740/stylesheet.css | 183 + .../cityviews_center800_m740/template.htm | 171 + .../images/bgheader_content.jpg | Bin 0 -> 28320 bytes .../images/bgheader_nav.jpg | Bin 0 -> 10020 bytes .../cityviews_float800_m740/images/bgnav.jpg | Bin 0 -> 545 bytes .../images/inhlist.gif | Bin 0 -> 59 bytes .../images2/bgheader_content.jpg | Bin 0 -> 26181 bytes .../images2/bgheader_nav.jpg | Bin 0 -> 11828 bytes .../cityviews_float800_m740/images2/bgnav.jpg | Bin 0 -> 545 bytes .../images2/inhlist.gif | Bin 0 -> 59 bytes .../cityviews_float800_m740/stylesheet.css | 183 + .../cityviews_float800_m740/template.htm | 179 + .../images/bgheader_content.jpg | Bin 0 -> 28320 bytes .../images/bgheader_nav.jpg | Bin 0 -> 10020 bytes .../cityviews_gallery_m740/images/bgnav.jpg | Bin 0 -> 545 bytes .../cityviews_gallery_m740/images/inhlist.gif | Bin 0 -> 59 bytes .../images2/bgheader_content.jpg | Bin 0 -> 26181 bytes .../images2/bgheader_nav.jpg | Bin 0 -> 11828 bytes .../cityviews_gallery_m740/images2/bgnav.jpg | Bin 0 -> 545 bytes .../images2/inhlist.gif | Bin 0 -> 59 bytes .../cityviews_gallery_m740/stylesheet.css | 183 + .../cityviews_gallery_m740/template.htm | 153 + .../cmsimple_default/images/bgheader.gif | Bin 0 -> 60427 bytes .../cmsimple_default/images/bgmain.jpg | Bin 0 -> 3116 bytes .../cmsimple_default/images/bgnews.jpg | Bin 0 -> 36332 bytes .../cmsimple_default/images/button.jpg | Bin 0 -> 369 bytes .../cmsimple_default/images/contentlink.gif | Bin 0 -> 953 bytes .../cmsimple_default/images/header.jpg | Bin 0 -> 104920 bytes .../cmsimple_default/images/homelink.gif | Bin 0 -> 123 bytes .../cmsimple_default/images/lupe.png | Bin 0 -> 746 bytes .../cmsimple_default/images/mailformlink.gif | Bin 0 -> 124 bytes .../cmsimple_default/images/menulink.gif | Bin 0 -> 868 bytes .../cmsimple_default/images/newslink.gif | Bin 0 -> 874 bytes .../cmsimple_default/images/next.gif | Bin 0 -> 67 bytes .../cmsimple_default/images/prev.gif | Bin 0 -> 64 bytes .../cmsimple_default/images/printlink.gif | Bin 0 -> 168 bytes .../cmsimple_default/images/sitemaplink.gif | Bin 0 -> 171 bytes cms/templates/cmsimple_default/images/top.gif | Bin 0 -> 67 bytes .../cmsimple_default/images/top_white.gif | Bin 0 -> 891 bytes .../cmsimple_default/smoothscroll.js | 146 + cms/templates/cmsimple_default/stylesheet.css | 336 ++ cms/templates/cmsimple_default/template.htm | 260 + .../ge1024papyrusXH/images/bgbody.jpg | Bin 0 -> 3913 bytes .../ge1024papyrusXH/images/bgheader.jpg | Bin 0 -> 6513 bytes .../ge1024papyrusXH/images/bgnews.jpg | Bin 0 -> 6518 bytes .../ge1024papyrusXH/images/inhlist.gif | Bin 0 -> 59 bytes cms/templates/ge1024papyrusXH/images/logo.jpg | Bin 0 -> 15910 bytes .../ge1024papyrusXH/images/logo.jpg.ba2 | Bin 0 -> 8703 bytes .../ge1024papyrusXH/images/logo.jpg.bak | Bin 0 -> 18985 bytes cms/templates/ge1024papyrusXH/readme.txt | 22 + cms/templates/ge1024papyrusXH/stylesheet.css | 150 + cms/templates/ge1024papyrusXH/template.htm | 140 + .../ge800papyrusXH/images/bgbody.jpg | Bin 0 -> 3913 bytes .../ge800papyrusXH/images/bgheader.jpg | Bin 0 -> 6513 bytes .../ge800papyrusXH/images/bgnews.jpg | Bin 0 -> 6518 bytes .../ge800papyrusXH/images/inhlist.gif | Bin 0 -> 59 bytes cms/templates/ge800papyrusXH/images/logo.jpg | Bin 0 -> 5513 bytes cms/templates/ge800papyrusXH/readme.txt | 22 + cms/templates/ge800papyrusXH/stylesheet.css | 148 + cms/templates/ge800papyrusXH/template.htm | 140 + .../gefloatpapyrusXH/images/bgbody.jpg | Bin 0 -> 3913 bytes .../gefloatpapyrusXH/images/bgheader.jpg | Bin 0 -> 6513 bytes .../gefloatpapyrusXH/images/bgnews.jpg | Bin 0 -> 6518 bytes .../gefloatpapyrusXH/images/inhlist.gif | Bin 0 -> 59 bytes .../gefloatpapyrusXH/images/logo.jpg | Bin 0 -> 15870 bytes cms/templates/gefloatpapyrusXH/readme.txt | 22 + cms/templates/gefloatpapyrusXH/stylesheet.css | 147 + cms/templates/gefloatpapyrusXH/template.htm | 136 + .../gefluidpapyrusXH/images/bgbody.jpg | Bin 0 -> 3913 bytes .../gefluidpapyrusXH/images/bgheader.jpg | Bin 0 -> 6513 bytes .../gefluidpapyrusXH/images/bgnews.jpg | Bin 0 -> 6518 bytes .../gefluidpapyrusXH/images/inhlist.gif | Bin 0 -> 59 bytes .../gefluidpapyrusXH/images/logo.jpg | Bin 0 -> 12409 bytes cms/templates/gefluidpapyrusXH/readme.txt | 22 + cms/templates/gefluidpapyrusXH/stylesheet.css | 152 + cms/templates/gefluidpapyrusXH/template.htm | 140 + .../images/bgheader.jpg | Bin 0 -> 1655 bytes .../images/inhlist.gif | Bin 0 -> 61 bytes .../greyblack_center760_m800/readme.txt | 22 + .../greyblack_center760_m800/stylesheet.css | 194 + .../greyblack_center760_m800/template.htm | 163 + .../images/bgheader.jpg | Bin 0 -> 1655 bytes .../images/inhlist.gif | Bin 0 -> 61 bytes .../greyblack_center996_m800/readme.txt | 22 + .../greyblack_center996_m800/stylesheet.css | 194 + .../greyblack_center996_m800/template.htm | 163 + .../images/bgheader.jpg | Bin 0 -> 1655 bytes .../images/inhlist.gif | Bin 0 -> 61 bytes .../greyblack_float760_m800/readme.txt | 22 + .../greyblack_float760_m800/stylesheet.css | 194 + .../greyblack_float760_m800/template.htm | 163 + .../images/bghead.jpg | Bin 0 -> 7523 bytes .../greyscale_center946_m960/images/bgnav.jpg | Bin 0 -> 29877 bytes .../images/bgnotes.jpg | Bin 0 -> 6896 bytes .../images/inhlist.gif | Bin 0 -> 61 bytes .../greyscale_center946_m960/readme.txt | 21 + .../greyscale_center946_m960/stylesheet.css | 157 + .../greyscale_center946_m960/template.htm | 173 + .../greyscale_flex760_m768/images/bghead.jpg | Bin 0 -> 7523 bytes .../greyscale_flex760_m768/images/bgnav.jpg | Bin 0 -> 29877 bytes .../greyscale_flex760_m768/images/bgnotes.jpg | Bin 0 -> 6896 bytes .../greyscale_flex760_m768/images/inhlist.gif | Bin 0 -> 61 bytes .../greyscale_flex760_m768/readme.txt | 21 + .../greyscale_flex760_m768/stylesheet.css | 156 + .../greyscale_flex760_m768/template.htm | 138 + .../greyscale_float760_m768/images/bghead.jpg | Bin 0 -> 7523 bytes .../greyscale_float760_m768/images/bgnav.jpg | Bin 0 -> 29877 bytes .../images/bgnotes.jpg | Bin 0 -> 6896 bytes .../images/inhlist.gif | Bin 0 -> 61 bytes .../greyscale_float760_m768/readme.txt | 21 + .../greyscale_float760_m768/stylesheet.css | 156 + .../greyscale_float760_m768/template.htm | 162 + .../images/bgcontent.jpg | Bin 0 -> 48617 bytes .../images/bgheader_nav.jpg | Bin 0 -> 6242 bytes .../nature_center800_m740/images/inhlist.gif | Bin 0 -> 59 bytes .../nature_center800_m740/stylesheet.css | 184 + .../nature_center800_m740/template.htm | 166 + .../nature_float800_m740/images/bgcontent.jpg | Bin 0 -> 48617 bytes .../images/bgheader_nav.jpg | Bin 0 -> 6242 bytes .../nature_float800_m740/images/inhlist.gif | Bin 0 -> 59 bytes .../nature_float800_m740/stylesheet.css | 184 + .../nature_float800_m740/template.htm | 166 + .../nature_gallery_m740/images/bgcontent.jpg | Bin 0 -> 48617 bytes .../images/bgheader_nav.jpg | Bin 0 -> 6242 bytes .../nature_gallery_m740/images/inhlist.gif | Bin 0 -> 59 bytes .../nature_gallery_m740/stylesheet.css | 184 + .../nature_gallery_m740/template.htm | 149 + .../reed_center760_m768/images/bgbody.jpg | Bin 0 -> 90728 bytes .../reed_center760_m768/images/inhlist.gif | Bin 0 -> 61 bytes cms/templates/reed_center760_m768/readme.txt | 22 + .../reed_center760_m768/stylesheet.css | 185 + .../reed_center760_m768/template.htm | 161 + .../reed_center996_m768/images/bgbody.jpg | Bin 0 -> 90728 bytes .../reed_center996_m768/images/inhlist.gif | Bin 0 -> 61 bytes cms/templates/reed_center996_m768/readme.txt | 22 + .../reed_center996_m768/stylesheet.css | 185 + .../reed_center996_m768/template.htm | 161 + .../reed_float760_m768/images/bgbody.jpg | Bin 0 -> 90728 bytes .../reed_float760_m768/images/inhlist.gif | Bin 0 -> 61 bytes cms/templates/reed_float760_m768/readme.txt | 22 + .../reed_float760_m768/stylesheet.css | 185 + cms/templates/reed_float760_m768/template.htm | 161 + .../wave_center760_m768/images/bgbody.jpg | Bin 0 -> 38028 bytes .../wave_center760_m768/images/inhlist.gif | Bin 0 -> 59 bytes cms/templates/wave_center760_m768/readme.txt | 22 + .../wave_center760_m768/stylesheet.css | 161 + .../wave_center760_m768/template.htm | 154 + .../wave_center940_m960/images/bgbody.jpg | Bin 0 -> 38028 bytes .../wave_center940_m960/images/inhlist.gif | Bin 0 -> 59 bytes cms/templates/wave_center940_m960/readme.txt | 22 + .../wave_center940_m960/stylesheet.css | 159 + .../wave_center940_m960/template.htm | 148 + .../wave_float760_m768/images/bgbody.jpg | Bin 0 -> 38028 bytes .../wave_float760_m768/images/bgbody_left.jpg | Bin 0 -> 40837 bytes .../wave_float760_m768/images/inhlist.gif | Bin 0 -> 59 bytes cms/templates/wave_float760_m768/readme.txt | 22 + .../wave_float760_m768/stylesheet.css | 161 + cms/templates/wave_float760_m768/template.htm | 160 + .../wave_mobile_400/images/bgcontent.jpg | Bin 0 -> 10185 bytes .../wave_mobile_400/images/inhlist.gif | Bin 0 -> 61 bytes cms/templates/wave_mobile_400/stylesheet.css | 164 + cms/templates/wave_mobile_400/template.htm | 211 + .../images/bgheader.jpg | Bin 0 -> 9126 bytes .../win8style_float800_m720/images/bgml1.jpg | Bin 0 -> 3428 bytes .../images/bgml1active.jpg | Bin 0 -> 1328 bytes .../images/bgml1hover.jpg | Bin 0 -> 4269 bytes .../win8style_float800_m720/images/bgml2.jpg | Bin 0 -> 4152 bytes .../images/bgnewsh4.jpg | Bin 0 -> 4819 bytes .../images/bgsubnav.jpg | Bin 0 -> 7885 bytes .../images/inhlist.gif | Bin 0 -> 61 bytes .../images/navimage.jpg | Bin 0 -> 8834 bytes .../win8style_float800_m720/readme.txt | 22 + .../win8style_float800_m720/stylesheet.css | 228 + .../win8style_float800_m720/template.htm | 171 + .../images/bgheader.jpg | Bin 0 -> 9126 bytes .../win8style_gallery_m720/images/bgml1.jpg | Bin 0 -> 3428 bytes .../images/bgml1active.jpg | Bin 0 -> 1328 bytes .../images/bgml1hover.jpg | Bin 0 -> 4269 bytes .../win8style_gallery_m720/images/bgml2.jpg | Bin 0 -> 4152 bytes .../images/bgnewsh4.jpg | Bin 0 -> 4819 bytes .../images/bgsubnav.jpg | Bin 0 -> 7885 bytes .../win8style_gallery_m720/images/inhlist.gif | Bin 0 -> 61 bytes .../images/navimage.jpg | Bin 0 -> 8834 bytes .../win8style_gallery_m720/readme.txt | 22 + .../win8style_gallery_m720/stylesheet.css | 215 + .../win8style_gallery_m720/template.htm | 129 + cms/userfiles/_core/CMSimpleDebug.txt | 1 + cms/userfiles/images/Jekyll-mansfield.jpg | Bin 0 -> 17853 bytes cms/userfiles/images/Kalender_antik.jpg | Bin 0 -> 1951602 bytes .../images/Kalender_antik_kleiner_Schlag.jpg | Bin 0 -> 821002 bytes .../images/MS_Hauptlogo_mitUZ_RGB_72dpi.jpg | Bin 0 -> 68729 bytes ...Strange-Case-of-Dr-Jekyll-Mr-Hyde_mini.jpg | Bin 0 -> 134254 bytes cms/userfiles/images/coffee.png | Bin 0 -> 28803 bytes cms/userfiles/images/flags/cs.gif | Bin 0 -> 205 bytes cms/userfiles/images/flags/da.gif | Bin 0 -> 159 bytes cms/userfiles/images/flags/de.gif | Bin 0 -> 147 bytes cms/userfiles/images/flags/en.gif | Bin 0 -> 189 bytes cms/userfiles/images/flags/es.gif | Bin 0 -> 152 bytes cms/userfiles/images/flags/fi.gif | Bin 0 -> 138 bytes cms/userfiles/images/flags/fr.gif | Bin 0 -> 152 bytes cms/userfiles/images/flags/gr.gif | Bin 0 -> 120 bytes cms/userfiles/images/flags/hu.gif | Bin 0 -> 131 bytes cms/userfiles/images/flags/it.gif | Bin 0 -> 104 bytes cms/userfiles/images/flags/nl.gif | Bin 0 -> 154 bytes cms/userfiles/images/flags/no.gif | Bin 0 -> 156 bytes cms/userfiles/images/flags/pl.gif | Bin 0 -> 79 bytes cms/userfiles/images/flags/pt-BR.gif | Bin 0 -> 562 bytes cms/userfiles/images/flags/ru.gif | Bin 0 -> 116 bytes cms/userfiles/images/flags/se.gif | Bin 0 -> 99 bytes cms/userfiles/images/flags/sk.gif | Bin 0 -> 148 bytes cms/userfiles/images/flags/tr.gif | Bin 0 -> 868 bytes cms/userfiles/images/mabuse.jpg | Bin 0 -> 4201 bytes cms/userfiles/images/team.jpg | Bin 0 -> 10492 bytes docker-compose.yml | 22 + nginx.conf | 17 + 1122 files changed, 74621 insertions(+) create mode 100644 Dockerfile create mode 100644 cms/.htaccess create mode 100644 cms/2author/cmsimplesubsite.htm create mode 100644 cms/2author/config.php create mode 100644 cms/2author/content/.htaccess create mode 100644 cms/2author/content/content.htm create mode 100644 cms/2author/content/content.php create mode 100644 cms/2author/content/pagedata.php create mode 100644 cms/2author/content/plugins/.htaccess create mode 100644 cms/2author/disabled_plugins.txt create mode 100644 cms/2author/index.php create mode 100644 cms/2author/setup.php create mode 100644 cms/2author/setupControl.php create mode 100644 cms/2author/userfiles/_core/CMSimpleDebug.txt create mode 100644 cms/2author/userfiles/_core/_editor.css create mode 100644 cms/2author/userfiles/_core/_split_h1only.css create mode 100644 cms/2author/userfiles/co_author/News01.txt create mode 100644 cms/2author/userfiles/co_author/Welcome_to_CMSimple_5.txt create mode 100644 cms/2author/userfiles/downloads/XHdebug.txt create mode 100644 cms/2author/userfiles/images/flags/cs.gif create mode 100644 cms/2author/userfiles/images/flags/da.gif create mode 100644 cms/2author/userfiles/images/flags/de.gif create mode 100644 cms/2author/userfiles/images/flags/en.gif create mode 100644 cms/2author/userfiles/images/flags/es.gif create mode 100644 cms/2author/userfiles/images/flags/fi.gif create mode 100644 cms/2author/userfiles/images/flags/fr.gif create mode 100644 cms/2author/userfiles/images/flags/gr.gif create mode 100644 cms/2author/userfiles/images/flags/hu.gif create mode 100644 cms/2author/userfiles/images/flags/it.gif create mode 100644 cms/2author/userfiles/images/flags/nl.gif create mode 100644 cms/2author/userfiles/images/flags/no.gif create mode 100644 cms/2author/userfiles/images/flags/pl.gif create mode 100644 cms/2author/userfiles/images/flags/ru.gif create mode 100644 cms/2author/userfiles/images/flags/se.gif create mode 100644 cms/2author/userfiles/images/flags/sk.gif create mode 100644 cms/2lang/cmsimplelanguage.htm create mode 100644 cms/2lang/config.php create mode 100644 cms/2lang/content/.htaccess create mode 100644 cms/2lang/content/content.htm create mode 100644 cms/2lang/content/content.php create mode 100644 cms/2lang/content/pagedata.php create mode 100644 cms/2lang/content/plugins/.htaccess create mode 100644 cms/2lang/disabled_plugins.txt create mode 100644 cms/2lang/index.php create mode 100644 cms/2lang/setup.php create mode 100644 cms/2lang/setupControl.php create mode 100644 cms/2site/cmsimplesubsite.htm create mode 100644 cms/2site/config.php create mode 100644 cms/2site/content/.htaccess create mode 100644 cms/2site/content/content.htm create mode 100644 cms/2site/content/content.php create mode 100644 cms/2site/content/pagedata.php create mode 100644 cms/2site/content/plugins/.htaccess create mode 100644 cms/2site/disabled_plugins.txt create mode 100644 cms/2site/index.php create mode 100644 cms/2site/setup.php create mode 100644 cms/2site/setupControl.php create mode 100644 cms/2site2lang/cmsimplelanguage.htm create mode 100644 cms/2site2lang/config.php create mode 100644 cms/2site2lang/content/.htaccess create mode 100644 cms/2site2lang/content/content.htm create mode 100644 cms/2site2lang/content/content.php create mode 100644 cms/2site2lang/content/pagedata.php create mode 100644 cms/2site2lang/content/plugins/.htaccess create mode 100644 cms/2site2lang/disabled_plugins.txt create mode 100644 cms/2site2lang/index.php create mode 100644 cms/2site2lang/setup.php create mode 100644 cms/2site2lang/setupControl.php create mode 100644 cms/LIESMICH.txt create mode 100644 cms/README.txt create mode 100644 cms/cmsimple/.htaccess create mode 100644 cms/cmsimple/PasswordHash.php create mode 100644 cms/cmsimple/adm.php create mode 100644 cms/cmsimple/cms.php create mode 100644 cms/cmsimple/config.php create mode 100644 cms/cmsimple/defaultconfig.php create mode 100644 cms/cmsimple/functions.php create mode 100644 cms/cmsimple/languages/da.php create mode 100644 cms/cmsimple/languages/de.php create mode 100644 cms/cmsimple/languages/default.php create mode 100644 cms/cmsimple/languages/en.php create mode 100644 cms/cmsimple/languages/fi.php create mode 100644 cms/cmsimple/languages/fr.php create mode 100644 cms/cmsimple/languages/ru.php create mode 100644 cms/cmsimple/languages/tr.php create mode 100644 cms/cmsimple/legal.txt create mode 100644 cms/cmsimple/log.php create mode 100644 cms/cmsimple/log.txt create mode 100644 cms/cmsimple/login.php create mode 100644 cms/cmsimple/mailform.php create mode 100644 cms/cmsimple/search.php create mode 100644 cms/content/.htaccess create mode 100644 cms/content/20190926_130227_content.htm create mode 100644 cms/content/20190926_130227_pagedata.php create mode 100644 cms/content/20190926_130530_content.htm create mode 100644 cms/content/20190926_130530_pagedata.php create mode 100644 cms/content/20191210_132935_content.htm create mode 100644 cms/content/20191210_132935_pagedata.php create mode 100644 cms/content/20200123_124334_content.htm create mode 100644 cms/content/20200123_124334_pagedata.php create mode 100644 cms/content/20201030_123616_content.htm create mode 100644 cms/content/20201030_123616_pagedata.php create mode 100644 cms/content/20201030_151514_content.htm create mode 100644 cms/content/20201030_151514_pagedata.php create mode 100644 cms/content/20201030_152135_content.htm create mode 100644 cms/content/20201030_152135_pagedata.php create mode 100644 cms/content/20201030_152930_content.htm create mode 100644 cms/content/20201030_152930_pagedata.php create mode 100644 cms/content/20201110_152057_content.htm create mode 100644 cms/content/20201110_152057_pagedata.php create mode 100644 cms/content/20240522_082258_content.htm create mode 100644 cms/content/20240522_082258_pagedata.php create mode 100644 cms/content/20250228_072813_UPDATE45_content.htm create mode 100644 cms/content/20250228_072813_UPDATE45_log.txt create mode 100644 cms/content/20250228_072813_UPDATE45_pagedata.php create mode 100644 cms/content/_cmsimpleAdmin.php create mode 100644 cms/content/_disabled_plugins.txt create mode 100644 cms/content/content.htm.bak create mode 100644 cms/content/content.php create mode 100644 cms/content/pagedata.bak create mode 100644 cms/content/pagedata.php create mode 100644 cms/content/plugins/.htaccess create mode 100644 cms/crl.pem create mode 100644 cms/css/button.jpg create mode 100644 cms/css/core.css create mode 100644 cms/css/icons/add.png create mode 100644 cms/css/icons/delete-file.png create mode 100644 cms/css/icons/delete-file_old.png create mode 100644 cms/css/icons/delete-file_old_1.png create mode 100644 cms/css/icons/delete.gif create mode 100644 cms/css/icons/entrance.png create mode 100644 cms/css/icons/folder-open.png create mode 100644 cms/css/icons/folder-open1.png create mode 100644 cms/css/icons/folder-open2.png create mode 100644 cms/css/icons/folder.png create mode 100644 cms/css/icons/folder1.png create mode 100644 cms/css/icons/folder2.png create mode 100644 cms/css/icons/folder_lat.png create mode 100644 cms/css/icons/help_icon.gif create mode 100644 cms/css/icons/help_icon.png create mode 100644 cms/css/icons/help_icon_10px.png create mode 100644 cms/css/icons/help_icon_12px.png create mode 100644 cms/css/icons/restore.gif create mode 100644 cms/css/tinymce_sitetitle1.css create mode 100644 cms/css/tinymce_sitetitle2.css create mode 100644 cms/favicon.ico create mode 100644 cms/index.php create mode 100644 cms/license.txt create mode 100644 cms/plugins/co_authors/admin.php create mode 100644 cms/plugins/co_authors/help/help.htm create mode 100644 cms/plugins/co_authors/index.php create mode 100644 cms/plugins/co_authors/version.nfo create mode 100644 cms/plugins/convert_h1split/css/stylesheet.css create mode 100644 cms/plugins/convert_h1split/index.php create mode 100644 cms/plugins/convert_h1split/languages/de.php create mode 100644 cms/plugins/convert_h1split/languages/default.php create mode 100644 cms/plugins/convert_h1split/languages/en.php create mode 100644 cms/plugins/filebrowser/admin.php create mode 100644 cms/plugins/filebrowser/classes/filebrowser.php create mode 100644 cms/plugins/filebrowser/classes/filebrowser_view.php create mode 100644 cms/plugins/filebrowser/classes/required_classes.php create mode 100644 cms/plugins/filebrowser/editorbrowser.php create mode 100644 cms/plugins/filebrowser/editorhooks/ckeditor/script.php create mode 100644 cms/plugins/filebrowser/editorhooks/tinymce/index.php create mode 100644 cms/plugins/filebrowser/editorhooks/tinymce/script.php create mode 100644 cms/plugins/filebrowser/editorhooks/tinymce/tinymce.js create mode 100644 cms/plugins/filebrowser/icons/add.png create mode 100644 cms/plugins/filebrowser/icons/delete-file.png create mode 100644 cms/plugins/filebrowser/icons/delete-file_old.png create mode 100644 cms/plugins/filebrowser/icons/delete-file_old_1.png create mode 100644 cms/plugins/filebrowser/icons/delete.gif create mode 100644 cms/plugins/filebrowser/icons/folder-open.png create mode 100644 cms/plugins/filebrowser/icons/folder-open1.png create mode 100644 cms/plugins/filebrowser/icons/folder-open2.png create mode 100644 cms/plugins/filebrowser/icons/folder.png create mode 100644 cms/plugins/filebrowser/icons/folder1.png create mode 100644 cms/plugins/filebrowser/icons/folder2.png create mode 100644 cms/plugins/filebrowser/icons/folder_lat.png create mode 100644 cms/plugins/filebrowser/index.php create mode 100644 cms/plugins/filebrowser/js/filebrowser.js create mode 100644 cms/plugins/filebrowser/tpl/cmsbrowser.html create mode 100644 cms/plugins/filebrowser/tpl/editorbrowser.html create mode 100644 cms/plugins/index.php create mode 100644 cms/plugins/jquery/GPL2.txt create mode 100644 cms/plugins/jquery/admin.php create mode 100644 cms/plugins/jquery/changelog.txt create mode 100644 cms/plugins/jquery/help/help.htm create mode 100644 cms/plugins/jquery/help/jQuery__UI_logo_color_onwhite.png create mode 100644 cms/plugins/jquery/help/jQuery_logo_color_onwhite.png create mode 100644 cms/plugins/jquery/help/sh/LGPLv3.txt create mode 100644 cms/plugins/jquery/help/sh/scripts/clipboard.swf create mode 100644 cms/plugins/jquery/help/sh/scripts/shBrushPhp.js create mode 100644 cms/plugins/jquery/help/sh/scripts/shCore.js create mode 100644 cms/plugins/jquery/help/sh/scripts/shLegacy.js create mode 100644 cms/plugins/jquery/help/sh/styles/help.png create mode 100644 cms/plugins/jquery/help/sh/styles/magnifier.png create mode 100644 cms/plugins/jquery/help/sh/styles/page_white_code.png create mode 100644 cms/plugins/jquery/help/sh/styles/page_white_copy.png create mode 100644 cms/plugins/jquery/help/sh/styles/printer.png create mode 100644 cms/plugins/jquery/help/sh/styles/shCore.css create mode 100644 cms/plugins/jquery/help/sh/styles/shThemeDefault.css create mode 100644 cms/plugins/jquery/help/sh/styles/shThemeDjango.css create mode 100644 cms/plugins/jquery/help/sh/styles/shThemeEclipse.css create mode 100644 cms/plugins/jquery/help/sh/styles/shThemeEmacs.css create mode 100644 cms/plugins/jquery/help/sh/styles/shThemeFadeToGrey.css create mode 100644 cms/plugins/jquery/help/sh/styles/shThemeMidnight.css create mode 100644 cms/plugins/jquery/help/sh/styles/shThemeRDark.css create mode 100644 cms/plugins/jquery/help/ui_cssfolder.PNG create mode 100644 cms/plugins/jquery/index.php create mode 100644 cms/plugins/jquery/jquery.inc.php create mode 100644 cms/plugins/jquery/lib/jquery/jquery-1.10.1.min.js create mode 100644 cms/plugins/jquery/lib/jquery/jquery-1.6.4.min.js create mode 100644 cms/plugins/jquery/lib/jquery/jquery-1.8.3.min.js create mode 100644 cms/plugins/jquery/lib/jquery/jquery-1.9.1.min.js create mode 100644 cms/plugins/jquery/lib/jquery/jquery.js create mode 100644 cms/plugins/jquery/lib/jquery/jquery_cmsimplecore.js create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/animated-overlay.gif create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_222222_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_2e83ff_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_444444_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_454545_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_555555_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_777620_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_777777_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_888888_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_cc0000_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_cd0a0a_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/images/ui-icons_ffffff_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/cmsimplecore/jqueryui_cmsimplecore.css create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/animated-overlay.gif create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-icons_222222_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-icons_2e83ff_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-icons_454545_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-icons_888888_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/jquery-ui-1.8.16.css create mode 100644 cms/plugins/jquery/lib/jquery_ui/css/smoothness/jqueryui.css create mode 100644 cms/plugins/jquery/lib/jquery_ui/jquery-ui-1.10.1.custom.min.js create mode 100644 cms/plugins/jquery/lib/jquery_ui/jquery-ui-1.8.16.min.js create mode 100644 cms/plugins/jquery/lib/jquery_ui/jquery-ui_cmsimplecore.js create mode 100644 cms/plugins/jquery/lib/jquery_ui/jqueryui.js create mode 100644 cms/plugins/jquery/version.nfo create mode 100644 cms/plugins/meta_tags/admin.php create mode 100644 cms/plugins/meta_tags/help/README create mode 100644 cms/plugins/meta_tags/images/downarrow.gif create mode 100644 cms/plugins/meta_tags/images/uparrow.gif create mode 100644 cms/plugins/meta_tags/index.php create mode 100644 cms/plugins/meta_tags/meta_tags_view.php create mode 100644 cms/plugins/page_params/admin.php create mode 100644 cms/plugins/page_params/help/README create mode 100644 cms/plugins/page_params/images/downarrow.gif create mode 100644 cms/plugins/page_params/images/uparrow.gif create mode 100644 cms/plugins/page_params/index.php create mode 100644 cms/plugins/page_params/page_params_view.php create mode 100644 cms/plugins/pagemanager/README.txt create mode 100644 cms/plugins/pagemanager/admin.php create mode 100644 cms/plugins/pagemanager/changelog.txt create mode 100644 cms/plugins/pagemanager/help/help.htm create mode 100644 cms/plugins/pagemanager/help/help_de.htm create mode 100644 cms/plugins/pagemanager/help/help_sk.htm create mode 100644 cms/plugins/pagemanager/help/move1.png create mode 100644 cms/plugins/pagemanager/help/move2.png create mode 100644 cms/plugins/pagemanager/help/move3.png create mode 100644 cms/plugins/pagemanager/help/move4.png create mode 100644 cms/plugins/pagemanager/help/pagemanager.png create mode 100644 cms/plugins/pagemanager/help/result1.png create mode 100644 cms/plugins/pagemanager/help/result2.png create mode 100644 cms/plugins/pagemanager/help/result3.png create mode 100644 cms/plugins/pagemanager/help/result4.png create mode 100644 cms/plugins/pagemanager/help/stylesheet.css create mode 100644 cms/plugins/pagemanager/images/_delete.gif create mode 100644 cms/plugins/pagemanager/images/collapse.gif create mode 100644 cms/plugins/pagemanager/images/copy.gif create mode 100644 cms/plugins/pagemanager/images/create.gif create mode 100644 cms/plugins/pagemanager/images/create_after.gif create mode 100644 cms/plugins/pagemanager/images/cut.gif create mode 100644 cms/plugins/pagemanager/images/delete.gif create mode 100644 cms/plugins/pagemanager/images/expand.gif create mode 100644 cms/plugins/pagemanager/images/help.gif create mode 100644 cms/plugins/pagemanager/images/new.gif create mode 100644 cms/plugins/pagemanager/images/paste.gif create mode 100644 cms/plugins/pagemanager/images/paste_after.gif create mode 100644 cms/plugins/pagemanager/images/problem.gif create mode 100644 cms/plugins/pagemanager/images/question.gif create mode 100644 cms/plugins/pagemanager/images/rename.gif create mode 100644 cms/plugins/pagemanager/images/save.gif create mode 100644 cms/plugins/pagemanager/images/separator.gif create mode 100644 cms/plugins/pagemanager/images/separator_v.gif create mode 100644 cms/plugins/pagemanager/images/showpage.gif create mode 100644 cms/plugins/pagemanager/jstree/jquery.cookie.js create mode 100644 cms/plugins/pagemanager/jstree/jquery.jstree.js create mode 100644 cms/plugins/pagemanager/jstree/themes/cmsimple/d.gif create mode 100644 cms/plugins/pagemanager/jstree/themes/cmsimple/d.png create mode 100644 cms/plugins/pagemanager/jstree/themes/cmsimple/dot_for_ie.gif create mode 100644 cms/plugins/pagemanager/jstree/themes/cmsimple/style.css create mode 100644 cms/plugins/pagemanager/jstree/themes/cmsimple/throbber.gif create mode 100644 cms/plugins/pagemanager/license.txt create mode 100644 cms/plugins/pagemanager/pagemanager.js create mode 100644 cms/plugins/pagemanager/pagemanager.png create mode 100644 cms/plugins/pluginloader/css/help_icon.png create mode 100644 cms/plugins/pluginloader/css/help_icon_10px.png create mode 100644 cms/plugins/pluginloader/css/help_icon_12px.png create mode 100644 cms/plugins/pluginloader/languages/da.php create mode 100644 cms/plugins/pluginloader/languages/de.php create mode 100644 cms/plugins/pluginloader/languages/default.php create mode 100644 cms/plugins/pluginloader/languages/en.php create mode 100644 cms/plugins/pluginloader/languages/fi.php create mode 100644 cms/plugins/pluginloader/languages/fr.php create mode 100644 cms/plugins/pluginloader/languages/it.php create mode 100644 cms/plugins/pluginloader/languages/ru.php create mode 100644 cms/plugins/pluginloader/page_data/css/cross.gif create mode 100644 cms/plugins/pluginloader/page_data/css/stylesheet.css create mode 100644 cms/plugins/pluginloader/page_data/css/tab_active.gif create mode 100644 cms/plugins/pluginloader/page_data/css/tab_hover.gif create mode 100644 cms/plugins/pluginloader/page_data/css/tab_inactive.gif create mode 100644 cms/plugins/pluginloader/page_data/index.php create mode 100644 cms/plugins/pluginloader/page_data/page_data_model.php create mode 100644 cms/plugins/pluginloader/page_data/page_data_router.php create mode 100644 cms/plugins/pluginloader/page_data/page_data_views.php create mode 100644 cms/plugins/tinymce/admin.php create mode 100644 cms/plugins/tinymce/cms_image_list.js create mode 100644 cms/plugins/tinymce/cms_link_list.js create mode 100644 cms/plugins/tinymce/filebrowser.js create mode 100644 cms/plugins/tinymce/init.js create mode 100644 cms/plugins/tinymce/init.php create mode 100644 cms/plugins/tinymce/inits/init_coauthorsfull.js create mode 100644 cms/plugins/tinymce/inits/init_coauthorsmedium.js create mode 100644 cms/plugins/tinymce/inits/init_coauthorsminimal.js create mode 100644 cms/plugins/tinymce/inits/init_coauthorsnarrow.js create mode 100644 cms/plugins/tinymce/inits/init_coauthorssidebar.js create mode 100644 cms/plugins/tinymce/inits/init_full.js create mode 100644 cms/plugins/tinymce/inits/init_medium.js create mode 100644 cms/plugins/tinymce/inits/init_minimal.js create mode 100644 cms/plugins/tinymce/inits/init_narrow.js create mode 100644 cms/plugins/tinymce/inits/init_sidebar.js create mode 100644 cms/plugins/tinymce/links.php create mode 100644 cms/plugins/tinymce/tiny_mce/cms_image_list.js create mode 100644 cms/plugins/tinymce/tiny_mce/cms_link_list.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/cs.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/da.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/de.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/en.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/es.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/fr.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/hu.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/pl.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/ru.js create mode 100644 cms/plugins/tinymce/tiny_mce/langs/sk.js create mode 100644 cms/plugins/tinymce/tiny_mce/license.txt create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/css/advhr.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/js/rule.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advhr/rule.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/css/advimage.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/editor_plugin_src.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/image.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/img/sample.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/js/image.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advimage/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/css/advlink.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/js/advlink.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlink/link.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/advlist/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/autolink/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/autoresize/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/autosave/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/autosave/langs/en.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/bbcode/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/contextmenu/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/directionality/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/emotions.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-cool.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-cry.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-embarassed.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-frown.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-innocent.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-kiss.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-laughing.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-sealed.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-smile.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-surprised.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-undecided.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-wink.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/img/smiley-yell.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/js/emotions.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/emotions/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/example/dialog.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/example/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/example/editor_plugin_src.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/example/img/example.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/example/js/dialog.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/example/langs/en.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/example/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/example_dependency/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/example_dependency/editor_plugin_src.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/css/fullpage.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/fullpage.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/js/fullpage.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullpage/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullscreen/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/fullscreen/fullscreen.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/iespell/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/inlinepopups/template.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/insertdatetime/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/layer/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/legacyoutput/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/lists/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/css/media.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/js/embed.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/js/media.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/media.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/media/moxieplayer.swf create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/nonbreaking/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/noneditable/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/pagebreak/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/js/pastetext.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/js/pasteword.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/pastetext.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/paste/pasteword.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/preview/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/preview/example.html create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/preview/jscripts/embed.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/preview/preview.html create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/print/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/save/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/css/searchreplace.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/js/searchreplace.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/searchreplace/searchreplace.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/spellchecker/css/content.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/spellchecker/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/spellchecker/img/wline.gif create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/css/props.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/js/props.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/style/props.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/tabfocus/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/cell.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/css/cell.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/css/row.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/css/table.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/js/cell.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/js/merge_cells.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/js/row.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/js/table.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/merge_cells.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/row.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/table/table.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/blank.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/css/template.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/js/template.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/template/template.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/visualchars/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/wordcount/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/abbr.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/acronym.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/attributes.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/cite.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/css/attributes.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/css/popup.css create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/del.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/editor_plugin.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/ins.htm create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/js/abbr.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/js/acronym.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/js/attributes.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/js/cite.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/js/del.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/js/element_common.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/js/ins.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/plugins/xhtmlxtras/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/about.htm create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/anchor.htm create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/charmap.htm create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/color_picker.htm create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/editor_template.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/editor_template_src.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/image.htm create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/colorpicker.jpg create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/flash.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/icons.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/iframe.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/pagebreak.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/quicktime.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/realmedia.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/shockwave.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/trans.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/video.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/img/windowsmedia.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/js/about.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/js/anchor.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/js/charmap.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/js/color_picker.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/js/image.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/js/link.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/js/source_editor.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/cs.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/cs_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/da.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/da_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/de.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/de_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/en.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/en_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/es.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/es_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/fr.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/fr_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/hu.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/hu_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/pl.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/pl_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/ru.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/ru_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/sk.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/langs/sk_dlg.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/link.htm create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/shortcuts.htm create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/default/content.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/default/dialog.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/default/img/buttons.png create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/default/img/items.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/default/img/menu_check.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/default/img/progress.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/default/img/tabs.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/default/ui.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/highcontrast/content.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/highcontrast/dialog.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/highcontrast/ui.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/o2k7/content.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/o2k7/dialog.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/o2k7/ui.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/o2k7/ui_black.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/advanced/source_editor.htm create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/editor_template.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/editor_template_src.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/img/icons.gif create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/cs.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/da.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/de.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/en.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/es.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/fr.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/hu.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/pl.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/ru.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/langs/sk.js create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/skins/default/content.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/skins/default/ui.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/skins/o2k7/content.css create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png create mode 100644 cms/plugins/tinymce/tiny_mce/themes/simple/skins/o2k7/ui.css create mode 100644 cms/plugins/tinymce/tiny_mce/tiny_mce.js create mode 100644 cms/plugins/tinymce/tiny_mce/tiny_mce_popup.js create mode 100644 cms/plugins/tinymce/tiny_mce/utils/editable_selects.js create mode 100644 cms/plugins/tinymce/tiny_mce/utils/form_utils.js create mode 100644 cms/plugins/tinymce/tiny_mce/utils/mctabs.js create mode 100644 cms/plugins/tinymce/tiny_mce/utils/validate.js create mode 100644 cms/plugins/tinymce/tinymce/changelog.txt create mode 100644 cms/plugins/tinymce/tinymce/jquery.tinymce.min.js create mode 100644 cms/plugins/tinymce/tinymce/langs/da.js create mode 100644 cms/plugins/tinymce/tinymce/langs/de.js create mode 100644 cms/plugins/tinymce/tinymce/langs/es.js create mode 100644 cms/plugins/tinymce/tinymce/langs/fr.js create mode 100644 cms/plugins/tinymce/tinymce/langs/pl.js create mode 100644 cms/plugins/tinymce/tinymce/langs/readme.md create mode 100644 cms/plugins/tinymce/tinymce/langs/sk.js create mode 100644 cms/plugins/tinymce/tinymce/license.txt create mode 100644 cms/plugins/tinymce/tinymce/plugins/advlist/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/anchor/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/autolink/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/autoresize/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/autosave/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/bbcode/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/charmap/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/code/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/codesample/css/prism.css create mode 100644 cms/plugins/tinymce/tinymce/plugins/codesample/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/colorpicker/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/contextmenu/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/directionality/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-cool.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-cry.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-embarassed.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-frown.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-innocent.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-kiss.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-laughing.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-money-mouth.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-sealed.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-smile.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-surprised.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-tongue-out.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-undecided.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-wink.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/img/smiley-yell.gif create mode 100644 cms/plugins/tinymce/tinymce/plugins/emoticons/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/example/dialog.html create mode 100644 cms/plugins/tinymce/tinymce/plugins/example/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/example_dependency/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/fullpage/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/fullscreen/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/help/img/help.png create mode 100644 cms/plugins/tinymce/tinymce/plugins/help/img/logo.png create mode 100644 cms/plugins/tinymce/tinymce/plugins/help/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/hr/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/image/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/imagetools/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/importcss/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/insertdatetime/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/layer/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/legacyoutput/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/link/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/lists/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/media/moxieplayer.swf create mode 100644 cms/plugins/tinymce/tinymce/plugins/media/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/nonbreaking/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/noneditable/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/nospace/img/nospace.png create mode 100644 cms/plugins/tinymce/tinymce/plugins/nospace/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/pagebreak/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/paste/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/preview/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/print/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/save/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/searchreplace/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/shy/img/shy.png create mode 100644 cms/plugins/tinymce/tinymce/plugins/shy/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/spellchecker/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/tabfocus/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/table/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/template/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/textcolor/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/textpattern/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/toc/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/visualblocks/css/visualblocks.css create mode 100644 cms/plugins/tinymce/tinymce/plugins/visualblocks/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/visualchars/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/plugins/wordcount/plugin.min.js create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/content.inline.min.css create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/content.min.css create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/fonts/tinymce-small.eot create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/fonts/tinymce-small.svg create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/fonts/tinymce-small.ttf create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/fonts/tinymce-small.woff create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/fonts/tinymce.eot create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/fonts/tinymce.svg create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/fonts/tinymce.ttf create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/fonts/tinymce.woff create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/img/anchor.gif create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/img/button.jpg create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/img/button_active.jpg create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/img/loader.gif create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/img/object.gif create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/img/trans.gif create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/skin.ie7.min.css create mode 100644 cms/plugins/tinymce/tinymce/skins/cmsimple/skin.min.css create mode 100644 cms/plugins/tinymce/tinymce/themes/inlite/theme.min.js create mode 100644 cms/plugins/tinymce/tinymce/themes/mobile/theme.min.js create mode 100644 cms/plugins/tinymce/tinymce/themes/modern/theme.min.js create mode 100644 cms/plugins/tinymce/tinymce/tinymce.min.js create mode 100644 cms/readme.php create mode 100644 cms/setup.php create mode 100644 cms/setup/defaults/CMSimpleDebug.txt create mode 100644 cms/setup/defaults/_cmsimpleAdmin.php create mode 100644 cms/setup/defaults/config.php create mode 100644 cms/setup/defaults/content.php create mode 100644 cms/setup/defaults/de.php create mode 100644 cms/setup/defaults/disabled_plugins.txt create mode 100644 cms/setup/defaults/en.php create mode 100644 cms/setup/defaults/log.php create mode 100644 cms/setup/defaults/pagedata.php create mode 100644 cms/setup/setupControl.php create mode 100644 cms/templates/__cmsimple_backend__/images/inhlist.gif create mode 100644 cms/templates/__cmsimple_backend__/images/top.gif create mode 100644 cms/templates/__cmsimple_backend__/stylesheet.css create mode 100644 cms/templates/__cmsimple_backend__/template.htm create mode 100644 cms/templates/__cmsimple_default__/images/bgfooter.jpg create mode 100644 cms/templates/__cmsimple_default__/images/bgheader.jpg create mode 100644 cms/templates/__cmsimple_default__/images/bgmain.jpg create mode 100644 cms/templates/__cmsimple_default__/images/bgnewsh4.jpg create mode 100644 cms/templates/__cmsimple_default__/images/inhlist.gif create mode 100644 cms/templates/__cmsimple_default__/images/logo.jpg create mode 100644 cms/templates/__cmsimple_default__/images/logo.jpg.bak create mode 100644 cms/templates/__cmsimple_default__/images/logo1.jpg create mode 100644 cms/templates/__cmsimple_default__/readme.txt create mode 100644 cms/templates/__cmsimple_default__/stylesheet.css create mode 100644 cms/templates/__cmsimple_default__/template.htm create mode 100644 cms/templates/__cmsimple_filebrowser__/images/inhlist.gif create mode 100644 cms/templates/__cmsimple_filebrowser__/images/top.gif create mode 100644 cms/templates/__cmsimple_filebrowser__/stylesheet.css create mode 100644 cms/templates/__cmsimple_filebrowser__/template.htm create mode 100644 cms/templates/__fallback__/images/bgfooter.jpg create mode 100644 cms/templates/__fallback__/images/bgheader.jpg create mode 100644 cms/templates/__fallback__/images/bgmain.jpg create mode 100644 cms/templates/__fallback__/images/bgnewsh4.jpg create mode 100644 cms/templates/__fallback__/images/inhlist.gif create mode 100644 cms/templates/__fallback__/images/logo.jpg create mode 100644 cms/templates/__fallback__/readme.txt create mode 100644 cms/templates/__fallback__/stylesheet.css create mode 100644 cms/templates/__fallback__/template.htm create mode 100644 cms/templates/__maintenance__/stylesheet.css create mode 100644 cms/templates/__maintenance__/template.htm create mode 100644 cms/templates/avantgarde_center800_m720/images/inhlist.gif create mode 100644 cms/templates/avantgarde_center800_m720/images/logo.jpg create mode 100644 cms/templates/avantgarde_center800_m720/readme.txt create mode 100644 cms/templates/avantgarde_center800_m720/stylesheet.css create mode 100644 cms/templates/avantgarde_center800_m720/template.htm create mode 100644 cms/templates/avantgarde_float800_m720/images/inhlist.gif create mode 100644 cms/templates/avantgarde_float800_m720/images/logo.jpg create mode 100644 cms/templates/avantgarde_float800_m720/readme.txt create mode 100644 cms/templates/avantgarde_float800_m720/stylesheet.css create mode 100644 cms/templates/avantgarde_float800_m720/template.htm create mode 100644 cms/templates/avantgarde_gallery_m720/images/inhlist.gif create mode 100644 cms/templates/avantgarde_gallery_m720/images/logo.jpg create mode 100644 cms/templates/avantgarde_gallery_m720/readme.txt create mode 100644 cms/templates/avantgarde_gallery_m720/stylesheet.css create mode 100644 cms/templates/avantgarde_gallery_m720/template.htm create mode 100644 cms/templates/bluegray_center760_m768/images/bgheader.jpg create mode 100644 cms/templates/bluegray_center760_m768/images/bgheader2.jpg create mode 100644 cms/templates/bluegray_center760_m768/images/inhlist.gif create mode 100644 cms/templates/bluegray_center760_m768/readme.txt create mode 100644 cms/templates/bluegray_center760_m768/stylesheet.css create mode 100644 cms/templates/bluegray_center760_m768/template.htm create mode 100644 cms/templates/bluegray_flex760_m768/images/bgheader.jpg create mode 100644 cms/templates/bluegray_flex760_m768/images/bgheader2.jpg create mode 100644 cms/templates/bluegray_flex760_m768/images/inhlist.gif create mode 100644 cms/templates/bluegray_flex760_m768/readme.txt create mode 100644 cms/templates/bluegray_flex760_m768/stylesheet.css create mode 100644 cms/templates/bluegray_flex760_m768/template.htm create mode 100644 cms/templates/bluegray_float760_m768/images/bgheader.jpg create mode 100644 cms/templates/bluegray_float760_m768/images/bgheader2.jpg create mode 100644 cms/templates/bluegray_float760_m768/images/inhlist.gif create mode 100644 cms/templates/bluegray_float760_m768/readme.txt create mode 100644 cms/templates/bluegray_float760_m768/stylesheet.css create mode 100644 cms/templates/bluegray_float760_m768/template.htm create mode 100644 cms/templates/bluegray_mobile_400/images/bgfooter.jpg create mode 100644 cms/templates/bluegray_mobile_400/images/bgheader.jpg create mode 100644 cms/templates/bluegray_mobile_400/images/inhlist.gif create mode 100644 cms/templates/bluegray_mobile_400/stylesheet.css create mode 100644 cms/templates/bluegray_mobile_400/template.htm create mode 100644 cms/templates/cityviews_center800_m740/images/bgheader_content.jpg create mode 100644 cms/templates/cityviews_center800_m740/images/bgheader_nav.jpg create mode 100644 cms/templates/cityviews_center800_m740/images/bgnav.jpg create mode 100644 cms/templates/cityviews_center800_m740/images/inhlist.gif create mode 100644 cms/templates/cityviews_center800_m740/images2/bgheader_content.jpg create mode 100644 cms/templates/cityviews_center800_m740/images2/bgheader_nav.jpg create mode 100644 cms/templates/cityviews_center800_m740/images2/bgnav.jpg create mode 100644 cms/templates/cityviews_center800_m740/images2/inhlist.gif create mode 100644 cms/templates/cityviews_center800_m740/stylesheet.css create mode 100644 cms/templates/cityviews_center800_m740/template.htm create mode 100644 cms/templates/cityviews_float800_m740/images/bgheader_content.jpg create mode 100644 cms/templates/cityviews_float800_m740/images/bgheader_nav.jpg create mode 100644 cms/templates/cityviews_float800_m740/images/bgnav.jpg create mode 100644 cms/templates/cityviews_float800_m740/images/inhlist.gif create mode 100644 cms/templates/cityviews_float800_m740/images2/bgheader_content.jpg create mode 100644 cms/templates/cityviews_float800_m740/images2/bgheader_nav.jpg create mode 100644 cms/templates/cityviews_float800_m740/images2/bgnav.jpg create mode 100644 cms/templates/cityviews_float800_m740/images2/inhlist.gif create mode 100644 cms/templates/cityviews_float800_m740/stylesheet.css create mode 100644 cms/templates/cityviews_float800_m740/template.htm create mode 100644 cms/templates/cityviews_gallery_m740/images/bgheader_content.jpg create mode 100644 cms/templates/cityviews_gallery_m740/images/bgheader_nav.jpg create mode 100644 cms/templates/cityviews_gallery_m740/images/bgnav.jpg create mode 100644 cms/templates/cityviews_gallery_m740/images/inhlist.gif create mode 100644 cms/templates/cityviews_gallery_m740/images2/bgheader_content.jpg create mode 100644 cms/templates/cityviews_gallery_m740/images2/bgheader_nav.jpg create mode 100644 cms/templates/cityviews_gallery_m740/images2/bgnav.jpg create mode 100644 cms/templates/cityviews_gallery_m740/images2/inhlist.gif create mode 100644 cms/templates/cityviews_gallery_m740/stylesheet.css create mode 100644 cms/templates/cityviews_gallery_m740/template.htm create mode 100644 cms/templates/cmsimple_default/images/bgheader.gif create mode 100644 cms/templates/cmsimple_default/images/bgmain.jpg create mode 100644 cms/templates/cmsimple_default/images/bgnews.jpg create mode 100644 cms/templates/cmsimple_default/images/button.jpg create mode 100644 cms/templates/cmsimple_default/images/contentlink.gif create mode 100644 cms/templates/cmsimple_default/images/header.jpg create mode 100644 cms/templates/cmsimple_default/images/homelink.gif create mode 100644 cms/templates/cmsimple_default/images/lupe.png create mode 100644 cms/templates/cmsimple_default/images/mailformlink.gif create mode 100644 cms/templates/cmsimple_default/images/menulink.gif create mode 100644 cms/templates/cmsimple_default/images/newslink.gif create mode 100644 cms/templates/cmsimple_default/images/next.gif create mode 100644 cms/templates/cmsimple_default/images/prev.gif create mode 100644 cms/templates/cmsimple_default/images/printlink.gif create mode 100644 cms/templates/cmsimple_default/images/sitemaplink.gif create mode 100644 cms/templates/cmsimple_default/images/top.gif create mode 100644 cms/templates/cmsimple_default/images/top_white.gif create mode 100644 cms/templates/cmsimple_default/smoothscroll.js create mode 100644 cms/templates/cmsimple_default/stylesheet.css create mode 100644 cms/templates/cmsimple_default/template.htm create mode 100644 cms/templates/ge1024papyrusXH/images/bgbody.jpg create mode 100644 cms/templates/ge1024papyrusXH/images/bgheader.jpg create mode 100644 cms/templates/ge1024papyrusXH/images/bgnews.jpg create mode 100644 cms/templates/ge1024papyrusXH/images/inhlist.gif create mode 100644 cms/templates/ge1024papyrusXH/images/logo.jpg create mode 100644 cms/templates/ge1024papyrusXH/images/logo.jpg.ba2 create mode 100644 cms/templates/ge1024papyrusXH/images/logo.jpg.bak create mode 100644 cms/templates/ge1024papyrusXH/readme.txt create mode 100644 cms/templates/ge1024papyrusXH/stylesheet.css create mode 100644 cms/templates/ge1024papyrusXH/template.htm create mode 100644 cms/templates/ge800papyrusXH/images/bgbody.jpg create mode 100644 cms/templates/ge800papyrusXH/images/bgheader.jpg create mode 100644 cms/templates/ge800papyrusXH/images/bgnews.jpg create mode 100644 cms/templates/ge800papyrusXH/images/inhlist.gif create mode 100644 cms/templates/ge800papyrusXH/images/logo.jpg create mode 100644 cms/templates/ge800papyrusXH/readme.txt create mode 100644 cms/templates/ge800papyrusXH/stylesheet.css create mode 100644 cms/templates/ge800papyrusXH/template.htm create mode 100644 cms/templates/gefloatpapyrusXH/images/bgbody.jpg create mode 100644 cms/templates/gefloatpapyrusXH/images/bgheader.jpg create mode 100644 cms/templates/gefloatpapyrusXH/images/bgnews.jpg create mode 100644 cms/templates/gefloatpapyrusXH/images/inhlist.gif create mode 100644 cms/templates/gefloatpapyrusXH/images/logo.jpg create mode 100644 cms/templates/gefloatpapyrusXH/readme.txt create mode 100644 cms/templates/gefloatpapyrusXH/stylesheet.css create mode 100644 cms/templates/gefloatpapyrusXH/template.htm create mode 100644 cms/templates/gefluidpapyrusXH/images/bgbody.jpg create mode 100644 cms/templates/gefluidpapyrusXH/images/bgheader.jpg create mode 100644 cms/templates/gefluidpapyrusXH/images/bgnews.jpg create mode 100644 cms/templates/gefluidpapyrusXH/images/inhlist.gif create mode 100644 cms/templates/gefluidpapyrusXH/images/logo.jpg create mode 100644 cms/templates/gefluidpapyrusXH/readme.txt create mode 100644 cms/templates/gefluidpapyrusXH/stylesheet.css create mode 100644 cms/templates/gefluidpapyrusXH/template.htm create mode 100644 cms/templates/greyblack_center760_m800/images/bgheader.jpg create mode 100644 cms/templates/greyblack_center760_m800/images/inhlist.gif create mode 100644 cms/templates/greyblack_center760_m800/readme.txt create mode 100644 cms/templates/greyblack_center760_m800/stylesheet.css create mode 100644 cms/templates/greyblack_center760_m800/template.htm create mode 100644 cms/templates/greyblack_center996_m800/images/bgheader.jpg create mode 100644 cms/templates/greyblack_center996_m800/images/inhlist.gif create mode 100644 cms/templates/greyblack_center996_m800/readme.txt create mode 100644 cms/templates/greyblack_center996_m800/stylesheet.css create mode 100644 cms/templates/greyblack_center996_m800/template.htm create mode 100644 cms/templates/greyblack_float760_m800/images/bgheader.jpg create mode 100644 cms/templates/greyblack_float760_m800/images/inhlist.gif create mode 100644 cms/templates/greyblack_float760_m800/readme.txt create mode 100644 cms/templates/greyblack_float760_m800/stylesheet.css create mode 100644 cms/templates/greyblack_float760_m800/template.htm create mode 100644 cms/templates/greyscale_center946_m960/images/bghead.jpg create mode 100644 cms/templates/greyscale_center946_m960/images/bgnav.jpg create mode 100644 cms/templates/greyscale_center946_m960/images/bgnotes.jpg create mode 100644 cms/templates/greyscale_center946_m960/images/inhlist.gif create mode 100644 cms/templates/greyscale_center946_m960/readme.txt create mode 100644 cms/templates/greyscale_center946_m960/stylesheet.css create mode 100644 cms/templates/greyscale_center946_m960/template.htm create mode 100644 cms/templates/greyscale_flex760_m768/images/bghead.jpg create mode 100644 cms/templates/greyscale_flex760_m768/images/bgnav.jpg create mode 100644 cms/templates/greyscale_flex760_m768/images/bgnotes.jpg create mode 100644 cms/templates/greyscale_flex760_m768/images/inhlist.gif create mode 100644 cms/templates/greyscale_flex760_m768/readme.txt create mode 100644 cms/templates/greyscale_flex760_m768/stylesheet.css create mode 100644 cms/templates/greyscale_flex760_m768/template.htm create mode 100644 cms/templates/greyscale_float760_m768/images/bghead.jpg create mode 100644 cms/templates/greyscale_float760_m768/images/bgnav.jpg create mode 100644 cms/templates/greyscale_float760_m768/images/bgnotes.jpg create mode 100644 cms/templates/greyscale_float760_m768/images/inhlist.gif create mode 100644 cms/templates/greyscale_float760_m768/readme.txt create mode 100644 cms/templates/greyscale_float760_m768/stylesheet.css create mode 100644 cms/templates/greyscale_float760_m768/template.htm create mode 100644 cms/templates/nature_center800_m740/images/bgcontent.jpg create mode 100644 cms/templates/nature_center800_m740/images/bgheader_nav.jpg create mode 100644 cms/templates/nature_center800_m740/images/inhlist.gif create mode 100644 cms/templates/nature_center800_m740/stylesheet.css create mode 100644 cms/templates/nature_center800_m740/template.htm create mode 100644 cms/templates/nature_float800_m740/images/bgcontent.jpg create mode 100644 cms/templates/nature_float800_m740/images/bgheader_nav.jpg create mode 100644 cms/templates/nature_float800_m740/images/inhlist.gif create mode 100644 cms/templates/nature_float800_m740/stylesheet.css create mode 100644 cms/templates/nature_float800_m740/template.htm create mode 100644 cms/templates/nature_gallery_m740/images/bgcontent.jpg create mode 100644 cms/templates/nature_gallery_m740/images/bgheader_nav.jpg create mode 100644 cms/templates/nature_gallery_m740/images/inhlist.gif create mode 100644 cms/templates/nature_gallery_m740/stylesheet.css create mode 100644 cms/templates/nature_gallery_m740/template.htm create mode 100644 cms/templates/reed_center760_m768/images/bgbody.jpg create mode 100644 cms/templates/reed_center760_m768/images/inhlist.gif create mode 100644 cms/templates/reed_center760_m768/readme.txt create mode 100644 cms/templates/reed_center760_m768/stylesheet.css create mode 100644 cms/templates/reed_center760_m768/template.htm create mode 100644 cms/templates/reed_center996_m768/images/bgbody.jpg create mode 100644 cms/templates/reed_center996_m768/images/inhlist.gif create mode 100644 cms/templates/reed_center996_m768/readme.txt create mode 100644 cms/templates/reed_center996_m768/stylesheet.css create mode 100644 cms/templates/reed_center996_m768/template.htm create mode 100644 cms/templates/reed_float760_m768/images/bgbody.jpg create mode 100644 cms/templates/reed_float760_m768/images/inhlist.gif create mode 100644 cms/templates/reed_float760_m768/readme.txt create mode 100644 cms/templates/reed_float760_m768/stylesheet.css create mode 100644 cms/templates/reed_float760_m768/template.htm create mode 100644 cms/templates/wave_center760_m768/images/bgbody.jpg create mode 100644 cms/templates/wave_center760_m768/images/inhlist.gif create mode 100644 cms/templates/wave_center760_m768/readme.txt create mode 100644 cms/templates/wave_center760_m768/stylesheet.css create mode 100644 cms/templates/wave_center760_m768/template.htm create mode 100644 cms/templates/wave_center940_m960/images/bgbody.jpg create mode 100644 cms/templates/wave_center940_m960/images/inhlist.gif create mode 100644 cms/templates/wave_center940_m960/readme.txt create mode 100644 cms/templates/wave_center940_m960/stylesheet.css create mode 100644 cms/templates/wave_center940_m960/template.htm create mode 100644 cms/templates/wave_float760_m768/images/bgbody.jpg create mode 100644 cms/templates/wave_float760_m768/images/bgbody_left.jpg create mode 100644 cms/templates/wave_float760_m768/images/inhlist.gif create mode 100644 cms/templates/wave_float760_m768/readme.txt create mode 100644 cms/templates/wave_float760_m768/stylesheet.css create mode 100644 cms/templates/wave_float760_m768/template.htm create mode 100644 cms/templates/wave_mobile_400/images/bgcontent.jpg create mode 100644 cms/templates/wave_mobile_400/images/inhlist.gif create mode 100644 cms/templates/wave_mobile_400/stylesheet.css create mode 100644 cms/templates/wave_mobile_400/template.htm create mode 100644 cms/templates/win8style_float800_m720/images/bgheader.jpg create mode 100644 cms/templates/win8style_float800_m720/images/bgml1.jpg create mode 100644 cms/templates/win8style_float800_m720/images/bgml1active.jpg create mode 100644 cms/templates/win8style_float800_m720/images/bgml1hover.jpg create mode 100644 cms/templates/win8style_float800_m720/images/bgml2.jpg create mode 100644 cms/templates/win8style_float800_m720/images/bgnewsh4.jpg create mode 100644 cms/templates/win8style_float800_m720/images/bgsubnav.jpg create mode 100644 cms/templates/win8style_float800_m720/images/inhlist.gif create mode 100644 cms/templates/win8style_float800_m720/images/navimage.jpg create mode 100644 cms/templates/win8style_float800_m720/readme.txt create mode 100644 cms/templates/win8style_float800_m720/stylesheet.css create mode 100644 cms/templates/win8style_float800_m720/template.htm create mode 100644 cms/templates/win8style_gallery_m720/images/bgheader.jpg create mode 100644 cms/templates/win8style_gallery_m720/images/bgml1.jpg create mode 100644 cms/templates/win8style_gallery_m720/images/bgml1active.jpg create mode 100644 cms/templates/win8style_gallery_m720/images/bgml1hover.jpg create mode 100644 cms/templates/win8style_gallery_m720/images/bgml2.jpg create mode 100644 cms/templates/win8style_gallery_m720/images/bgnewsh4.jpg create mode 100644 cms/templates/win8style_gallery_m720/images/bgsubnav.jpg create mode 100644 cms/templates/win8style_gallery_m720/images/inhlist.gif create mode 100644 cms/templates/win8style_gallery_m720/images/navimage.jpg create mode 100644 cms/templates/win8style_gallery_m720/readme.txt create mode 100644 cms/templates/win8style_gallery_m720/stylesheet.css create mode 100644 cms/templates/win8style_gallery_m720/template.htm create mode 100644 cms/userfiles/_core/CMSimpleDebug.txt create mode 100644 cms/userfiles/images/Jekyll-mansfield.jpg create mode 100644 cms/userfiles/images/Kalender_antik.jpg create mode 100644 cms/userfiles/images/Kalender_antik_kleiner_Schlag.jpg create mode 100644 cms/userfiles/images/MS_Hauptlogo_mitUZ_RGB_72dpi.jpg create mode 100644 cms/userfiles/images/The-Strange-Case-of-Dr-Jekyll-Mr-Hyde_mini.jpg create mode 100644 cms/userfiles/images/coffee.png create mode 100644 cms/userfiles/images/flags/cs.gif create mode 100644 cms/userfiles/images/flags/da.gif create mode 100644 cms/userfiles/images/flags/de.gif create mode 100644 cms/userfiles/images/flags/en.gif create mode 100644 cms/userfiles/images/flags/es.gif create mode 100644 cms/userfiles/images/flags/fi.gif create mode 100644 cms/userfiles/images/flags/fr.gif create mode 100644 cms/userfiles/images/flags/gr.gif create mode 100644 cms/userfiles/images/flags/hu.gif create mode 100644 cms/userfiles/images/flags/it.gif create mode 100644 cms/userfiles/images/flags/nl.gif create mode 100644 cms/userfiles/images/flags/no.gif create mode 100644 cms/userfiles/images/flags/pl.gif create mode 100644 cms/userfiles/images/flags/pt-BR.gif create mode 100644 cms/userfiles/images/flags/ru.gif create mode 100644 cms/userfiles/images/flags/se.gif create mode 100644 cms/userfiles/images/flags/sk.gif create mode 100644 cms/userfiles/images/flags/tr.gif create mode 100644 cms/userfiles/images/mabuse.jpg create mode 100644 cms/userfiles/images/team.jpg create mode 100644 docker-compose.yml create mode 100644 nginx.conf diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..9baa671 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,11 @@ +# Basis-Image mit PHP und Apache +FROM php:apache + +# Standarddateien entfernen (optional) +RUN rm -rf /var/www/html/* + +# PHP-Anwendung aus lokalem Ordner kopieren +COPY ./cms/ /var/www/html/ + +# Port freigeben +EXPOSE 80 diff --git a/cms/.htaccess b/cms/.htaccess new file mode 100644 index 0000000..28ca6f8 --- /dev/null +++ b/cms/.htaccess @@ -0,0 +1 @@ +AddDefaultCharset UTF-8 diff --git a/cms/2author/cmsimplesubsite.htm b/cms/2author/cmsimplesubsite.htm new file mode 100644 index 0000000..d8b40c9 --- /dev/null +++ b/cms/2author/cmsimplesubsite.htm @@ -0,0 +1,12 @@ + + + + +Identifier + + + + +

This file is just an identifier for a subsite folder of CMSimple.

+ + \ No newline at end of file diff --git a/cms/2author/config.php b/cms/2author/config.php new file mode 100644 index 0000000..2cf7e5b --- /dev/null +++ b/cms/2author/config.php @@ -0,0 +1,72 @@ + \ No newline at end of file diff --git a/cms/2author/content/.htaccess b/cms/2author/content/.htaccess new file mode 100644 index 0000000..469f632 --- /dev/null +++ b/cms/2author/content/.htaccess @@ -0,0 +1,7 @@ + +Require all denied + + +order deny,allow +deny from all + \ No newline at end of file diff --git a/cms/2author/content/content.htm b/cms/2author/content/content.htm new file mode 100644 index 0000000..dee3ea8 --- /dev/null +++ b/cms/2author/content/content.htm @@ -0,0 +1,34 @@ +Content +

Welcome to CMSimple

+

Congratulations on your new CoAuthors Website of CMSimple. You can login now with the default password, which you will find in the readme.php of the download. Delete the readme.php on your webserver, if you have uploaded it.

+

The login link you will find at bottom of the page in the footer.

+
+

!!! Remember to change the login password  immediately !!!

+

Please read the readme.php in the root folder of the download.

+
+

CMSimple is published under GPL3 License.

+
+

!!! IMPORTANT HINT !!!

+

Please DO NOT change the password directly in config.php by using a text editor. Change the default password right away after login ONLINE !!! (login with default password)

+

This is the easiest and best working way.

+

For editing CMSimple files it is essential to USE ONLY editors, capable of detecting, opening and saving files as "utf-8 without BOM" (Byte Order Mark), like notepad++.

+

If this condition is not fulfilled, you will damage your CMSimple installation.

+
+

!!! WICHTIGER HINWEIS !!!

+

Bitte ändern Sie das Standard Passwort NICHT direkt in der config.php mit einem Text Editor. Ändern Sie das Standard Passwort nach dem Login ONLINE !!!  (Login mit dem Standard Passwort)

+

Zur Bearbeitung der CMSimple Systemdateien sollten Sie ausschliesslich einen Code Editor wie z. B. notepad++ benutzen, der die Codierung "utf-8 ohne BOM" (Byte Order Mark) erkennt, die Dateien so öffnet und auch wieder abspeichert.

+

Wenn Sie die Systemdateien in einer anderen Codierung als "utf-8 ohne BOM" abspeichern, kann es zu Problemen mit verschiedenen Funktionen von CMSimple kommen.

+
+

A documentation for CMSimple is in progress:

+ +
+

The CMSimple links

+

If you use an original or modified CMSimple template, please leave the template-link at the bottom of the template. You may extend that link this way:

+ +

If you use another template inside a CMSimple installation, I kindly ask that you link back to www.cmsimple.org in your template, since this is a nice way to popularize the CMSimple Project and of giving something back.

+ + \ No newline at end of file diff --git a/cms/2author/content/content.php b/cms/2author/content/content.php new file mode 100644 index 0000000..3c7bbcf --- /dev/null +++ b/cms/2author/content/content.php @@ -0,0 +1,40 @@ + +

CMSimpleCoAuthors Subsite

+

CMSimpleCoAuthors Subsite

+

Congratulations on your new CMSimpleCoAuthors website.

+

You have to set the password now. How to do that, you will find in the README.txt in the root folder of the download.

+

Sie müssen nun das Passwort setzen. Wie das geht, erfahren Sie in der LIESMICH.txt im Root Ordner des Downloads.

+

More information about CMSimple and the documentation you will find on the CMSimple Homepage:

+

cmsimple.org »

+

News01

+

Newsbox News01

+

This box shows the content of the hidden page "News01".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News01".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

+

News02

+

Newsbox News02

+

This box shows the content of the hidden page "News02".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News02".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

+

News03

+

Newsbox News03

+

This box shows the content of the hidden page "News03".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News03".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

diff --git a/cms/2author/content/pagedata.php b/cms/2author/content/pagedata.php new file mode 100644 index 0000000..108432e --- /dev/null +++ b/cms/2author/content/pagedata.php @@ -0,0 +1,99 @@ + \ No newline at end of file diff --git a/cms/2author/content/plugins/.htaccess b/cms/2author/content/plugins/.htaccess new file mode 100644 index 0000000..ab2f743 --- /dev/null +++ b/cms/2author/content/plugins/.htaccess @@ -0,0 +1,7 @@ + +Require all granted + + +order deny,allow +allow from all + \ No newline at end of file diff --git a/cms/2author/disabled_plugins.txt b/cms/2author/disabled_plugins.txt new file mode 100644 index 0000000..38351fc --- /dev/null +++ b/cms/2author/disabled_plugins.txt @@ -0,0 +1 @@ + §filebrowser§ §jquery§ §meta_tags§ §pagemanager§ §page_params§ §tinymce§ \ No newline at end of file diff --git a/cms/2author/index.php b/cms/2author/index.php new file mode 100644 index 0000000..09e64f6 --- /dev/null +++ b/cms/2author/index.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/cms/2author/setup.php b/cms/2author/setup.php new file mode 100644 index 0000000..4e3ed41 --- /dev/null +++ b/cms/2author/setup.php @@ -0,0 +1,152 @@ + 0) +{ + $remainingSeconds = $setup_timeOut - (time() - $setup_fileCreated); +} +else +{ + $remainingSeconds = 1; +} + +if(file_exists('setupControl.php') && (time() - $setup_fileCreated > $setup_timeOut)) +{ + chmod('setupControl.php', 0777); + unlink('setupControl.php'); +} + +if(!class_exists('PasswordHash') && file_exists('cmsimple/PasswordHash.php')) +{ + $pwHashPath = 'cmsimple/PasswordHash.php'; + $flagsFolder = 'userfiles/images/flags/'; + $configFolder = './cmsimple/'; +} + +if(!class_exists('PasswordHash') && file_exists('../cmsimple/PasswordHash.php') && (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) && !file_exists('../cmsimplesubsite.htm')) +{ + $pwHashPath = '../cmsimple/PasswordHash.php'; + $flagsFolder = '../userfiles/images/flags/'; + $configFolder = './'; +} + +if(!class_exists('PasswordHash') && file_exists('../../cmsimple/PasswordHash.php') && file_exists('cmsimplelanguage.htm') && file_exists('../cmsimplesubsite.htm')) +{ + $pwHashPath = '../../cmsimple/PasswordHash.php'; + $flagsFolder = '../../userfiles/images/flags/'; + $configFolder = './'; +} + +if (is_writable('setupControl.php') && file_exists('index.php')) +{ + require $pwHashPath; + $cmsimple_pwHasher = new PasswordHash(8, true); + + if (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) + { + $fileConfigSetup = './config.php'; + } + else + { + $fileConfigSetup = $configFolder . 'config.php'; + } + + $passwordhint = ''; + if (isset($_POST['submit_password'])) + { + if (strlen($_POST['password']) > 4) + { + $hash = $cmsimple_pwHasher->HashPassword($_POST['password']); + $hash = str_replace('$P$','\$P\$',$hash); + $content = explode("\n", htmlspecialchars(file_get_contents($fileConfigSetup),ENT_QUOTES,'UTF-8')); + $content[2] = '$cf[\'security\'][\'password\']="' . $hash . '";'; + $myfile = fopen($fileConfigSetup, "w") or die("Unable to open file!"); + fwrite($myfile, htmlspecialchars_decode(implode("\n", $content),ENT_QUOTES)); + fclose($myfile); + chmod('setupControl.php', 0777); + unlink('setupControl.php'); + header("Location: ./?login"); + } + else + { + if(strlen($_POST['password']) < 5) $passwordhint.= ' +

flag english
Your password must have
5 or more characters!

+

flag deutsch
Das Passwort muss aus
5 oder mehr Zeichen bestehen!

+'; + } + } + + echo ' + + + + + +Welcome + + + + + + + +
+
' . $remainingSeconds . '  seconds remaining +

flag english  Enter your new password!

+

flag english  Geben Sie Ihr neues Passwort ein!

+

Minimum: 5 characters

+
+ + +
+

' . $passwordhint . '

+
+ + +'; +} +else +{ + echo ' + + + + + +Welcome + + + + +
+

Setup is not active.

+

flag english
How you can activate setup, you will find in the readme.php in the Root folder of the CMSimple download.

+

flag english
Wie Sie Setup aktivieren können, finden Sie in der readme.php des CMSimple Downloads.

+

Home »

+
+ + +'; +} + +?> \ No newline at end of file diff --git a/cms/2author/setupControl.php b/cms/2author/setupControl.php new file mode 100644 index 0000000..e69de29 diff --git a/cms/2author/userfiles/_core/CMSimpleDebug.txt b/cms/2author/userfiles/_core/CMSimpleDebug.txt new file mode 100644 index 0000000..62f9457 --- /dev/null +++ b/cms/2author/userfiles/_core/CMSimpleDebug.txt @@ -0,0 +1 @@ +6 \ No newline at end of file diff --git a/cms/2author/userfiles/_core/_editor.css b/cms/2author/userfiles/_core/_editor.css new file mode 100644 index 0000000..e69de29 diff --git a/cms/2author/userfiles/_core/_split_h1only.css b/cms/2author/userfiles/_core/_split_h1only.css new file mode 100644 index 0000000..bc01709 --- /dev/null +++ b/cms/2author/userfiles/_core/_split_h1only.css @@ -0,0 +1,11 @@ +/* +Please do not change or add anything! + +Bitte nichts ändern oder hinzufügen! +*/ +h1._level1_page_ {} +h1._level2_page_ {} +h1._level3_page_ {} +h1._level4_page_ {} +h1._level5_page_ {} +h1._level6_page_ {} \ No newline at end of file diff --git a/cms/2author/userfiles/co_author/News01.txt b/cms/2author/userfiles/co_author/News01.txt new file mode 100644 index 0000000..37d0d96 --- /dev/null +++ b/cms/2author/userfiles/co_author/News01.txt @@ -0,0 +1,9 @@ +

News01

+

Newsbox News01

+

This box shows the content of the hidden page "News01".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News01".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

\ No newline at end of file diff --git a/cms/2author/userfiles/co_author/Welcome_to_CMSimple_5.txt b/cms/2author/userfiles/co_author/Welcome_to_CMSimple_5.txt new file mode 100644 index 0000000..fe8b09d --- /dev/null +++ b/cms/2author/userfiles/co_author/Welcome_to_CMSimple_5.txt @@ -0,0 +1,8 @@ +

Welcome to CMSimple 5

+

Welcome to CMSimple 5

+

Congratulations on your new external author subsite. You can login now with the default password, which you will find in the readme.php of the download.

+
+

!!! Remember to change the login password  immediately !!!

+
+

CMSimple is published under GPL3 License. More information about CMSimple, a very simple and easy to use CMS (Content Management System) without database, the documentation and the current Downloads you will find on the CMSimple Homepage:

+

cmsimple.org »

\ No newline at end of file diff --git a/cms/2author/userfiles/downloads/XHdebug.txt b/cms/2author/userfiles/downloads/XHdebug.txt new file mode 100644 index 0000000..62f9457 --- /dev/null +++ b/cms/2author/userfiles/downloads/XHdebug.txt @@ -0,0 +1 @@ +6 \ No newline at end of file diff --git a/cms/2author/userfiles/images/flags/cs.gif b/cms/2author/userfiles/images/flags/cs.gif new file mode 100644 index 0000000000000000000000000000000000000000..54acbc4fd34db527a563a928975cf3b6ea79bb34 GIT binary patch literal 205 zcmZ?wbhEHb6k_0EIKsg2M&Csv;etxcnG3=i*Ch2g95z@KJTT0>c}Y}DKK%G)F>PV* z-M3_ojI(clv-HzSy2N0yg5Q1n4QT`I-9|e2@Hs)Xw6wJU z|Nk?wHJK%}VXCMAj_Zw(g`xdfyF`Kgy(CM^Doc-G;UGqOIaxp7A5HMXrDok wKty`}{8h}15C0!fSh&1HGJZKz^2r=4N!I4Yj%%aV@--hg@V09IEe-~20B>3_f&c&j literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/en.gif b/cms/2author/userfiles/images/flags/en.gif new file mode 100644 index 0000000000000000000000000000000000000000..f91e6830455ffbfbf2453ae3e05de4ecf7ceaaaa GIT binary patch literal 189 zcmV;u07CyqNk%w1VG;lg0J8u900I>p5)?KH3O^tqB`P!|IeKV*wVv?$Zl$7SAtM2afA^8LW003M7EC2ui01^NU06+w4Fc2{a0Fzowr7;iFJddI* zB;yjdT0uia01_G(85N2h5dZ)?7Lh-B literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/es.gif b/cms/2author/userfiles/images/flags/es.gif new file mode 100644 index 0000000000000000000000000000000000000000..546f989cc6bd46a5365e82da9842b450bef06f2a GIT binary patch literal 152 zcmV;J0B8S4Nk%w1VG;lg0J8u92mk;v001)u2s|SI&JY;R7#Q9VA>JV&=OH2FR~7Gj z82`=?|K14y-Vp!i5dZHGA^8LW001BWEC2ui01^NU06+vq5Qs^u71EH+dpE-1G-PR- z&LC)ByMf{qRTucAt6T Kv@}JD!5RRzyFSVQ literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/fr.gif b/cms/2author/userfiles/images/flags/fr.gif new file mode 100644 index 0000000000000000000000000000000000000000..84175673cd21ddbdec8ffa31b0292a01498a7045 GIT binary patch literal 152 zcmZ?wbhEHb6k_0E*vtR~91I+~5*)n7TwG30P7InWISesk5efX*6=X88f&rFjxZs DO?xw% literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/gr.gif b/cms/2author/userfiles/images/flags/gr.gif new file mode 100644 index 0000000000000000000000000000000000000000..65a2a4700c9b5c32130bff3e812b53d4300cc566 GIT binary patch literal 120 zcmZ?wbhEHb6k_0E*vtR{Qy3Wj6A5%cIzW0ESabzWcxsC#Jvh7bNR(MmissbB=Zp#+ gi{h7^d!F6@(TDl_+}E<62_8C9%+r>rGBH>K0NN2hg#Z8m literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/hu.gif b/cms/2author/userfiles/images/flags/hu.gif new file mode 100644 index 0000000000000000000000000000000000000000..3511542fa04f6a599bc218e8e276c3578510159d GIT binary patch literal 131 zcmZ?wbhEHb6k_0E*vtS1*%A!divJlH{xfj==MeZWAn_kJ&;jWH>1ANC5IEtft!gnj z$l&~>rT;UqGjQlKz<}aU7NEd?1|5(9NG$`iuE(xB yG6ozDuXlvIM(WB%nUo%27rK38rs9&Sh|?2wv?e`O-ybsf(LQP4=Ne{04AuZ{WgeRV literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/nl.gif b/cms/2author/userfiles/images/flags/nl.gif new file mode 100644 index 0000000000000000000000000000000000000000..01394e7ebf0b8012c6a6fbd66cc95c96d5269b88 GIT binary patch literal 154 zcmZ?wbhEHb6k_0E*v!Dd!ot9z$zjOBp=qhfAdt-AIvQNdbi8=n->mh_IquB(u7+RC u;HG-W?uSk7k{3IK6|9^EH5&z9)ZDn=xixEPoY~Tj$`d|%8D45k4Auad6FLh3 literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/pl.gif b/cms/2author/userfiles/images/flags/pl.gif new file mode 100644 index 0000000000000000000000000000000000000000..1ced47e0ab9107a846b8ca8d5df0c09ea8c89336 GIT binary patch literal 79 zcmZ?wbhEHb6k_0En8*ME|A7F^Q2faPrgcChNS=X7p{2j`;9Gf~Ilh-N-=E&a#Mt&o VL*j|#tQRZSCBI&FYK{nlH2@}%85IBk literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/ru.gif b/cms/2author/userfiles/images/flags/ru.gif new file mode 100644 index 0000000000000000000000000000000000000000..6dcf3a6b505eb20ac6d5453fc9371d5825b5ea14 GIT binary patch literal 116 zcmZ?wbhEHb6k_0E*vtR{|Nk>E{3j0RfOLTLGO%b0obc3^wRml-@_#0KT~NZj45=wu d*_+mJ9bchxr(zxVw|DpV-aqHG#f5>v8UXG`Ke+$^ literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/se.gif b/cms/2author/userfiles/images/flags/se.gif new file mode 100644 index 0000000000000000000000000000000000000000..800b18c47ea12f880f97073d67de7ff4657bb3b7 GIT binary patch literal 99 zcmZ?wbhEHb6k_0ESi}GV|NsBzVfgz04~PL401=8mSr{1@SQvCb9FSTEW(|&AcXR~$ q1hqrTZgs7`CvMQ2Vp)2TeUT6=*O~=+U77tKbDq9?^{1DG!5RR6M<6i( literal 0 HcmV?d00001 diff --git a/cms/2author/userfiles/images/flags/sk.gif b/cms/2author/userfiles/images/flags/sk.gif new file mode 100644 index 0000000000000000000000000000000000000000..90dbe0758a8e1b4ffb1607a0bc93fa74dd7bf5d6 GIT binary patch literal 148 zcmV;F0Biq8Nk%w1VG;lg0J8u90782Z2mlaDdm%AvDLHE?V~jCtltN>SoLYOvIazgpBw1_y7O@EC2ui01^NU06+vuFvv+OWlSN2yT?*tC{2P)F^?)cvj!0^vXq7_@@{I7|o*&z7_$0suQ5 C6*!Rq literal 0 HcmV?d00001 diff --git a/cms/2lang/cmsimplelanguage.htm b/cms/2lang/cmsimplelanguage.htm new file mode 100644 index 0000000..f8a0a22 --- /dev/null +++ b/cms/2lang/cmsimplelanguage.htm @@ -0,0 +1,12 @@ + + + + +Identifier + + + + +

This file is just an identifier for a language folder of CMSimple.

+ + \ No newline at end of file diff --git a/cms/2lang/config.php b/cms/2lang/config.php new file mode 100644 index 0000000..f539a86 --- /dev/null +++ b/cms/2lang/config.php @@ -0,0 +1,72 @@ + \ No newline at end of file diff --git a/cms/2lang/content/.htaccess b/cms/2lang/content/.htaccess new file mode 100644 index 0000000..469f632 --- /dev/null +++ b/cms/2lang/content/.htaccess @@ -0,0 +1,7 @@ + +Require all denied + + +order deny,allow +deny from all + \ No newline at end of file diff --git a/cms/2lang/content/content.htm b/cms/2lang/content/content.htm new file mode 100644 index 0000000..3e06d01 --- /dev/null +++ b/cms/2lang/content/content.htm @@ -0,0 +1,60 @@ +Content +

Welcome to CMSimple

+

Congratulations on your new language installation of CMSimple. You can login now with the default password, which you will find in the readme.php of the download. Delete the readme.php on your webserver, if you have uploaded it.

+

The login link you will find at bottom of the page in the footer.

+
+

!!! Remember to change the login password  immediately !!!

+

Please read the readme.php in the root folder of the download.

+
+

CMSimple is published under GPL3 License.

+
+

!!! IMPORTANT HINT !!!

+

Please DO NOT change the password directly in config.php by using a text editor. Change the default password right away after login ONLINE !!! (login with default password)

+

This is the easiest and best working way.

+

For editing CMSimple files it is essential to USE ONLY editors, capable of detecting, opening and saving files as "utf-8 without BOM" (Byte Order Mark), like notepad++.

+

If this condition is not fulfilled, you will damage your CMSimple installation.

+
+

!!! WICHTIGER HINWEIS !!!

+

Bitte ändern Sie das Standard Passwort NICHT direkt in der config.php mit einem Text Editor. Ändern Sie das Standard Passwort nach dem Login ONLINE !!!  (Login mit dem Standard Passwort)

+

Zur Bearbeitung der CMSimple Systemdateien sollten Sie ausschliesslich einen Code Editor wie z. B. notepad++ benutzen, der die Codierung "utf-8 ohne BOM" (Byte Order Mark) erkennt, die Dateien so öffnet und auch wieder abspeichert.

+

Wenn Sie die Systemdateien in einer anderen Codierung als "utf-8 ohne BOM" abspeichern, kann es zu Problemen mit verschiedenen Funktionen von CMSimple kommen.

+
+

A documentation for CMSimple is in progress:

+ +
+

The CMSimple links

+

If you use an original or modified CMSimple template, please leave the template-link at the bottom of the template. You may extend that link this way:

+ +

If you use another template inside a CMSimple installation, I kindly ask that you link back to www.cmsimple.org in your template, since this is a nice way to popularize the CMSimple Project and of giving something back.

+

News01

+

Newsbox News01

+

This box shows the content of the hidden page "News01".

+

More information about newsboxes can be found here:

+

CMSimple_XH Wiki »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News01".

+

Mehr Informationen zum Thema Newsboxen gibt es hier:

+

CMSimple_XH Wiki »

+

News02

+

Newsbox News02

+

This box shows the content of the hidden page "News02".

+

More information about newsboxes can be found here:

+

CMSimple_XH Wiki »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News02".

+

Mehr Informationen zum Thema Newsboxen gibt es hier:

+

CMSimple_XH Wiki »

+

News03

+

Newsbox News03

+

This box shows the content of the hidden page "News03".

+

More information about newsboxes can be found here:

+

CMSimple_XH Wiki »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News03".

+

Mehr Informationen zum Thema Newsboxen gibt es hier:

+

CMSimple_XH Wiki »

+ \ No newline at end of file diff --git a/cms/2lang/content/content.php b/cms/2lang/content/content.php new file mode 100644 index 0000000..aaa92c9 --- /dev/null +++ b/cms/2lang/content/content.php @@ -0,0 +1,40 @@ + +

CMSimple Second Language

+

CMSimple Second Language

+

Congratulations on your new second language.

+

You have to set the password now. How to do that, you will find in the README.txt in the root folder of the download.

+

Sie müssen nun das Passwort setzen. Wie das geht, erfahren Sie in der LIESMICH.txt im Root Ordner des Downloads.

+

More information about CMSimple and the documentation you will find on the CMSimple Homepage:

+

cmsimple.org »

+

News01

+

Newsbox News01

+

This box shows the content of the hidden page "News01".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News01".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

+

News02

+

Newsbox News02

+

This box shows the content of the hidden page "News02".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News02".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

+

News03

+

Newsbox News03

+

This box shows the content of the hidden page "News03".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News03".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

\ No newline at end of file diff --git a/cms/2lang/content/pagedata.php b/cms/2lang/content/pagedata.php new file mode 100644 index 0000000..f437436 --- /dev/null +++ b/cms/2lang/content/pagedata.php @@ -0,0 +1,108 @@ + \ No newline at end of file diff --git a/cms/2lang/content/plugins/.htaccess b/cms/2lang/content/plugins/.htaccess new file mode 100644 index 0000000..ab2f743 --- /dev/null +++ b/cms/2lang/content/plugins/.htaccess @@ -0,0 +1,7 @@ + +Require all granted + + +order deny,allow +allow from all + \ No newline at end of file diff --git a/cms/2lang/disabled_plugins.txt b/cms/2lang/disabled_plugins.txt new file mode 100644 index 0000000..991aa1a --- /dev/null +++ b/cms/2lang/disabled_plugins.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cms/2lang/index.php b/cms/2lang/index.php new file mode 100644 index 0000000..09e64f6 --- /dev/null +++ b/cms/2lang/index.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/cms/2lang/setup.php b/cms/2lang/setup.php new file mode 100644 index 0000000..4e3ed41 --- /dev/null +++ b/cms/2lang/setup.php @@ -0,0 +1,152 @@ + 0) +{ + $remainingSeconds = $setup_timeOut - (time() - $setup_fileCreated); +} +else +{ + $remainingSeconds = 1; +} + +if(file_exists('setupControl.php') && (time() - $setup_fileCreated > $setup_timeOut)) +{ + chmod('setupControl.php', 0777); + unlink('setupControl.php'); +} + +if(!class_exists('PasswordHash') && file_exists('cmsimple/PasswordHash.php')) +{ + $pwHashPath = 'cmsimple/PasswordHash.php'; + $flagsFolder = 'userfiles/images/flags/'; + $configFolder = './cmsimple/'; +} + +if(!class_exists('PasswordHash') && file_exists('../cmsimple/PasswordHash.php') && (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) && !file_exists('../cmsimplesubsite.htm')) +{ + $pwHashPath = '../cmsimple/PasswordHash.php'; + $flagsFolder = '../userfiles/images/flags/'; + $configFolder = './'; +} + +if(!class_exists('PasswordHash') && file_exists('../../cmsimple/PasswordHash.php') && file_exists('cmsimplelanguage.htm') && file_exists('../cmsimplesubsite.htm')) +{ + $pwHashPath = '../../cmsimple/PasswordHash.php'; + $flagsFolder = '../../userfiles/images/flags/'; + $configFolder = './'; +} + +if (is_writable('setupControl.php') && file_exists('index.php')) +{ + require $pwHashPath; + $cmsimple_pwHasher = new PasswordHash(8, true); + + if (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) + { + $fileConfigSetup = './config.php'; + } + else + { + $fileConfigSetup = $configFolder . 'config.php'; + } + + $passwordhint = ''; + if (isset($_POST['submit_password'])) + { + if (strlen($_POST['password']) > 4) + { + $hash = $cmsimple_pwHasher->HashPassword($_POST['password']); + $hash = str_replace('$P$','\$P\$',$hash); + $content = explode("\n", htmlspecialchars(file_get_contents($fileConfigSetup),ENT_QUOTES,'UTF-8')); + $content[2] = '$cf[\'security\'][\'password\']="' . $hash . '";'; + $myfile = fopen($fileConfigSetup, "w") or die("Unable to open file!"); + fwrite($myfile, htmlspecialchars_decode(implode("\n", $content),ENT_QUOTES)); + fclose($myfile); + chmod('setupControl.php', 0777); + unlink('setupControl.php'); + header("Location: ./?login"); + } + else + { + if(strlen($_POST['password']) < 5) $passwordhint.= ' +

flag english
Your password must have
5 or more characters!

+

flag deutsch
Das Passwort muss aus
5 oder mehr Zeichen bestehen!

+'; + } + } + + echo ' + + + + + +Welcome + + + + + + + +
+
' . $remainingSeconds . '  seconds remaining +

flag english  Enter your new password!

+

flag english  Geben Sie Ihr neues Passwort ein!

+

Minimum: 5 characters

+
+ + +
+

' . $passwordhint . '

+
+ + +'; +} +else +{ + echo ' + + + + + +Welcome + + + + +
+

Setup is not active.

+

flag english
How you can activate setup, you will find in the readme.php in the Root folder of the CMSimple download.

+

flag english
Wie Sie Setup aktivieren können, finden Sie in der readme.php des CMSimple Downloads.

+

Home »

+
+ + +'; +} + +?> \ No newline at end of file diff --git a/cms/2lang/setupControl.php b/cms/2lang/setupControl.php new file mode 100644 index 0000000..e69de29 diff --git a/cms/2site/cmsimplesubsite.htm b/cms/2site/cmsimplesubsite.htm new file mode 100644 index 0000000..d8b40c9 --- /dev/null +++ b/cms/2site/cmsimplesubsite.htm @@ -0,0 +1,12 @@ + + + + +Identifier + + + + +

This file is just an identifier for a subsite folder of CMSimple.

+ + \ No newline at end of file diff --git a/cms/2site/config.php b/cms/2site/config.php new file mode 100644 index 0000000..f539a86 --- /dev/null +++ b/cms/2site/config.php @@ -0,0 +1,72 @@ + \ No newline at end of file diff --git a/cms/2site/content/.htaccess b/cms/2site/content/.htaccess new file mode 100644 index 0000000..469f632 --- /dev/null +++ b/cms/2site/content/.htaccess @@ -0,0 +1,7 @@ + +Require all denied + + +order deny,allow +deny from all + \ No newline at end of file diff --git a/cms/2site/content/content.htm b/cms/2site/content/content.htm new file mode 100644 index 0000000..118d38a --- /dev/null +++ b/cms/2site/content/content.htm @@ -0,0 +1,60 @@ +Content +

Welcome to CMSimple

+

Congratulations on your new Subsite installation of CMSimple. You can login now with the default password, which you will find in the readme.php of the download. Delete the readme.php on your webserver, if you have uploaded it.

+

The login link you will find at bottom of the page in the footer.

+
+

!!! Remember to change the login password  immediately !!!

+

Please read the readme.php in the root folder of the download.

+
+

CMSimple is published under GPL3 License.

+
+

!!! IMPORTANT HINT !!!

+

Please DO NOT change the password directly in config.php by using a text editor. Change the default password right away after login ONLINE !!! (login with default password)

+

This is the easiest and best working way.

+

For editing CMSimple files it is essential to USE ONLY editors, capable of detecting, opening and saving files as "utf-8 without BOM" (Byte Order Mark), like notepad++.

+

If this condition is not fulfilled, you will damage your CMSimple installation.

+
+

!!! WICHTIGER HINWEIS !!!

+

Bitte ändern Sie das Standard Passwort NICHT direkt in der config.php mit einem Text Editor. Ändern Sie das Standard Passwort nach dem Login ONLINE !!!  (Login mit dem Standard Passwort)

+

Zur Bearbeitung der CMSimple Systemdateien sollten Sie ausschliesslich einen Code Editor wie z. B. notepad++ benutzen, der die Codierung "utf-8 ohne BOM" (Byte Order Mark) erkennt, die Dateien so öffnet und auch wieder abspeichert.

+

Wenn Sie die Systemdateien in einer anderen Codierung als "utf-8 ohne BOM" abspeichern, kann es zu Problemen mit verschiedenen Funktionen von CMSimple kommen.

+
+

A documentation for CMSimple is in progress:

+ +
+

The CMSimple links

+

If you use an original or modified CMSimple template, please leave the template-link at the bottom of the template. You may extend that link this way:

+ +

If you use another template inside a CMSimple installation, I kindly ask that you link back to www.cmsimple.org in your template, since this is a nice way to popularize the CMSimple Project and of giving something back.

+

News01

+

Newsbox News01

+

This box shows the content of the hidden page "News01".

+

More information about newsboxes can be found here:

+

CMSimple_XH Wiki »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News01".

+

Mehr Informationen zum Thema Newsboxen gibt es hier:

+

CMSimple_XH Wiki »

+

News02

+

Newsbox News02

+

This box shows the content of the hidden page "News02".

+

More information about newsboxes can be found here:

+

CMSimple_XH Wiki »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News02".

+

Mehr Informationen zum Thema Newsboxen gibt es hier:

+

CMSimple_XH Wiki »

+

News03

+

Newsbox News03

+

This box shows the content of the hidden page "News03".

+

More information about newsboxes can be found here:

+

CMSimple_XH Wiki »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News03".

+

Mehr Informationen zum Thema Newsboxen gibt es hier:

+

CMSimple_XH Wiki »

+ \ No newline at end of file diff --git a/cms/2site/content/content.php b/cms/2site/content/content.php new file mode 100644 index 0000000..ad0d246 --- /dev/null +++ b/cms/2site/content/content.php @@ -0,0 +1,40 @@ + +

CMSimple Subsite

+

CMSimple Subsite

+

Congratulations on your new CMSimple subsite.

+

You have to set the password now. How to do that, you will find in the README.txt in the root folder of the download.

+

Sie müssen nun das Passwort setzen. Wie das geht, erfahren Sie in der LIESMICH.txt im Root Ordner des Downloads.

+

More information about CMSimple and the documentation you will find on the CMSimple Homepage:

+

cmsimple.org »

+

News01

+

Newsbox News01

+

This box shows the content of the hidden page "News01".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News01".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

+

News02

+

Newsbox News02

+

This box shows the content of the hidden page "News02".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News02".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

+

News03

+

Newsbox News03

+

This box shows the content of the hidden page "News03".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News03".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

diff --git a/cms/2site/content/pagedata.php b/cms/2site/content/pagedata.php new file mode 100644 index 0000000..d4b3cf9 --- /dev/null +++ b/cms/2site/content/pagedata.php @@ -0,0 +1,108 @@ + \ No newline at end of file diff --git a/cms/2site/content/plugins/.htaccess b/cms/2site/content/plugins/.htaccess new file mode 100644 index 0000000..ab2f743 --- /dev/null +++ b/cms/2site/content/plugins/.htaccess @@ -0,0 +1,7 @@ + +Require all granted + + +order deny,allow +allow from all + \ No newline at end of file diff --git a/cms/2site/disabled_plugins.txt b/cms/2site/disabled_plugins.txt new file mode 100644 index 0000000..991aa1a --- /dev/null +++ b/cms/2site/disabled_plugins.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cms/2site/index.php b/cms/2site/index.php new file mode 100644 index 0000000..09e64f6 --- /dev/null +++ b/cms/2site/index.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/cms/2site/setup.php b/cms/2site/setup.php new file mode 100644 index 0000000..4e3ed41 --- /dev/null +++ b/cms/2site/setup.php @@ -0,0 +1,152 @@ + 0) +{ + $remainingSeconds = $setup_timeOut - (time() - $setup_fileCreated); +} +else +{ + $remainingSeconds = 1; +} + +if(file_exists('setupControl.php') && (time() - $setup_fileCreated > $setup_timeOut)) +{ + chmod('setupControl.php', 0777); + unlink('setupControl.php'); +} + +if(!class_exists('PasswordHash') && file_exists('cmsimple/PasswordHash.php')) +{ + $pwHashPath = 'cmsimple/PasswordHash.php'; + $flagsFolder = 'userfiles/images/flags/'; + $configFolder = './cmsimple/'; +} + +if(!class_exists('PasswordHash') && file_exists('../cmsimple/PasswordHash.php') && (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) && !file_exists('../cmsimplesubsite.htm')) +{ + $pwHashPath = '../cmsimple/PasswordHash.php'; + $flagsFolder = '../userfiles/images/flags/'; + $configFolder = './'; +} + +if(!class_exists('PasswordHash') && file_exists('../../cmsimple/PasswordHash.php') && file_exists('cmsimplelanguage.htm') && file_exists('../cmsimplesubsite.htm')) +{ + $pwHashPath = '../../cmsimple/PasswordHash.php'; + $flagsFolder = '../../userfiles/images/flags/'; + $configFolder = './'; +} + +if (is_writable('setupControl.php') && file_exists('index.php')) +{ + require $pwHashPath; + $cmsimple_pwHasher = new PasswordHash(8, true); + + if (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) + { + $fileConfigSetup = './config.php'; + } + else + { + $fileConfigSetup = $configFolder . 'config.php'; + } + + $passwordhint = ''; + if (isset($_POST['submit_password'])) + { + if (strlen($_POST['password']) > 4) + { + $hash = $cmsimple_pwHasher->HashPassword($_POST['password']); + $hash = str_replace('$P$','\$P\$',$hash); + $content = explode("\n", htmlspecialchars(file_get_contents($fileConfigSetup),ENT_QUOTES,'UTF-8')); + $content[2] = '$cf[\'security\'][\'password\']="' . $hash . '";'; + $myfile = fopen($fileConfigSetup, "w") or die("Unable to open file!"); + fwrite($myfile, htmlspecialchars_decode(implode("\n", $content),ENT_QUOTES)); + fclose($myfile); + chmod('setupControl.php', 0777); + unlink('setupControl.php'); + header("Location: ./?login"); + } + else + { + if(strlen($_POST['password']) < 5) $passwordhint.= ' +

flag english
Your password must have
5 or more characters!

+

flag deutsch
Das Passwort muss aus
5 oder mehr Zeichen bestehen!

+'; + } + } + + echo ' + + + + + +Welcome + + + + + + + +
+
' . $remainingSeconds . '  seconds remaining +

flag english  Enter your new password!

+

flag english  Geben Sie Ihr neues Passwort ein!

+

Minimum: 5 characters

+
+ + +
+

' . $passwordhint . '

+
+ + +'; +} +else +{ + echo ' + + + + + +Welcome + + + + +
+

Setup is not active.

+

flag english
How you can activate setup, you will find in the readme.php in the Root folder of the CMSimple download.

+

flag english
Wie Sie Setup aktivieren können, finden Sie in der readme.php des CMSimple Downloads.

+

Home »

+
+ + +'; +} + +?> \ No newline at end of file diff --git a/cms/2site/setupControl.php b/cms/2site/setupControl.php new file mode 100644 index 0000000..e69de29 diff --git a/cms/2site2lang/cmsimplelanguage.htm b/cms/2site2lang/cmsimplelanguage.htm new file mode 100644 index 0000000..f8a0a22 --- /dev/null +++ b/cms/2site2lang/cmsimplelanguage.htm @@ -0,0 +1,12 @@ + + + + +Identifier + + + + +

This file is just an identifier for a language folder of CMSimple.

+ + \ No newline at end of file diff --git a/cms/2site2lang/config.php b/cms/2site2lang/config.php new file mode 100644 index 0000000..f539a86 --- /dev/null +++ b/cms/2site2lang/config.php @@ -0,0 +1,72 @@ + \ No newline at end of file diff --git a/cms/2site2lang/content/.htaccess b/cms/2site2lang/content/.htaccess new file mode 100644 index 0000000..469f632 --- /dev/null +++ b/cms/2site2lang/content/.htaccess @@ -0,0 +1,7 @@ + +Require all denied + + +order deny,allow +deny from all + \ No newline at end of file diff --git a/cms/2site2lang/content/content.htm b/cms/2site2lang/content/content.htm new file mode 100644 index 0000000..b457ac1 --- /dev/null +++ b/cms/2site2lang/content/content.htm @@ -0,0 +1,60 @@ +Content +

Welcome to CMSimple

+

Congratulations on your new language installation of CMSimple. You can login now with the default password, which you will find in the readme.php of the download. Delete the readme.php on your webserver, if you have uploaded it.

+

The login link you will find at bottom of the page in the footer.

+
+

!!! Remember to change the login password  immediately !!!

+

Please read the readme.php in the root folder of the download.

+
+

CMSimple is published under GPL3 License.

+
+

!!! IMPORTANT HINT !!!

+

Please DO NOT change the password directly in config.php by using a text editor. Change the default password right away after login ONLINE !!! (login with default password)

+

This is the easiest and best working way.

+

For editing CMSimple files it is essential to USE ONLY editors, capable of detecting, opening and saving files as "utf-8 without BOM" (Byte Order Mark), like notepad++.

+

If this condition is not fulfilled, you will damage your CMSimple installation.

+
+

!!! WICHTIGER HINWEIS !!!

+

Bitte ändern Sie das Standard Passwort NICHT direkt in der config.php mit einem Text Editor. Ändern Sie das Standard Passwort nach dem Login ONLINE !!!  (Login mit dem Standard Passwort)

+

Zur Bearbeitung der CMSimple Systemdateien sollten Sie ausschliesslich einen Code Editor wie z. B. notepad++ benutzen, der die Codierung "utf-8 ohne BOM" (Byte Order Mark) erkennt, die Dateien so öffnet und auch wieder abspeichert.

+

Wenn Sie die Systemdateien in einer anderen Codierung als "utf-8 ohne BOM" abspeichern, kann es zu Problemen mit verschiedenen Funktionen von CMSimple kommen.

+
+

A documentation for CMSimple is in progress:

+ +
+

The CMSimple links

+

If you use an original or modified CMSimple template, please leave the template-link at the bottom of the template. You may extend that link this way:

+ +

If you use another template inside a CMSimple installation, I kindly ask that you link back to www.cmsimple.org in your template, since this is a nice way to popularize the CMSimple Project and of giving something back.

+

News01

+

Newsbox News01

+

This box shows the content of the hidden page "News01".

+

More information about newsboxes can be found here:

+

CMSimple_XH Wiki »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News01".

+

Mehr Informationen zum Thema Newsboxen gibt es hier:

+

CMSimple_XH Wiki »

+

News02

+

Newsbox News02

+

This box shows the content of the hidden page "News02".

+

More information about newsboxes can be found here:

+

CMSimple_XH Wiki »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News02".

+

Mehr Informationen zum Thema Newsboxen gibt es hier:

+

CMSimple_XH Wiki »

+

News03

+

Newsbox News03

+

This box shows the content of the hidden page "News03".

+

More information about newsboxes can be found here:

+

CMSimple_XH Wiki »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News03".

+

Mehr Informationen zum Thema Newsboxen gibt es hier:

+

CMSimple_XH Wiki »

+ \ No newline at end of file diff --git a/cms/2site2lang/content/content.php b/cms/2site2lang/content/content.php new file mode 100644 index 0000000..aaa92c9 --- /dev/null +++ b/cms/2site2lang/content/content.php @@ -0,0 +1,40 @@ + +

CMSimple Second Language

+

CMSimple Second Language

+

Congratulations on your new second language.

+

You have to set the password now. How to do that, you will find in the README.txt in the root folder of the download.

+

Sie müssen nun das Passwort setzen. Wie das geht, erfahren Sie in der LIESMICH.txt im Root Ordner des Downloads.

+

More information about CMSimple and the documentation you will find on the CMSimple Homepage:

+

cmsimple.org »

+

News01

+

Newsbox News01

+

This box shows the content of the hidden page "News01".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News01".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

+

News02

+

Newsbox News02

+

This box shows the content of the hidden page "News02".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News02".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

+

News03

+

Newsbox News03

+

This box shows the content of the hidden page "News03".

+

More information about newsboxes can be found in the documentation on

+

cmsimple.org »

+
+

Diese Box zeigt den Inhalt der versteckten Seite "News03".

+

Mehr Informationen zum Thema Newsboxen gibt es in der Dokumentation auf

+

cmsimple.org »

\ No newline at end of file diff --git a/cms/2site2lang/content/pagedata.php b/cms/2site2lang/content/pagedata.php new file mode 100644 index 0000000..f437436 --- /dev/null +++ b/cms/2site2lang/content/pagedata.php @@ -0,0 +1,108 @@ + \ No newline at end of file diff --git a/cms/2site2lang/content/plugins/.htaccess b/cms/2site2lang/content/plugins/.htaccess new file mode 100644 index 0000000..ab2f743 --- /dev/null +++ b/cms/2site2lang/content/plugins/.htaccess @@ -0,0 +1,7 @@ + +Require all granted + + +order deny,allow +allow from all + \ No newline at end of file diff --git a/cms/2site2lang/disabled_plugins.txt b/cms/2site2lang/disabled_plugins.txt new file mode 100644 index 0000000..991aa1a --- /dev/null +++ b/cms/2site2lang/disabled_plugins.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cms/2site2lang/index.php b/cms/2site2lang/index.php new file mode 100644 index 0000000..561160d --- /dev/null +++ b/cms/2site2lang/index.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/cms/2site2lang/setup.php b/cms/2site2lang/setup.php new file mode 100644 index 0000000..4e3ed41 --- /dev/null +++ b/cms/2site2lang/setup.php @@ -0,0 +1,152 @@ + 0) +{ + $remainingSeconds = $setup_timeOut - (time() - $setup_fileCreated); +} +else +{ + $remainingSeconds = 1; +} + +if(file_exists('setupControl.php') && (time() - $setup_fileCreated > $setup_timeOut)) +{ + chmod('setupControl.php', 0777); + unlink('setupControl.php'); +} + +if(!class_exists('PasswordHash') && file_exists('cmsimple/PasswordHash.php')) +{ + $pwHashPath = 'cmsimple/PasswordHash.php'; + $flagsFolder = 'userfiles/images/flags/'; + $configFolder = './cmsimple/'; +} + +if(!class_exists('PasswordHash') && file_exists('../cmsimple/PasswordHash.php') && (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) && !file_exists('../cmsimplesubsite.htm')) +{ + $pwHashPath = '../cmsimple/PasswordHash.php'; + $flagsFolder = '../userfiles/images/flags/'; + $configFolder = './'; +} + +if(!class_exists('PasswordHash') && file_exists('../../cmsimple/PasswordHash.php') && file_exists('cmsimplelanguage.htm') && file_exists('../cmsimplesubsite.htm')) +{ + $pwHashPath = '../../cmsimple/PasswordHash.php'; + $flagsFolder = '../../userfiles/images/flags/'; + $configFolder = './'; +} + +if (is_writable('setupControl.php') && file_exists('index.php')) +{ + require $pwHashPath; + $cmsimple_pwHasher = new PasswordHash(8, true); + + if (file_exists('cmsimplesubsite.htm') || file_exists('cmsimplelanguage.htm')) + { + $fileConfigSetup = './config.php'; + } + else + { + $fileConfigSetup = $configFolder . 'config.php'; + } + + $passwordhint = ''; + if (isset($_POST['submit_password'])) + { + if (strlen($_POST['password']) > 4) + { + $hash = $cmsimple_pwHasher->HashPassword($_POST['password']); + $hash = str_replace('$P$','\$P\$',$hash); + $content = explode("\n", htmlspecialchars(file_get_contents($fileConfigSetup),ENT_QUOTES,'UTF-8')); + $content[2] = '$cf[\'security\'][\'password\']="' . $hash . '";'; + $myfile = fopen($fileConfigSetup, "w") or die("Unable to open file!"); + fwrite($myfile, htmlspecialchars_decode(implode("\n", $content),ENT_QUOTES)); + fclose($myfile); + chmod('setupControl.php', 0777); + unlink('setupControl.php'); + header("Location: ./?login"); + } + else + { + if(strlen($_POST['password']) < 5) $passwordhint.= ' +

flag english
Your password must have
5 or more characters!

+

flag deutsch
Das Passwort muss aus
5 oder mehr Zeichen bestehen!

+'; + } + } + + echo ' + + + + + +Welcome + + + + + + + +
+
' . $remainingSeconds . '  seconds remaining +

flag english  Enter your new password!

+

flag english  Geben Sie Ihr neues Passwort ein!

+

Minimum: 5 characters

+
+ + +
+

' . $passwordhint . '

+
+ + +'; +} +else +{ + echo ' + + + + + +Welcome + + + + +
+

Setup is not active.

+

flag english
How you can activate setup, you will find in the readme.php in the Root folder of the CMSimple download.

+

flag english
Wie Sie Setup aktivieren können, finden Sie in der readme.php des CMSimple Downloads.

+

Home »

+
+ + +'; +} + +?> \ No newline at end of file diff --git a/cms/2site2lang/setupControl.php b/cms/2site2lang/setupControl.php new file mode 100644 index 0000000..e69de29 diff --git a/cms/LIESMICH.txt b/cms/LIESMICH.txt new file mode 100644 index 0000000..cb3d01e --- /dev/null +++ b/cms/LIESMICH.txt @@ -0,0 +1,92 @@ + +===================================================== + Hilfe zur Installation von CMSimple 5.14 oder höher +===================================================== + +I N S T A L L A T I O N +----------------------- +1. Entpacken Sie die zip Datei in einen Ordner Ihres PC. +2. Laden Sie alle Dateien und Ordner des Verzeichnisses, in dem auch diese LIESMICH.txt liegt, auf Ihren Webserver hoch, in das Verzeichnis, in dem Ihre CMSimple Website laufen soll. + +Sie können Ihre neue Website nun in einem Browser aufrufen. Sie können sich 10 min lang mit dem Passwort "test" einloggen und das Passwort ändern. + +Nach Ablauf von 10 min nach dem Upload können Sie sich nicht mehr einloggen, Sie müssen Setup ausführen, um ein Passwort zu vergeben. + +S E T U P +--------- +Nach Ablauf der 10 min, oder wenn Sie das Passwort vergessen haben, können Sie das Passwort auch per Setup ändern: + +1. Laden Sie die Datei ./setup/setupControl.php in das Rootverzeichnis Ihrer CMSimple Website (CMSimpleRoot, Zweitsprache, Subsite), damit wird das Setup aktiviert. +2. Auf einigen älteren Servern müssen Sie möglicherweise die Datei setupControl.php beschreibbar machen (666), um Setup zu aktivieren. +3. Rufen Sie die Datei setup.php (CMSimpleRoot, Zweitsprache, Subsite) mit einem Browser auf und setzen Sie Ihr Passwort. + +Sie haben für das Setup 10 min Zeit, danach müssen Sie die Datei setupControl.php erneut hochladen. Eventuell muss die Datei setupControl.php auf dem PC geöffnet, bearbeitet und abgespeichert werden, um der Datei ein neues Bearbeitungsdatum zu geben. Ab da laufen dann wieder die 10 min. + +Das Setup muss auch in Zweitsprachen und Subsites ausgeführt werden. + +Nach dem Setup wird die Datei ./setupControl.php automatisch gelöscht, und Setup ist deaktiviert. + +U P D A T E S +------------- +Die Sprachdateien werden bei Updates nicht aktualisiert. + +Es wird lediglich die Datei ./cmsimple/languages/default.php aktualisiert, neu eingeführte Sprachvariablen erscheinen in allen Sprachen in Englisch und können im Backend übersetzt werden. Sie können jedoch die Sprachdateien en.php und de.php auch per Hand aktualisieren. + +Sie finden die Dateien en.php und de.php im Ordner ./setup/defaults/ des Downloads, laden Sie die beiden Dateien in den Ordner ./cmsimple/languages/ hoch. + +S I C H E R H E I T S H I N W E I S +----------------------------------- +Nach dem Setup sollten Sie sicherheitshalber die Datei ./setup.php noch einmal aufrufen. Sollte Setup noch aktiv sein, löschen Sie die Datei ./setupControl.php bitte per ftp. + +PASSWORT VERGESSEN? KEIN LOGIN MOEGLICH nach einem Update? + +Aktivieren Sie das Setup und rufen Sie die setup.php auf. + +Weitere Informationen erhalten Sie unter: https://cmsimple.org/ + +D A T E I- U N D O R D N E R R E C H T E +------------------------------------------ +Auf modernen Webspaces müssen Sie sich darum nicht mehr kümmern. Es gibt jedoch noch immer Webserver, auf denen Sie für bestimmte Ordner und Dateien Schreibrechte vergeben müssen. + +Das geschieht per ftp. Wenn nach dem Hochladen so etwas wie 'Config file missing' auf dem Bildschirm erscheint, müssen Sie als erstes folgende Ordner beschreibbar machen: + +ORDNER (chmod 0777): + +./backups/ +./backups/cmsimple/ + +./cmsimple/ +./cmsimple/languages/ + +./content/ + +./templates/ +./templates/cmsimple_default/ + +./Userfiles/ +./Userfiles/_core/ +./Userfiles/co_author/ +./Userfiles/downloads/ +./Userfiles/images/ +./Userfiles/media/ +./Userfiles/plugins/ + + +Danach rufen Sie Ihre Website im Browser auf, sie sollte jetzt schon funktionieren. Loggen Sie sich ein und vergeben Sie ein Passwort. + +Es kann sein, dass jetzt noch einige Dateien mit Schreibrechten ausgestattet werden müssen, z. B.: + +DATEIEN: (chmod 0666) + +./cmsimple/config.php +./cmsimple/log.php + +./content/content.php +./content/pagedata.php +./content/_cmsimpleAdmin.php +./content/_disabled_plugins.txt + +./templates/__cmsimple_default__/stylesheet.css +./templates/__cmsimple_default__/template.htm + +usw., CMSimple sollte sich im Backend melden, wenn eine Datei Schreibrechte benötigt. diff --git a/cms/README.txt b/cms/README.txt new file mode 100644 index 0000000..88b00f6 --- /dev/null +++ b/cms/README.txt @@ -0,0 +1,93 @@ + +===================================================== + Help to install CMSimple 5.14 or higher +===================================================== + +I N S T A L L A T I O N +----------------------- +1. Unzip the zip file in a folder of your PC. +2. Upload all files and folders of the folder, where also this README.txt is located, to your webserver, to the folder, where your CMSimple Website shall run. + +Now you can call your new website with a web browser . You can log in for 10 min with the password "test" and change the password. + +10 min after the upload, you can no longer log in. You have to run Setup to assign a password. + +S E T U P +--------- +After the 10 min, or if you have forgotten the password, you also can change the password via setup: + +1. Upload the file ./setup/setupControl.php to the installation folder of your CMSimple website (CMSimpleRoot, second language, subsite), and the setup mode will be activated. +2. On some older servers maybe you have to make the setupControl.php writable (666) to activate Setup. +3. Call the ./setup.php (CMSimpleRoot, second language, subsite) with a web browser and set your password. + +You have 10 min for the setup, after that you have to upload the file setupControl.php again. Maybe the setupControl.php file need to be opened on the PC, edited and saved to give the file a new edit date. Now the 10 min for setup are running again. + +The setup can (must) also be executed in secondary languages and subsites. + +After setup, the ./setupControl.php file is automatically deleted and setup is deactivated. + +U P D A T E S +------------- +The language files will not be updated by updates. + +Only the file ./cmsimple/languages/default.php will be updated, newly introduced language variables appear in English in all languages and can be translated in the backend. However, you can also update the language files en.php and de.php manually. + +You will find the files en.php and de.php in the folder ./setup/defaults/ of the download, upload the two files to the folder ./cmsimple/languages/ to update the language files manually. + +S A F E T Y N O T I C E +------------------------ +For safety, after setup you should call the ./setup.php file again. If setup is still active, please delete the file ./setupControl.php by ftp. + +FORGOTTEN PASSWORD? NO LOGIN POSSIBLE after an update? + +Activate the setup and call the setup.php (see S E T U P) + +Further informations you get under: https://cmsimple.org/ + +F I L E- A N D F O L D E R P E R M I S S I O N S +--------------------------------------------------- +On modern web spaces you should not have to worry about this. However, there are still web servers on which you have to grant write permissions for certain files and folders. + +This you can to via ftp. If something like 'Config file missing' appears on the screen after uploading, at first you have to make the following folders writable: + +FOLDERS (chmod 0777): + +./backups/ +./backups/cmsimple/ + +./cmsimple/ +./cmsimple/languages/ + +./content/ + +./templates/ +./templates/cmsimple_default/ + +./Userfiles/ +./Userfiles/_core/ +./Userfiles/co_author/ +./Userfiles/downloads/ +./Userfiles/images/ +./Userfiles/media/ +./Userfiles/plugins/ + + +Then open your website in the browser, your CMSimple website should already work now. Log in and change the password. + +It may be that some files now need write permissions, for example: + +FILES (chmod 0666): + +./cmsimple/config.php +./cmsimple/log.php + +./content/_cmsimpleAdmin.php +./content/_disabled_plugins.txt +./content/content.php +./content/pagedata.php + + +./templates/__cmsimple_default__/stylesheet.css +./templates/__cmsimple_default__/template.htm + +CMSimple should report in the backend when a file needs write permissions. \ No newline at end of file diff --git a/cms/cmsimple/.htaccess b/cms/cmsimple/.htaccess new file mode 100644 index 0000000..469f632 --- /dev/null +++ b/cms/cmsimple/.htaccess @@ -0,0 +1,7 @@ + +Require all denied + + +order deny,allow +deny from all + \ No newline at end of file diff --git a/cms/cmsimple/PasswordHash.php b/cms/cmsimple/PasswordHash.php new file mode 100644 index 0000000..ada1804 --- /dev/null +++ b/cms/cmsimple/PasswordHash.php @@ -0,0 +1,263 @@ + in 2004-2006 and placed in +# the public domain. Revised in subsequent years, still public domain. +# +# There's absolutely no warranty. +# +# The homepage URL for this framework is: +# +# http://www.openwall.com/phpass/ +# +# Please be sure to update the Version line if you edit this file in any way. +# It is suggested that you leave the main version number intact, but indicate +# your project name (after the slash) and add your own revision information. +# +# Please do not change the "private" password hashing method implemented in +# here, thereby making your hashes incompatible. However, if you must, please +# change the hash type identifier (the "$P$") to something different. +# +# Obviously, since this code is in the public domain, the above are not +# requirements (there can be none), but merely suggestions. +# + +if (preg_match('/PasswordHash.php/i', $_SERVER['SCRIPT_NAME'])) + die('Access Denied'); + +class PasswordHash +{ + var $itoa64; + var $iteration_count_log2; + var $portable_hashes; + var $random_state; + + function __construct($iteration_count_log2, $portable_hashes) + { + $this->itoa64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'; + + if ($iteration_count_log2 < 4 || $iteration_count_log2 > 31) + $iteration_count_log2 = 8; + $this->iteration_count_log2 = $iteration_count_log2; + + $this->portable_hashes = $portable_hashes; + + $this->random_state = microtime(); + if (function_exists('getmypid')) + $this->random_state .= getmypid(); + } + + function get_random_bytes($count) + { + $output = ''; + if (is_readable('/dev/urandom') && + ($fh = fopen('/dev/urandom', 'rb'))) { + $output = fread($fh, $count); + fclose($fh); + } + + if (strlen($output) < $count) { + $output = ''; + for ($i = 0; $i < $count; $i += 16) { + $this->random_state = + md5(microtime() . $this->random_state); + $output .= + pack('H*', md5($this->random_state)); + } + $output = substr($output, 0, $count); + } + + return $output; + } + + function encode64($input, $count) + { + $output = ''; + $i = 0; + do { + $value = ord($input[$i++]); + $output .= $this->itoa64[$value & 0x3f]; + if ($i < $count) + $value |= ord($input[$i]) << 8; + $output .= $this->itoa64[($value >> 6) & 0x3f]; + if ($i++ >= $count) + break; + if ($i < $count) + $value |= ord($input[$i]) << 16; + $output .= $this->itoa64[($value >> 12) & 0x3f]; + if ($i++ >= $count) + break; + $output .= $this->itoa64[($value >> 18) & 0x3f]; + } while ($i < $count); + + return $output; + } + + function gensalt_private($input) + { + $output = '$P$'; + $output .= $this->itoa64[min($this->iteration_count_log2 + + ((PHP_VERSION >= '5') ? 5 : 3), 30)]; + $output .= $this->encode64($input, 6); + + return $output; + } + + function crypt_private($password, $setting) + { + $output = '*0'; + if (substr($setting, 0, 2) == $output) + $output = '*1'; + + $id = substr($setting, 0, 3); + # We use "$P$", phpBB3 uses "$H$" for the same thing + if ($id != '$P$' && $id != '$H$') + return $output; + + $count_log2 = strpos($this->itoa64, $setting[3]); + if ($count_log2 < 7 || $count_log2 > 30) + return $output; + + $count = 1 << $count_log2; + + $salt = substr($setting, 4, 8); + if (strlen($salt) != 8) + return $output; + + # We're kind of forced to use MD5 here since it's the only + # cryptographic primitive available in all versions of PHP + # currently in use. To implement our own low-level crypto + # in PHP would result in much worse performance and + # consequently in lower iteration counts and hashes that are + # quicker to crack (by non-PHP code). + if (PHP_VERSION >= '5') { + $hash = md5($salt . $password, TRUE); + do { + $hash = md5($hash . $password, TRUE); + } while (--$count); + } else { + $hash = pack('H*', md5($salt . $password)); + do { + $hash = pack('H*', md5($hash . $password)); + } while (--$count); + } + + $output = substr($setting, 0, 12); + $output .= $this->encode64($hash, 16); + + return $output; + } + + function gensalt_extended($input) + { + $count_log2 = min($this->iteration_count_log2 + 8, 24); + # This should be odd to not reveal weak DES keys, and the + # maximum valid value is (2**24 - 1) which is odd anyway. + $count = (1 << $count_log2) - 1; + + $output = '_'; + $output .= $this->itoa64[$count & 0x3f]; + $output .= $this->itoa64[($count >> 6) & 0x3f]; + $output .= $this->itoa64[($count >> 12) & 0x3f]; + $output .= $this->itoa64[($count >> 18) & 0x3f]; + + $output .= $this->encode64($input, 3); + + return $output; + } + + function gensalt_blowfish($input) + { + # This one needs to use a different order of characters and a + # different encoding scheme from the one in encode64() above. + # We care because the last character in our encoded string will + # only represent 2 bits. While two known implementations of + # bcrypt will happily accept and correct a salt string which + # has the 4 unused bits set to non-zero, we do not want to take + # chances and we also do not want to waste an additional byte + # of entropy. + $itoa64 = './ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; + + $output = '$2a$'; + $output .= chr(ord('0') + $this->iteration_count_log2 / 10); + $output .= chr(ord('0') + $this->iteration_count_log2 % 10); + $output .= '$'; + + $i = 0; + do { + $c1 = ord($input[$i++]); + $output .= $itoa64[$c1 >> 2]; + $c1 = ($c1 & 0x03) << 4; + if ($i >= 16) { + $output .= $itoa64[$c1]; + break; + } + + $c2 = ord($input[$i++]); + $c1 |= $c2 >> 4; + $output .= $itoa64[$c1]; + $c1 = ($c2 & 0x0f) << 2; + + $c2 = ord($input[$i++]); + $c1 |= $c2 >> 6; + $output .= $itoa64[$c1]; + $output .= $itoa64[$c2 & 0x3f]; + } while (1); + + return $output; + } + + function HashPassword($password) + { + $random = ''; + + if (CRYPT_BLOWFISH == 1 && !$this->portable_hashes) { + $random = $this->get_random_bytes(16); + $hash = + crypt($password, $this->gensalt_blowfish($random)); + if (strlen($hash) == 60) + return $hash; + } + + if (CRYPT_EXT_DES == 1 && !$this->portable_hashes) { + if (strlen($random) < 3) + $random = $this->get_random_bytes(3); + $hash = + crypt($password, $this->gensalt_extended($random)); + if (strlen($hash) == 20) + return $hash; + } + + if (strlen($random) < 6) + $random = $this->get_random_bytes(6); + $hash = + $this->crypt_private($password, + $this->gensalt_private($random)); + if (strlen($hash) == 34) + return $hash; + + # Returning '*' on error is safe here, but would _not_ be safe + # in a crypt(3)-like function used _both_ for generating new + # hashes and for validating passwords against existing hashes. + return '*'; + } + + function CheckPassword($password, $stored_hash) + { + $hash = $this->crypt_private($password, $stored_hash); + if ($hash[0] == '*') + $hash = crypt($password, $stored_hash); + + return $hash == $stored_hash; + } +} +?> \ No newline at end of file diff --git a/cms/cmsimple/adm.php b/cms/cmsimple/adm.php new file mode 100644 index 0000000..92091a6 --- /dev/null +++ b/cms/cmsimple/adm.php @@ -0,0 +1,1543 @@ +'; + if (is_dir($pth['folder'][$fn]) && $fd = opendir($pth['folder'][$fn])) + { + while (($p = readdir($fd)) == true) + { + if (preg_match($regm, $p)) + { + $v = preg_replace($regr, "\\1", $p); + + if ($k1 . $k2 == 'editortinymce_toolbar') + { + $v = str_replace('init_', '', $v); + } + + $options[$v] = ($v == $v2); + } + } + closedir($fd); + } + + if(is_array($options))ksort($options, SORT_STRING); + + foreach ($options as $option => $selected) + { + if + ( + // template fallback (hide standard templates) and hide default.php in languages + $option != '__fallback__' + && $option != '__maintenance__' + && $option != '__cmsimple_backend__' + && $option != '__cmsimple_filebrowser__' + && $option != 'default' + ) + { + $o .= "\n" . '