From 53295535eb04efaa1ad91da3d8429ffe5db32871 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 7 Sep 2016 14:36:03 +0000 Subject: [PATCH] Einchecken des OnlineStands --- .actions/portal_actions.php | 100 + .actions/usermanagement_actions.php | 151 + .classes/generic/renderClass.php | 468 + .classes/generic/renderClass_abstract.php | 25 + .classes/generic/renderFormClass.php | 107 + .classes/generic/renderFunctionsClass.php | 89 + .classes/generic/renderImageClass.php | 37 + .classes/generic/renderNavigationClass.php | 109 + .classes/generic/renderPopupClass.php | 278 + .../generic/renderSpecialContentClass.php | 60 + .classes/generic/renderWidgetClass.php | 34 + .classes/phpmailer/.gitignore | 5 + .classes/phpmailer/.scrutinizer.yml | 126 + .classes/phpmailer/.travis.yml | 33 + .classes/phpmailer/LICENSE | 504 + .classes/phpmailer/PHPMailerAutoload.php | 49 + .classes/phpmailer/README.md | 151 + .classes/phpmailer/changelog.md | 556 + .classes/phpmailer/class.phpmailer.php | 3454 ++++ .classes/phpmailer/class.pop3.php | 397 + .classes/phpmailer/class.smtp.php | 956 + .classes/phpmailer/composer.json | 33 + .../docs/Callback_function_notes.txt | 17 + .classes/phpmailer/docs/DomainKeys_notes.txt | 55 + .../docs/Note_for_SMTP_debugging.txt | 17 + .classes/phpmailer/docs/extending.html | 129 + .classes/phpmailer/docs/faq.html | 28 + .classes/phpmailer/docs/generatedocs.sh | 8 + .classes/phpmailer/docs/pop3_article.txt | 50 + .classes/phpmailer/examples/LGPLv3.txt | 165 + .../phpmailer/examples/code_generator.phps | 596 + .classes/phpmailer/examples/contents.html | 17 + .classes/phpmailer/examples/exceptions.phps | 41 + .classes/phpmailer/examples/gmail.phps | 79 + .../phpmailer/examples/images/phpmailer.png | Bin 0 -> 5831 bytes .../examples/images/phpmailer_mini.png | Bin 0 -> 1842 bytes .classes/phpmailer/examples/index.html | 45 + .classes/phpmailer/examples/mail.phps | 37 + .classes/phpmailer/examples/mailing_list.phps | 55 + .../phpmailer/examples/pop_before_smtp.phps | 60 + .../phpmailer/examples/scripts/XRegExp.js | 664 + .../examples/scripts/shAutoloader.js | 122 + .../phpmailer/examples/scripts/shBrushPhp.js | 72 + .classes/phpmailer/examples/scripts/shCore.js | 1 + .../phpmailer/examples/scripts/shLegacy.js | 141 + .classes/phpmailer/examples/sendmail.phps | 39 + .classes/phpmailer/examples/smtp.phps | 61 + .classes/phpmailer/examples/smtp_no_auth.phps | 57 + .classes/phpmailer/examples/styles/shCore.css | 46 + .../examples/styles/shCoreDefault.css | 77 + .../examples/styles/shCoreDjango.css | 78 + .../examples/styles/shCoreEclipse.css | 80 + .../phpmailer/examples/styles/shCoreEmacs.css | 76 + .../examples/styles/shCoreFadeToGrey.css | 77 + .../examples/styles/shCoreMDUltra.css | 76 + .../examples/styles/shCoreMidnight.css | 76 + .../phpmailer/examples/styles/shCoreRDark.css | 76 + .../examples/styles/shThemeAppleScript.css | 21 + .../examples/styles/shThemeDefault.css | 31 + .../examples/styles/shThemeDjango.css | 32 + .../examples/styles/shThemeEclipse.css | 34 + .../examples/styles/shThemeEmacs.css | 30 + .../examples/styles/shThemeFadeToGrey.css | 31 + .../examples/styles/shThemeMDUltra.css | 30 + .../examples/styles/shThemeMidnight.css | 30 + .../examples/styles/shThemeRDark.css | 30 + .../examples/styles/shThemeVisualStudio.css | 31 + .../phpmailer/examples/styles/wrapping.png | Bin 0 -> 631 bytes .classes/phpmailer/extras/EasyPeasyICS.php | 90 + .classes/phpmailer/extras/README.md | 21 + .classes/phpmailer/extras/class.html2text.php | 677 + .classes/phpmailer/extras/htmlfilter.php | 874 + .../phpmailer/extras/ntlm_sasl_client.php | 185 + .../phpmailer/language/phpmailer.lang-ar.php | 26 + .../phpmailer/language/phpmailer.lang-be.php | 25 + .../phpmailer/language/phpmailer.lang-br.php | 26 + .../phpmailer/language/phpmailer.lang-ca.php | 25 + .../phpmailer/language/phpmailer.lang-ch.php | 25 + .../phpmailer/language/phpmailer.lang-cz.php | 24 + .../phpmailer/language/phpmailer.lang-de.php | 24 + .../phpmailer/language/phpmailer.lang-dk.php | 25 + .../phpmailer/language/phpmailer.lang-el.php | 24 + .../phpmailer/language/phpmailer.lang-eo.php | 24 + .../phpmailer/language/phpmailer.lang-es.php | 25 + .../phpmailer/language/phpmailer.lang-et.php | 26 + .../phpmailer/language/phpmailer.lang-fa.php | 26 + .../phpmailer/language/phpmailer.lang-fi.php | 26 + .../phpmailer/language/phpmailer.lang-fo.php | 25 + .../phpmailer/language/phpmailer.lang-fr.php | 28 + .../phpmailer/language/phpmailer.lang-gl.php | 25 + .../phpmailer/language/phpmailer.lang-he.php | 25 + .../phpmailer/language/phpmailer.lang-hr.php | 25 + .../phpmailer/language/phpmailer.lang-hu.php | 25 + .../phpmailer/language/phpmailer.lang-it.php | 26 + .../phpmailer/language/phpmailer.lang-ja.php | 26 + .../phpmailer/language/phpmailer.lang-ka.php | 25 + .../phpmailer/language/phpmailer.lang-lt.php | 25 + .../phpmailer/language/phpmailer.lang-lv.php | 25 + .../phpmailer/language/phpmailer.lang-nl.php | 25 + .../phpmailer/language/phpmailer.lang-no.php | 24 + .../phpmailer/language/phpmailer.lang-pl.php | 25 + .../phpmailer/language/phpmailer.lang-pt.php | 25 + .../phpmailer/language/phpmailer.lang-ro.php | 25 + .../phpmailer/language/phpmailer.lang-ru.php | 25 + .../phpmailer/language/phpmailer.lang-se.php | 25 + .../phpmailer/language/phpmailer.lang-sk.php | 25 + .../phpmailer/language/phpmailer.lang-sr.php | 25 + .../phpmailer/language/phpmailer.lang-tr.php | 28 + .../phpmailer/language/phpmailer.lang-uk.php | 25 + .../phpmailer/language/phpmailer.lang-vi.php | 25 + .../phpmailer/language/phpmailer.lang-zh.php | 26 + .../language/phpmailer.lang-zh_cn.php | 26 + .classes/phpmailer/test/bootstrap.php | 5 + .classes/phpmailer/test/fakepopserver.sh | 125 + .classes/phpmailer/test/fakesendmail.sh | 22 + .classes/phpmailer/test/phpmailerLangTest.php | 76 + .classes/phpmailer/test/phpmailerTest.php | 1437 ++ .classes/phpmailer/test/runfakepopserver.sh | 10 + .classes/phpmailer/test/test_callback.php | 81 + .../phpmailer/test/testbootstrap-dist.php | 7 + .classes/phpmailer/travis.phpunit.xml.dist | 35 + .classes/rendering/viewClass.php | 135 + .classes/rendering/viewClass_abstract.php | 34 + .config/config_global.php | 52 + .config/config_svjf.php | 21 + .config/config_version.php | 45 + .files/c9svj.sql | 496 + .functions/fnc_portal.php | 465 + .functions/fnc_webservices.php | 219 + .helpers/berichte2chronik.php | 79 + .helpers/einzelne_berichte2navPoint.php | 37 + .helpers/fehlende_content_elemente.php | 69 + .helpers/jugend_teams.php | 36 + .helpers/team_untermenu.php | 39 + .helpers/tmp_team_subnavi.sql | 5 + .helpers/update_user_table.php | 37 + .includes/global_header.php | 37 + .includes/portal_rights.php | 57 + .includes/website_header.php | 47 + .includes/website_rights.php | 44 + .lang/informal/lang_de.php | 12 + .lang/lang_de.php | 146 + administrator/css/cs_l1.css | 677 + administrator/css/reset.css | 44 + administrator/css/svjf_editor.css | 617 + administrator/images/cs_l1/keyvisual_0.jpg | Bin 0 -> 163770 bytes administrator/images/cs_l1/svj_logo.png | Bin 0 -> 13194 bytes administrator/images/folders.png | Bin 0 -> 877 bytes administrator/images/icon-lupe.png | Bin 0 -> 809 bytes administrator/images/icon-sortable.png | Bin 0 -> 419 bytes administrator/images/icon-sortdown.png | Bin 0 -> 495 bytes administrator/images/icon-sortup.png | Bin 0 -> 496 bytes administrator/images/icon-sortwo.png | Bin 0 -> 452 bytes administrator/images/layer_close.png | Bin 0 -> 471 bytes administrator/images/portal_icons.png | Bin 0 -> 217 bytes administrator/images/svjf/icon-delete.png | Bin 0 -> 455 bytes administrator/images/svjf/icon-sortable.png | Bin 0 -> 419 bytes administrator/index.php | 143 + administrator/js/jquery-2.1.1.js | 9190 +++++++++ administrator/js/jquery-2.1.1.min.js | 4 + administrator/js/jquery-2.1.1.min.map | 1 + administrator/js/lang.js.php | 12 + administrator/js/portal.js | 229 + administrator/popups/editor/index.php | 244 + administrator/popups/logfiles/index.php | 79 + administrator/popups/usermanagement/index.php | 177 + administrator/templates/cs_l1/tpl_form.php | 10 + administrator/templates/cs_l1/tpl_input.php | 14 + .../templates/cs_l1/tpl_logfiles.php | 90 + administrator/templates/cs_l1/tpl_navi.php | 23 + .../templates/cs_l1/tpl_navirights.php | 45 + administrator/templates/cs_l1/tpl_p.php | 1 + administrator/templates/cs_l1/tpl_portal.php | 122 + .../templates/cs_l1/tpl_usermanagement.php | 57 + .../cs_l1/tpl_usermanagement_activate.php | 89 + .../cs_l1/tpl_usermanagement_create.php | 233 + .../cs_l1/tpl_usermanagement_deactivate.php | 72 + .../cs_l1/tpl_usermanagement_delete.php | 72 + .../cs_l1/tpl_usermanagement_edit.php | 225 + .../cs_l1/tpl_usermanagement_overview.php | 144 + .../cs_l1/tpl_usermanagement_pwreset.php | 73 + administrator/webservices/remote_data.php | 890 + administrator/webservices/test.log | 6552 ++++++ css/images/ui-bg_flat_0_cccccc_40x100.png | Bin 0 -> 220 bytes css/images/ui-bg_flat_100_000000_40x100.png | Bin 0 -> 205 bytes css/images/ui-bg_flat_100_cccccc_40x100.png | Bin 0 -> 220 bytes css/images/ui-bg_flat_100_e3000b_40x100.png | Bin 0 -> 206 bytes css/images/ui-bg_flat_100_ffffff_40x100.png | Bin 0 -> 208 bytes css/images/ui-bg_flat_30_aaaaaa_40x100.png | Bin 0 -> 212 bytes css/images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 207 bytes css/images/ui-icons_000000_256x240.png | Bin 0 -> 5331 bytes css/images/ui-icons_222222_256x240.png | Bin 0 -> 6922 bytes css/images/ui-icons_e3000b_256x240.png | Bin 0 -> 4549 bytes css/images/ui-icons_ffd400_256x240.png | Bin 0 -> 4549 bytes css/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6299 bytes css/jquery-ui-1.11.2.css | 1224 ++ css/jquery-ui-1.11.2.min.css | 7 + css/jquery-ui-1.11.2.structure.css | 833 + css/jquery-ui-1.11.2.structure.min.css | 5 + css/jquery-ui-1.11.2.theme.css | 409 + css/jquery-ui-1.11.2.theme.min.css | 5 + css/nivo-slider-custom.css | 117 + css/nivo-slider.css | 113 + css/reset.css | 48 + css/svjf_l1.css | 634 + images/keyvisual_0.jpg | Bin 0 -> 163770 bytes images/svj_logo.png | Bin 0 -> 13194 bytes index.php | 262 + js/common.js | 128 + js/jquery-2.1.1.js | 9190 +++++++++ js/jquery-2.1.1.min.js | 4 + js/jquery-2.1.1.min.map | 1 + js/jquery-ui-1.11.2.js | 16582 ++++++++++++++++ js/jquery-ui-1.11.2.min.js | 13 + js/jquery.nivo.slider.js | 662 + js/jquery.nivo.slider.pack.js | 10 + media/svjf/keyvisual_0.jpg | Bin 0 -> 178590 bytes media/svjf/sample_image.jpg | Bin 0 -> 68276 bytes media/svjf/sample_image_thumb.jpg | Bin 0 -> 37488 bytes media/svjf/sample_keyvis.jpg | Bin 0 -> 118885 bytes media/svjf/sample_keyvis_thumb.jpg | Bin 0 -> 10546 bytes media/svjf_waiting.gif | Bin 0 -> 1983 bytes templates/svjf/tpl_definitions.php | 7 + templates/svjf/tpl_editor.php | 19 + templates/svjf/tpl_elements.php | 22 + templates/svjf/tpl_galery.php | 15 + templates/svjf/tpl_headline.php | 19 + templates/svjf/tpl_main.php | 316 + templates/svjf/tpl_navi_main.php | 26 + templates/svjf/tpl_pageContents.php | 11 + templates/svjf/tpl_spielbericht.php | 81 + templates/svjf/tpl_subline.php | 19 + templates/svjf/tpl_text.php | 19 + templates/svjf/tpl_textimage.php | 24 + templates/svjf/tpl_turnier.php | 46 + templates/svjf/tpl_uebersicht.php | 22 + .../svjf/tpl_uebersicht_spielbericht.php | 51 + templates/svjf/tpl_uebersicht_standard.php | 39 + templates/svjf/tpl_uebersicht_turnier.php | 29 + templates/svjf/tpl_widget.php | 11 + templates/svjf/tpl_widget_fussballde.php | 27 + 241 files changed, 69161 insertions(+) create mode 100644 .actions/portal_actions.php create mode 100644 .actions/usermanagement_actions.php create mode 100644 .classes/generic/renderClass.php create mode 100644 .classes/generic/renderClass_abstract.php create mode 100644 .classes/generic/renderFormClass.php create mode 100644 .classes/generic/renderFunctionsClass.php create mode 100644 .classes/generic/renderImageClass.php create mode 100644 .classes/generic/renderNavigationClass.php create mode 100644 .classes/generic/renderPopupClass.php create mode 100644 .classes/generic/renderSpecialContentClass.php create mode 100644 .classes/generic/renderWidgetClass.php create mode 100644 .classes/phpmailer/.gitignore create mode 100644 .classes/phpmailer/.scrutinizer.yml create mode 100644 .classes/phpmailer/.travis.yml create mode 100644 .classes/phpmailer/LICENSE create mode 100644 .classes/phpmailer/PHPMailerAutoload.php create mode 100644 .classes/phpmailer/README.md create mode 100644 .classes/phpmailer/changelog.md create mode 100644 .classes/phpmailer/class.phpmailer.php create mode 100644 .classes/phpmailer/class.pop3.php create mode 100644 .classes/phpmailer/class.smtp.php create mode 100644 .classes/phpmailer/composer.json create mode 100644 .classes/phpmailer/docs/Callback_function_notes.txt create mode 100644 .classes/phpmailer/docs/DomainKeys_notes.txt create mode 100644 .classes/phpmailer/docs/Note_for_SMTP_debugging.txt create mode 100644 .classes/phpmailer/docs/extending.html create mode 100644 .classes/phpmailer/docs/faq.html create mode 100644 .classes/phpmailer/docs/generatedocs.sh create mode 100644 .classes/phpmailer/docs/pop3_article.txt create mode 100644 .classes/phpmailer/examples/LGPLv3.txt create mode 100644 .classes/phpmailer/examples/code_generator.phps create mode 100644 .classes/phpmailer/examples/contents.html create mode 100644 .classes/phpmailer/examples/exceptions.phps create mode 100644 .classes/phpmailer/examples/gmail.phps create mode 100644 .classes/phpmailer/examples/images/phpmailer.png create mode 100644 .classes/phpmailer/examples/images/phpmailer_mini.png create mode 100644 .classes/phpmailer/examples/index.html create mode 100644 .classes/phpmailer/examples/mail.phps create mode 100644 .classes/phpmailer/examples/mailing_list.phps create mode 100644 .classes/phpmailer/examples/pop_before_smtp.phps create mode 100644 .classes/phpmailer/examples/scripts/XRegExp.js create mode 100644 .classes/phpmailer/examples/scripts/shAutoloader.js create mode 100644 .classes/phpmailer/examples/scripts/shBrushPhp.js create mode 100644 .classes/phpmailer/examples/scripts/shCore.js create mode 100644 .classes/phpmailer/examples/scripts/shLegacy.js create mode 100644 .classes/phpmailer/examples/sendmail.phps create mode 100644 .classes/phpmailer/examples/smtp.phps create mode 100644 .classes/phpmailer/examples/smtp_no_auth.phps create mode 100644 .classes/phpmailer/examples/styles/shCore.css create mode 100644 .classes/phpmailer/examples/styles/shCoreDefault.css create mode 100644 .classes/phpmailer/examples/styles/shCoreDjango.css create mode 100644 .classes/phpmailer/examples/styles/shCoreEclipse.css create mode 100644 .classes/phpmailer/examples/styles/shCoreEmacs.css create mode 100644 .classes/phpmailer/examples/styles/shCoreFadeToGrey.css create mode 100644 .classes/phpmailer/examples/styles/shCoreMDUltra.css create mode 100644 .classes/phpmailer/examples/styles/shCoreMidnight.css create mode 100644 .classes/phpmailer/examples/styles/shCoreRDark.css create mode 100644 .classes/phpmailer/examples/styles/shThemeAppleScript.css create mode 100644 .classes/phpmailer/examples/styles/shThemeDefault.css create mode 100644 .classes/phpmailer/examples/styles/shThemeDjango.css create mode 100644 .classes/phpmailer/examples/styles/shThemeEclipse.css create mode 100644 .classes/phpmailer/examples/styles/shThemeEmacs.css create mode 100644 .classes/phpmailer/examples/styles/shThemeFadeToGrey.css create mode 100644 .classes/phpmailer/examples/styles/shThemeMDUltra.css create mode 100644 .classes/phpmailer/examples/styles/shThemeMidnight.css create mode 100644 .classes/phpmailer/examples/styles/shThemeRDark.css create mode 100644 .classes/phpmailer/examples/styles/shThemeVisualStudio.css create mode 100644 .classes/phpmailer/examples/styles/wrapping.png create mode 100644 .classes/phpmailer/extras/EasyPeasyICS.php create mode 100644 .classes/phpmailer/extras/README.md create mode 100644 .classes/phpmailer/extras/class.html2text.php create mode 100644 .classes/phpmailer/extras/htmlfilter.php create mode 100644 .classes/phpmailer/extras/ntlm_sasl_client.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-ar.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-be.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-br.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-ca.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-ch.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-cz.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-de.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-dk.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-el.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-eo.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-es.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-et.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-fa.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-fi.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-fo.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-fr.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-gl.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-he.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-hr.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-hu.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-it.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-ja.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-ka.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-lt.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-lv.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-nl.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-no.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-pl.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-pt.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-ro.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-ru.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-se.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-sk.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-sr.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-tr.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-uk.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-vi.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-zh.php create mode 100644 .classes/phpmailer/language/phpmailer.lang-zh_cn.php create mode 100644 .classes/phpmailer/test/bootstrap.php create mode 100644 .classes/phpmailer/test/fakepopserver.sh create mode 100644 .classes/phpmailer/test/fakesendmail.sh create mode 100644 .classes/phpmailer/test/phpmailerLangTest.php create mode 100644 .classes/phpmailer/test/phpmailerTest.php create mode 100644 .classes/phpmailer/test/runfakepopserver.sh create mode 100644 .classes/phpmailer/test/test_callback.php create mode 100644 .classes/phpmailer/test/testbootstrap-dist.php create mode 100644 .classes/phpmailer/travis.phpunit.xml.dist create mode 100644 .classes/rendering/viewClass.php create mode 100644 .classes/rendering/viewClass_abstract.php create mode 100644 .config/config_global.php create mode 100644 .config/config_svjf.php create mode 100644 .config/config_version.php create mode 100644 .files/c9svj.sql create mode 100644 .functions/fnc_portal.php create mode 100644 .functions/fnc_webservices.php create mode 100644 .helpers/berichte2chronik.php create mode 100644 .helpers/einzelne_berichte2navPoint.php create mode 100644 .helpers/fehlende_content_elemente.php create mode 100644 .helpers/jugend_teams.php create mode 100644 .helpers/team_untermenu.php create mode 100644 .helpers/tmp_team_subnavi.sql create mode 100644 .helpers/update_user_table.php create mode 100644 .includes/global_header.php create mode 100644 .includes/portal_rights.php create mode 100644 .includes/website_header.php create mode 100644 .includes/website_rights.php create mode 100644 .lang/informal/lang_de.php create mode 100644 .lang/lang_de.php create mode 100644 administrator/css/cs_l1.css create mode 100644 administrator/css/reset.css create mode 100644 administrator/css/svjf_editor.css create mode 100644 administrator/images/cs_l1/keyvisual_0.jpg create mode 100644 administrator/images/cs_l1/svj_logo.png create mode 100644 administrator/images/folders.png create mode 100644 administrator/images/icon-lupe.png create mode 100644 administrator/images/icon-sortable.png create mode 100644 administrator/images/icon-sortdown.png create mode 100644 administrator/images/icon-sortup.png create mode 100644 administrator/images/icon-sortwo.png create mode 100644 administrator/images/layer_close.png create mode 100644 administrator/images/portal_icons.png create mode 100644 administrator/images/svjf/icon-delete.png create mode 100644 administrator/images/svjf/icon-sortable.png create mode 100644 administrator/index.php create mode 100644 administrator/js/jquery-2.1.1.js create mode 100644 administrator/js/jquery-2.1.1.min.js create mode 100644 administrator/js/jquery-2.1.1.min.map create mode 100644 administrator/js/lang.js.php create mode 100644 administrator/js/portal.js create mode 100644 administrator/popups/editor/index.php create mode 100644 administrator/popups/logfiles/index.php create mode 100644 administrator/popups/usermanagement/index.php create mode 100644 administrator/templates/cs_l1/tpl_form.php create mode 100644 administrator/templates/cs_l1/tpl_input.php create mode 100644 administrator/templates/cs_l1/tpl_logfiles.php create mode 100644 administrator/templates/cs_l1/tpl_navi.php create mode 100644 administrator/templates/cs_l1/tpl_navirights.php create mode 100644 administrator/templates/cs_l1/tpl_p.php create mode 100644 administrator/templates/cs_l1/tpl_portal.php create mode 100644 administrator/templates/cs_l1/tpl_usermanagement.php create mode 100644 administrator/templates/cs_l1/tpl_usermanagement_activate.php create mode 100644 administrator/templates/cs_l1/tpl_usermanagement_create.php create mode 100644 administrator/templates/cs_l1/tpl_usermanagement_deactivate.php create mode 100644 administrator/templates/cs_l1/tpl_usermanagement_delete.php create mode 100644 administrator/templates/cs_l1/tpl_usermanagement_edit.php create mode 100644 administrator/templates/cs_l1/tpl_usermanagement_overview.php create mode 100644 administrator/templates/cs_l1/tpl_usermanagement_pwreset.php create mode 100644 administrator/webservices/remote_data.php create mode 100644 administrator/webservices/test.log create mode 100644 css/images/ui-bg_flat_0_cccccc_40x100.png create mode 100644 css/images/ui-bg_flat_100_000000_40x100.png create mode 100644 css/images/ui-bg_flat_100_cccccc_40x100.png create mode 100644 css/images/ui-bg_flat_100_e3000b_40x100.png create mode 100644 css/images/ui-bg_flat_100_ffffff_40x100.png create mode 100644 css/images/ui-bg_flat_30_aaaaaa_40x100.png create mode 100644 css/images/ui-bg_glass_65_ffffff_1x400.png create mode 100644 css/images/ui-icons_000000_256x240.png create mode 100644 css/images/ui-icons_222222_256x240.png create mode 100644 css/images/ui-icons_e3000b_256x240.png create mode 100644 css/images/ui-icons_ffd400_256x240.png create mode 100644 css/images/ui-icons_ffffff_256x240.png create mode 100644 css/jquery-ui-1.11.2.css create mode 100644 css/jquery-ui-1.11.2.min.css create mode 100644 css/jquery-ui-1.11.2.structure.css create mode 100644 css/jquery-ui-1.11.2.structure.min.css create mode 100644 css/jquery-ui-1.11.2.theme.css create mode 100644 css/jquery-ui-1.11.2.theme.min.css create mode 100644 css/nivo-slider-custom.css create mode 100644 css/nivo-slider.css create mode 100644 css/reset.css create mode 100644 css/svjf_l1.css create mode 100644 images/keyvisual_0.jpg create mode 100644 images/svj_logo.png create mode 100644 index.php create mode 100644 js/common.js create mode 100644 js/jquery-2.1.1.js create mode 100644 js/jquery-2.1.1.min.js create mode 100644 js/jquery-2.1.1.min.map create mode 100644 js/jquery-ui-1.11.2.js create mode 100644 js/jquery-ui-1.11.2.min.js create mode 100644 js/jquery.nivo.slider.js create mode 100644 js/jquery.nivo.slider.pack.js create mode 100644 media/svjf/keyvisual_0.jpg create mode 100644 media/svjf/sample_image.jpg create mode 100644 media/svjf/sample_image_thumb.jpg create mode 100644 media/svjf/sample_keyvis.jpg create mode 100644 media/svjf/sample_keyvis_thumb.jpg create mode 100644 media/svjf_waiting.gif create mode 100644 templates/svjf/tpl_definitions.php create mode 100644 templates/svjf/tpl_editor.php create mode 100644 templates/svjf/tpl_elements.php create mode 100644 templates/svjf/tpl_galery.php create mode 100644 templates/svjf/tpl_headline.php create mode 100644 templates/svjf/tpl_main.php create mode 100644 templates/svjf/tpl_navi_main.php create mode 100644 templates/svjf/tpl_pageContents.php create mode 100644 templates/svjf/tpl_spielbericht.php create mode 100644 templates/svjf/tpl_subline.php create mode 100644 templates/svjf/tpl_text.php create mode 100644 templates/svjf/tpl_textimage.php create mode 100644 templates/svjf/tpl_turnier.php create mode 100644 templates/svjf/tpl_uebersicht.php create mode 100644 templates/svjf/tpl_uebersicht_spielbericht.php create mode 100644 templates/svjf/tpl_uebersicht_standard.php create mode 100644 templates/svjf/tpl_uebersicht_turnier.php create mode 100644 templates/svjf/tpl_widget.php create mode 100644 templates/svjf/tpl_widget_fussballde.php diff --git a/.actions/portal_actions.php b/.actions/portal_actions.php new file mode 100644 index 0000000..5cf241b --- /dev/null +++ b/.actions/portal_actions.php @@ -0,0 +1,100 @@ + query ( 'SELECT * FROM ' . TBL_USER . ' WHERE userUsername = "' . $_POST[ 'userName' ] . '" AND userPasswordCrypt = "' . md5 ( $_POST[ 'passWord' ] ) . '" AND userDelete = "N";' ); + if ( $result -> num_rows === 0 ) + { + /* Fehlerhafte Benutzeranmeldung */ + $arrError[ ] = 'login_001'; + fnc_writeLog ( '00000001' , array ( $_SERVER[ 'REMOTE_ADDR' ] , $_POST[ 'userName' ] ) , 0 ); + } + else + { + $dat_user = $result -> fetch_assoc ( ); + if ( $dat_user[ 'userActive' ] === 'N' ) + { + /* User ist deaktiviert */ + $arrError[ ] = 'login_002'; + fnc_writeLog ( '00000002' , array ( ) , $dat_user[ 'userId' ] ); + } + else + { + /* Anmeldung erfolgreich und Prüfung, ob Passwort geändert werden muss */ + /* Bearbeitungsrechte abfragen */ + $editingRights = $db -> query ( 'SELECT * FROM ' . TBL_RIGHTS . ' WHERE userId = "' . $dat_user[ 'userId' ] . '";' ); + + $_SESSION[ 'sess_userId' ] = $dat_user[ 'userId' ]; + $_SESSION[ 'sess_loginDate' ] = date( 'YmdHis' ); + $_SESSION[ 'sess_loginStatus' ] = ( $dat_user[ 'userPasswordOrgCrypt' ] === $dat_user[ 'userPasswordCrypt' ] ) + ? 'changePW' + : 'loggedIn'; + $_SESSION[ 'sess_sessionId' ] = session_id( ); + $_SESSION[ 'sess_sessionName' ] = session_name( ); + $_SESSION[ 'sess_loginLang' ] = 'de'; + $_SESSION[ 'sess_portalRightsType' ] = $dat_user[ 'userPortalRightsType' ]; + $_SESSION[ 'sess_portalRights' ] = explode ( ';' , $dat_user[ 'userPortalRights' ] ); + while ( $singleRights = $editingRights -> fetch_assoc ( ) ) + { + $_SESSION[ 'sess_' . $singleRights[ 'rightsPrefix' ] . 'Type' ] = $singleRights[ 'rightsType' ]; + $_SESSION[ 'sess_' . $singleRights[ 'rightsPrefix' ] ] = $singleRights[ 'rights' ]; + } + + if ( $dat_user[ 'userPasswordOrgCrypt' ] === $dat_user[ 'userPasswordCrypt' ] ) + { + $_GET[ 'siteId' ] = 'changePW'; + fnc_writeLog ( '00000005' , array ( ) , $dat_user[ 'userId' ] ); + } + else + { + $_GET[ 'siteId' ] = '1'; + fnc_writeLog ( '00000003' , array ( ) , $dat_user[ 'userId' ] ); + } + + header( 'Location: index.php?siteId=' . $_GET[ 'siteId' ] ); + die( ); + } + } + } + + /* Abmelden */ + if ( isset ( $_GET[ 'siteId' ] ) && $_GET[ 'siteId' ] === 'logout' ) + { + if ( isset ( $_SESSION[ 'sess_userId' ] ) ) + { + fnc_writeLog ( '00000004' , array ( ) , $_SESSION[ 'sess_userId' ] ); + } + session_destroy( ); + header( 'Location: index.php?siteId=login' ); + die( ); + } + + /* Passwort ändern */ + if ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] === 'changePW' ) + { + if ( $_POST[ 'newPassWord' ] !== $_POST[ 'passWordRepeat' ] ) + { + $arrError[ ] = 'pw_001'; + } + else + { + $result = $db -> query ( 'SELECT * FROM ' . TBL_USER . ' WHERE userUsername = "' . $_POST[ 'userName' ] . '" AND userPasswordOrg = "' . $_POST[ 'passWord' ] . '" AND userDelete = "N";' ); + if ( $result -> num_rows === 0 ) + { + $arrError[ ] = 'login_001'; + } + else + { + $_SESSION[ 'sess_loginStatus' ] = 'loggedIn'; + $user = $result -> fetch_assoc ( ); + $db -> query ( 'UPDATE ' . TBL_USER . ' SET userPasswordCrypt = "' . md5 ( $_POST[ 'newPassWord' ] ) . '" WHERE userId = "' . $user[ 'userId' ] . '" LIMIT 1;' ); + fnc_writeLog ( '00000016' , array ( fnc_getUsernameById ( $user[ 'userId' ] ) ) , $_SESSION[ 'sess_userId' ] ); + header( 'Location:index.php?siteId=1' ); + die( ); + } + } + } + +?> \ No newline at end of file diff --git a/.actions/usermanagement_actions.php b/.actions/usermanagement_actions.php new file mode 100644 index 0000000..7c41a0a --- /dev/null +++ b/.actions/usermanagement_actions.php @@ -0,0 +1,151 @@ + query ( 'UPDATE ' . TBL_USER . ' SET userActive = "N" , userActiveUser = "' . $_SESSION[ 'sess_userId' ] . '" , userActiveTS = NOW( ) WHERE userId = "' . $_POST[ 'userId' ] . '" LIMIT 1;' ); + fnc_writeLog ( '00000011' , array ( fnc_getUsernameById ( $_POST[ 'userId' ] ) ) , $_SESSION[ 'sess_userId' ] ); + header( 'Location:index.php?siteId=' . $_POST[ 'siteId' ] ); + die( ); + } + + if ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] === 'enableUser' ) + { + $db -> query ( 'UPDATE ' . TBL_USER . ' SET userActive = "Y" WHERE userId = "' . $_POST[ 'userId' ] . '" LIMIT 1;' ); + fnc_writeLog ( '00000012' , array ( fnc_getUsernameById ( $_POST[ 'userId' ] ) ) , $_SESSION[ 'sess_userId' ] ); + header( 'Location:index.php?siteId=' . $_POST[ 'siteId' ] ); + die( ); + } + + if ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] === 'deleteUser' ) + { + $db -> query ( 'UPDATE ' . TBL_USER . ' SET userDelete = "Y" , userDeleteUser = "' . $_SESSION[ 'sess_userId' ] . '" , userDeleteTS = NOW( ) WHERE userId = "' . $_POST[ 'userId' ] . '" LIMIT 1;' ); + fnc_writeLog ( '00000014' , array ( fnc_getUsernameById ( $_POST[ 'userId' ] ) ) , $_SESSION[ 'sess_userId' ] ); + header( 'Location:index.php?siteId=' . $_POST[ 'siteId' ] ); + die( ); + } + + if ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] === 'resetPW' ) + { + $status = fnc_sendEmailToUser ( '00000015' , $_POST[ 'userId' ] , $_SESSION[ 'sess_userId' ] ); + if ( $status === 'OK' ) + { + $db -> query ( 'UPDATE ' . TBL_USER . ' SET userPasswordCrypt = "' . $_POST[ 'userPasswordOrgCrypt' ] . '" WHERE userId = "' . $_POST[ 'userId' ] . '" LIMIT 1;' ); + fnc_writeLog ( '00000015' , array ( fnc_getUsernameById ( $_POST[ 'userId' ] ) ) , $_SESSION[ 'sess_userId' ] ); + header( 'Location:index.php?siteId=' . $_POST[ 'siteId' ] ); + die( ); + } + else + { + $arrError[ ] = 'mail_001'; + } + die( ); + } + + if ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] === 'createUser' ) + { + if ( ! isset ( $_POST[ 'user_portalRightsType' ] ) ) + { + $_POST[ 'user_portalRightsType' ] = 'DEF'; + } + $userPortalRights = ( $_POST[ 'user_portalRightsType' ] === 'ALL' || ! isset ( $_POST[ 'user_portalRights' ] ) ) + ? '' + : implode ( ';' , $_POST[ 'user_portalRights' ] ); + + if ( ! fnc_validateEmailAddress ( $_POST[ 'userEmail' ] ) ) + { + $arrError[ ] = 'mail_002'; + } + if ( ! fnc_checkUniqueEmailAddress ( $_POST[ 'userEmail' ] ) ) + { + $arrError[ ] = 'mail_003'; + } + + if ( isset ( $arrError ) && ! empty ( $arrError ) ) + { + $_GET[ 'siteId' ] = $_POST[ 'siteId' ]; + $_GET[ 'todoId' ] = $_POST[ 'todoId' ]; + } + else + { + $userName = fnc_generateUniqueUsername ( $_POST[ 'userLastname' ] , $_POST[ 'userFirstname' ] ); + $passWord = fnc_generatePW ( ); + $crypt = md5 ( $passWord ); + $insert = $db -> query ( 'INSERT INTO ' . TBL_USER . ' ( userUsername , userEmail , userPhone , userPasswordCrypt , userPasswordOrgCrypt , userPasswordOrg , userFirstname , userLastname , userCreateUser , userActive , userDelete , userPortalRightsType , userPortalRights ) VALUES ( "' . $userName . '" , "' . $_POST[ 'userEmail' ] . '" , "' . $_POST[ 'userPhone' ] . '" , "' . $crypt . '" , "' . $crypt . '" , "' . $passWord . '" , "' . $_POST[ 'userFirstname' ] . '" , "' . $_POST[ 'userLastname' ] . '" , "' . $_SESSION[ 'sess_userId' ] . '" , "Y" , "N" , "' . $_POST[ 'user_portalRightsType' ] . '" , "' . $userPortalRights . '" );' ); + $userId = $db -> insert_id; + + foreach ( $vC[ 'portal' ][ 'website' ][ 'prefix' ] as $website ) + { + if ( ! isset ( $_POST[ 'user' . $website . 'RightsType' ] ) ) + { + $_POST[ 'user' . $website . 'RightsType' ] = 'DEF'; + } + $userWebsiteRights = ( $_POST[ 'user_' . $website . 'RightsType' ] === 'ALL' || ! isset ( $_POST[ 'user_' . $website . 'Rights' ] ) ) + ? '' + : implode ( ';' , $_POST[ 'user' . $website . 'Rights' ] ); + + $db -> query ( 'INSERT INTO ' . TBL_RIGHTS . ' SET userId = "' . $userId . '" , rightsPrefix = "' . $website . '" , rightsType = "' . $_POST[ 'user_' . $website . 'RightsType' ] . '" , rights = "' . $userWebsiteRights . '";' ); + } + + fnc_sendEmailToUser ( '00000010' , $userId , $_SESSION[ 'sess_userId' ] ); + fnc_writeLog ( '00000010' , array ( fnc_getUsernameById ( $userId ) ) , $_SESSION[ 'sess_userId' ] ); + header( 'Location:index.php?siteId=' . $_POST[ 'siteId' ] ); + die ( ); + } + } + + if ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] === 'editUser' ) + { + if ( ! isset ( $_POST[ 'user_portalRightsType' ] ) ) + { + $_POST[ 'user_portalRightsType' ] = 'DEF'; + } + $userPortalRights = ( $_POST[ 'user_portalRightsType' ] === 'ALL' || ! isset ( $_POST[ 'user_portalRights' ] ) ) + ? '' + : implode ( ';' , $_POST[ 'user_portalRights' ] ); + + if ( ! fnc_validateEmailAddress ( $_POST[ 'userEmail' ] ) ) + { + $arrError[ ] = 'mail_002'; + } + if ( ! fnc_checkUniqueEmailAddress ( $_POST[ 'userEmail' ] , $_POST[ 'userId' ] ) ) + { + $arrError[ ] = 'mail_003'; + } + + if ( isset ( $arrError ) && ! empty ( $arrError ) ) + { + $_GET[ 'siteId' ] = $_POST[ 'siteId' ]; + $_GET[ 'todoId' ] = $_POST[ 'todoId' ]; + $_GET[ 'userId' ] = $_POST[ 'userId' ]; + } + else + { + $db -> query ( 'UPDATE ' . TBL_USER . ' SET userLastname = "' . $_POST[ 'userLastname' ] . '" , userFirstname = "' . $_POST[ 'userFirstname' ] . '" , userEmail = "' . $_POST[ 'userEmail' ] . '" , userPhone = "' . $_POST[ 'userPhone' ] . '" , userPortalRightsType = "' . $_POST[ 'user_portalRightsType' ] . '" , userPortalRights = "' . $userPortalRights . '" WHERE userId = "' . $_POST[ 'userId' ] . '" LIMIT 1;' ); + + foreach ( $vC[ 'portal' ][ 'website' ][ 'prefix' ] as $website ) + { + if ( ! isset ( $_POST[ 'user_' . $website . 'RightsType' ] ) ) + { + $_POST[ 'user_' . $website . 'RightsType' ] = 'DEF'; + } + $userWebsiteRights = ( $_POST[ 'user_' . $website . 'RightsType' ] === 'ALL' || ! isset ( $_POST[ 'user_' . $website . 'Rights' ] ) ) + ? '' + : implode ( ';' , $_POST[ 'user_' . $website . 'Rights' ] ); + $rights = $db -> query ( 'SELECT * FROM ' . TBL_RIGHTS . ' WHERE userId = "' . $_POST[ 'userId' ] . '" AND rightsPrefix = "' . $website . '";' ); + if ( $rights -> num_rows === 0 ) + { + $db -> query ( 'INSERT INTO ' . TBL_RIGHTS . ' SET userId = "' . $_POST[ 'userId' ] . '" , rightsPrefix = "' . $website . '" , rightsType = "' . $_POST[ 'user' . $website . 'RightsType' ] . '" , rights = "' . $userWebsiteRights . '";' ); + } + else + { + $db -> query ( 'UPDATE ' . TBL_RIGHTS . ' SET rightsType = "' . $_POST[ 'user_' . $website . 'RightsType' ] . '" , rights = "' . $userWebsiteRights . '" WHERE userId = "' . $_POST[ 'userId' ] . '" AND rightsPrefix = "' . $website . '";' ); + } + } + + fnc_writeLog ( '00000013' , array ( fnc_getUsernameById ( $_POST[ 'userId' ] ) ) , $_SESSION[ 'sess_userId' ] ); + header( 'Location:index.php?siteId=' . $_POST[ 'siteId' ] ); + die ( ); + } + } + +?> \ No newline at end of file diff --git a/.classes/generic/renderClass.php b/.classes/generic/renderClass.php new file mode 100644 index 0000000..8d82682 --- /dev/null +++ b/.classes/generic/renderClass.php @@ -0,0 +1,468 @@ + _pathTpl = $pathTpl; + } + + public function setConfig ( $config ) + { + $this -> _config = $config; + if ( isset ( $this -> _config[ 'portal' ][ 'website' ] ) ) + { + $this -> setWebsite ( $this -> _config[ 'portal' ][ 'website' ] ); + } + } + + public function setLayout ( $layout ) + { + $this -> _layout = $layout; + } + + public function setTemplate ( $template ) + { + $this -> _template = $template; + } + + public function setEditable ( $editable ) + { + $this -> _editable = $editable; + } + + public function setSubTemplate ( $subtemplate ) + { + $this -> _subTemplate = $subtemplate; + } + + public function setTplElements ( $tplElements ) + { + $this -> _tplElements = $tplElements; + } + + public function setSiteId ( $siteId ) + { + $this -> _siteId = $siteId; + } + + public function setDataParameter ( $dataParameter ) + { + $this -> _dataParameter = $dataParameter; + } + + public function setLang ( $langArray ) + { + $this -> _langArray = $langArray; + } + + public function setTextsFromConfig ( $fromConfig ) + { + $this -> _textsFromConfig = $fromConfig; + } + + public function setWebkey ( $_webkey ) + { + $this -> _webkey = $_webkey; + } + + private function setWebsite ( $website ) + { + $return_array = array ( ); + $tmp_array = array_flip ( $website[ 'navId' ] ); + foreach ( $tmp_array as $key => $value ) + { + foreach ( $website as $tmp_key => $tmp_value ) + { + $return_array[ $key ][ $tmp_key ] = $website[ $tmp_key ][ $value ]; + } + } + $this -> _website = $return_array; + } + + public function setData ( $data ) + { + $this -> _data = $data; + } + + public function setNavpath ( $navpath ) + { + $this -> _navpath = $navpath; + } + + public function setDb ( $db ) + { + $this -> _db = $db; + } + + public function setErrors ( $errors ) + { + $this -> _errors = $errors; + } + + public function setPostData ( $postData ) + { + $this -> _postData = $postData; + } + + public function setSpecialSite ( $specialSite ) + { + $this -> _specialSite = $specialSite; + } + + public function output ( ) + { + $html = $this -> readTemplate ( ); + echo $html -> saveHTML ( ); + } + + public function applySortRules ( $tpl , $node , $xpath ) + { + $elements = $xpath -> query ( ".//*[@data-sortable]" , $node ); + foreach ( $elements as $sortNode ) + { + $sortImg = $tpl -> createElement ( 'img' ); + $sortText = $sortNode -> firstChild; + $href = $this -> _postData; + if ( $sortNode -> getAttribute ( 'data-sortable' ) === $this -> _postData[ 'orderBy' ] ) + { + if ( $this -> _postData[ 'orderDir' ] === 'ASC' ) + { + $sortImg -> setAttributeNode ( new DOMAttr ( 'src' , PATH_IMG . 'icon-sortup.png' ) ); + $href[ 'orderDir' ] = 'DESC'; + } + else + { + $sortImg -> setAttributeNode ( new DOMAttr ( 'src' , PATH_IMG . 'icon-sortdown.png' ) ); + $href[ 'orderDir' ] = 'ASC'; + } + } + else + { + $sortImg -> setAttributeNode ( new DOMAttr ( 'src' , PATH_IMG . 'icon-sortwo.png' ) ); + $href[ 'orderBy' ] = $sortNode -> getAttribute ( 'data-sortable' ); + } + + $newLink = ''; + foreach ( $href as $key => $value ) + { + $newLink .= '&' . $key . '=' . $value; + } + + $sortNode -> setAttribute ( 'href' , $sortNode -> getAttribute ( 'href' ) . '?' . substr ( $newLink , 1 ) ); + $sortNode -> replaceChild ( $sortImg , $sortText ); + $sortNode -> appendChild ( new DOMText ( $sortText -> nodeValue ) ); + } + } + + public function applyFunction ( $name , $data , $tpl , $node , $prefix ) + { + switch ( $name ) + { + case 'createNavigationRights' : + $rights = renderFunctionsClass :: createNavigationRights ( $data , $tpl , $node ); + break; + default : + break; + } + } + + private function readTemplate ( ) + { + $html = file_get_contents ( $this -> _pathTpl . $this -> _layout . '/tpl_' . $this -> _template . '.php' ); + $html = str_replace ( $this -> _renderSearch , $this -> _renderReplace , $html ); + $html = str_replace ( array ( 'PHP_ROOT_PATH/' , 'PHP_SITE_PATH/' ) , array ( PATH_ROOT , PATH_SITE ) , $html ); + $tpl = new DOMDocument ( ); + $tpl -> preserveWhitespace = false; + $tpl -> formatOutput = false; + $tpl -> loadHTML ( $html ); + $this -> _tpl = $tpl; + + if ( $this -> _template === 'portal' ) + { + if ( ! isset ( $this -> _data [ 'keyvisual' ] ) ) + { + if ( file_exists ( PATH_IMG . $this -> _layout . '/keyvisual_' . $this -> _siteId . '.jpg' ) ) + { + $this -> _data[ 'keyvisual' ][ ] = array ( 'id' => $this -> _siteId , 'path' => PATH_IMG . $this -> _layout . '/' , 'navId' => '' , 'src' => 'keyvisual_' . $this -> _siteId . '.jpg' , 'title' => null ); + } + else + { + $this -> _data[ 'keyvisual' ][ ] = array ( 'id' => 0 , 'path' => PATH_IMG . $this -> _layout . '/' , 'navId' => '' , 'src' => 'keyvisual_0.jpg', 'title' => null ); + } + } + + $this -> _data [ 'headline_main' ] = $this -> _langArray [ 'portal' ][ 'headline_main' ]; + $this -> _data [ 'headline_site' ] = $this -> _langArray [ 'headline' ][ $this -> _siteId ]; + } + + foreach ( $this -> _data as $id => $content ) + { + $tmp_content = null; + switch ( $id ) + { + case 'headline_main' : + $tmp_content = $this -> _tpl -> createDocumentFragment ( ); + $tmp_content -> appendChild ( new DOMText ( $content ) ); + break; + + case 'headline_site' : + $tmp_content = $this -> _tpl -> createDocumentFragment ( ); + + foreach ( $content as $arrHeadline ) + { + $headline = $this -> _tpl -> createElement ( 'h1' ); + $headline -> setAttributeNode ( new DOMAttr ( 'class' , $arrHeadline[ 1 ] ) ); + $headline -> appendChild ( new DOMText ( $arrHeadline[ 0 ] ) ); + $tmp_content -> appendChild ( $headline ); + } + break; + + case 'sub_content' : + $tmp_content = renderPopupClass :: createPopup ( $content ); + break; + + case 'content' : + case 'login' : + $tmp_content = ( is_null ( $content[ 'siteContents' ] ) ) + ? null + : $this -> getPageContents ( $content[ 'siteContents' ] ); + break; + + case 'keyvisual' : + $tmp_content = $this -> _tpl -> createDocumentFragment( ); + foreach ( $content as $img_data ) + { + $tmp_content -> appendChild ( renderImageClass :: createImage ( $img_data , false , $id ) ); + } + break; + + case 'navi_main' : + case 'navi_special' : + case 'navi_sub' : + case 'navi_last' : + $tmp_content = renderNavigationClass :: createNavigation ( $content ); + break; + + case 'spielbericht_gespielt' : + case 'spielbericht_abgesagt' : + case 'spielbericht_pokal' : + case 'spielbericht_spielfrei' : + case 'uebersicht' : + $tmp_content = renderSpecialContentClass :: createSpecialContent ( $id , $content , ( ( $id === 'uebersicht' ) ? 'spielbericht_gespielt' : $id ) ); + break; + + case 'widget' : + $tmp_content = renderWidgetClass :: createWidget ( $content ); + break; + + default : + break; + } + + if ( ! is_null ( $tmp_content ) ) + { + if ( in_array ( $id , array ( 'uebersicht' , 'spielbericht' , 'spielbericht_gespielt' , 'spielbericht_abgesagt' , 'spielbericht_pokal' , 'spielbericht_spielfrei' , 'widget' ) ) ) + { + $node = $tpl -> getElementById ( 'content' ); + } + else if ( in_array ( $id , array ( 'keyvisual' ) ) ) + { + $node = $tpl -> getElementById ( $id ); + $node -> setAttributeNode ( new DOMAttr ( 'data-editable' , $id ) ); + $node -> setAttributeNode ( new DOMAttr ( 'id' , $id . '_' . $content[ 0 ][ 'id' ] ) ); + } + else + { + $node = $tpl -> getElementById ( $id ); + } + $node -> appendChild ( $tmp_content ); + } + } + + if ( $this -> _editable === true ) + { + /* Editor Layer einbinden */ + $html = file_get_contents ( $this -> _pathTpl . $this -> _layout . '/tpl_editor.php' ); + $html = str_replace ( $this -> _renderSearch , $this -> _renderReplace , $html ); + $html = str_replace ( array ( 'PHP_ROOT_PATH/' , 'PHP_SITE_PATH' ) , array ( PATH_ROOT , PATH_SITE ) , $html ); + $editor = new DOMDocument ( ); + $editor -> preserveWhitespace = false; + $editor -> formatOutput = false; + $editor -> loadHTML ( $html ); + $eCont = $editor -> getElementById ( 'editor_layer' ); + $new_node = $tpl -> importNode ( $eCont , true ); + $body = $tpl -> getElementsByTagName( 'body' ) -> item( 0 ); + $body -> insertBefore ( $new_node , $body -> firstChild ); + + /* Editor Elemente einbinden - Nur für Standardseiten */ + if ( ! $this -> _specialSite ) + { + $html = file_get_contents ( $this -> _pathTpl . $this -> _layout . '/tpl_elements.php' ); + $html = str_replace ( $this -> _renderSearch , $this -> _renderReplace , $html ); + $html = str_replace ( array ( 'PHP_ROOT_PATH/' , 'PHP_SITE_PATH' ) , array ( PATH_ROOT , PATH_SITE ) , $html ); + $elements = new DOMDocument ( ); + $elements -> preserveWhitespace = false; + $elements -> formatOutput = false; + $elements -> loadHTML ( $html ); + $eCont = $elements -> getElementById ( 'editor_elements' ); + $eCont = $tpl -> importNode ( $eCont , true ); + $elemCont = $tpl -> getElementById ( 'element_content' ); + foreach ( $this -> _website[ $this -> _webkey ][ 'contentElems' ] as $subTpl ) + { + $node = renderSpecialContentClass :: createSpecialContent ( $subTpl , array ( 0 => array ( 'content' => 'text' ) ) , null ); + $node -> setAttribute( 'class' , $node -> getAttribute( 'class' ) . ' elem_button' ); + $node -> setAttributeNode ( new DOMAttr ( 'data-editable' , $subTpl ) ); + $new_node = $tpl -> importNode ( $node , true ); + $elemCont -> appendChild ( $new_node ); + } + $body = $tpl -> getElementsByTagName( 'body' ) -> item( 0 ); + $body -> insertBefore ( $eCont , $body -> firstChild ); + } + + $head = $tpl -> getElementsByTagName( 'head' ) -> item( 0 ); + + /* Editor CSS ( lokal ) einbinden */ + $css = $this -> _tpl -> createElement ( 'link' ); + $css -> setAttributeNode ( new DOMAttr ( 'href' , PATH_CSS . $this -> _layout . '_editor.css' ) ); + $css -> setAttributeNode ( new DOMAttr ( 'type' , 'text/css' ) ); + $css -> setAttributeNode ( new DOMAttr ( 'rel' , 'stylesheet' ) ); + $head -> appendChild ( $css ); + + /* Editor JS - Variablen einbinden */ + $data = 'var userId = "' . $_SESSION[ 'sess_userId' ] . '";' . "\n"; + $data .= 'var sessLang = "' . $_SESSION[ 'sess_loginLang' ] . '";' . "\n"; + $data .= 'var navigationId = "' . $this -> _siteId . '";' . "\n"; + $data .= 'var pathMed = "' . PATH_MED . '";' . "\n"; + $data .= 'var stdKeyvisual = "' . PATH_MED . $this -> _website[ $this -> _webkey ][ 'prefix' ] . '/sample_keyvis.jpg";' . "\n"; + $data .= 'var stdImage = "' . PATH_MED . $this -> _website[ $this -> _webkey ][ 'prefix' ] . '/sample_image.jpg";' . "\n"; + + foreach ( $this -> _website[ $this -> _webkey ] as $var => $value ) + { + if ( is_array( $value ) ) + { + $data .= 'var ' . $var . ' = ' . json_encode ( $value ) . ';' . "\n"; + continue; + } + $data .= 'var ' . $var . ' = "' . $value . '";' . "\n"; + } + + $data .= ( $this -> _specialSite ) + ? 'var specialSite = true;' + : 'var specialSite = false;'; + + $js = $this -> _tpl -> createElement ( 'script' ); + $js -> setAttributeNode ( new DOMAttr ( 'type' , 'text/javascript' ) ); + $js -> appendChild ( new DOMCdataSection ( utf8_encode ( $data ) ) ); + $head -> appendChild ( $js ); + + /* Editor Sprachdatei ( remote ) einbinden */ + $js = $this -> _tpl -> createElement ( 'script' ); + $js -> setAttributeNode ( new DOMAttr ( 'type' , 'text/javascript' ) ); + $js -> setAttributeNode ( new DOMAttr ( 'src' , $this -> _website[ $this -> _webkey ][ 'editorUrl' ] . 'v' . $this -> _website[ $this -> _webkey ][ 'editorVersion' ] . '/js/lang.js.php?lang=' . $_SESSION[ 'sess_loginLang' ] ) ); + $head -> appendChild ( $js ); + + /* Editor JS ( remote ) einbinden */ + $js = $this -> _tpl -> createElement ( 'script' ); + $js -> setAttributeNode ( new DOMAttr ( 'type' , 'text/javascript' ) ); + $js -> setAttributeNode ( new DOMAttr ( 'src' , $this -> _website[ $this -> _webkey ][ 'editorUrl' ] . 'v' . $this -> _website[ $this -> _webkey ][ 'editorVersion' ] . '/js/editor.js' ) ); + $head -> appendChild ( $js ); + + $js = $this -> _tpl -> createElement ( 'script' ); + $js -> setAttributeNode ( new DOMAttr ( 'type' , 'text/javascript' ) ); + $js -> setAttributeNode ( new DOMAttr ( 'src' , $this -> _website[ $this -> _webkey ][ 'editorUrl' ] . 'v' . $this -> _website[ $this -> _webkey ][ 'editorVersion' ] . '/js/ckeditor/ckeditor.js' ) ); + $head -> appendChild ( $js ); + + } + + /* Nicht benötigte Elemente entfernen */ + foreach ( $this -> _tplElements as $element ) + { + if ( ! isset ( $this -> _data [ $element ] ) ) + { + $oldNode = $tpl -> getElementById ( $element ); + $oldNode -> parentNode -> removeChild ( $oldNode ); + } + } + + return $tpl; + } + + private function getPageContents ( $content ) + { + $arrContent = explode ( ';' , $content ); + + $tbl_prefix = ( $this -> _webkey !== 0 ) + ? $this -> _website[ $this -> _webkey ][ 'prefix' ] + : 'portal'; + + $new_node = $this -> _tpl -> createDocumentFragment ( ); + + foreach ( $arrContent as $singleContent ) + { + $tmp_content = explode ( '_' , $singleContent ); + $tmp_result = $this -> _db -> query ( 'SELECT * FROM ' . $tbl_prefix . '_content_' . $tmp_content [ 0 ] . ' WHERE id = "' . $tmp_content [ 1 ] . '";' ); + $tmp_data = $tmp_result -> fetch_assoc ( ); + + switch ( $tmp_content[ 0 ] ) + { + case 'form' : + $new_node = renderFormClass :: createForm ( $tmp_data ); + break; + + default : + $node = renderSpecialContentClass :: createSpecialContent ( $tmp_content[ 0 ] , array ( $tmp_data ) , $tmp_content[ 0 ] ); + + if ( $this -> _editable ) + { + $node -> setAttributeNode ( new DOMAttr ( 'data-editable' , $tmp_content[ 0 ] ) ); + $node -> setAttributeNode ( new DOMAttr ( 'id' , 'content_' . $tmp_content[ 0 ] . '_' . $tmp_content[ 1 ] ) ); + } + + $new_node -> appendChild ( $node ); + break; + + } + } + + return $new_node; + } + } + +?> \ No newline at end of file diff --git a/.classes/generic/renderClass_abstract.php b/.classes/generic/renderClass_abstract.php new file mode 100644 index 0000000..2bb6356 --- /dev/null +++ b/.classes/generic/renderClass_abstract.php @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/.classes/generic/renderFormClass.php b/.classes/generic/renderFormClass.php new file mode 100644 index 0000000..ed8adc3 --- /dev/null +++ b/.classes/generic/renderFormClass.php @@ -0,0 +1,107 @@ + _tpl -> createDocumentFragment ( ); + $node = $this -> _tpl -> createElement ( 'form' ); + $node -> setAttributeNode ( new DOMAttr ( 'action' , $formData[ 'action' ] ) ); + $node -> setAttributeNode ( new DOMAttr ( 'method' , $formData[ 'method' ] ) ); + $node -> setAttributeNode ( new DOMAttr ( 'class' , $formData[ 'class' ] ) ); + + if ( ! is_null ( $this -> _errors ) ) + { + foreach ( $this -> _errors as $error ) + { + $errorNode = $this -> _tpl -> createElement ( 'p' ); + $errorNode -> setAttributeNode ( new DOMAttr ( 'class' , 'error' ) ); + $errorNode -> appendChild ( new DOMText ( $this -> _langArray[ 'error' ][ $error ] ) ); + $node -> appendChild ( $errorNode ); + } + + } + + foreach ( $arrFields as $singleField ) + { + $arrData = explode ( ':' , $singleField ); + $arrDefinition = explode ( '_' , $arrData[ 0 ] ); + $arrValue = explode ( '_' , $arrData[ 1 ] ); + + /* Inputs */ + if ( $arrDefinition[ 0 ] === 'input' && ( $arrDefinition[ 1 ] !== 'hidden' && $arrDefinition[ 1 ] !== 'submit' ) ) + { + $tmp_div = $this -> _tpl -> createElement ( 'div' ); + ++$fieldCounter; + if ( $fieldCounter % 2 === 1 ) + { + $tmp_div -> setAttributeNode ( new DOMAttr ( 'class' , 'left' ) ); + } + } + + $tmp_node = $this -> _tpl -> createElement ( $arrDefinition[ 0 ] ); + + if ( $arrDefinition[ 0 ] === 'input' ) + { + $tmp_node -> setAttributeNode ( new DOMAttr ( 'type' , $arrDefinition[ 1 ] ) ); + $tmp_node -> setAttributeNode ( new DOMAttr ( 'id' , $arrValue[ 0 ] ) ); + $tmp_node -> setAttributeNode ( new DomAttr ( 'name' , $arrValue[ 0 ] ) ); + $tmp_node -> setAttributeNode ( new DomAttr ( 'autocomplete' , 'off' ) ); + + if ( $arrDefinition[ 1 ] !== 'hidden' && $arrDefinition[ 1 ] !== 'submit' && isset ( $this -> _postData[ $arrValue[ 0 ] ] ) ) + { + $tmp_node -> setAttributeNode ( new DomAttr ( 'value' , $this -> _postData[ $arrValue[ 0 ] ] ) ); + } + } + + if ( $arrDefinition[ 1 ] === 'submit' && isset ( $this -> _langArray[ 'form' ][ $arrValue[ 0 ] ] ) ) + { + $tmp_node -> setAttributeNode ( new DOMAttr ( 'value' , $this -> _langArray[ 'form' ][ $arrValue[ 0 ] ] ) ); + } + elseif ( isset ( $arrValue[ 1 ] ) ) + { + $tmp_node -> setAttributeNode ( new DOMAttr ( 'value' , $arrValue[ 1 ] ) ); + } + elseif ( isset ( $this -> _langArray[ 'formText' ][ $arrValue[ 0 ] ] ) ) + { + $tmp_node -> appendChild ( new DOMText ( $this -> _langArray[ 'formText' ][ $arrValue[ 0 ] ] ) ); + } + + if ( $arrDefinition[ 0 ] === 'input'&& ( $arrDefinition[ 1 ] !== 'hidden' && $arrDefinition[ 1 ] !== 'submit' ) ) + { + $tmp_div -> appendChild ( $tmp_node ); + + $tmp_node = $this -> _tpl -> createElement ( 'label' ); + $tmp_node -> setAttributeNode ( new DOMAttr ( 'for' , $arrValue[ 0 ] ) ); + $tmp_node -> appendChild ( new DOMText ( $this -> _langArray[ 'form' ][ $arrValue[ 0 ] ] ) ); + $tmp_div -> appendChild ( $tmp_node ); + + $node -> appendChild ( $tmp_div ); + if ( $fieldCounter % 2 === 0 ) + { + $tmp_br = $this -> _tpl -> createElement ( 'br' ); + $tmp_br -> setAttributeNode ( new DOMAttr ( 'class' , 'fix' ) ); + $node -> appendChild ( $tmp_br ); + } + + } + else + { + $node -> appendChild ( $tmp_node ); + } + + } + $new_node -> appendChild ( $node ); + + return $new_node; + } + + + } + +?> \ No newline at end of file diff --git a/.classes/generic/renderFunctionsClass.php b/.classes/generic/renderFunctionsClass.php new file mode 100644 index 0000000..b5a9902 --- /dev/null +++ b/.classes/generic/renderFunctionsClass.php @@ -0,0 +1,89 @@ + _navData = $navData; + $this -> _subtpl = $tpl; + $this -> _node = $node; + $this -> _prefix = renderFunctionsClass :: getNavigationPrefix ( ); + + $node = renderFunctionsClass :: getNavigationNode ( 0 ); + if ( $node !== false ) + { + $this -> _node -> appendChild ( $node ); + } + + return $this -> _node; + } + + private function getNavigationPrefix ( ) + { + foreach ( $this -> _navData[ 0 ] as $tmp_data ) + { + foreach ( $tmp_data as $key => $value ) + { + if ( strpos ( $key , '_' ) !== false ) + { + return substr ( $key , 0 , strpos ( $key , '_' ) + 1 ); + } + else + { + return ''; + } + } + } + } + + private function getNavigationNode ( $navStart ) + { + if ( ! isset ( $this -> _navData[ $navStart ] ) || count ( $this -> _navData [ $navStart ] ) == 0 ) + { + return false; + } + $newNode = $this -> _subtpl -> createElement ( 'ul' ); + foreach ( $this -> _navData [ $navStart ] AS $key => $value ) + { + $newLi = $this -> _subtpl -> createElement ( 'li' ); + + $input = $this -> _subtpl -> createElement ( 'input' ); + $input -> setAttributeNode ( new DOMAttr ( 'type' , 'checkbox' ) ); + $input -> setAttributeNode ( new DOMAttr ( 'name' , str_replace ( '_outer' , '' , $this -> _node -> getAttribute ( 'id' ) . '[ ]' ) ) ); + $input -> setAttributeNode ( new DOMAttr ( 'value' , $this -> _prefix . $value[ $this -> _prefix . 'navId' ] ) ); + $input -> setAttributeNode ( new DOMAttr ( 'id' , $this -> _prefix . $value[ $this -> _prefix . 'navId' ] ) ); + if ( $this -> _prefix === 'portal_' && array_key_exists ( $value[ $this -> _prefix . 'navId' ] , $this -> _website ) ) + { + $input -> setAttributeNode ( new DOMAttr ( 'data-referer' , $this -> _website[ $value[ $this -> _prefix . 'navId' ] ][ 'prefix' ] . 'Rights' ) ); + } + $label = $this -> _subtpl -> createElement ( 'label' ); + $label -> setAttributeNode ( new DOMAttr ( 'for' , $this -> _prefix . $value[ $this -> _prefix . 'navId' ] ) ); + $label -> appendChild ( new DOMText ( $value[ $this -> _prefix . 'navName' ] ) ); + + $newLi -> appendChild ( $input ); + $newLi -> appendChild ( $label ); + + $sub_node = renderFunctionsClass :: getNavigationNode ( $value [ $this -> _prefix . 'navId' ] ); + if ( $sub_node !== false ) + { + $newLi -> setAttributeNode ( new DOMAttr ( 'class' , 'hasChild' ) ); + $newLi -> appendChild ( $sub_node ); + } + $newNode -> appendChild ( $newLi ); + + } + + unset ( $this -> _navData [ $navStart ] ); + + return $newNode; + + } + } + +?> \ No newline at end of file diff --git a/.classes/generic/renderImageClass.php b/.classes/generic/renderImageClass.php new file mode 100644 index 0000000..b77562e --- /dev/null +++ b/.classes/generic/renderImageClass.php @@ -0,0 +1,37 @@ + _imgData = $imgData; + $new_node = $this -> _tpl -> createDocumentFragment ( ); + $node = $this -> _tpl -> createElement ( 'img' ); + + $node -> setAttributeNode ( new DOMAttr ( 'src' , $this -> _imgData[ 'path' ] . $this -> _imgData[ 'navId' ] . $this -> _imgData[ 'src' ] ) ); + if ( ! is_null ( $imgData[ 'title' ] ) && $imgData[ 'title' ] !== '' ) + { + $node -> setAttributeNode ( new DOMAttr ( 'title' , $this -> _imgData[ 'title' ] ) ); + } + + if ( isset ( $imgData[ 'id' ] ) && $isEditable ) + { + $node -> setAttributeNode ( new DOMAttr ( 'data-editable' , $type ) ); + $node -> setAttributeNode ( new DOMAttr ( 'id' , $type . '_' . $this -> _imgData[ 'id' ] ) ); + } + else if ( $isEditable ) + { + $node -> setAttributeNode ( new DOMAttr ( 'data-editable' , $type ) ); + $node -> setAttributeNode ( new DOMAttr ( 'id' , $type . '_0' ) ); + } + + $new_node -> appendChild ( $node ); + + return $new_node; + } + + } + +?> \ No newline at end of file diff --git a/.classes/generic/renderNavigationClass.php b/.classes/generic/renderNavigationClass.php new file mode 100644 index 0000000..c28bb16 --- /dev/null +++ b/.classes/generic/renderNavigationClass.php @@ -0,0 +1,109 @@ + _navData = $navData; + $this -> _node = $this -> _tpl -> createDocumentFragment ( ); + $navKeys = array_keys ( $navData ); + $firstKey = $navKeys[ 0 ]; + $this -> _firstKey = $firstKey; + $this -> _prefix = renderNavigationClass :: getNavigationPrefix ( ); + + $node = renderNavigationClass :: getNavigationNode ( $this -> _firstKey ); + if ( $node !== false ) + { + $this -> _node -> appendChild ( $node ); + } + + return $this -> _node; + } + + private function getNavigationPrefix ( ) + { + foreach ( $this -> _navData[ $this -> _firstKey ][ 0 ] as $key => $value ) + { + if ( strpos ( $key , '_' ) !== false ) + { + return substr ( $key , 0 , strpos ( $key , '_' ) + 1 ); + } + else + { + return ''; + } + } + } + + private function getNavigationNode ( $navStart ) + { + if ( ! isset ( $this -> _navData[ $navStart ] ) || count ( $this -> _navData [ $navStart ] ) == 0 ) + { + return false; + } + + $newNode = $this -> _tpl -> createElement ( 'ul' ); + foreach ( $this -> _navData [ $navStart ] AS $key => $value ) + { + if ( $this -> _textsFromConfig ) + { + if ( array_key_exists ( $value [ $this -> _prefix . 'navId' ] , $this -> _website ) ) + { + $navTitle = $this -> _website[ $value [ $this -> _prefix . 'navId' ] ][ 'names' ]; + } + else + { + $navTitle = $this -> _langArray [ 'navi' ][ 'site_' . $value [ $this -> _prefix . 'navId' ] ]; + } + } + else + { + $navTitle = $value[ $this -> _prefix . 'navName' ]; + } + if ( $this -> _modrewrite ) + { + $navHref = $value[ $this -> _prefix . 'navLink' ]; + } + else + { + $navHref = ( ! isset ( $value[ $this -> _prefix . 'navType' ] ) || ( isset ( $value[ $this -> _prefix . 'navType' ] ) && $value[ $this -> _prefix . 'navType' ] === 'html' ) ) + ? $value [ $this -> _prefix . 'navTarget' ] + : 'javascript:void( 0 );'; + } + + $newLi = $this -> _tpl -> createElement ( 'li' ); + $newHref = $this -> _tpl -> createElement ( 'a' ); + if ( in_array ( $value[ $this -> _prefix . 'navId' ] , $this -> _navpath ) ) + { + $newHref -> setAttributeNode ( new DOMAttr ( 'class' , 'active' ) ); + } + $newHref -> appendChild ( new DOMText ( $navTitle ) ); + $newHref -> setAttributeNode ( new DOMAttr ( 'href' , $navHref ) ); + if ( isset ( $value[ $this -> _prefix . 'navType' ] ) && $value[ $this -> _prefix . 'navType' ] === 'js' ) + { + $newHref -> setAttributeNode ( new DOMAttr ( 'onclick' , $value[ $this -> _prefix . 'navTarget' ] ) ); + } + $newLi -> appendChild ( $newHref ); + + $sub_node = renderNavigationClass :: getNavigationNode ( $value[ $this -> _prefix . 'navId' ] ); + if ( $sub_node !== false ) + { + $newLi -> appendChild ( $sub_node ); + } + $newNode -> appendChild ( $newLi ); + + } + + unset ( $this -> _navData [ $navStart ] ); + + return $newNode; + + } + } + +?> \ No newline at end of file diff --git a/.classes/generic/renderPopupClass.php b/.classes/generic/renderPopupClass.php new file mode 100644 index 0000000..9deea1b --- /dev/null +++ b/.classes/generic/renderPopupClass.php @@ -0,0 +1,278 @@ + _subTemplate !== '' ) + { + $html = file_get_contents ( $this -> _pathTpl . $this -> _layout . '/tpl_' . $this -> _template . '_' . $this -> _subTemplate . '.php' ); + $html = str_replace ( $this -> _renderSearch , $this -> _renderReplace , $html ); + $subTpl = new DOMDocument ( ); + $subTpl -> preserveWhitespace = false; + $subTpl -> formatOutput = true; + $subTpl -> loadHTML ( $html ); + $subCont = $subTpl -> getElementById ( 'sub_content' ) -> firstChild; + + $xpath = new DOMXpath ( $subTpl ); + + /* Textersetzungen */ + foreach ( $this -> _langArray [ $this -> _template ] as $key => $value ) + { + $replaces = $xpath -> query ( "//*[starts-with( . , '%" . $key . "%' )]" ); + foreach ( $replaces as $replace ) + { + if ( $replace -> firstChild -> nodeType === 3 ) + { + $replace -> replaceChild ( new DOMCdataSection ( $value ) , $replace -> firstChild ); + } + } + } + + /* Funktionen */ + if ( isset ( $popupData[ 'functions' ] ) && ! empty ( $popupData[ 'functions' ] ) ) + { + foreach ( $popupData[ 'functions' ] as $function ) + { + if ( $function[ 'position' ] === 'userWebsiteRights' ) + { + $node = $subTpl -> getElementById ( 'websiteRights' ) -> cloneNode ( true ); + $node -> firstChild -> nodeValue = $node -> firstChild -> nodeValue . ': ' . $this -> _website[ $function[ 'key' ] ][ 'names' ]; + $node -> removeAttribute ( 'id' ); + $node -> setAttributeNode ( new DOMAttr ( 'id' , $function[ 'prefix' ] . 'Rights' ) ); + + $newNode = $subTpl -> getElementById ( 'websiteRights' ) -> parentNode -> insertBefore ( $node , $subTpl -> getElementById ( 'websiteRights' ) ); + + /* Elemente ersetzen */ + $arr_replaces = array ( 'for' , 'id' , 'name' , 'onclick' ); + foreach ( $arr_replaces as $str_replace ) + { + $replaces = $xpath -> query ( ".//*[contains(@" . $str_replace . " , 'Website')]" , $newNode ); + foreach ( $replaces as $replace ) + { + $attribute = $replace -> getAttribute ( $str_replace ); + $replace -> removeAttribute ( $str_replace ); + $replace -> setAttributeNode ( new DOMAttr ( $str_replace , str_replace ( 'Website' , $function[ 'prefix' ] , $attribute ) ) ); + } + } + + $elem = $xpath -> query ( ".//*[@id='user" . $function[ 'prefix' ] . "Rights_outer']" , $newNode ); + $node = $elem -> item( 0 ); + } + else + { + $node = $subTpl -> getElementById ( $function[ 'position' ] . '_outer' ); + } + + if ( ! is_null ( $node ) ) + { + $this -> applyFunction ( $function[ 'name' ] , $function[ 'data' ] , $subTpl , $node , $function[ 'prefix' ] ); + } + } + + $node = $subTpl -> getElementById ( 'websiteRights' ); + $node -> parentNode -> removeChild ( $node ); + } + + /* Headerdaten */ + if ( isset ( $popupData[ 'header' ] ) && ! empty ( $popupData[ 'header' ] ) ) + { + $header_node = $subTpl -> getElementById ( 'sub_content_header' ); + foreach ( $popupData[ 'header' ] as $key => $value ) + { + $replaces = $xpath -> query ( ".//*[@id='" . $key . "']" , $header_node ); + foreach ( $replaces as $replaceNode ) + { + switch ( $replaceNode -> tagName ) + { + case 'select' : + foreach ( $value as $optionValue => $optionName ) + { + $option = $subTpl -> createElement ( 'option' ); + $option -> setAttributeNode ( new DOMAttr ( 'value' , $optionValue ) ); + if ( isset ( $this -> _postData[ $key ] ) && $this -> _postData[ $key ] == $optionValue ) + { + $option -> setAttributeNode ( new DOMAttr ( 'selected' , 'selected' ) ); + } + $option -> appendChild ( new DOMText ( $optionName ) ); + $replaceNode -> appendChild ( $option ); + } + break; + case 'input' : + $replaceNode -> setAttributeNode ( new DOMAttr ( 'value' , $value ) ); + $replaceNode -> setAttributeNode ( new DOMAttr ( 'autocomplete' , 'off' ) ); + default : + break; + } + } + } + } + + $this -> applySortRules ( $subTpl , $subCont , $xpath); + + /* Ausgabedaten */ + if ( isset ( $popupData[ 'main' ] ) && ! empty ( $popupData[ 'main' ] ) ) + { + $main = $subTpl -> getElementById ( 'sub_content_main' ); + $subNode = $main -> firstChild; + + $testArray = $popupData[ 'main' ][ 0 ]; + + /* Datenfelder */ + $arr_mainKeys = array ( ); + foreach ( $testArray as $key => $value ) + { + $elements = $xpath -> query ( "//*[@data-name='" . $key . "']" , $main ); + if ( $elements -> length !== 0 ) + { + $arr_mainKeys[ ] = $key; + } + } + + /* Eingabefelder */ + $arr_mainInputs = array ( ); + foreach ( $testArray as $key => $value ) + { + $elements = $xpath -> query ( "//form//*[@name='" . $key . "' or @name='" . $key . "[ ]']" , $main ); + if ( $elements -> length !== 0 ) + { + $arr_mainInputs[ ] = $key; + } + } + + /* Hauptdaten */ + foreach ( $popupData[ 'main' ] as $dataArray ) + { + $dataNode = $main -> firstChild -> cloneNode ( true ); + + /* Schaltflächen ( Links ) für die Bearbeitung in den Übersichtsseiten */ + foreach ( $this -> _dataParameter as $key => $new_parameter ) + { + $data_navigation = $xpath -> query ( ".//*[@data-navigation='" . $key . "']//a" , $dataNode ); + if ( $data_navigation -> length !== 0 ) + { + foreach ( $data_navigation as $navigation_item ) + { + if ( $navigation_item -> hasAttribute ( 'href' ) ) + { + $navigation_item -> setAttribute ( 'href' , $navigation_item -> getAttribute ( 'href' ) . '&' . $new_parameter . '=' . $dataArray[ $new_parameter ] ); + } + } + + } + } + + /* Spezielle Regeln anwenden */ + switch ( $this -> _template ) + { + /* Aktive - inaktive Elemente Unterscheiden */ + case 'usermanagement' : + if ( isset ( $dataArray[ 'userActive' ] ) && $dataArray[ 'userActive' ] === 'Y') + { + $dataNode -> setAttributeNode ( new DOMAttr ( 'class' , 'data_active' ) ); + } + else + { + $dataNode -> setAttributeNode ( new DOMAttr ( 'class' , 'data_inactive' ) ); + } + break; + default : + break; + } + + /* Werte zuweisen */ + foreach ( $arr_mainKeys as $key => $value ) + { + $elements = $xpath -> query ( ".//*[@data-name='" . $value . "']" , $dataNode ); + if ( $elements -> item( 0 ) -> hasChildNodes( ) ) + { + $elements -> item( 0 ) -> removeChild ( $elements -> item( 0 ) -> firstChild ); + } + /* TODO : Warum ist ein utf8_encode nötig? Evtl Server - Konfig */ + // $elements -> item( 0 ) -> appendChild ( new DOMText ( ( mb_detect_encoding ( $dataArray[ $value ] ) === 'UTF-8' ) ? $dataArray[ $value ] : utf8_encode ( $dataArray[ $value ] ) ) ); + $elements -> item( 0 ) -> appendChild ( new DOMText ( $dataArray[ $value ] ) ); + } + + foreach ( $arr_mainInputs as $key => $value ) + { + $elements = $xpath -> query ( ".//form//*[@name='" . $value . "' or @name='" . $value . "[ ]']" , $dataNode ); + foreach ( $elements as $element ) + { + switch ( $element -> tagName ) + { + case 'input' : + if ( $element -> hasAttribute ( 'type' ) ) + { + switch ( $element -> getAttribute ( 'type' ) ) + { + case 'text' : + case 'hidden' : + $element -> removeAttribute ( 'value' ); + $element -> setAttributeNode ( new DOMAttr ( 'value' , $dataArray[ $value ] ) ); + break; + case 'radio' : + if ( $element -> hasAttribute ( 'id' ) && $element -> getAttribute ( 'id' ) === ( $value . '_' . $dataArray[ $value ] ) ) + { + $element -> setAttributeNode ( new DOMAttr ( 'checked' , 'checked' ) ); + } + break; + case 'checkbox' : + if ( is_array ( $dataArray[ $value ] ) ) + { + if ( $element -> hasAttribute ( 'id' ) && in_array ( $element -> getAttribute ( 'id' ) , $dataArray[ $value ] ) ) + { + $element -> setAttributeNode ( new DOMAttr ( 'checked' , 'checked' ) ); + } + } + break; + default : + break; + } + } + else + { + $element -> removeAttribute ( 'value' ); + $element -> setAttributeNode ( new DOMAttr ( 'value' , $dataArray[ $value ] ) ); + } + break; + default : + break; + } + } + } + $main -> appendChild ( $dataNode ); + } + + $subNode -> parentNode -> removeChild ( $subNode ); + } + else + { + /* TODO : Keine Daten */ + $oldNode = $subTpl -> getElementById ( 'sub_content_main' ); + $oldNode -> parentNode -> removeChild ( $oldNode ); + } + } + + /* Fehlermeldungen */ + if ( ! is_null ( $this -> _errors ) ) + { + $main = $subTpl -> getElementById ( 'sub_content_main' ); + $subNode = $main -> firstChild; + foreach ( $this -> _errors as $error ) + { + $errorNode = $subTpl -> createElement ( 'p' ); + $errorNode -> setAttributeNode ( new DOMAttr ( 'class' , 'error' ) ); + $errorNode -> appendChild ( new DOMText ( $this -> _langArray[ 'error' ][ $error ] ) ); + $main -> insertBefore ( $errorNode , $subNode); + } + } + + $new_node = $this -> _tpl -> importNode ( $subCont , true ); + return $new_node; + } + + } + +?> \ No newline at end of file diff --git a/.classes/generic/renderSpecialContentClass.php b/.classes/generic/renderSpecialContentClass.php new file mode 100644 index 0000000..3f7a412 --- /dev/null +++ b/.classes/generic/renderSpecialContentClass.php @@ -0,0 +1,60 @@ + _pathTpl . $this -> _layout . '/tpl_' . $this -> _template . '_' . $id . '.php' ); + $html = str_replace ( $this -> _renderSearch , $this -> _renderReplace , $html ); + $subTpl = new DOMDocument ( ); + $subTpl -> preserveWhitespace = false; + $subTpl -> formatOutput = true; + $subTpl -> loadHTML ( $html ); + + $xpath = new DOMXpath ( $subTpl ); + $subCont = $xpath -> query ( ".//*[contains(concat(' ', @class, ' '), ' " . $id . " ')]" ) -> item( 0 ); + + foreach ( $popupData as $singleData ) + { + $tmp_node = $subCont -> firstChild -> cloneNode ( true ); + if ( isset ( $singleData[ 'id' ] ) ) + { + $subCont -> setAttributeNode ( new DOMAttr ( 'id' , $type . '_' . $singleData[ 'id' ] ) ); + } + + foreach ( $singleData as $key => $data ) + { + $nodeList = $xpath -> query ( ".//*[contains(concat(' ', @class, ' '), ' " . $key . " ')]" , $tmp_node ); + if ( $nodeList -> length !== 0 ) + { + + foreach ( $nodeList as $node ) + { + switch ( $key ) + { + case 'link' : + $node -> setAttributeNode ( new DOMAttr ( 'href' , $data ) ); + break; + + default : + $node -> appendChild ( new DOMCdataSection ( $data ) ); + break; + } + } + + } + } + + $subCont -> appendChild ( $tmp_node ); + } + + $subCont -> removeChild ( $subCont -> firstChild ); + + + $new_node = $this -> _tpl -> importNode ( $subCont , true ); + return $new_node; + } + + } + +?> \ No newline at end of file diff --git a/.classes/generic/renderWidgetClass.php b/.classes/generic/renderWidgetClass.php new file mode 100644 index 0000000..b79adc7 --- /dev/null +++ b/.classes/generic/renderWidgetClass.php @@ -0,0 +1,34 @@ + _pathTpl . $this -> _layout . '/tpl_' . $this -> _template . '_widget_' . $widgetData[ 'tpl' ] . '.php' ); + $html = str_replace ( $this -> _renderSearch , $this -> _renderReplace , $html ); + + foreach ( $widgetData as $key => $value ) + { + $html = str_replace ( '%%' . $key . '%%' , $value , $html ); + } + + $subTpl = new DOMDocument ( ); + $subTpl -> preserveWhitespace = false; + $subTpl -> formatOutput = true; + $subTpl -> loadHTML ( $html ); + + $xpath = new DOMXpath ( $subTpl ); + $subCont = $xpath -> query ( ".//*[contains(concat(' ', @class, ' '), ' " . $widgetData[ 'tpl' ] . " ')]" ) -> item( 0 ); + + if ( isset ( $widgetData[ 'id' ] ) ) + { + $subCont -> setAttributeNode ( new DOMAttr ( 'id' , 'widget_' . $widgetData[ 'id' ] ) ); + } + + $new_node = $this -> _tpl -> importNode ( $subCont , true ); + return $new_node; + } + } + +?> \ No newline at end of file diff --git a/.classes/phpmailer/.gitignore b/.classes/phpmailer/.gitignore new file mode 100644 index 0000000..989164d --- /dev/null +++ b/.classes/phpmailer/.gitignore @@ -0,0 +1,5 @@ +docs/phpdoc/ +test/message.txt +test/testbootstrap.php +.idea +build/ diff --git a/.classes/phpmailer/.scrutinizer.yml b/.classes/phpmailer/.scrutinizer.yml new file mode 100644 index 0000000..afdb884 --- /dev/null +++ b/.classes/phpmailer/.scrutinizer.yml @@ -0,0 +1,126 @@ +before_commands: + - "composer install --prefer-source" + +tools: + # Code Coverage + external_code_coverage: + enabled: true + timeout: 300 + filter: + excluded_paths: + - 'docs/*' + - 'examples/*' + - 'extras/*' + - 'test/*' + - 'vendor/*' + + + php_code_coverage: + enabled: false + test_command: phpunit + filter: + excluded_paths: + - 'docs/*' + - 'examples/*' + - 'extras/*' + - 'test/*' + - 'vendor/*' + + + # Code Sniffer + php_code_sniffer: + enabled: true + command: phpcs + config: + standard: PSR2 + filter: + excluded_paths: + - 'docs/*' + - 'examples/*' + - 'extras/*' + - 'test/*' + - 'vendor/*' + + + # Copy/Paste Detector + php_cpd: + enabled: true + command: phpcpd + excluded_dirs: + - docs + - examples + - extras + - test + - vendor + + + # PHP CS Fixer (http://http://cs.sensiolabs.org/). + php_cs_fixer: + enabled: true + command: php-cs-fixer + config: + level: psr2 + filter: + excluded_paths: + - 'docs/*' + - 'examples/*' + - 'extras/*' + - 'test/*' + - 'vendor/*' + + + # Analyzes the size and structure of a PHP project. + php_loc: + enabled: true + command: phploc + excluded_dirs: + - docs + - examples + - extras + - test + - vendor + + + # PHP Mess Detector (http://phpmd.org). + php_mess_detector: + enabled: true + command: phpmd + config: + rulesets: + - codesize + - unusedcode + - naming + - design + filter: + excluded_paths: + - 'docs/*' + - 'examples/*' + - 'extras/*' + - 'test/*' + - 'vendor/*' + + + # Analyzes the size and structure of a PHP project. + php_pdepend: + enabled: true + command: pdepend + excluded_dirs: + - docs + - examples + - extras + - test + - vendor + + # Runs Scrutinizer's PHP Analyzer Tool + php_analyzer: + enabled: true + filter: + excluded_paths: + - 'docs/*' + - 'examples/*' + - 'extras/*' + - 'test/*' + - 'vendor/*' + + # Security Advisory Checker + sensiolabs_security_checker: true diff --git a/.classes/phpmailer/.travis.yml b/.classes/phpmailer/.travis.yml new file mode 100644 index 0000000..c49dd21 --- /dev/null +++ b/.classes/phpmailer/.travis.yml @@ -0,0 +1,33 @@ +language: php +php: + - 5.6 + - 5.5 + - 5.4 + - 5.3 + - hhvm + +matrix: + allow_failures: + - php: hhvm + +before_install: + - sudo apt-get update -qq + - sudo apt-get install -y -qq postfix +before_script: + - sudo service postfix stop + - smtp-sink -d "%d.%H.%M.%S" localhost:2500 1000 & + - mkdir -p build/logs + - cd test + - cp testbootstrap-dist.php testbootstrap.php + - chmod +x fakesendmail.sh + - sudo mkdir -p /var/qmail/bin + - sudo cp fakesendmail.sh /var/qmail/bin/sendmail + - sudo cp fakesendmail.sh /usr/sbin/sendmail + - echo 'sendmail_path = "/usr/sbin/sendmail -t -i "' | sudo tee "/home/travis/.phpenv/versions/`php -r 'echo PHP_VERSION;'`/etc/conf.d/sendmail.ini" + - pwd + - ls -al +script: + - phpunit --configuration ../travis.phpunit.xml.dist +after_script: + - wget https://scrutinizer-ci.com/ocular.phar + - php ocular.phar code-coverage:upload --format=php-clover ../build/logs/clover.xml diff --git a/.classes/phpmailer/LICENSE b/.classes/phpmailer/LICENSE new file mode 100644 index 0000000..8e0763d --- /dev/null +++ b/.classes/phpmailer/LICENSE @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + diff --git a/.classes/phpmailer/PHPMailerAutoload.php b/.classes/phpmailer/PHPMailerAutoload.php new file mode 100644 index 0000000..eaa2e30 --- /dev/null +++ b/.classes/phpmailer/PHPMailerAutoload.php @@ -0,0 +1,49 @@ + + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + * @copyright 2012 - 2014 Marcus Bointon + * @copyright 2010 - 2012 Jim Jagielski + * @copyright 2004 - 2009 Andy Prevost + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + * @note This program is distributed in the hope that it will be useful - WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + */ + +/** + * PHPMailer SPL autoloader. + * @param string $classname The name of the class to load + */ +function PHPMailerAutoload($classname) +{ + //Can't use __DIR__ as it's only in PHP 5.3+ + $filename = dirname(__FILE__).DIRECTORY_SEPARATOR.'class.'.strtolower($classname).'.php'; + if (is_readable($filename)) { + require $filename; + } +} + +if (version_compare(PHP_VERSION, '5.1.2', '>=')) { + //SPL autoloading was introduced in PHP 5.1.2 + if (version_compare(PHP_VERSION, '5.3.0', '>=')) { + spl_autoload_register('PHPMailerAutoload', true, true); + } else { + spl_autoload_register('PHPMailerAutoload'); + } +} else { + /** + * Fall back to traditional autoload for old PHP versions + * @param string $classname The name of the class to load + */ + function __autoload($classname) + { + PHPMailerAutoload($classname); + } +} diff --git a/.classes/phpmailer/README.md b/.classes/phpmailer/README.md new file mode 100644 index 0000000..6ce8bd3 --- /dev/null +++ b/.classes/phpmailer/README.md @@ -0,0 +1,151 @@ +![PHPMailer](https://raw.github.com/PHPMailer/PHPMailer/master/examples/images/phpmailer.png) + +# PHPMailer - A full-featured email creation and transfer class for PHP + +Build status: [![Build Status](https://travis-ci.org/PHPMailer/PHPMailer.svg)](https://travis-ci.org/PHPMailer/PHPMailer) +[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/badges/quality-score.png?s=3758e21d279becdf847a557a56a3ed16dfec9d5d)](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/) +[![Code Coverage](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/badges/coverage.png?s=3fe6ca5fe8cd2cdf96285756e42932f7ca256962)](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/) + +## Class Features + +- Probably the world's most popular code for sending email from PHP! +- Used by many open-source projects: Drupal, SugarCRM, Yii, Joomla! and many more +- Integrated SMTP support - send without a local mail server +- Send emails with multiple TOs, CCs, BCCs and REPLY-TOs +- Multipart/alternative emails for mail clients that do not read HTML email +- Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings +- SMTP authentication with LOGIN, PLAIN, NTLM and CRAM-MD5 mechanisms over SSL and TLS transports +- Native language support +- DKIM and S/MIME signing support +- Compatible with PHP 5.0 and later +- Much more! + +## Why you might need it + +Many PHP developers utilize email in their code. The only PHP function that supports this is the mail() function. However, it does not provide any assistance for making use of popular features such as HTML-based emails and attachments. + +Formatting email correctly is surprisingly difficult. There are myriad overlapping RFCs, requiring tight adherence to horribly complicated formatting and encoding rules - the vast majority of code that you'll find online that uses the mail() function directly is just plain wrong! +*Please* don't be tempted to do it yourself - if you don't use PHPMailer, there are many other excellent libraries that you should look at before rolling your own - try SwiftMailer, Zend_Mail, eZcomponents etc. + +The PHP mail() function usually sends via a local mail server, typically fronted by a `sendmail` binary on Linux, BSD and OS X platforms, however, Windows usually doesn't include a local mail server; PHPMailer's integrated SMTP implementation allows email sending on Windows platforms without a local mail server. + +## License + +This software is licenced under the [LGPL 2.1](http://www.gnu.org/licenses/lgpl-2.1.html). Please read LICENSE for information on the +software availability and distribution. + +## Installation & loading + +PHPMailer is available via [Composer/Packagist](https://packagist.org/packages/phpmailer/phpmailer). Alternatively, just copy the contents of the PHPMailer folder into somewhere that's in your PHP `include_path` setting. If you don't speak git or just want a tarball, click the 'zip' button at the top of the page in GitHub. + +PHPMailer provides an SPL-compatible autoloader, and that is the preferred way of loading the library - just `require '/path/to/PHPMailerAutoload.php';` and everything should work. The autoloader does not throw errors if it can't find classes so it prepends itself to the SPL list, allowing your own (or your framework's) autoloader to catch errors. SPL autoloading was introduced in PHP 5.1.0, so if you are using a version older than that you will need to require/include each class manually. +PHPMailer does *not* declare a namespace because namespaces were only introduced in PHP 5.3. + +### Minimal installation + +While installing the entire package manually or with composer is simple, convenient and reliable, you may want to include only vital files in your project. At the very least you will need [class.phpmailer.php](class.phpmailer.php). If you're using SMTP, you'll need [class.smtp.php](class.smtp.php), and if you're using POP-before SMTP, you'll need [class.pop3.php](class.pop3.php). For all of these, we recommend you use [the autoloader](PHPMailerAutoload.php) too as otherwise you will either have to `require` all classes manually or use some other autoloader. You can skip the [language](language/) folder if you're not showing errors to users and can make do with English-only errors. You may need the additional classes in the [extras](extras/) folder if you are using those features, including NTLM authentication, advanced HTML-to-text conversion and ics generation. + +## A Simple Example + +```php +SMTPDebug = 3; // Enable verbose debug output + +$mail->isSMTP(); // Set mailer to use SMTP +$mail->Host = 'smtp1.example.com;smtp2.example.com'; // Specify main and backup SMTP servers +$mail->SMTPAuth = true; // Enable SMTP authentication +$mail->Username = 'user@example.com'; // SMTP username +$mail->Password = 'secret'; // SMTP password +$mail->SMTPSecure = 'tls'; // Enable TLS encryption, `ssl` also accepted +$mail->Port = 587; // TCP port to connect to + +$mail->From = 'from@example.com'; +$mail->FromName = 'Mailer'; +$mail->addAddress('joe@example.net', 'Joe User'); // Add a recipient +$mail->addAddress('ellen@example.com'); // Name is optional +$mail->addReplyTo('info@example.com', 'Information'); +$mail->addCC('cc@example.com'); +$mail->addBCC('bcc@example.com'); + +$mail->WordWrap = 50; // Set word wrap to 50 characters +$mail->addAttachment('/var/tmp/file.tar.gz'); // Add attachments +$mail->addAttachment('/tmp/image.jpg', 'new.jpg'); // Optional name +$mail->isHTML(true); // Set email format to HTML + +$mail->Subject = 'Here is the subject'; +$mail->Body = 'This is the HTML message body in bold!'; +$mail->AltBody = 'This is the body in plain text for non-HTML mail clients'; + +if(!$mail->send()) { + echo 'Message could not be sent.'; + echo 'Mailer Error: ' . $mail->ErrorInfo; +} else { + echo 'Message has been sent'; +} +``` + +You'll find plenty more to play with in the [examples](examples/) folder. + +That's it. You should now be ready to use PHPMailer! + +## Localization +PHPMailer defaults to English, but in the [language](language/) folder you'll find numerous (39 at the time of writing) translations for PHPMailer error messages that you may encounter. Their filenames contain [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the translations, for example `fr` for French. To specify a language, you need to tell PHPMailer which one to use, like this: + +```php +// To load the French version +$mail->setLanguage('fr', '/optional/path/to/language/directory/'); +``` + +We welcome corrections and new languages - if you're looking for corrections to do, run the [phpmailerLangTest.php](test/phpmailerLangTest.php) script in the tests folder and it will show any missing translations. + +## Documentation + +Generated documentation is [available online](http://phpmailer.github.io/PHPMailer/). + +You'll find some basic user-level docs in the [docs](docs/) folder, and you can generate complete API-level documentation using the [generatedocs.sh](docs/generatedocs.sh) shell script in the docs folder, though you'll need to install [PHPDocumentor](http://www.phpdoc.org) first. You may find [the unit tests](test/phpmailerTest.php) a good source of how to do various operations such as encryption. + +## Tests + +There is a PHPUnit test script in the [test](test/) folder. + +Build status: [![Build Status](https://travis-ci.org/PHPMailer/PHPMailer.svg)](https://travis-ci.org/PHPMailer/PHPMailer) + +If this isn't passing, is there something you can do to help? + +## Contributing + +Please submit bug reports, suggestions and pull requests to the [GitHub issue tracker](https://github.com/PHPMailer/PHPMailer/issues). + +We're particularly interested in fixing edge-cases, expanding test coverage and updating translations. + +With the move to the PHPMailer GitHub organisation, you'll need to update any remote URLs referencing the old GitHub location with a command like this from within your clone: + +`git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git` + +Please *don't* use the SourceForge or Google Code projects any more. + +## Changelog + +See [changelog](changelog.md). + +## History +- PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/). +- Marcus Bointon (coolbru on SF) and Andy Prevost (codeworxtech) took over the project in 2004. +- Became an Apache incubator project on Google Code in 2010, managed by Jim Jagielski. +- Marcus created his fork on [GitHub](https://github.com/Synchro/PHPMailer). +- Jim and Marcus decide to join forces and use GitHub as the canonical and official repo for PHPMailer. +- PHPMailer moves to the [PHPMailer organisation](https://github.com/PHPMailer) on GitHub. + +### What's changed since moving from SourceForge? +- Official successor to the SourceForge and Google Code projects. +- Test suite. +- Continuous integration with Travis-CI. +- Composer support. +- Public development. +- Additional languages and language strings. +- CRAM-MD5 authentication support. +- Preserves full repo history of authors, commits and branches from the original SourceForge project. diff --git a/.classes/phpmailer/changelog.md b/.classes/phpmailer/changelog.md new file mode 100644 index 0000000..5eaaed5 --- /dev/null +++ b/.classes/phpmailer/changelog.md @@ -0,0 +1,556 @@ +# ChangeLog + +* Update html2text from https://github.com/mtibben/html2text +* Improve Arabic translations (Thanks to @tarekdj) +* Consistent handling of connection variables in SMTP and POP3 +* PHPDoc cleanup +* Update composer to use PHPUnit 4.1 +* Pass consistent params to callbacks +* More consistent handling of error states and debug output +* Use property defaults, remove constructors +* Remove unreachable code +* Use older regex validation pattern for troublesome PCRE library versions +* Improve PCRE detection in older PHP versions +* Handle debug output consistently, and always in UTF-8 +* Allow user-defined debug output method via a callable +* msgHTML now converts data URIs to embedded images +* SMTP::getLastReply() will now always be populated +* The autoloader is no longer autoloaded by the PHPMailer class +* Improved example code in README +* Ensure long filenames in Content-Disposition are encoded correctly + +## Version 5.2.8 (May 14th 2014) +* Increase timeout to match RFC2821 section 4.5.3.2 and thus not fail greetdelays, fixes #104 +* Add timestamps to default debug output +* Add connection events and new level 3 to debug output options +* Chinese language update (Thanks to @binaryoung) +* Allow custom Mailer types (Thanks to @michield) +* Cope with spaces around SMTP host specs +* Fix processing of multiple hosts in connect string +* Added Galician translation (Thanks to @donatorouco) +* Autoloader now prepends +* Docs updates +* Add Latvian translation (Thanks to @eddsstudio) +* Add Belarusian translation (Thanks to @amaksymiuk) +* Make autoloader work better on older PHP versions +* Avoid double-encoding if mbstring is overloading mail() +* Add Portuguese translation (Thanks to @Jonadabe) +* Make quoted-printable encoder respect line ending setting +* Improve Chinese translation (Thanks to @PeterDaveHello) +* Add Georgian translation (Thanks to @akalongman) +* Add Greek translation (Thanks to @lenasterg) +* Fix serverHostname on PHP < 5.3 +* Improve performance of SMTP class +* Implement automatic 7bit downgrade +* Add Vietnamese translation (Thanks to @vinades) +* Improve example images, switch to PNG +* Add Croatian translation (Thanks to @hrvoj3e) +* Remove setting the Return-Path and deprecate the Return-path property - it's just wrong! +* Fix language file loading if CWD has changed (@stephandesouza) +* Add HTML5 email validation pattern +* Improve Turkish translations (Thanks to @yasinaydin) +* Improve Romanian translations (Thanks to @aflorea) +* Check php.ini for path to sendmail/qmail before using default +* Improve Farsi translation (Thanks to @MHM5000) +* Don't use quoted-printable encoding for multipart types +* Add Serbian translation (Thanks to ajevremovic at gmail.com) +* Remove useless PHP5 check +* Use SVG for build status badges +* Store MessageDate on creation +* Better default behaviour for validateAddress + +## Version 5.2.7 (September 12th 2013) +* Add Ukranian translation from @Krezalis +* Support for do_verp +* Fix bug in CRAM-MD5 AUTH +* Propagate Debugoutput option to SMTP class (@Reblutus) +* Determine MIME type of attachments automatically +* Add cross-platform, multibyte-safe pathinfo replacement (with tests) and use it +* Add a new 'html' Debugoutput type +* Clean up SMTP debug output, remove embedded HTML +* Some small changes in header formatting to improve IETF msglint test results +* Update test_script to use some recently changed features, rename to code_generator +* Generated code actually works! +* Update SyntaxHighlighter +* Major overhaul and cleanup of example code +* New PHPMailer graphic +* msgHTML now uses RFC2392-compliant content ids +* Add line break normalization function and use it in msgHTML +* Don't set unnecessary reply-to addresses +* Make fakesendmail.sh a bit cleaner and safer +* Set a content-transfer-encoding on multiparts (fixes msglint error) +* Fix cid generation in msgHTML (Thanks to @digitalthought) +* Fix handling of multiple SMTP servers (Thanks to @NanoCaiordo) +* SMTP->connect() now supports stream context options (Thanks to @stanislavdavid) +* Add support for iCal event alternatives (Thanks to @reblutus) +* Update to Polish language file (Thanks to Krzysztof Kowalewski) +* Update to Norwegian language file (Thanks to @datagutten) +* Update to Hungarian language file (Thanks to @dominicus-75) +* Add Persian/Farsi translation from @jaii +* Make SMTPDebug property type match type in SMTP class +* Add unit tests for DKIM +* Major refactor of SMTP class +* Reformat to PSR-2 coding standard +* Introduce autoloader +* Allow overriding of SMTP class +* Overhaul of PHPDocs +* Fix broken Q-encoding +* Czech language update (Thanks to @nemelu) +* Removal of excess blank lines in messages +* Added fake POP server and unit tests for POP-before-SMTP + +## Version 5.2.6 (April 11th 2013) +* Reflect move to PHPMailer GitHub organisation at https://github.com/PHPMailer/PHPMailer +* Fix unbumped version numbers +* Update packagist.org with new location +* Clean up Changelog + +## Version 5.2.5 (April 6th 2013) +* First official release after move from Google Code +* Fixes for qmail when sending via mail() +* Merge in changes from Google code 5.2.4 release +* Minor coding standards cleanup in SMTP class +* Improved unit tests, now tests S/MIME signing +* Travis-CI support on GitHub, runs tests with fake SMTP server + +## Version 5.2.4 (February 19, 2013) +* Fix tag and version bug. +* un-deprecate isSMTP(), isMail(), IsSendmail() and isQmail(). +* Numerous translation updates + +## Version 5.2.3 (February 8, 2013) +* Fix issue with older PCREs and ValidateAddress() (Bugz: 124) +* Add CRAM-MD5 authentication, thanks to Elijah madden, https://github.com/okonomiyaki3000 +* Replacement of obsolete Quoted-Printable encoder with a much better implementation +* Composer package definition +* New language added: Hebrew + +## Version 5.2.2 (December 3, 2012) +* Some fixes and syncs from https://github.com/Synchro/PHPMailer +* Add Slovak translation, thanks to Michal Tinka + +## Version 5.2.2-rc2 (November 6, 2012) +* Fix SMTP server rotation (Bugz: 118) +* Allow override of autogen'ed 'Date' header (for Drupal's + og_mailinglist module) +* No whitespace after '-f' option (Bugz: 116) +* Work around potential warning (Bugz: 114) + +## Version 5.2.2-rc1 (September 28, 2012) +* Header encoding works with long lines (Bugz: 93) +* Turkish language update (Bugz: 94) +* undefined $pattern in EncodeQ bug squashed (Bugz: 98) +* use of mail() in safe_mode now works (Bugz: 96) +* ValidateAddress() now 'public static' so people can override the + default and use their own validation scheme. +* ValidateAddress() no longer uses broken FILTER_VALIDATE_EMAIL +* Added in AUTH PLAIN SMTP authentication + +## Version 5.2.2-beta2 (August 17, 2012) +* Fixed Postfix VERP support (Bugz: 92) +* Allow action_function callbacks to pass/use + the From address (passed as final param) +* Prevent inf look for get_lines() (Bugz: 77) +* New public var ($UseSendmailOptions). Only pass sendmail() + options iff we really are using sendmail or something sendmail + compatible. (Bugz: 75) +* default setting for LE returned to "\n" due to popular demand. + +## Version 5.2.2-beta1 (July 13, 2012) +* Expose PreSend() and PostSend() as public methods to allow + for more control if serializing message sending. +* GetSentMIMEMessage() only constructs the message copy when + needed. Save memory. +* Only pass params to mail() if the underlying MTA is + "sendmail" (as defined as "having the string sendmail + in its pathname") [#69] +* Attachments now work with Amazon SES and others [Bugz#70] +* Debug output now sent to stdout (via echo) or error_log [Bugz#5] +* New var: Debugoutput (for above) [Bugz#5] +* SMTP reads now Timeout aware (new var: Timeout=15) [Bugz#71] +* SMTP reads now can have a Timelimit associated with them + (new var: Timelimit=30)[Bugz#71] +* Fix quoting issue associated with charsets +* default setting for LE is now RFC compliant: "\r\n" +* Return-Path can now be user defined (new var: ReturnPath) + (the default is "" which implies no change from previous + behavior, which was to use either From or Sender) [Bugz#46] +* X-Mailer header can now be disabled (by setting to a + whitespace string, eg " ") [Bugz#66] +* Bugz closed: #68, #60, #42, #43, #59, #55, #66, #48, #49, + #52, #31, #41, #5. #70, #69 + +## Version 5.2.1 (January 16, 2012) +* Closed several bugs #5 +* Performance improvements +* MsgHTML() now returns the message as required. +* New method: GetSentMIMEMessage() (returns full copy of sent message) + +## Version 5.2 (July 19, 2011) +* protected MIME body and header +* better DKIM DNS Resource Record support +* better aly handling +* htmlfilter class added to extras +* moved to Apache Extras + +## Version 5.1 (October 20, 2009) +* fixed filename issue with AddStringAttachment (thanks to Tony) +* fixed "SingleTo" property, now works with Senmail, Qmail, and SMTP in + addition to PHP mail() +* added DKIM digital signing functionality, new properties: + - DKIM_domain (sets the domain name) + - DKIM_private (holds DKIM private key) + - DKIM_passphrase (holds your DKIM passphrase) + - DKIM_selector (holds the DKIM "selector") + - DKIM_identity (holds the identifying email address) +* added callback function support + - callback function parameters include: + result, to, cc, bcc, subject and body + - see the test/test_callback.php file for usage. +* added "auto" identity functionality + - can automatically add: + - Return-path (if Sender not set) + - Reply-To (if ReplyTo not set) + - can be disabled: + - $mail->SetFrom('yourname@yourdomain.com','First Last',false); + - or by adding the $mail->Sender and/or $mail->ReplyTo properties + +Note: "auto" identity added to help with emails ending up in spam or junk boxes because of missing headers + +## Version 5.0.2 (May 24, 2009) +* Fix for missing attachments when inline graphics are present +* Fix for missing Cc in header when using SMTP (mail was sent, + but not displayed in header -- Cc receiver only saw email To: + line and no Cc line, but did get the email (To receiver + saw same) + +## Version 5.0.1 (April 05, 2009) +* Temporary fix for missing attachments + +## Version 5.0.0 (April 02, 2009) +With the release of this version, we are initiating a new version numbering +system to differentiate from the PHP4 version of PHPMailer. +Most notable in this release is fully object oriented code. + +### class.smtp.php: +* Refactored class.smtp.php to support new exception handling +* code size reduced from 29.2 Kb to 25.6 Kb +* Removed unnecessary functions from class.smtp.php: + - public function Expand($name) { + - public function Help($keyword="") { + - public function Noop() { + - public function Send($from) { + - public function SendOrMail($from) { + - public function Verify($name) { + +### class.phpmailer.php: +* Refactored class.phpmailer.php with new exception handling +* Changed processing functionality of Sendmail and Qmail so they cannot be + inadvertently used +* removed getFile() function, just became a simple wrapper for + file_get_contents() +* added check for PHP version (will gracefully exit if not at least PHP 5.0) +* enhanced code to check if an attachment source is the same as an embedded or + inline graphic source to eliminate duplicate attachments + +### New /test_script +We have written a test script you can use to test the script as part of your +installation. Once you press submit, the test script will send a multi-mime +email with either the message you type in or an HTML email with an inline +graphic. Two attachments are included in the email (one of the attachments +is also the inline graphic so you can see that only one copy of the graphic +is sent in the email). The test script will also display the functional +script that you can copy/paste to your editor to duplicate the functionality. + +### New examples +All new examples in both basic and advanced modes. Advanced examples show + Exception handling. + +### PHPDocumentator (phpdocs) documentation for PHPMailer version 5.0.0 +All new documentation + +## Version 2.3 (November 06, 2008) +* added Arabic language (many thanks to Bahjat Al Mostafa) +* removed English language from language files and made it a default within + class.phpmailer.php - if no language is found, it will default to use + the english language translation +* fixed public/private declarations +* corrected line 1728, $basedir to $directory +* added $sign_cert_file to avoid improper duplicate use of $sign_key_file +* corrected $this->Hello on line 612 to $this->Helo +* changed default of $LE to "\r\n" to comply with RFC 2822. Can be set by the user + if default is not acceptable +* removed trim() from return results in EncodeQP +* /test and three files it contained are removed from version 2.3 +* fixed phpunit.php for compliance with PHP5 +* changed $this->AltBody = $textMsg; to $this->AltBody = html_entity_decode($textMsg); +* We have removed the /phpdoc from the downloads. All documentation is now on + the http://phpmailer.codeworxtech.com website. + +## Version 2.2.1 () July 19 2008 +* fixed line 1092 in class.smtp.php (my apologies, error on my part) + +## Version 2.2 () July 15 2008 +* Fixed redirect issue (display of UTF-8 in thank you redirect) +* fixed error in getResponse function declaration (class.pop3.php) +* PHPMailer now PHP6 compliant +* fixed line 1092 in class.smtp.php (endless loop from missing = sign) + +## Version 2.1 (Wed, June 04 2008) +NOTE: WE HAVE A NEW LANGUAGE VARIABLE FOR DIGITALLY SIGNED S/MIME EMAILS. IF YOU CAN HELP WITH LANGUAGES OTHER THAN ENGLISH AND SPANISH, IT WOULD BE APPRECIATED. + +* added S/MIME functionality (ability to digitally sign emails) + BIG THANKS TO "sergiocambra" for posting this patch back in November 2007. + The "Signed Emails" functionality adds the Sign method to pass the private key + filename and the password to read it, and then email will be sent with + content-type multipart/signed and with the digital signature attached. +* fully compatible with E_STRICT error level + - Please note: + In about half the test environments this development version was subjected + to, an error was thrown for the date() functions used (line 1565 and 1569). + This is NOT a PHPMailer error, it is the result of an incorrectly configured + PHP5 installation. The fix is to modify your 'php.ini' file and include the + date.timezone = Etc/UTC (or your own zone) + directive, to your own server timezone + - If you do get this error, and are unable to access your php.ini file: + In your PHP script, add + `date_default_timezone_set('Etc/UTC');` + - do not try to use + `$myVar = date_default_timezone_get();` + as a test, it will throw an error. +* added ability to define path (mainly for embedded images) + function `MsgHTML($message,$basedir='')` ... where: + `$basedir` is the fully qualified path +* fixed `MsgHTML()` function: + - Embedded Images where images are specified by `://` will not be altered or embedded +* fixed the return value of SMTP exit code ( pclose ) +* addressed issue of multibyte characters in subject line and truncating +* added ability to have user specified Message ID + (default is still that PHPMailer create a unique Message ID) +* corrected unidentified message type to 'application/octet-stream' +* fixed chunk_split() multibyte issue (thanks to Colin Brown, et al). +* added check for added attachments +* enhanced conversion of HTML to text in MsgHTML (thanks to "brunny") + +## Version 2.1.0beta2 (Sun, Dec 02 2007) +* implemented updated EncodeQP (thanks to coolbru, aka Marcus Bointon) +* finished all testing, all known bugs corrected, enhancements tested + +Note: will NOT work with PHP4. + +Please note, this is BETA software **DO NOT USE THIS IN PRODUCTION OR LIVE PROJECTS; INTENDED STRICTLY FOR TESTING** + +## Version 2.1.0beta1 +Please note, this is BETA software +** DO NOT USE THIS IN PRODUCTION OR LIVE PROJECTS + INTENDED STRICTLY FOR TESTING + +## Version 2.0.0 rc2 (Fri, Nov 16 2007), interim release +* implements new property to control VERP in class.smtp.php + example (requires instantiating class.smtp.php): + $mail->do_verp = true; +* POP-before-SMTP functionality included, thanks to Richard Davey + (see class.pop3.php & pop3_before_smtp_test.php for examples) +* included example showing how to use PHPMailer with GMAIL +* fixed the missing Cc in SendMail() and Mail() + +## Version 2.0.0 rc1 (Thu, Nov 08 2007), interim release +* dramatically simplified using inline graphics ... it's fully automated and requires no user input +* added automatic document type detection for attachments and pictures +* added MsgHTML() function to replace Body tag for HTML emails +* fixed the SendMail security issues (input validation vulnerability) +* enhanced the AddAddresses functionality so that the "Name" portion is used in the email address +* removed the need to use the AltBody method (set from the HTML, or default text used) +* set the PHP Mail() function as the default (still support SendMail, SMTP Mail) +* removed the need to set the IsHTML property (set automatically) +* added Estonian language file by Indrek Päri +* added header injection patch +* added "set" method to permit users to create their own pseudo-properties like 'X-Headers', etc. +* fixed warning message in SMTP get_lines method +* added TLS/SSL SMTP support. +* PHPMailer has been tested with PHP4 (4.4.7) and PHP5 (5.2.7) +* Works with PHP installed as a module or as CGI-PHP +NOTE: will NOT work with PHP5 in E_STRICT error mode + +## Version 1.73 (Sun, Jun 10 2005) +* Fixed denial of service bug: http://www.cybsec.com/vuln/PHPMailer-DOS.pdf +* Now has a total of 20 translations +* Fixed alt attachments bug: http://tinyurl.com/98u9k + +## Version 1.72 (Wed, May 25 2004) +* Added Dutch, Swedish, Czech, Norwegian, and Turkish translations. +* Received: Removed this method because spam filter programs like + SpamAssassin reject this header. +* Fixed error count bug. +* SetLanguage default is now "language/". +* Fixed magic_quotes_runtime bug. + +## Version 1.71 (Tue, Jul 28 2003) +* Made several speed enhancements +* Added German and Italian translation files +* Fixed HELO/AUTH bugs on keep-alive connects +* Now provides an error message if language file does not load +* Fixed attachment EOL bug +* Updated some unclear documentation +* Added additional tests and improved others + +## Version 1.70 (Mon, Jun 20 2003) +* Added SMTP keep-alive support +* Added IsError method for error detection +* Added error message translation support (SetLanguage) +* Refactored many methods to increase library performance +* Hello now sends the newer EHLO message before HELO as per RFC 2821 +* Removed the boundary class and replaced it with GetBoundary +* Removed queue support methods +* New $Hostname variable +* New Message-ID header +* Received header reformat +* Helo variable default changed to $Hostname +* Removed extra spaces in Content-Type definition (#667182) +* Return-Path should be set to Sender when set +* Adds Q or B encoding to headers when necessary +* quoted-encoding should now encode NULs \000 +* Fixed encoding of body/AltBody (#553370) +* Adds "To: undisclosed-recipients:;" when all recipients are hidden (BCC) +* Multiple bug fixes + +## Version 1.65 (Fri, Aug 09 2002) +* Fixed non-visible attachment bug (#585097) for Outlook +* SMTP connections are now closed after each transaction +* Fixed SMTP::Expand return value +* Converted SMTP class documentation to phpDocumentor format + +## Version 1.62 (Wed, Jun 26 2002) +* Fixed multi-attach bug +* Set proper word wrapping +* Reduced memory use with attachments +* Added more debugging +* Changed documentation to phpDocumentor format + +## Version 1.60 (Sat, Mar 30 2002) +* Sendmail pipe and address patch (Christian Holtje) +* Added embedded image and read confirmation support (A. Ognio) +* Added unit tests +* Added SMTP timeout support (*nix only) +* Added possibly temporary PluginDir variable for SMTP class +* Added LE message line ending variable +* Refactored boundary and attachment code +* Eliminated SMTP class warnings +* Added SendToQueue method for future queuing support + +## Version 1.54 (Wed, Dec 19 2001) +* Add some queuing support code +* Fixed a pesky multi/alt bug +* Messages are no longer forced to have "To" addresses + +## Version 1.50 (Thu, Nov 08 2001) +* Fix extra lines when not using SMTP mailer +* Set WordWrap variable to int with a zero default + +## Version 1.47 (Tue, Oct 16 2001) +* Fixed Received header code format +* Fixed AltBody order error +* Fixed alternate port warning + +## Version 1.45 (Tue, Sep 25 2001) +* Added enhanced SMTP debug support +* Added support for multiple ports on SMTP +* Added Received header for tracing +* Fixed AddStringAttachment encoding +* Fixed possible header name quote bug +* Fixed wordwrap() trim bug +* Couple other small bug fixes + +## Version 1.41 (Wed, Aug 22 2001) +* Fixed AltBody bug w/o attachments +* Fixed rfc_date() for certain mail servers + +## Version 1.40 (Sun, Aug 12 2001) +* Added multipart/alternative support (AltBody) +* Documentation update +* Fixed bug in Mercury MTA + +## Version 1.29 (Fri, Aug 03 2001) +* Added AddStringAttachment() method +* Added SMTP authentication support + +## Version 1.28 (Mon, Jul 30 2001) +* Fixed a typo in SMTP class +* Fixed header issue with Imail (win32) SMTP server +* Made fopen() calls for attachments use "rb" to fix win32 error + +## Version 1.25 (Mon, Jul 02 2001) +* Added RFC 822 date fix (Patrice) +* Added improved error handling by adding a $ErrorInfo variable +* Removed MailerDebug variable (obsolete with new error handler) + +## Version 1.20 (Mon, Jun 25 2001) +* Added quoted-printable encoding (Patrice) +* Set Version as public and removed PrintVersion() +* Changed phpdoc to only display public variables and methods + +## Version 1.19 (Thu, Jun 21 2001) +* Fixed MS Mail header bug +* Added fix for Bcc problem with mail(). *Does not work on Win32* + (See PHP bug report: http://www.php.net/bugs.php?id=11616) +* mail() no longer passes a fifth parameter when not needed + +## Version 1.15 (Fri, Jun 15 2001) +Note: these changes contributed by Patrice Fournier +* Changed all remaining \n to \r\n +* Bcc: header no longer writen to message except + when sent directly to sendmail +* Added a small message to non-MIME compliant mail reader +* Added Sender variable to change the Sender email + used in -f for sendmail/mail and in 'MAIL FROM' for smtp mode +* Changed boundary setting to a place it will be set only once +* Removed transfer encoding for whole message when using multipart +* Message body now uses Encoding in multipart messages +* Can set encoding and type to attachments 7bit, 8bit + and binary attachment are sent as is, base64 are encoded +* Can set Encoding to base64 to send 8 bits body + through 7 bits servers + +## Version 1.10 (Tue, Jun 12 2001) +* Fixed win32 mail header bug (printed out headers in message body) + +## Version 1.09 (Fri, Jun 08 2001) +* Changed date header to work with Netscape mail programs +* Altered phpdoc documentation + +## Version 1.08 (Tue, Jun 05 2001) +* Added enhanced error-checking +* Added phpdoc documentation to source + +## Version 1.06 (Fri, Jun 01 2001) +* Added optional name for file attachments + +## Version 1.05 (Tue, May 29 2001) +* Code cleanup +* Eliminated sendmail header warning message +* Fixed possible SMTP error + +## Version 1.03 (Thu, May 24 2001) +* Fixed problem where qmail sends out duplicate messages + +## Version 1.02 (Wed, May 23 2001) +* Added multiple recipient and attachment Clear* methods +* Added Sendmail public variable +* Fixed problem with loading SMTP library multiple times + +## Version 0.98 (Tue, May 22 2001) +* Fixed problem with redundant mail hosts sending out multiple messages +* Added additional error handler code +* Added AddCustomHeader() function +* Added support for Microsoft mail client headers (affects priority) +* Fixed small bug with Mailer variable +* Added PrintVersion() function + +## Version 0.92 (Tue, May 15 2001) +* Changed file names to class.phpmailer.php and class.smtp.php to match + current PHP class trend. +* Fixed problem where body not being printed when a message is attached +* Several small bug fixes + +## Version 0.90 (Tue, April 17 2001) +* Initial public release diff --git a/.classes/phpmailer/class.phpmailer.php b/.classes/phpmailer/class.phpmailer.php new file mode 100644 index 0000000..d643b58 --- /dev/null +++ b/.classes/phpmailer/class.phpmailer.php @@ -0,0 +1,3454 @@ + + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + * @copyright 2012 - 2014 Marcus Bointon + * @copyright 2010 - 2012 Jim Jagielski + * @copyright 2004 - 2009 Andy Prevost + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + * @note This program is distributed in the hope that it will be useful - WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + */ + +/** + * PHPMailer - PHP email creation and transport class. + * @package PHPMailer + * @author Marcus Bointon (Synchro/coolbru) + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + */ +class PHPMailer +{ + /** + * The PHPMailer Version number. + * @type string + */ + public $Version = '5.2.8'; + + /** + * Email priority. + * Options: 1 = High, 3 = Normal, 5 = low. + * @type integer + */ + public $Priority = 3; + + /** + * The character set of the message. + * @type string + */ + public $CharSet = 'iso-8859-1'; + + /** + * The MIME Content-type of the message. + * @type string + */ + public $ContentType = 'text/plain'; + + /** + * The message encoding. + * Options: "8bit", "7bit", "binary", "base64", and "quoted-printable". + * @type string + */ + public $Encoding = '8bit'; + + /** + * Holds the most recent mailer error message. + * @type string + */ + public $ErrorInfo = ''; + + /** + * The From email address for the message. + * @type string + */ + public $From = 'root@localhost'; + + /** + * The From name of the message. + * @type string + */ + public $FromName = 'Root User'; + + /** + * The Sender email (Return-Path) of the message. + * If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode. + * @type string + */ + public $Sender = ''; + + /** + * The Return-Path of the message. + * If empty, it will be set to either From or Sender. + * @type string + * @deprecated Email senders should never set a return-path header; + * it's the receiver's job (RFC5321 section 4.4), so this no longer does anything. + * @link https://tools.ietf.org/html/rfc5321#section-4.4 RFC5321 reference + */ + public $ReturnPath = ''; + + /** + * The Subject of the message. + * @type string + */ + public $Subject = ''; + + /** + * An HTML or plain text message body. + * If HTML then call isHTML(true). + * @type string + */ + public $Body = ''; + + /** + * The plain-text message body. + * This body can be read by mail clients that do not have HTML email + * capability such as mutt & Eudora. + * Clients that can read HTML will view the normal Body. + * @type string + */ + public $AltBody = ''; + + /** + * An iCal message part body. + * Only supported in simple alt or alt_inline message types + * To generate iCal events, use the bundled extras/EasyPeasyICS.php class or iCalcreator + * @link http://sprain.ch/blog/downloads/php-class-easypeasyics-create-ical-files-with-php/ + * @link http://kigkonsult.se/iCalcreator/ + * @type string + */ + public $Ical = ''; + + /** + * The complete compiled MIME message body. + * @access protected + * @type string + */ + protected $MIMEBody = ''; + + /** + * The complete compiled MIME message headers. + * @type string + * @access protected + */ + protected $MIMEHeader = ''; + + /** + * Extra headers that createHeader() doesn't fold in. + * @type string + * @access protected + */ + protected $mailHeader = ''; + + /** + * Word-wrap the message body to this number of chars. + * @type integer + */ + public $WordWrap = 0; + + /** + * Which method to use to send mail. + * Options: "mail", "sendmail", or "smtp". + * @type string + */ + public $Mailer = 'mail'; + + /** + * The path to the sendmail program. + * @type string + */ + public $Sendmail = '/usr/sbin/sendmail'; + + /** + * Whether mail() uses a fully sendmail-compatible MTA. + * One which supports sendmail's "-oi -f" options. + * @type boolean + */ + public $UseSendmailOptions = true; + + /** + * Path to PHPMailer plugins. + * Useful if the SMTP class is not in the PHP include path. + * @type string + * @deprecated Should not be needed now there is an autoloader. + */ + public $PluginDir = ''; + + /** + * The email address that a reading confirmation should be sent to. + * @type string + */ + public $ConfirmReadingTo = ''; + + /** + * The hostname to use in Message-Id and Received headers + * and as default HELO string. + * If empty, the value returned + * by SERVER_NAME is used or 'localhost.localdomain'. + * @type string + */ + public $Hostname = ''; + + /** + * An ID to be used in the Message-Id header. + * If empty, a unique id will be generated. + * @type string + */ + public $MessageID = ''; + + /** + * The message Date to be used in the Date header. + * If empty, the current date will be added. + * @type string + */ + public $MessageDate = ''; + + /** + * SMTP hosts. + * Either a single hostname or multiple semicolon-delimited hostnames. + * You can also specify a different port + * for each host by using this format: [hostname:port] + * (e.g. "smtp1.example.com:25;smtp2.example.com"). + * You can also specify encryption type, for example: + * (e.g. "tls://smtp1.example.com:587;ssl://smtp2.example.com:465"). + * Hosts will be tried in order. + * @type string + */ + public $Host = 'localhost'; + + /** + * The default SMTP server port. + * @type integer + * @TODO Why is this needed when the SMTP class takes care of it? + */ + public $Port = 25; + + /** + * The SMTP HELO of the message. + * Default is $Hostname. + * @type string + * @see PHPMailer::$Hostname + */ + public $Helo = ''; + + /** + * The secure connection prefix. + * Options: "", "ssl" or "tls" + * @type string + */ + public $SMTPSecure = ''; + + /** + * Whether to use SMTP authentication. + * Uses the Username and Password properties. + * @type boolean + * @see PHPMailer::$Username + * @see PHPMailer::$Password + */ + public $SMTPAuth = false; + + /** + * SMTP username. + * @type string + */ + public $Username = ''; + + /** + * SMTP password. + * @type string + */ + public $Password = ''; + + /** + * SMTP auth type. + * Options are LOGIN (default), PLAIN, NTLM, CRAM-MD5 + * @type string + */ + public $AuthType = ''; + + /** + * SMTP realm. + * Used for NTLM auth + * @type string + */ + public $Realm = ''; + + /** + * SMTP workstation. + * Used for NTLM auth + * @type string + */ + public $Workstation = ''; + + /** + * The SMTP server timeout in seconds. + * @type integer + */ + public $Timeout = 10; + + /** + * SMTP class debug output mode. + * Debug output level. + * Options: + * * `0` No output + * * `1` Commands + * * `2` Data and commands + * * `3` As 2 plus connection status + * * `4` Low-level data output + * @type integer + * @see SMTP::$do_debug + */ + public $SMTPDebug = 0; + + /** + * How to handle debug output. + * Options: + * * `echo` Output plain-text as-is, appropriate for CLI + * * `html` Output escaped, line breaks converted to `
`, appropriate for browser output + * * `error_log` Output to error log as configured in php.ini + * + * Alternatively, you can provide a callable expecting two params: a message string and the debug level: + * + * $mail->Debugoutput = function($str, $level) {echo "debug level $level; message: $str";}; + * + * @type string|callable + * @see SMTP::$Debugoutput + */ + public $Debugoutput = 'echo'; + + /** + * Whether to keep SMTP connection open after each message. + * If this is set to true then to close the connection + * requires an explicit call to smtpClose(). + * @type boolean + */ + public $SMTPKeepAlive = false; + + /** + * Whether to split multiple to addresses into multiple messages + * or send them all in one message. + * @type boolean + */ + public $SingleTo = false; + + /** + * Storage for addresses when SingleTo is enabled. + * @type array + * @TODO This should really not be public + */ + public $SingleToArray = array(); + + /** + * Whether to generate VERP addresses on send. + * Only applicable when sending via SMTP. + * @link http://en.wikipedia.org/wiki/Variable_envelope_return_path + * @link http://www.postfix.org/VERP_README.html Postfix VERP info + * @type boolean + */ + public $do_verp = false; + + /** + * Whether to allow sending messages with an empty body. + * @type boolean + */ + public $AllowEmpty = false; + + /** + * The default line ending. + * @note The default remains "\n". We force CRLF where we know + * it must be used via self::CRLF. + * @type string + */ + public $LE = "\n"; + + /** + * DKIM selector. + * @type string + */ + public $DKIM_selector = ''; + + /** + * DKIM Identity. + * Usually the email address used as the source of the email + * @type string + */ + public $DKIM_identity = ''; + + /** + * DKIM passphrase. + * Used if your key is encrypted. + * @type string + */ + public $DKIM_passphrase = ''; + + /** + * DKIM signing domain name. + * @example 'example.com' + * @type string + */ + public $DKIM_domain = ''; + + /** + * DKIM private key file path. + * @type string + */ + public $DKIM_private = ''; + + /** + * Callback Action function name. + * + * The function that handles the result of the send email action. + * It is called out by send() for each email sent. + * + * Value can be any php callable: http://www.php.net/is_callable + * + * Parameters: + * boolean $result result of the send action + * string $to email address of the recipient + * string $cc cc email addresses + * string $bcc bcc email addresses + * string $subject the subject + * string $body the email body + * string $from email address of sender + * @type string + */ + public $action_function = ''; + + /** + * What to use in the X-Mailer header. + * Options: null for default, whitespace for none, or a string to use + * @type string + */ + public $XMailer = ''; + + /** + * An instance of the SMTP sender class. + * @type SMTP + * @access protected + */ + protected $smtp = null; + + /** + * The array of 'to' addresses. + * @type array + * @access protected + */ + protected $to = array(); + + /** + * The array of 'cc' addresses. + * @type array + * @access protected + */ + protected $cc = array(); + + /** + * The array of 'bcc' addresses. + * @type array + * @access protected + */ + protected $bcc = array(); + + /** + * The array of reply-to names and addresses. + * @type array + * @access protected + */ + protected $ReplyTo = array(); + + /** + * An array of all kinds of addresses. + * Includes all of $to, $cc, $bcc, $replyto + * @type array + * @access protected + */ + protected $all_recipients = array(); + + /** + * The array of attachments. + * @type array + * @access protected + */ + protected $attachment = array(); + + /** + * The array of custom headers. + * @type array + * @access protected + */ + protected $CustomHeader = array(); + + /** + * The most recent Message-ID (including angular brackets). + * @type string + * @access protected + */ + protected $lastMessageID = ''; + + /** + * The message's MIME type. + * @type string + * @access protected + */ + protected $message_type = ''; + + /** + * The array of MIME boundary strings. + * @type array + * @access protected + */ + protected $boundary = array(); + + /** + * The array of available languages. + * @type array + * @access protected + */ + protected $language = array(); + + /** + * The number of errors encountered. + * @type integer + * @access protected + */ + protected $error_count = 0; + + /** + * The S/MIME certificate file path. + * @type string + * @access protected + */ + protected $sign_cert_file = ''; + + /** + * The S/MIME key file path. + * @type string + * @access protected + */ + protected $sign_key_file = ''; + + /** + * The S/MIME password for the key. + * Used only if the key is encrypted. + * @type string + * @access protected + */ + protected $sign_key_pass = ''; + + /** + * Whether to throw exceptions for errors. + * @type boolean + * @access protected + */ + protected $exceptions = false; + + /** + * Error severity: message only, continue processing. + */ + const STOP_MESSAGE = 0; + + /** + * Error severity: message, likely ok to continue processing. + */ + const STOP_CONTINUE = 1; + + /** + * Error severity: message, plus full stop, critical error reached. + */ + const STOP_CRITICAL = 2; + + /** + * SMTP RFC standard line ending. + */ + const CRLF = "\r\n"; + + /** + * Constructor. + * @param boolean $exceptions Should we throw external exceptions? + */ + public function __construct($exceptions = false) + { + $this->exceptions = ($exceptions == true); + } + + /** + * Destructor. + */ + public function __destruct() + { + if ($this->Mailer == 'smtp') { //close any open SMTP connection nicely + $this->smtpClose(); + } + } + + /** + * Call mail() in a safe_mode-aware fashion. + * Also, unless sendmail_path points to sendmail (or something that + * claims to be sendmail), don't pass params (not a perfect fix, + * but it will do) + * @param string $to To + * @param string $subject Subject + * @param string $body Message Body + * @param string $header Additional Header(s) + * @param string $params Params + * @access private + * @return boolean + */ + private function mailPassthru($to, $subject, $body, $header, $params) + { + //Check overloading of mail function to avoid double-encoding + if (ini_get('mbstring.func_overload') & 1) { + $subject = $this->secureHeader($subject); + } else { + $subject = $this->encodeHeader($this->secureHeader($subject)); + } + if (ini_get('safe_mode') || !($this->UseSendmailOptions)) { + $result = @mail($to, $subject, $body, $header); + } else { + $result = @mail($to, $subject, $body, $header, $params); + } + return $result; + } + + /** + * Output debugging info via user-defined method. + * Only generates output if SMTP debug output is enabled (@see SMTP::$do_debug). + * @see PHPMailer::$Debugoutput + * @see PHPMailer::$SMTPDebug + * @param string $str + */ + protected function edebug($str) + { + if ($this->SMTPDebug <= 0) { + return; + } + if (is_callable($this->Debugoutput)) { + call_user_func($this->Debugoutput, $str, $this->SMTPDebug); + return; + } + switch ($this->Debugoutput) { + case 'error_log': + //Don't output, just log + error_log($str); + break; + case 'html': + //Cleans up output a bit for a better looking, HTML-safe output + echo htmlentities( + preg_replace('/[\r\n]+/', '', $str), + ENT_QUOTES, + 'UTF-8' + ) + . "
\n"; + break; + case 'echo': + default: + //Normalize line breaks + $str = preg_replace('/(\r\n|\r|\n)/ms', "\n", $str); + echo gmdate('Y-m-d H:i:s') . "\t" . str_replace( + "\n", + "\n \t ", + trim($str) + ) . "\n"; + } + } + + /** + * Sets message type to HTML or plain. + * @param boolean $isHtml True for HTML mode. + * @return void + */ + public function isHTML($isHtml = true) + { + if ($isHtml) { + $this->ContentType = 'text/html'; + } else { + $this->ContentType = 'text/plain'; + } + } + + /** + * Send messages using SMTP. + * @return void + */ + public function isSMTP() + { + $this->Mailer = 'smtp'; + } + + /** + * Send messages using PHP's mail() function. + * @return void + */ + public function isMail() + { + $this->Mailer = 'mail'; + } + + /** + * Send messages using $Sendmail. + * @return void + */ + public function isSendmail() + { + $ini_sendmail_path = ini_get('sendmail_path'); + + if (!stristr($ini_sendmail_path, 'sendmail')) { + $this->Sendmail = '/usr/sbin/sendmail'; + } else { + $this->Sendmail = $ini_sendmail_path; + } + $this->Mailer = 'sendmail'; + } + + /** + * Send messages using qmail. + * @return void + */ + public function isQmail() + { + $ini_sendmail_path = ini_get('sendmail_path'); + + if (!stristr($ini_sendmail_path, 'qmail')) { + $this->Sendmail = '/var/qmail/bin/qmail-inject'; + } else { + $this->Sendmail = $ini_sendmail_path; + } + $this->Mailer = 'qmail'; + } + + /** + * Add a "To" address. + * @param string $address + * @param string $name + * @return boolean true on success, false if address already used + */ + public function addAddress($address, $name = '') + { + return $this->addAnAddress('to', $address, $name); + } + + /** + * Add a "CC" address. + * @note: This function works with the SMTP mailer on win32, not with the "mail" mailer. + * @param string $address + * @param string $name + * @return boolean true on success, false if address already used + */ + public function addCC($address, $name = '') + { + return $this->addAnAddress('cc', $address, $name); + } + + /** + * Add a "BCC" address. + * @note: This function works with the SMTP mailer on win32, not with the "mail" mailer. + * @param string $address + * @param string $name + * @return boolean true on success, false if address already used + */ + public function addBCC($address, $name = '') + { + return $this->addAnAddress('bcc', $address, $name); + } + + /** + * Add a "Reply-to" address. + * @param string $address + * @param string $name + * @return boolean + */ + public function addReplyTo($address, $name = '') + { + return $this->addAnAddress('Reply-To', $address, $name); + } + + /** + * Add an address to one of the recipient arrays. + * Addresses that have been added already return false, but do not throw exceptions + * @param string $kind One of 'to', 'cc', 'bcc', 'ReplyTo' + * @param string $address The email address to send to + * @param string $name + * @throws phpmailerException + * @return boolean true on success, false if address already used or invalid in some way + * @access protected + */ + protected function addAnAddress($kind, $address, $name = '') + { + if (!preg_match('/^(to|cc|bcc|Reply-To)$/', $kind)) { + $this->setError($this->lang('Invalid recipient array') . ': ' . $kind); + $this->edebug($this->lang('Invalid recipient array') . ': ' . $kind); + if ($this->exceptions) { + throw new phpmailerException('Invalid recipient array: ' . $kind); + } + return false; + } + $address = trim($address); + $name = trim(preg_replace('/[\r\n]+/', '', $name)); //Strip breaks and trim + if (!$this->validateAddress($address)) { + $this->setError($this->lang('invalid_address') . ': ' . $address); + $this->edebug($this->lang('invalid_address') . ': ' . $address); + if ($this->exceptions) { + throw new phpmailerException($this->lang('invalid_address') . ': ' . $address); + } + return false; + } + if ($kind != 'Reply-To') { + if (!isset($this->all_recipients[strtolower($address)])) { + array_push($this->$kind, array($address, $name)); + $this->all_recipients[strtolower($address)] = true; + return true; + } + } else { + if (!array_key_exists(strtolower($address), $this->ReplyTo)) { + $this->ReplyTo[strtolower($address)] = array($address, $name); + return true; + } + } + return false; + } + + /** + * Set the From and FromName properties. + * @param string $address + * @param string $name + * @param boolean $auto Whether to also set the Sender address, defaults to true + * @throws phpmailerException + * @return boolean + */ + public function setFrom($address, $name = '', $auto = true) + { + $address = trim($address); + $name = trim(preg_replace('/[\r\n]+/', '', $name)); //Strip breaks and trim + if (!$this->validateAddress($address)) { + $this->setError($this->lang('invalid_address') . ': ' . $address); + $this->edebug($this->lang('invalid_address') . ': ' . $address); + if ($this->exceptions) { + throw new phpmailerException($this->lang('invalid_address') . ': ' . $address); + } + return false; + } + $this->From = $address; + $this->FromName = $name; + if ($auto) { + if (empty($this->Sender)) { + $this->Sender = $address; + } + } + return true; + } + + /** + * Return the Message-ID header of the last email. + * Technically this is the value from the last time the headers were created, + * but it's also the message ID of the last sent message except in + * pathological cases. + * @return string + */ + public function getLastMessageID() + { + return $this->lastMessageID; + } + + /** + * Check that a string looks like an email address. + * @param string $address The email address to check + * @param string $patternselect A selector for the validation pattern to use : + * * `auto` Pick strictest one automatically; + * * `pcre8` Use the squiloople.com pattern, requires PCRE > 8.0, PHP >= 5.3.2, 5.2.14; + * * `pcre` Use old PCRE implementation; + * * `php` Use PHP built-in FILTER_VALIDATE_EMAIL; same as pcre8 but does not allow 'dotless' domains; + * * `html5` Use the pattern given by the HTML5 spec for 'email' type form input elements. + * * `noregex` Don't use a regex: super fast, really dumb. + * @return boolean + * @static + * @access public + */ + public static function validateAddress($address, $patternselect = 'auto') + { + if (!$patternselect or $patternselect == 'auto') { + //Check this constant first so it works when extension_loaded() is disabled by safe mode + //Constant was added in PHP 5.2.4 + if (defined('PCRE_VERSION')) { + //This pattern can get stuck in a recursive loop in PCRE <= 8.0.2 + if (version_compare(PCRE_VERSION, '8.0.3') >= 0) { + $patternselect = 'pcre8'; + } else { + $patternselect = 'pcre'; + } + } elseif (function_exists('extension_loaded') and extension_loaded('pcre')) { + //Fall back to older PCRE + $patternselect = 'pcre'; + } else { + //Filter_var appeared in PHP 5.2.0 and does not require the PCRE extension + if (version_compare(PHP_VERSION, '5.2.0') >= 0) { + $patternselect = 'php'; + } else { + $patternselect = 'noregex'; + } + } + } + switch ($patternselect) { + case 'pcre8': + /** + * Uses the same RFC5322 regex on which FILTER_VALIDATE_EMAIL is based, but allows dotless domains. + * @link http://squiloople.com/2009/12/20/email-address-validation/ + * @copyright 2009-2010 Michael Rushton + * Feel free to use and redistribute this code. But please keep this copyright notice. + */ + return (boolean)preg_match( + '/^(?!(?>(?1)"?(?>\\\[ -~]|[^"])"?(?1)){255,})(?!(?>(?1)"?(?>\\\[ -~]|[^"])"?(?1)){65,}@)' . + '((?>(?>(?>((?>(?>(?>\x0D\x0A)?[\t ])+|(?>[\t ]*\x0D\x0A)?[\t ]+)?)(\((?>(?2)' . + '(?>[\x01-\x08\x0B\x0C\x0E-\'*-\[\]-\x7F]|\\\[\x00-\x7F]|(?3)))*(?2)\)))+(?2))|(?2))?)' . + '([!#-\'*+\/-9=?^-~-]+|"(?>(?2)(?>[\x01-\x08\x0B\x0C\x0E-!#-\[\]-\x7F]|\\\[\x00-\x7F]))*' . + '(?2)")(?>(?1)\.(?1)(?4))*(?1)@(?!(?1)[a-z0-9-]{64,})(?1)(?>([a-z0-9](?>[a-z0-9-]*[a-z0-9])?)' . + '(?>(?1)\.(?!(?1)[a-z0-9-]{64,})(?1)(?5)){0,126}|\[(?:(?>IPv6:(?>([a-f0-9]{1,4})(?>:(?6)){7}' . + '|(?!(?:.*[a-f0-9][:\]]){8,})((?6)(?>:(?6)){0,6})?::(?7)?))|(?>(?>IPv6:(?>(?6)(?>:(?6)){5}:' . + '|(?!(?:.*[a-f0-9]:){6,})(?8)?::(?>((?6)(?>:(?6)){0,4}):)?))?(25[0-5]|2[0-4][0-9]|1[0-9]{2}' . + '|[1-9]?[0-9])(?>\.(?9)){3}))\])(?1)$/isD', + $address + ); + case 'pcre': + //An older regex that doesn't need a recent PCRE + return (boolean)preg_match( + '/^(?!(?>"?(?>\\\[ -~]|[^"])"?){255,})(?!(?>"?(?>\\\[ -~]|[^"])"?){65,}@)(?>' . + '[!#-\'*+\/-9=?^-~-]+|"(?>(?>[\x01-\x08\x0B\x0C\x0E-!#-\[\]-\x7F]|\\\[\x00-\xFF]))*")' . + '(?>\.(?>[!#-\'*+\/-9=?^-~-]+|"(?>(?>[\x01-\x08\x0B\x0C\x0E-!#-\[\]-\x7F]|\\\[\x00-\xFF]))*"))*' . + '@(?>(?![a-z0-9-]{64,})(?>[a-z0-9](?>[a-z0-9-]*[a-z0-9])?)(?>\.(?![a-z0-9-]{64,})' . + '(?>[a-z0-9](?>[a-z0-9-]*[a-z0-9])?)){0,126}|\[(?:(?>IPv6:(?>(?>[a-f0-9]{1,4})(?>:' . + '[a-f0-9]{1,4}){7}|(?!(?:.*[a-f0-9][:\]]){8,})(?>[a-f0-9]{1,4}(?>:[a-f0-9]{1,4}){0,6})?' . + '::(?>[a-f0-9]{1,4}(?>:[a-f0-9]{1,4}){0,6})?))|(?>(?>IPv6:(?>[a-f0-9]{1,4}(?>:' . + '[a-f0-9]{1,4}){5}:|(?!(?:.*[a-f0-9]:){6,})(?>[a-f0-9]{1,4}(?>:[a-f0-9]{1,4}){0,4})?' . + '::(?>(?:[a-f0-9]{1,4}(?>:[a-f0-9]{1,4}){0,4}):)?))?(?>25[0-5]|2[0-4][0-9]|1[0-9]{2}' . + '|[1-9]?[0-9])(?>\.(?>25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}))\])$/isD', + $address + ); + case 'html5': + /** + * This is the pattern used in the HTML5 spec for validation of 'email' type form input elements. + * @link http://www.whatwg.org/specs/web-apps/current-work/#e-mail-state-(type=email) + */ + return (boolean)preg_match( + '/^[a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}' . + '[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/sD', + $address + ); + case 'noregex': + //No PCRE! Do something _very_ approximate! + //Check the address is 3 chars or longer and contains an @ that's not the first or last char + return (strlen($address) >= 3 + and strpos($address, '@') >= 1 + and strpos($address, '@') != strlen($address) - 1); + case 'php': + default: + return (boolean)filter_var($address, FILTER_VALIDATE_EMAIL); + } + } + + /** + * Create a message and send it. + * Uses the sending method specified by $Mailer. + * @throws phpmailerException + * @return boolean false on error - See the ErrorInfo property for details of the error. + */ + public function send() + { + try { + if (!$this->preSend()) { + return false; + } + return $this->postSend(); + } catch (phpmailerException $exc) { + $this->mailHeader = ''; + $this->setError($exc->getMessage()); + if ($this->exceptions) { + throw $exc; + } + return false; + } + } + + /** + * Prepare a message for sending. + * @throws phpmailerException + * @return boolean + */ + public function preSend() + { + try { + $this->mailHeader = ''; + if ((count($this->to) + count($this->cc) + count($this->bcc)) < 1) { + throw new phpmailerException($this->lang('provide_address'), self::STOP_CRITICAL); + } + + // Set whether the message is multipart/alternative + if (!empty($this->AltBody)) { + $this->ContentType = 'multipart/alternative'; + } + + $this->error_count = 0; // reset errors + $this->setMessageType(); + // Refuse to send an empty message unless we are specifically allowing it + if (!$this->AllowEmpty and empty($this->Body)) { + throw new phpmailerException($this->lang('empty_message'), self::STOP_CRITICAL); + } + + $this->MIMEHeader = $this->createHeader(); + $this->MIMEBody = $this->createBody(); + + // To capture the complete message when using mail(), create + // an extra header list which createHeader() doesn't fold in + if ($this->Mailer == 'mail') { + if (count($this->to) > 0) { + $this->mailHeader .= $this->addrAppend('To', $this->to); + } else { + $this->mailHeader .= $this->headerLine('To', 'undisclosed-recipients:;'); + } + $this->mailHeader .= $this->headerLine( + 'Subject', + $this->encodeHeader($this->secureHeader(trim($this->Subject))) + ); + } + + // Sign with DKIM if enabled + if (!empty($this->DKIM_domain) + && !empty($this->DKIM_private) + && !empty($this->DKIM_selector) + && !empty($this->DKIM_domain) + && file_exists($this->DKIM_private)) { + $header_dkim = $this->DKIM_Add( + $this->MIMEHeader . $this->mailHeader, + $this->encodeHeader($this->secureHeader($this->Subject)), + $this->MIMEBody + ); + $this->MIMEHeader = rtrim($this->MIMEHeader, "\r\n ") . self::CRLF . + str_replace("\r\n", "\n", $header_dkim) . self::CRLF; + } + return true; + + } catch (phpmailerException $exc) { + $this->setError($exc->getMessage()); + if ($this->exceptions) { + throw $exc; + } + return false; + } + } + + /** + * Actually send a message. + * Send the email via the selected mechanism + * @throws phpmailerException + * @return boolean + */ + public function postSend() + { + try { + // Choose the mailer and send through it + switch ($this->Mailer) { + case 'sendmail': + case 'qmail': + return $this->sendmailSend($this->MIMEHeader, $this->MIMEBody); + case 'smtp': + return $this->smtpSend($this->MIMEHeader, $this->MIMEBody); + case 'mail': + return $this->mailSend($this->MIMEHeader, $this->MIMEBody); + default: + $sendMethod = $this->Mailer.'Send'; + if (method_exists($this, $sendMethod)) { + return $this->$sendMethod($this->MIMEHeader, $this->MIMEBody); + } + + return $this->mailSend($this->MIMEHeader, $this->MIMEBody); + } + } catch (phpmailerException $exc) { + $this->setError($exc->getMessage()); + $this->edebug($exc->getMessage()); + if ($this->exceptions) { + throw $exc; + } + } + return false; + } + + /** + * Send mail using the $Sendmail program. + * @param string $header The message headers + * @param string $body The message body + * @see PHPMailer::$Sendmail + * @throws phpmailerException + * @access protected + * @return boolean + */ + protected function sendmailSend($header, $body) + { + if ($this->Sender != '') { + if ($this->Mailer == 'qmail') { + $sendmail = sprintf('%s -f%s', escapeshellcmd($this->Sendmail), escapeshellarg($this->Sender)); + } else { + $sendmail = sprintf('%s -oi -f%s -t', escapeshellcmd($this->Sendmail), escapeshellarg($this->Sender)); + } + } else { + if ($this->Mailer == 'qmail') { + $sendmail = sprintf('%s', escapeshellcmd($this->Sendmail)); + } else { + $sendmail = sprintf('%s -oi -t', escapeshellcmd($this->Sendmail)); + } + } + if ($this->SingleTo === true) { + foreach ($this->SingleToArray as $toAddr) { + if (!@$mail = popen($sendmail, 'w')) { + throw new phpmailerException($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + fputs($mail, 'To: ' . $toAddr . "\n"); + fputs($mail, $header); + fputs($mail, $body); + $result = pclose($mail); + $this->doCallback( + ($result == 0), + array($toAddr), + $this->cc, + $this->bcc, + $this->Subject, + $body, + $this->From + ); + if ($result != 0) { + throw new phpmailerException($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + } + } else { + if (!@$mail = popen($sendmail, 'w')) { + throw new phpmailerException($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + fputs($mail, $header); + fputs($mail, $body); + $result = pclose($mail); + $this->doCallback(($result == 0), $this->to, $this->cc, $this->bcc, $this->Subject, $body, $this->From); + if ($result != 0) { + throw new phpmailerException($this->lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + } + return true; + } + + /** + * Send mail using the PHP mail() function. + * @param string $header The message headers + * @param string $body The message body + * @link http://www.php.net/manual/en/book.mail.php + * @throws phpmailerException + * @access protected + * @return boolean + */ + protected function mailSend($header, $body) + { + $toArr = array(); + foreach ($this->to as $toaddr) { + $toArr[] = $this->addrFormat($toaddr); + } + $to = implode(', ', $toArr); + + if (empty($this->Sender)) { + $params = ' '; + } else { + $params = sprintf('-f%s', $this->Sender); + } + if ($this->Sender != '' and !ini_get('safe_mode')) { + $old_from = ini_get('sendmail_from'); + ini_set('sendmail_from', $this->Sender); + } + $result = false; + if ($this->SingleTo === true && count($toArr) > 1) { + foreach ($toArr as $toAddr) { + $result = $this->mailPassthru($toAddr, $this->Subject, $body, $header, $params); + $this->doCallback($result, array($toAddr), $this->cc, $this->bcc, $this->Subject, $body, $this->From); + } + } else { + $result = $this->mailPassthru($to, $this->Subject, $body, $header, $params); + $this->doCallback($result, $this->to, $this->cc, $this->bcc, $this->Subject, $body, $this->From); + } + if (isset($old_from)) { + ini_set('sendmail_from', $old_from); + } + if (!$result) { + throw new phpmailerException($this->lang('instantiate'), self::STOP_CRITICAL); + } + return true; + } + + /** + * Get an instance to use for SMTP operations. + * Override this function to load your own SMTP implementation + * @return SMTP + */ + public function getSMTPInstance() + { + if (!is_object($this->smtp)) { + $this->smtp = new SMTP; + } + return $this->smtp; + } + + /** + * Send mail via SMTP. + * Returns false if there is a bad MAIL FROM, RCPT, or DATA input. + * Uses the PHPMailerSMTP class by default. + * @see PHPMailer::getSMTPInstance() to use a different class. + * @param string $header The message headers + * @param string $body The message body + * @throws phpmailerException + * @uses SMTP + * @access protected + * @return boolean + */ + protected function smtpSend($header, $body) + { + $bad_rcpt = array(); + + if (!$this->smtpConnect()) { + throw new phpmailerException($this->lang('smtp_connect_failed'), self::STOP_CRITICAL); + } + $smtp_from = ($this->Sender == '') ? $this->From : $this->Sender; + if (!$this->smtp->mail($smtp_from)) { + $this->setError($this->lang('from_failed') . $smtp_from . ' : ' . implode(',', $this->smtp->getError())); + throw new phpmailerException($this->ErrorInfo, self::STOP_CRITICAL); + } + + // Attempt to send to all recipients + foreach ($this->to as $to) { + if (!$this->smtp->recipient($to[0])) { + $bad_rcpt[] = $to[0]; + $isSent = false; + } else { + $isSent = true; + } + $this->doCallback($isSent, array($to[0]), array(), array(), $this->Subject, $body, $this->From); + } + foreach ($this->cc as $cc) { + if (!$this->smtp->recipient($cc[0])) { + $bad_rcpt[] = $cc[0]; + $isSent = false; + } else { + $isSent = true; + } + $this->doCallback($isSent, array(), array($cc[0]), array(), $this->Subject, $body, $this->From); + } + foreach ($this->bcc as $bcc) { + if (!$this->smtp->recipient($bcc[0])) { + $bad_rcpt[] = $bcc[0]; + $isSent = false; + } else { + $isSent = true; + } + $this->doCallback($isSent, array(), array(), array($bcc[0]), $this->Subject, $body, $this->From); + } + + // Only send the DATA command if we have viable recipients + if ((count($this->all_recipients) > count($bad_rcpt)) and !$this->smtp->data($header . $body)) { + throw new phpmailerException($this->lang('data_not_accepted'), self::STOP_CRITICAL); + } + if ($this->SMTPKeepAlive == true) { + $this->smtp->reset(); + } else { + $this->smtp->quit(); + $this->smtp->close(); + } + if (count($bad_rcpt) > 0) { // Create error message for any bad addresses + throw new phpmailerException( + $this->lang('recipients_failed') . implode(', ', $bad_rcpt), + self::STOP_CONTINUE + ); + } + return true; + } + + /** + * Initiate a connection to an SMTP server. + * Returns false if the operation failed. + * @param array $options An array of options compatible with stream_context_create() + * @uses SMTP + * @access public + * @throws phpmailerException + * @return boolean + */ + public function smtpConnect($options = array()) + { + if (is_null($this->smtp)) { + $this->smtp = $this->getSMTPInstance(); + } + + // Already connected? + if ($this->smtp->connected()) { + return true; + } + + $this->smtp->setTimeout($this->Timeout); + $this->smtp->setDebugLevel($this->SMTPDebug); + $this->smtp->setDebugOutput($this->Debugoutput); + $this->smtp->setVerp($this->do_verp); + $hosts = explode(';', $this->Host); + $lastexception = null; + + foreach ($hosts as $hostentry) { + $hostinfo = array(); + if (!preg_match('/^((ssl|tls):\/\/)*([a-zA-Z0-9\.-]*):?([0-9]*)$/', trim($hostentry), $hostinfo)) { + // Not a valid host entry + continue; + } + // $hostinfo[2]: optional ssl or tls prefix + // $hostinfo[3]: the hostname + // $hostinfo[4]: optional port number + // The host string prefix can temporarily override the current setting for SMTPSecure + // If it's not specified, the default value is used + $prefix = ''; + $tls = ($this->SMTPSecure == 'tls'); + if ($hostinfo[2] == 'ssl' or ($hostinfo[2] == '' and $this->SMTPSecure == 'ssl')) { + $prefix = 'ssl://'; + $tls = false; // Can't have SSL and TLS at once + } elseif ($hostinfo[2] == 'tls') { + $tls = true; + // tls doesn't use a prefix + } + $host = $hostinfo[3]; + $port = $this->Port; + $tport = (integer)$hostinfo[4]; + if ($tport > 0 and $tport < 65536) { + $port = $tport; + } + if ($this->smtp->connect($prefix . $host, $port, $this->Timeout, $options)) { + try { + if ($this->Helo) { + $hello = $this->Helo; + } else { + $hello = $this->serverHostname(); + } + $this->smtp->hello($hello); + + if ($tls) { + if (!$this->smtp->startTLS()) { + throw new phpmailerException($this->lang('connect_host')); + } + // We must resend HELO after tls negotiation + $this->smtp->hello($hello); + } + if ($this->SMTPAuth) { + if (!$this->smtp->authenticate( + $this->Username, + $this->Password, + $this->AuthType, + $this->Realm, + $this->Workstation + ) + ) { + throw new phpmailerException($this->lang('authenticate')); + } + } + return true; + } catch (phpmailerException $exc) { + $lastexception = $exc; + // We must have connected, but then failed TLS or Auth, so close connection nicely + $this->smtp->quit(); + } + } + } + // If we get here, all connection attempts have failed, so close connection hard + $this->smtp->close(); + // As we've caught all exceptions, just report whatever the last one was + if ($this->exceptions and !is_null($lastexception)) { + throw $lastexception; + } + return false; + } + + /** + * Close the active SMTP session if one exists. + * @return void + */ + public function smtpClose() + { + if ($this->smtp !== null) { + if ($this->smtp->connected()) { + $this->smtp->quit(); + $this->smtp->close(); + } + } + } + + /** + * Set the language for error messages. + * Returns false if it cannot load the language file. + * The default language is English. + * @param string $langcode ISO 639-1 2-character language code (e.g. French is "fr") + * @param string $lang_path Path to the language file directory, with trailing separator (slash) + * @return boolean + * @access public + */ + public function setLanguage($langcode = 'en', $lang_path = '') + { + // Define full set of translatable strings in English + $PHPMAILER_LANG = array( + 'authenticate' => 'SMTP Error: Could not authenticate.', + 'connect_host' => 'SMTP Error: Could not connect to SMTP host.', + 'data_not_accepted' => 'SMTP Error: data not accepted.', + 'empty_message' => 'Message body empty', + 'encoding' => 'Unknown encoding: ', + 'execute' => 'Could not execute: ', + 'file_access' => 'Could not access file: ', + 'file_open' => 'File Error: Could not open file: ', + 'from_failed' => 'The following From address failed: ', + 'instantiate' => 'Could not instantiate mail function.', + 'invalid_address' => 'Invalid address', + 'mailer_not_supported' => ' mailer is not supported.', + 'provide_address' => 'You must provide at least one recipient email address.', + 'recipients_failed' => 'SMTP Error: The following recipients failed: ', + 'signing' => 'Signing Error: ', + 'smtp_connect_failed' => 'SMTP connect() failed.', + 'smtp_error' => 'SMTP server error: ', + 'variable_set' => 'Cannot set or reset variable: ' + ); + if (empty($lang_path)) { + // Calculate an absolute path so it can work if CWD is not here + $lang_path = dirname(__FILE__). DIRECTORY_SEPARATOR . 'language'. DIRECTORY_SEPARATOR; + } + $foundlang = true; + $lang_file = $lang_path . 'phpmailer.lang-' . $langcode . '.php'; + if ($langcode != 'en') { // There is no English translation file + // Make sure language file path is readable + if (!is_readable($lang_file)) { + $foundlang = false; + } else { + // Overwrite language-specific strings. + // This way we'll never have missing translations. + $foundlang = include $lang_file; + } + } + $this->language = $PHPMAILER_LANG; + return ($foundlang == true); // Returns false if language not found + } + + /** + * Get the array of strings for the current language. + * @return array + */ + public function getTranslations() + { + return $this->language; + } + + /** + * Create recipient headers. + * @access public + * @param string $type + * @param array $addr An array of recipient, + * where each recipient is a 2-element indexed array with element 0 containing an address + * and element 1 containing a name, like: + * array(array('joe@example.com', 'Joe User'), array('zoe@example.com', 'Zoe User')) + * @return string + */ + public function addrAppend($type, $addr) + { + $addresses = array(); + foreach ($addr as $address) { + $addresses[] = $this->addrFormat($address); + } + return $type . ': ' . implode(', ', $addresses) . $this->LE; + } + + /** + * Format an address for use in a message header. + * @access public + * @param array $addr A 2-element indexed array, element 0 containing an address, element 1 containing a name + * like array('joe@example.com', 'Joe User') + * @return string + */ + public function addrFormat($addr) + { + if (empty($addr[1])) { // No name provided + return $this->secureHeader($addr[0]); + } else { + return $this->encodeHeader($this->secureHeader($addr[1]), 'phrase') . ' <' . $this->secureHeader( + $addr[0] + ) . '>'; + } + } + + /** + * Word-wrap message. + * For use with mailers that do not automatically perform wrapping + * and for quoted-printable encoded messages. + * Original written by philippe. + * @param string $message The message to wrap + * @param integer $length The line length to wrap to + * @param boolean $qp_mode Whether to run in Quoted-Printable mode + * @access public + * @return string + */ + public function wrapText($message, $length, $qp_mode = false) + { + $soft_break = ($qp_mode) ? sprintf(' =%s', $this->LE) : $this->LE; + // If utf-8 encoding is used, we will need to make sure we don't + // split multibyte characters when we wrap + $is_utf8 = (strtolower($this->CharSet) == 'utf-8'); + $lelen = strlen($this->LE); + $crlflen = strlen(self::CRLF); + + $message = $this->fixEOL($message); + if (substr($message, -$lelen) == $this->LE) { + $message = substr($message, 0, -$lelen); + } + + $line = explode($this->LE, $message); // Magic. We know fixEOL uses $LE + $message = ''; + for ($i = 0; $i < count($line); $i++) { + $line_part = explode(' ', $line[$i]); + $buf = ''; + for ($e = 0; $e < count($line_part); $e++) { + $word = $line_part[$e]; + if ($qp_mode and (strlen($word) > $length)) { + $space_left = $length - strlen($buf) - $crlflen; + if ($e != 0) { + if ($space_left > 20) { + $len = $space_left; + if ($is_utf8) { + $len = $this->utf8CharBoundary($word, $len); + } elseif (substr($word, $len - 1, 1) == '=') { + $len--; + } elseif (substr($word, $len - 2, 1) == '=') { + $len -= 2; + } + $part = substr($word, 0, $len); + $word = substr($word, $len); + $buf .= ' ' . $part; + $message .= $buf . sprintf('=%s', self::CRLF); + } else { + $message .= $buf . $soft_break; + } + $buf = ''; + } + while (strlen($word) > 0) { + if ($length <= 0) { + break; + } + $len = $length; + if ($is_utf8) { + $len = $this->utf8CharBoundary($word, $len); + } elseif (substr($word, $len - 1, 1) == '=') { + $len--; + } elseif (substr($word, $len - 2, 1) == '=') { + $len -= 2; + } + $part = substr($word, 0, $len); + $word = substr($word, $len); + + if (strlen($word) > 0) { + $message .= $part . sprintf('=%s', self::CRLF); + } else { + $buf = $part; + } + } + } else { + $buf_o = $buf; + $buf .= ($e == 0) ? $word : (' ' . $word); + + if (strlen($buf) > $length and $buf_o != '') { + $message .= $buf_o . $soft_break; + $buf = $word; + } + } + } + $message .= $buf . self::CRLF; + } + + return $message; + } + + /** + * Find the last character boundary prior to $maxLength in a utf-8 + * quoted (printable) encoded string. + * Original written by Colin Brown. + * @access public + * @param string $encodedText utf-8 QP text + * @param integer $maxLength find last character boundary prior to this length + * @return integer + */ + public function utf8CharBoundary($encodedText, $maxLength) + { + $foundSplitPos = false; + $lookBack = 3; + while (!$foundSplitPos) { + $lastChunk = substr($encodedText, $maxLength - $lookBack, $lookBack); + $encodedCharPos = strpos($lastChunk, '='); + if ($encodedCharPos !== false) { + // Found start of encoded character byte within $lookBack block. + // Check the encoded byte value (the 2 chars after the '=') + $hex = substr($encodedText, $maxLength - $lookBack + $encodedCharPos + 1, 2); + $dec = hexdec($hex); + if ($dec < 128) { // Single byte character. + // If the encoded char was found at pos 0, it will fit + // otherwise reduce maxLength to start of the encoded char + $maxLength = ($encodedCharPos == 0) ? $maxLength : + $maxLength - ($lookBack - $encodedCharPos); + $foundSplitPos = true; + } elseif ($dec >= 192) { // First byte of a multi byte character + // Reduce maxLength to split at start of character + $maxLength = $maxLength - ($lookBack - $encodedCharPos); + $foundSplitPos = true; + } elseif ($dec < 192) { // Middle byte of a multi byte character, look further back + $lookBack += 3; + } + } else { + // No encoded character found + $foundSplitPos = true; + } + } + return $maxLength; + } + + /** + * Set the body wrapping. + * @access public + * @return void + */ + public function setWordWrap() + { + if ($this->WordWrap < 1) { + return; + } + + switch ($this->message_type) { + case 'alt': + case 'alt_inline': + case 'alt_attach': + case 'alt_inline_attach': + $this->AltBody = $this->wrapText($this->AltBody, $this->WordWrap); + break; + default: + $this->Body = $this->wrapText($this->Body, $this->WordWrap); + break; + } + } + + /** + * Assemble message headers. + * @access public + * @return string The assembled headers + */ + public function createHeader() + { + $result = ''; + + // Set the boundaries + $uniq_id = md5(uniqid(time())); + $this->boundary[1] = 'b1_' . $uniq_id; + $this->boundary[2] = 'b2_' . $uniq_id; + $this->boundary[3] = 'b3_' . $uniq_id; + + if ($this->MessageDate == '') { + $this->MessageDate = self::rfcDate(); + } + $result .= $this->headerLine('Date', $this->MessageDate); + + + // To be created automatically by mail() + if ($this->SingleTo === true) { + if ($this->Mailer != 'mail') { + foreach ($this->to as $toaddr) { + $this->SingleToArray[] = $this->addrFormat($toaddr); + } + } + } else { + if (count($this->to) > 0) { + if ($this->Mailer != 'mail') { + $result .= $this->addrAppend('To', $this->to); + } + } elseif (count($this->cc) == 0) { + $result .= $this->headerLine('To', 'undisclosed-recipients:;'); + } + } + + $result .= $this->addrAppend('From', array(array(trim($this->From), $this->FromName))); + + // sendmail and mail() extract Cc from the header before sending + if (count($this->cc) > 0) { + $result .= $this->addrAppend('Cc', $this->cc); + } + + // sendmail and mail() extract Bcc from the header before sending + if (( + $this->Mailer == 'sendmail' or $this->Mailer == 'qmail' or $this->Mailer == 'mail' + ) + and count($this->bcc) > 0 + ) { + $result .= $this->addrAppend('Bcc', $this->bcc); + } + + if (count($this->ReplyTo) > 0) { + $result .= $this->addrAppend('Reply-To', $this->ReplyTo); + } + + // mail() sets the subject itself + if ($this->Mailer != 'mail') { + $result .= $this->headerLine('Subject', $this->encodeHeader($this->secureHeader($this->Subject))); + } + + if ($this->MessageID != '') { + $this->lastMessageID = $this->MessageID; + } else { + $this->lastMessageID = sprintf('<%s@%s>', $uniq_id, $this->ServerHostname()); + } + $result .= $this->HeaderLine('Message-ID', $this->lastMessageID); + $result .= $this->headerLine('X-Priority', $this->Priority); + if ($this->XMailer == '') { + $result .= $this->headerLine( + 'X-Mailer', + 'PHPMailer ' . $this->Version . ' (https://github.com/PHPMailer/PHPMailer/)' + ); + } else { + $myXmailer = trim($this->XMailer); + if ($myXmailer) { + $result .= $this->headerLine('X-Mailer', $myXmailer); + } + } + + if ($this->ConfirmReadingTo != '') { + $result .= $this->headerLine('Disposition-Notification-To', '<' . trim($this->ConfirmReadingTo) . '>'); + } + + // Add custom headers + for ($index = 0; $index < count($this->CustomHeader); $index++) { + $result .= $this->headerLine( + trim($this->CustomHeader[$index][0]), + $this->encodeHeader(trim($this->CustomHeader[$index][1])) + ); + } + if (!$this->sign_key_file) { + $result .= $this->headerLine('MIME-Version', '1.0'); + $result .= $this->getMailMIME(); + } + + return $result; + } + + /** + * Get the message MIME type headers. + * @access public + * @return string + */ + public function getMailMIME() + { + $result = ''; + $ismultipart = true; + switch ($this->message_type) { + case 'inline': + $result .= $this->headerLine('Content-Type', 'multipart/related;'); + $result .= $this->textLine("\tboundary=\"" . $this->boundary[1] . '"'); + break; + case 'attach': + case 'inline_attach': + case 'alt_attach': + case 'alt_inline_attach': + $result .= $this->headerLine('Content-Type', 'multipart/mixed;'); + $result .= $this->textLine("\tboundary=\"" . $this->boundary[1] . '"'); + break; + case 'alt': + case 'alt_inline': + $result .= $this->headerLine('Content-Type', 'multipart/alternative;'); + $result .= $this->textLine("\tboundary=\"" . $this->boundary[1] . '"'); + break; + default: + // Catches case 'plain': and case '': + $result .= $this->textLine('Content-Type: ' . $this->ContentType . '; charset=' . $this->CharSet); + $ismultipart = false; + break; + } + // RFC1341 part 5 says 7bit is assumed if not specified + if ($this->Encoding != '7bit') { + // RFC 2045 section 6.4 says multipart MIME parts may only use 7bit, 8bit or binary CTE + if ($ismultipart) { + if ($this->Encoding == '8bit') { + $result .= $this->headerLine('Content-Transfer-Encoding', '8bit'); + } + // The only remaining alternatives are quoted-printable and base64, which are both 7bit compatible + } else { + $result .= $this->headerLine('Content-Transfer-Encoding', $this->Encoding); + } + } + + if ($this->Mailer != 'mail') { + $result .= $this->LE; + } + + return $result; + } + + /** + * Returns the whole MIME message. + * Includes complete headers and body. + * Only valid post preSend(). + * @see PHPMailer::preSend() + * @access public + * @return string + */ + public function getSentMIMEMessage() + { + return $this->MIMEHeader . $this->mailHeader . self::CRLF . $this->MIMEBody; + } + + + /** + * Assemble the message body. + * Returns an empty string on failure. + * @access public + * @throws phpmailerException + * @return string The assembled message body + */ + public function createBody() + { + $body = ''; + + if ($this->sign_key_file) { + $body .= $this->getMailMIME() . $this->LE; + } + + $this->setWordWrap(); + + $bodyEncoding = $this->Encoding; + $bodyCharSet = $this->CharSet; + if ($bodyEncoding == '8bit' and !$this->has8bitChars($this->Body)) { + $bodyEncoding = '7bit'; + $bodyCharSet = 'us-ascii'; + } + $altBodyEncoding = $this->Encoding; + $altBodyCharSet = $this->CharSet; + if ($altBodyEncoding == '8bit' and !$this->has8bitChars($this->AltBody)) { + $altBodyEncoding = '7bit'; + $altBodyCharSet = 'us-ascii'; + } + switch ($this->message_type) { + case 'inline': + $body .= $this->getBoundary($this->boundary[1], $bodyCharSet, '', $bodyEncoding); + $body .= $this->encodeString($this->Body, $bodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->attachAll('inline', $this->boundary[1]); + break; + case 'attach': + $body .= $this->getBoundary($this->boundary[1], $bodyCharSet, '', $bodyEncoding); + $body .= $this->encodeString($this->Body, $bodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->attachAll('attachment', $this->boundary[1]); + break; + case 'inline_attach': + $body .= $this->textLine('--' . $this->boundary[1]); + $body .= $this->headerLine('Content-Type', 'multipart/related;'); + $body .= $this->textLine("\tboundary=\"" . $this->boundary[2] . '"'); + $body .= $this->LE; + $body .= $this->getBoundary($this->boundary[2], $bodyCharSet, '', $bodyEncoding); + $body .= $this->encodeString($this->Body, $bodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->attachAll('inline', $this->boundary[2]); + $body .= $this->LE; + $body .= $this->attachAll('attachment', $this->boundary[1]); + break; + case 'alt': + $body .= $this->getBoundary($this->boundary[1], $altBodyCharSet, 'text/plain', $altBodyEncoding); + $body .= $this->encodeString($this->AltBody, $altBodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->getBoundary($this->boundary[1], $bodyCharSet, 'text/html', $bodyEncoding); + $body .= $this->encodeString($this->Body, $bodyEncoding); + $body .= $this->LE . $this->LE; + if (!empty($this->Ical)) { + $body .= $this->getBoundary($this->boundary[1], '', 'text/calendar; method=REQUEST', ''); + $body .= $this->encodeString($this->Ical, $this->Encoding); + $body .= $this->LE . $this->LE; + } + $body .= $this->endBoundary($this->boundary[1]); + break; + case 'alt_inline': + $body .= $this->getBoundary($this->boundary[1], $altBodyCharSet, 'text/plain', $altBodyEncoding); + $body .= $this->encodeString($this->AltBody, $altBodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->textLine('--' . $this->boundary[1]); + $body .= $this->headerLine('Content-Type', 'multipart/related;'); + $body .= $this->textLine("\tboundary=\"" . $this->boundary[2] . '"'); + $body .= $this->LE; + $body .= $this->getBoundary($this->boundary[2], $bodyCharSet, 'text/html', $bodyEncoding); + $body .= $this->encodeString($this->Body, $bodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->attachAll('inline', $this->boundary[2]); + $body .= $this->LE; + $body .= $this->endBoundary($this->boundary[1]); + break; + case 'alt_attach': + $body .= $this->textLine('--' . $this->boundary[1]); + $body .= $this->headerLine('Content-Type', 'multipart/alternative;'); + $body .= $this->textLine("\tboundary=\"" . $this->boundary[2] . '"'); + $body .= $this->LE; + $body .= $this->getBoundary($this->boundary[2], $altBodyCharSet, 'text/plain', $altBodyEncoding); + $body .= $this->encodeString($this->AltBody, $altBodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->getBoundary($this->boundary[2], $bodyCharSet, 'text/html', $bodyEncoding); + $body .= $this->encodeString($this->Body, $bodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->endBoundary($this->boundary[2]); + $body .= $this->LE; + $body .= $this->attachAll('attachment', $this->boundary[1]); + break; + case 'alt_inline_attach': + $body .= $this->textLine('--' . $this->boundary[1]); + $body .= $this->headerLine('Content-Type', 'multipart/alternative;'); + $body .= $this->textLine("\tboundary=\"" . $this->boundary[2] . '"'); + $body .= $this->LE; + $body .= $this->getBoundary($this->boundary[2], $altBodyCharSet, 'text/plain', $altBodyEncoding); + $body .= $this->encodeString($this->AltBody, $altBodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->textLine('--' . $this->boundary[2]); + $body .= $this->headerLine('Content-Type', 'multipart/related;'); + $body .= $this->textLine("\tboundary=\"" . $this->boundary[3] . '"'); + $body .= $this->LE; + $body .= $this->getBoundary($this->boundary[3], $bodyCharSet, 'text/html', $bodyEncoding); + $body .= $this->encodeString($this->Body, $bodyEncoding); + $body .= $this->LE . $this->LE; + $body .= $this->attachAll('inline', $this->boundary[3]); + $body .= $this->LE; + $body .= $this->endBoundary($this->boundary[2]); + $body .= $this->LE; + $body .= $this->attachAll('attachment', $this->boundary[1]); + break; + default: + // catch case 'plain' and case '' + $body .= $this->encodeString($this->Body, $bodyEncoding); + break; + } + + if ($this->isError()) { + $body = ''; + } elseif ($this->sign_key_file) { + try { + if (!defined('PKCS7_TEXT')) { + throw new phpmailerException($this->lang('signing') . ' OpenSSL extension missing.'); + } + // @TODO would be nice to use php://temp streams here, but need to wrap for PHP < 5.1 + $file = tempnam(sys_get_temp_dir(), 'mail'); + file_put_contents($file, $body); // @TODO check this worked + $signed = tempnam(sys_get_temp_dir(), 'signed'); + if (@openssl_pkcs7_sign( + $file, + $signed, + 'file://' . realpath($this->sign_cert_file), + array('file://' . realpath($this->sign_key_file), $this->sign_key_pass), + null + ) + ) { + @unlink($file); + $body = file_get_contents($signed); + @unlink($signed); + } else { + @unlink($file); + @unlink($signed); + throw new phpmailerException($this->lang('signing') . openssl_error_string()); + } + } catch (phpmailerException $exc) { + $body = ''; + if ($this->exceptions) { + throw $exc; + } + } + } + return $body; + } + + /** + * Return the start of a message boundary. + * @access protected + * @param string $boundary + * @param string $charSet + * @param string $contentType + * @param string $encoding + * @return string + */ + protected function getBoundary($boundary, $charSet, $contentType, $encoding) + { + $result = ''; + if ($charSet == '') { + $charSet = $this->CharSet; + } + if ($contentType == '') { + $contentType = $this->ContentType; + } + if ($encoding == '') { + $encoding = $this->Encoding; + } + $result .= $this->textLine('--' . $boundary); + $result .= sprintf('Content-Type: %s; charset=%s', $contentType, $charSet); + $result .= $this->LE; + // RFC1341 part 5 says 7bit is assumed if not specified + if ($encoding != '7bit') { + $result .= $this->headerLine('Content-Transfer-Encoding', $encoding); + } + $result .= $this->LE; + + return $result; + } + + /** + * Return the end of a message boundary. + * @access protected + * @param string $boundary + * @return string + */ + protected function endBoundary($boundary) + { + return $this->LE . '--' . $boundary . '--' . $this->LE; + } + + /** + * Set the message type. + * PHPMailer only supports some preset message types, + * not arbitrary MIME structures. + * @access protected + * @return void + */ + protected function setMessageType() + { + $type = array(); + if ($this->alternativeExists()) { + $type[] = 'alt'; + } + if ($this->inlineImageExists()) { + $type[] = 'inline'; + } + if ($this->attachmentExists()) { + $type[] = 'attach'; + } + $this->message_type = implode('_', $type); + if ($this->message_type == '') { + $this->message_type = 'plain'; + } + } + + /** + * Format a header line. + * @access public + * @param string $name + * @param string $value + * @return string + */ + public function headerLine($name, $value) + { + return $name . ': ' . $value . $this->LE; + } + + /** + * Return a formatted mail line. + * @access public + * @param string $value + * @return string + */ + public function textLine($value) + { + return $value . $this->LE; + } + + /** + * Add an attachment from a path on the filesystem. + * Returns false if the file could not be found or read. + * @param string $path Path to the attachment. + * @param string $name Overrides the attachment name. + * @param string $encoding File encoding (see $Encoding). + * @param string $type File extension (MIME) type. + * @param string $disposition Disposition to use + * @throws phpmailerException + * @return boolean + */ + public function addAttachment($path, $name = '', $encoding = 'base64', $type = '', $disposition = 'attachment') + { + try { + if (!@is_file($path)) { + throw new phpmailerException($this->lang('file_access') . $path, self::STOP_CONTINUE); + } + + // If a MIME type is not specified, try to work it out from the file name + if ($type == '') { + $type = self::filenameToType($path); + } + + $filename = basename($path); + if ($name == '') { + $name = $filename; + } + + $this->attachment[] = array( + 0 => $path, + 1 => $filename, + 2 => $name, + 3 => $encoding, + 4 => $type, + 5 => false, // isStringAttachment + 6 => $disposition, + 7 => 0 + ); + + } catch (phpmailerException $exc) { + $this->setError($exc->getMessage()); + $this->edebug($exc->getMessage()); + if ($this->exceptions) { + throw $exc; + } + return false; + } + return true; + } + + /** + * Return the array of attachments. + * @return array + */ + public function getAttachments() + { + return $this->attachment; + } + + /** + * Attach all file, string, and binary attachments to the message. + * Returns an empty string on failure. + * @access protected + * @param string $disposition_type + * @param string $boundary + * @return string + */ + protected function attachAll($disposition_type, $boundary) + { + // Return text of body + $mime = array(); + $cidUniq = array(); + $incl = array(); + + // Add all attachments + foreach ($this->attachment as $attachment) { + // Check if it is a valid disposition_filter + if ($attachment[6] == $disposition_type) { + // Check for string attachment + $string = ''; + $path = ''; + $bString = $attachment[5]; + if ($bString) { + $string = $attachment[0]; + } else { + $path = $attachment[0]; + } + + $inclhash = md5(serialize($attachment)); + if (in_array($inclhash, $incl)) { + continue; + } + $incl[] = $inclhash; + $name = $attachment[2]; + $encoding = $attachment[3]; + $type = $attachment[4]; + $disposition = $attachment[6]; + $cid = $attachment[7]; + if ($disposition == 'inline' && isset($cidUniq[$cid])) { + continue; + } + $cidUniq[$cid] = true; + + $mime[] = sprintf('--%s%s', $boundary, $this->LE); + $mime[] = sprintf( + 'Content-Type: %s; name="%s"%s', + $type, + $this->encodeHeader($this->secureHeader($name)), + $this->LE + ); + // RFC1341 part 5 says 7bit is assumed if not specified + if ($encoding != '7bit') { + $mime[] = sprintf('Content-Transfer-Encoding: %s%s', $encoding, $this->LE); + } + + if ($disposition == 'inline') { + $mime[] = sprintf('Content-ID: <%s>%s', $cid, $this->LE); + } + + // If a filename contains any of these chars, it should be quoted, + // but not otherwise: RFC2183 & RFC2045 5.1 + // Fixes a warning in IETF's msglint MIME checker + // Allow for bypassing the Content-Disposition header totally + if (!(empty($disposition))) { + $encoded_name = $this->encodeHeader($this->secureHeader($name)); + if (preg_match('/[ \(\)<>@,;:\\"\/\[\]\?=]/', $encoded_name)) { + $mime[] = sprintf( + 'Content-Disposition: %s; filename="%s"%s', + $disposition, + $encoded_name, + $this->LE . $this->LE + ); + } else { + $mime[] = sprintf( + 'Content-Disposition: %s; filename=%s%s', + $disposition, + $encoded_name, + $this->LE . $this->LE + ); + } + } else { + $mime[] = $this->LE; + } + + // Encode as string attachment + if ($bString) { + $mime[] = $this->encodeString($string, $encoding); + if ($this->isError()) { + return ''; + } + $mime[] = $this->LE . $this->LE; + } else { + $mime[] = $this->encodeFile($path, $encoding); + if ($this->isError()) { + return ''; + } + $mime[] = $this->LE . $this->LE; + } + } + } + + $mime[] = sprintf('--%s--%s', $boundary, $this->LE); + + return implode('', $mime); + } + + /** + * Encode a file attachment in requested format. + * Returns an empty string on failure. + * @param string $path The full path to the file + * @param string $encoding The encoding to use; one of 'base64', '7bit', '8bit', 'binary', 'quoted-printable' + * @throws phpmailerException + * @see EncodeFile(encodeFile + * @access protected + * @return string + */ + protected function encodeFile($path, $encoding = 'base64') + { + try { + if (!is_readable($path)) { + throw new phpmailerException($this->lang('file_open') . $path, self::STOP_CONTINUE); + } + $magic_quotes = get_magic_quotes_runtime(); + if ($magic_quotes) { + if (version_compare(PHP_VERSION, '5.3.0', '<')) { + set_magic_quotes_runtime(false); + } else { + //Doesn't exist in PHP 5.4, but we don't need to check because + //get_magic_quotes_runtime always returns false in 5.4+ + //so it will never get here + ini_set('magic_quotes_runtime', 0); + } + } + $file_buffer = file_get_contents($path); + $file_buffer = $this->encodeString($file_buffer, $encoding); + if ($magic_quotes) { + if (version_compare(PHP_VERSION, '5.3.0', '<')) { + set_magic_quotes_runtime($magic_quotes); + } else { + ini_set('magic_quotes_runtime', ($magic_quotes?'1':'0')); + } + } + return $file_buffer; + } catch (Exception $exc) { + $this->setError($exc->getMessage()); + return ''; + } + } + + /** + * Encode a string in requested format. + * Returns an empty string on failure. + * @param string $str The text to encode + * @param string $encoding The encoding to use; one of 'base64', '7bit', '8bit', 'binary', 'quoted-printable' + * @access public + * @return string + */ + public function encodeString($str, $encoding = 'base64') + { + $encoded = ''; + switch (strtolower($encoding)) { + case 'base64': + $encoded = chunk_split(base64_encode($str), 76, $this->LE); + break; + case '7bit': + case '8bit': + $encoded = $this->fixEOL($str); + // Make sure it ends with a line break + if (substr($encoded, -(strlen($this->LE))) != $this->LE) { + $encoded .= $this->LE; + } + break; + case 'binary': + $encoded = $str; + break; + case 'quoted-printable': + $encoded = $this->encodeQP($str); + break; + default: + $this->setError($this->lang('encoding') . $encoding); + break; + } + return $encoded; + } + + /** + * Encode a header string optimally. + * Picks shortest of Q, B, quoted-printable or none. + * @access public + * @param string $str + * @param string $position + * @return string + */ + public function encodeHeader($str, $position = 'text') + { + $matchcount = 0; + switch (strtolower($position)) { + case 'phrase': + if (!preg_match('/[\200-\377]/', $str)) { + // Can't use addslashes as we don't know the value of magic_quotes_sybase + $encoded = addcslashes($str, "\0..\37\177\\\""); + if (($str == $encoded) && !preg_match('/[^A-Za-z0-9!#$%&\'*+\/=?^_`{|}~ -]/', $str)) { + return ($encoded); + } else { + return ("\"$encoded\""); + } + } + $matchcount = preg_match_all('/[^\040\041\043-\133\135-\176]/', $str, $matches); + break; + /** @noinspection PhpMissingBreakStatementInspection */ + case 'comment': + $matchcount = preg_match_all('/[()"]/', $str, $matches); + // Intentional fall-through + case 'text': + default: + $matchcount += preg_match_all('/[\000-\010\013\014\016-\037\177-\377]/', $str, $matches); + break; + } + + if ($matchcount == 0) { // There are no chars that need encoding + return ($str); + } + + $maxlen = 75 - 7 - strlen($this->CharSet); + // Try to select the encoding which should produce the shortest output + if ($matchcount > strlen($str) / 3) { + // More than a third of the content will need encoding, so B encoding will be most efficient + $encoding = 'B'; + if (function_exists('mb_strlen') && $this->hasMultiBytes($str)) { + // Use a custom function which correctly encodes and wraps long + // multibyte strings without breaking lines within a character + $encoded = $this->base64EncodeWrapMB($str, "\n"); + } else { + $encoded = base64_encode($str); + $maxlen -= $maxlen % 4; + $encoded = trim(chunk_split($encoded, $maxlen, "\n")); + } + } else { + $encoding = 'Q'; + $encoded = $this->encodeQ($str, $position); + $encoded = $this->wrapText($encoded, $maxlen, true); + $encoded = str_replace('=' . self::CRLF, "\n", trim($encoded)); + } + + $encoded = preg_replace('/^(.*)$/m', ' =?' . $this->CharSet . "?$encoding?\\1?=", $encoded); + $encoded = trim(str_replace("\n", $this->LE, $encoded)); + + return $encoded; + } + + /** + * Check if a string contains multi-byte characters. + * @access public + * @param string $str multi-byte text to wrap encode + * @return boolean + */ + public function hasMultiBytes($str) + { + if (function_exists('mb_strlen')) { + return (strlen($str) > mb_strlen($str, $this->CharSet)); + } else { // Assume no multibytes (we can't handle without mbstring functions anyway) + return false; + } + } + + /** + * Does a string contain any 8-bit chars (in any charset)? + * @param string $text + * @return boolean + */ + public function has8bitChars($text) + { + return (boolean)preg_match('/[\x80-\xFF]/', $text); + } + + /** + * Encode and wrap long multibyte strings for mail headers + * without breaking lines within a character. + * Adapted from a function by paravoid + * @link http://www.php.net/manual/en/function.mb-encode-mimeheader.php#60283 + * @access public + * @param string $str multi-byte text to wrap encode + * @param string $linebreak string to use as linefeed/end-of-line + * @return string + */ + public function base64EncodeWrapMB($str, $linebreak = null) + { + $start = '=?' . $this->CharSet . '?B?'; + $end = '?='; + $encoded = ''; + if ($linebreak === null) { + $linebreak = $this->LE; + } + + $mb_length = mb_strlen($str, $this->CharSet); + // Each line must have length <= 75, including $start and $end + $length = 75 - strlen($start) - strlen($end); + // Average multi-byte ratio + $ratio = $mb_length / strlen($str); + // Base64 has a 4:3 ratio + $avgLength = floor($length * $ratio * .75); + + for ($i = 0; $i < $mb_length; $i += $offset) { + $lookBack = 0; + do { + $offset = $avgLength - $lookBack; + $chunk = mb_substr($str, $i, $offset, $this->CharSet); + $chunk = base64_encode($chunk); + $lookBack++; + } while (strlen($chunk) > $length); + $encoded .= $chunk . $linebreak; + } + + // Chomp the last linefeed + $encoded = substr($encoded, 0, -strlen($linebreak)); + return $encoded; + } + + /** + * Encode a string in quoted-printable format. + * According to RFC2045 section 6.7. + * @access public + * @param string $string The text to encode + * @param integer $line_max Number of chars allowed on a line before wrapping + * @return string + * @link http://www.php.net/manual/en/function.quoted-printable-decode.php#89417 Adapted from this comment + */ + public function encodeQP($string, $line_max = 76) + { + if (function_exists('quoted_printable_encode')) { // Use native function if it's available (>= PHP5.3) + return $this->fixEOL(quoted_printable_encode($string)); + } + // Fall back to a pure PHP implementation + $string = str_replace( + array('%20', '%0D%0A.', '%0D%0A', '%'), + array(' ', "\r\n=2E", "\r\n", '='), + rawurlencode($string) + ); + $string = preg_replace('/[^\r\n]{' . ($line_max - 3) . '}[^=\r\n]{2}/', "$0=\r\n", $string); + return $this->fixEOL($string); + } + + /** + * Backward compatibility wrapper for an old QP encoding function that was removed. + * @see PHPMailer::encodeQP() + * @access public + * @param string $string + * @param integer $line_max + * @param boolean $space_conv + * @return string + * @deprecated Use encodeQP instead. + */ + public function encodeQPphp( + $string, + $line_max = 76, + /** @noinspection PhpUnusedParameterInspection */ $space_conv = false + ) { + return $this->encodeQP($string, $line_max); + } + + /** + * Encode a string using Q encoding. + * @link http://tools.ietf.org/html/rfc2047 + * @param string $str the text to encode + * @param string $position Where the text is going to be used, see the RFC for what that means + * @access public + * @return string + */ + public function encodeQ($str, $position = 'text') + { + // There should not be any EOL in the string + $pattern = ''; + $encoded = str_replace(array("\r", "\n"), '', $str); + switch (strtolower($position)) { + case 'phrase': + // RFC 2047 section 5.3 + $pattern = '^A-Za-z0-9!*+\/ -'; + break; + /** @noinspection PhpMissingBreakStatementInspection */ + case 'comment': + // RFC 2047 section 5.2 + $pattern = '\(\)"'; + // intentional fall-through + // for this reason we build the $pattern without including delimiters and [] + case 'text': + default: + // RFC 2047 section 5.1 + // Replace every high ascii, control, =, ? and _ characters + $pattern = '\000-\011\013\014\016-\037\075\077\137\177-\377' . $pattern; + break; + } + $matches = array(); + if (preg_match_all("/[{$pattern}]/", $encoded, $matches)) { + // If the string contains an '=', make sure it's the first thing we replace + // so as to avoid double-encoding + $eqkey = array_search('=', $matches[0]); + if ($eqkey !== false) { + unset($matches[0][$eqkey]); + array_unshift($matches[0], '='); + } + foreach (array_unique($matches[0]) as $char) { + $encoded = str_replace($char, '=' . sprintf('%02X', ord($char)), $encoded); + } + } + // Replace every spaces to _ (more readable than =20) + return str_replace(' ', '_', $encoded); + } + + + /** + * Add a string or binary attachment (non-filesystem). + * This method can be used to attach ascii or binary data, + * such as a BLOB record from a database. + * @param string $string String attachment data. + * @param string $filename Name of the attachment. + * @param string $encoding File encoding (see $Encoding). + * @param string $type File extension (MIME) type. + * @param string $disposition Disposition to use + * @return void + */ + public function addStringAttachment( + $string, + $filename, + $encoding = 'base64', + $type = '', + $disposition = 'attachment' + ) { + // If a MIME type is not specified, try to work it out from the file name + if ($type == '') { + $type = self::filenameToType($filename); + } + // Append to $attachment array + $this->attachment[] = array( + 0 => $string, + 1 => $filename, + 2 => basename($filename), + 3 => $encoding, + 4 => $type, + 5 => true, // isStringAttachment + 6 => $disposition, + 7 => 0 + ); + } + + /** + * Add an embedded (inline) attachment from a file. + * This can include images, sounds, and just about any other document type. + * These differ from 'regular' attachmants in that they are intended to be + * displayed inline with the message, not just attached for download. + * This is used in HTML messages that embed the images + * the HTML refers to using the $cid value. + * @param string $path Path to the attachment. + * @param string $cid Content ID of the attachment; Use this to reference + * the content when using an embedded image in HTML. + * @param string $name Overrides the attachment name. + * @param string $encoding File encoding (see $Encoding). + * @param string $type File MIME type. + * @param string $disposition Disposition to use + * @return boolean True on successfully adding an attachment + */ + public function addEmbeddedImage($path, $cid, $name = '', $encoding = 'base64', $type = '', $disposition = 'inline') + { + if (!@is_file($path)) { + $this->setError($this->lang('file_access') . $path); + return false; + } + + // If a MIME type is not specified, try to work it out from the file name + if ($type == '') { + $type = self::filenameToType($path); + } + + $filename = basename($path); + if ($name == '') { + $name = $filename; + } + + // Append to $attachment array + $this->attachment[] = array( + 0 => $path, + 1 => $filename, + 2 => $name, + 3 => $encoding, + 4 => $type, + 5 => false, // isStringAttachment + 6 => $disposition, + 7 => $cid + ); + return true; + } + + /** + * Add an embedded stringified attachment. + * This can include images, sounds, and just about any other document type. + * Be sure to set the $type to an image type for images: + * JPEG images use 'image/jpeg', GIF uses 'image/gif', PNG uses 'image/png'. + * @param string $string The attachment binary data. + * @param string $cid Content ID of the attachment; Use this to reference + * the content when using an embedded image in HTML. + * @param string $name + * @param string $encoding File encoding (see $Encoding). + * @param string $type MIME type. + * @param string $disposition Disposition to use + * @return boolean True on successfully adding an attachment + */ + public function addStringEmbeddedImage( + $string, + $cid, + $name = '', + $encoding = 'base64', + $type = '', + $disposition = 'inline' + ) { + // If a MIME type is not specified, try to work it out from the name + if ($type == '') { + $type = self::filenameToType($name); + } + + // Append to $attachment array + $this->attachment[] = array( + 0 => $string, + 1 => $name, + 2 => $name, + 3 => $encoding, + 4 => $type, + 5 => true, // isStringAttachment + 6 => $disposition, + 7 => $cid + ); + return true; + } + + /** + * Check if an inline attachment is present. + * @access public + * @return boolean + */ + public function inlineImageExists() + { + foreach ($this->attachment as $attachment) { + if ($attachment[6] == 'inline') { + return true; + } + } + return false; + } + + /** + * Check if an attachment (non-inline) is present. + * @return boolean + */ + public function attachmentExists() + { + foreach ($this->attachment as $attachment) { + if ($attachment[6] == 'attachment') { + return true; + } + } + return false; + } + + /** + * Check if this message has an alternative body set. + * @return boolean + */ + public function alternativeExists() + { + return !empty($this->AltBody); + } + + /** + * Clear all To recipients. + * @return void + */ + public function clearAddresses() + { + foreach ($this->to as $to) { + unset($this->all_recipients[strtolower($to[0])]); + } + $this->to = array(); + } + + /** + * Clear all CC recipients. + * @return void + */ + public function clearCCs() + { + foreach ($this->cc as $cc) { + unset($this->all_recipients[strtolower($cc[0])]); + } + $this->cc = array(); + } + + /** + * Clear all BCC recipients. + * @return void + */ + public function clearBCCs() + { + foreach ($this->bcc as $bcc) { + unset($this->all_recipients[strtolower($bcc[0])]); + } + $this->bcc = array(); + } + + /** + * Clear all ReplyTo recipients. + * @return void + */ + public function clearReplyTos() + { + $this->ReplyTo = array(); + } + + /** + * Clear all recipient types. + * @return void + */ + public function clearAllRecipients() + { + $this->to = array(); + $this->cc = array(); + $this->bcc = array(); + $this->all_recipients = array(); + } + + /** + * Clear all filesystem, string, and binary attachments. + * @return void + */ + public function clearAttachments() + { + $this->attachment = array(); + } + + /** + * Clear all custom headers. + * @return void + */ + public function clearCustomHeaders() + { + $this->CustomHeader = array(); + } + + /** + * Add an error message to the error container. + * @access protected + * @param string $msg + * @return void + */ + protected function setError($msg) + { + $this->error_count++; + if ($this->Mailer == 'smtp' and !is_null($this->smtp)) { + $lasterror = $this->smtp->getError(); + if (!empty($lasterror) and array_key_exists('smtp_msg', $lasterror)) { + $msg .= '

' . $this->lang('smtp_error') . $lasterror['smtp_msg'] . "

\n"; + } + } + $this->ErrorInfo = $msg; + } + + /** + * Return an RFC 822 formatted date. + * @access public + * @return string + * @static + */ + public static function rfcDate() + { + // Set the time zone to whatever the default is to avoid 500 errors + // Will default to UTC if it's not set properly in php.ini + date_default_timezone_set(@date_default_timezone_get()); + return date('D, j M Y H:i:s O'); + } + + /** + * Get the server hostname. + * Returns 'localhost.localdomain' if unknown. + * @access protected + * @return string + */ + protected function serverHostname() + { + $result = 'localhost.localdomain'; + if (!empty($this->Hostname)) { + $result = $this->Hostname; + } elseif (isset($_SERVER) and array_key_exists('SERVER_NAME', $_SERVER) and !empty($_SERVER['SERVER_NAME'])) { + $result = $_SERVER['SERVER_NAME']; + } elseif (function_exists('gethostname') && gethostname() !== false) { + $result = gethostname(); + } elseif (php_uname('n') !== false) { + $result = php_uname('n'); + } + return $result; + } + + /** + * Get an error message in the current language. + * @access protected + * @param string $key + * @return string + */ + protected function lang($key) + { + if (count($this->language) < 1) { + $this->setLanguage('en'); // set the default language + } + + if (isset($this->language[$key])) { + return $this->language[$key]; + } else { + return 'Language string failed to load: ' . $key; + } + } + + /** + * Check if an error occurred. + * @access public + * @return boolean True if an error did occur. + */ + public function isError() + { + return ($this->error_count > 0); + } + + /** + * Ensure consistent line endings in a string. + * Changes every end of line from CRLF, CR or LF to $this->LE. + * @access public + * @param string $str String to fixEOL + * @return string + */ + public function fixEOL($str) + { + // Normalise to \n + $nstr = str_replace(array("\r\n", "\r"), "\n", $str); + // Now convert LE as needed + if ($this->LE !== "\n") { + $nstr = str_replace("\n", $this->LE, $nstr); + } + return $nstr; + } + + /** + * Add a custom header. + * $name value can be overloaded to contain + * both header name and value (name:value) + * @access public + * @param string $name Custom header name + * @param string $value Header value + * @return void + */ + public function addCustomHeader($name, $value = null) + { + if ($value === null) { + // Value passed in as name:value + $this->CustomHeader[] = explode(':', $name, 2); + } else { + $this->CustomHeader[] = array($name, $value); + } + } + + /** + * Create a message from an HTML string. + * Automatically makes modifications for inline images and backgrounds + * and creates a plain-text version by converting the HTML. + * Overwrites any existing values in $this->Body and $this->AltBody + * @access public + * @param string $message HTML message string + * @param string $basedir baseline directory for path + * @param boolean $advanced Whether to use the advanced HTML to text converter + * @return string $message + */ + public function msgHTML($message, $basedir = '', $advanced = false) + { + preg_match_all('/(src|background)=["\'](.*)["\']/Ui', $message, $images); + if (isset($images[2])) { + foreach ($images[2] as $imgindex => $url) { + // Convert data URIs into embedded images + if (preg_match('#^data:(image[^;,]*)(;base64)?,#', $url, $match)) { + $data = substr($url, strpos($url, ',')); + if ($match[2]) { + $data = base64_decode($data); + } else { + $data = rawurldecode($data); + } + $cid = md5($url) . '@phpmailer.0'; // RFC2392 S 2 + if ($this->addStringEmbeddedImage($data, $cid, '', 'base64', $match[1])) { + $message = preg_replace( + '/' . $images[1][$imgindex] . '=["\']' . preg_quote($url, '/') . '["\']/Ui', + $images[1][$imgindex] . '="cid:' . $cid . '"', + $message + ); + } + } elseif (!preg_match('#^[A-z]+://#', $url)) { + // Do not change urls for absolute images (thanks to corvuscorax) + $filename = basename($url); + $directory = dirname($url); + if ($directory == '.') { + $directory = ''; + } + $cid = md5($url) . '@phpmailer.0'; // RFC2392 S 2 + if (strlen($basedir) > 1 && substr($basedir, -1) != '/') { + $basedir .= '/'; + } + if (strlen($directory) > 1 && substr($directory, -1) != '/') { + $directory .= '/'; + } + if ($this->addEmbeddedImage( + $basedir . $directory . $filename, + $cid, + $filename, + 'base64', + self::_mime_types(self::mb_pathinfo($filename, PATHINFO_EXTENSION)) + ) + ) { + $message = preg_replace( + '/' . $images[1][$imgindex] . '=["\']' . preg_quote($url, '/') . '["\']/Ui', + $images[1][$imgindex] . '="cid:' . $cid . '"', + $message + ); + } + } + } + } + $this->isHTML(true); + // Convert all message body line breaks to CRLF, makes quoted-printable encoding work much better + $this->Body = $this->normalizeBreaks($message); + $this->AltBody = $this->normalizeBreaks($this->html2text($message, $advanced)); + if (empty($this->AltBody)) { + $this->AltBody = 'To view this email message, open it in a program that understands HTML!' . + self::CRLF . self::CRLF; + } + return $this->Body; + } + + /** + * Convert an HTML string into plain text. + * @param string $html The HTML text to convert + * @param boolean $advanced Should this use the more complex html2text converter or just a simple one? + * @return string + */ + public function html2text($html, $advanced = false) + { + if ($advanced) { + require_once 'extras/class.html2text.php'; + $htmlconverter = new html2text($html); + return $htmlconverter->get_text(); + } + return html_entity_decode( + trim(strip_tags(preg_replace('/<(head|title|style|script)[^>]*>.*?<\/\\1>/si', '', $html))), + ENT_QUOTES, + $this->CharSet + ); + } + + /** + * Get the MIME type for a file extension. + * @param string $ext File extension + * @access public + * @return string MIME type of file. + * @static + */ + public static function _mime_types($ext = '') + { + $mimes = array( + 'xl' => 'application/excel', + 'hqx' => 'application/mac-binhex40', + 'cpt' => 'application/mac-compactpro', + 'bin' => 'application/macbinary', + 'doc' => 'application/msword', + 'word' => 'application/msword', + 'class' => 'application/octet-stream', + 'dll' => 'application/octet-stream', + 'dms' => 'application/octet-stream', + 'exe' => 'application/octet-stream', + 'lha' => 'application/octet-stream', + 'lzh' => 'application/octet-stream', + 'psd' => 'application/octet-stream', + 'sea' => 'application/octet-stream', + 'so' => 'application/octet-stream', + 'oda' => 'application/oda', + 'pdf' => 'application/pdf', + 'ai' => 'application/postscript', + 'eps' => 'application/postscript', + 'ps' => 'application/postscript', + 'smi' => 'application/smil', + 'smil' => 'application/smil', + 'mif' => 'application/vnd.mif', + 'xls' => 'application/vnd.ms-excel', + 'ppt' => 'application/vnd.ms-powerpoint', + 'wbxml' => 'application/vnd.wap.wbxml', + 'wmlc' => 'application/vnd.wap.wmlc', + 'dcr' => 'application/x-director', + 'dir' => 'application/x-director', + 'dxr' => 'application/x-director', + 'dvi' => 'application/x-dvi', + 'gtar' => 'application/x-gtar', + 'php3' => 'application/x-httpd-php', + 'php4' => 'application/x-httpd-php', + 'php' => 'application/x-httpd-php', + 'phtml' => 'application/x-httpd-php', + 'phps' => 'application/x-httpd-php-source', + 'js' => 'application/x-javascript', + 'swf' => 'application/x-shockwave-flash', + 'sit' => 'application/x-stuffit', + 'tar' => 'application/x-tar', + 'tgz' => 'application/x-tar', + 'xht' => 'application/xhtml+xml', + 'xhtml' => 'application/xhtml+xml', + 'zip' => 'application/zip', + 'mid' => 'audio/midi', + 'midi' => 'audio/midi', + 'mp2' => 'audio/mpeg', + 'mp3' => 'audio/mpeg', + 'mpga' => 'audio/mpeg', + 'aif' => 'audio/x-aiff', + 'aifc' => 'audio/x-aiff', + 'aiff' => 'audio/x-aiff', + 'ram' => 'audio/x-pn-realaudio', + 'rm' => 'audio/x-pn-realaudio', + 'rpm' => 'audio/x-pn-realaudio-plugin', + 'ra' => 'audio/x-realaudio', + 'wav' => 'audio/x-wav', + 'bmp' => 'image/bmp', + 'gif' => 'image/gif', + 'jpeg' => 'image/jpeg', + 'jpe' => 'image/jpeg', + 'jpg' => 'image/jpeg', + 'png' => 'image/png', + 'tiff' => 'image/tiff', + 'tif' => 'image/tiff', + 'eml' => 'message/rfc822', + 'css' => 'text/css', + 'html' => 'text/html', + 'htm' => 'text/html', + 'shtml' => 'text/html', + 'log' => 'text/plain', + 'text' => 'text/plain', + 'txt' => 'text/plain', + 'rtx' => 'text/richtext', + 'rtf' => 'text/rtf', + 'vcf' => 'text/vcard', + 'vcard' => 'text/vcard', + 'xml' => 'text/xml', + 'xsl' => 'text/xml', + 'mpeg' => 'video/mpeg', + 'mpe' => 'video/mpeg', + 'mpg' => 'video/mpeg', + 'mov' => 'video/quicktime', + 'qt' => 'video/quicktime', + 'rv' => 'video/vnd.rn-realvideo', + 'avi' => 'video/x-msvideo', + 'movie' => 'video/x-sgi-movie' + ); + return (array_key_exists(strtolower($ext), $mimes) ? $mimes[strtolower($ext)]: 'application/octet-stream'); + } + + /** + * Map a file name to a MIME type. + * Defaults to 'application/octet-stream', i.e.. arbitrary binary data. + * @param string $filename A file name or full path, does not need to exist as a file + * @return string + * @static + */ + public static function filenameToType($filename) + { + // In case the path is a URL, strip any query string before getting extension + $qpos = strpos($filename, '?'); + if ($qpos !== false) { + $filename = substr($filename, 0, $qpos); + } + $pathinfo = self::mb_pathinfo($filename); + return self::_mime_types($pathinfo['extension']); + } + + /** + * Multi-byte-safe pathinfo replacement. + * Drop-in replacement for pathinfo(), but multibyte-safe, cross-platform-safe, old-version-safe. + * Works similarly to the one in PHP >= 5.2.0 + * @link http://www.php.net/manual/en/function.pathinfo.php#107461 + * @param string $path A filename or path, does not need to exist as a file + * @param integer|string $options Either a PATHINFO_* constant, + * or a string name to return only the specified piece, allows 'filename' to work on PHP < 5.2 + * @return string|array + * @static + */ + public static function mb_pathinfo($path, $options = null) + { + $ret = array('dirname' => '', 'basename' => '', 'extension' => '', 'filename' => ''); + $pathinfo = array(); + if (preg_match('%^(.*?)[\\\\/]*(([^/\\\\]*?)(\.([^\.\\\\/]+?)|))[\\\\/\.]*$%im', $path, $pathinfo)) { + if (array_key_exists(1, $pathinfo)) { + $ret['dirname'] = $pathinfo[1]; + } + if (array_key_exists(2, $pathinfo)) { + $ret['basename'] = $pathinfo[2]; + } + if (array_key_exists(5, $pathinfo)) { + $ret['extension'] = $pathinfo[5]; + } + if (array_key_exists(3, $pathinfo)) { + $ret['filename'] = $pathinfo[3]; + } + } + switch ($options) { + case PATHINFO_DIRNAME: + case 'dirname': + return $ret['dirname']; + case PATHINFO_BASENAME: + case 'basename': + return $ret['basename']; + case PATHINFO_EXTENSION: + case 'extension': + return $ret['extension']; + case PATHINFO_FILENAME: + case 'filename': + return $ret['filename']; + default: + return $ret; + } + } + + /** + * Set or reset instance properties. + * + * Usage Example: + * $page->set('X-Priority', '3'); + * + * @access public + * @param string $name + * @param mixed $value + * NOTE: will not work with arrays, there are no arrays to set/reset + * @throws phpmailerException + * @return boolean + * @TODO Should this not be using __set() magic function? + */ + public function set($name, $value = '') + { + try { + if (isset($this->$name)) { + $this->$name = $value; + } else { + throw new phpmailerException($this->lang('variable_set') . $name, self::STOP_CRITICAL); + } + } catch (Exception $exc) { + $this->setError($exc->getMessage()); + if ($exc->getCode() == self::STOP_CRITICAL) { + return false; + } + } + return true; + } + + /** + * Strip newlines to prevent header injection. + * @access public + * @param string $str + * @return string + */ + public function secureHeader($str) + { + return trim(str_replace(array("\r", "\n"), '', $str)); + } + + /** + * Normalize line breaks in a string. + * Converts UNIX LF, Mac CR and Windows CRLF line breaks into a single line break format. + * Defaults to CRLF (for message bodies) and preserves consecutive breaks. + * @param string $text + * @param string $breaktype What kind of line break to use, defaults to CRLF + * @return string + * @access public + * @static + */ + public static function normalizeBreaks($text, $breaktype = "\r\n") + { + return preg_replace('/(\r\n|\r|\n)/ms', $breaktype, $text); + } + + + /** + * Set the public and private key files and password for S/MIME signing. + * @access public + * @param string $cert_filename + * @param string $key_filename + * @param string $key_pass Password for private key + */ + public function sign($cert_filename, $key_filename, $key_pass) + { + $this->sign_cert_file = $cert_filename; + $this->sign_key_file = $key_filename; + $this->sign_key_pass = $key_pass; + } + + /** + * Quoted-Printable-encode a DKIM header. + * @access public + * @param string $txt + * @return string + */ + public function DKIM_QP($txt) + { + $line = ''; + for ($i = 0; $i < strlen($txt); $i++) { + $ord = ord($txt[$i]); + if (((0x21 <= $ord) && ($ord <= 0x3A)) || $ord == 0x3C || ((0x3E <= $ord) && ($ord <= 0x7E))) { + $line .= $txt[$i]; + } else { + $line .= '=' . sprintf('%02X', $ord); + } + } + return $line; + } + + /** + * Generate a DKIM signature. + * @access public + * @param string $signHeader + * @throws phpmailerException + * @return string + */ + public function DKIM_Sign($signHeader) + { + if (!defined('PKCS7_TEXT')) { + if ($this->exceptions) { + throw new phpmailerException($this->lang('signing') . ' OpenSSL extension missing.'); + } + return ''; + } + $privKeyStr = file_get_contents($this->DKIM_private); + if ($this->DKIM_passphrase != '') { + $privKey = openssl_pkey_get_private($privKeyStr, $this->DKIM_passphrase); + } else { + $privKey = $privKeyStr; + } + if (openssl_sign($signHeader, $signature, $privKey)) { + return base64_encode($signature); + } + return ''; + } + + /** + * Generate a DKIM canonicalization header. + * @access public + * @param string $signHeader Header + * @return string + */ + public function DKIM_HeaderC($signHeader) + { + $signHeader = preg_replace('/\r\n\s+/', ' ', $signHeader); + $lines = explode("\r\n", $signHeader); + foreach ($lines as $key => $line) { + list($heading, $value) = explode(':', $line, 2); + $heading = strtolower($heading); + $value = preg_replace('/\s+/', ' ', $value); // Compress useless spaces + $lines[$key] = $heading . ':' . trim($value); // Don't forget to remove WSP around the value + } + $signHeader = implode("\r\n", $lines); + return $signHeader; + } + + /** + * Generate a DKIM canonicalization body. + * @access public + * @param string $body Message Body + * @return string + */ + public function DKIM_BodyC($body) + { + if ($body == '') { + return "\r\n"; + } + // stabilize line endings + $body = str_replace("\r\n", "\n", $body); + $body = str_replace("\n", "\r\n", $body); + // END stabilize line endings + while (substr($body, strlen($body) - 4, 4) == "\r\n\r\n") { + $body = substr($body, 0, strlen($body) - 2); + } + return $body; + } + + /** + * Create the DKIM header and body in a new message header. + * @access public + * @param string $headers_line Header lines + * @param string $subject Subject + * @param string $body Body + * @return string + */ + public function DKIM_Add($headers_line, $subject, $body) + { + $DKIMsignatureType = 'rsa-sha1'; // Signature & hash algorithms + $DKIMcanonicalization = 'relaxed/simple'; // Canonicalization of header/body + $DKIMquery = 'dns/txt'; // Query method + $DKIMtime = time(); // Signature Timestamp = seconds since 00:00:00 - Jan 1, 1970 (UTC time zone) + $subject_header = "Subject: $subject"; + $headers = explode($this->LE, $headers_line); + $from_header = ''; + $to_header = ''; + $current = ''; + foreach ($headers as $header) { + if (strpos($header, 'From:') === 0) { + $from_header = $header; + $current = 'from_header'; + } elseif (strpos($header, 'To:') === 0) { + $to_header = $header; + $current = 'to_header'; + } else { + if ($current && strpos($header, ' =?') === 0) { + $current .= $header; + } else { + $current = ''; + } + } + } + $from = str_replace('|', '=7C', $this->DKIM_QP($from_header)); + $to = str_replace('|', '=7C', $this->DKIM_QP($to_header)); + $subject = str_replace( + '|', + '=7C', + $this->DKIM_QP($subject_header) + ); // Copied header fields (dkim-quoted-printable) + $body = $this->DKIM_BodyC($body); + $DKIMlen = strlen($body); // Length of body + $DKIMb64 = base64_encode(pack('H*', sha1($body))); // Base64 of packed binary SHA-1 hash of body + $ident = ($this->DKIM_identity == '') ? '' : ' i=' . $this->DKIM_identity . ';'; + $dkimhdrs = 'DKIM-Signature: v=1; a=' . + $DKIMsignatureType . '; q=' . + $DKIMquery . '; l=' . + $DKIMlen . '; s=' . + $this->DKIM_selector . + ";\r\n" . + "\tt=" . $DKIMtime . '; c=' . $DKIMcanonicalization . ";\r\n" . + "\th=From:To:Subject;\r\n" . + "\td=" . $this->DKIM_domain . ';' . $ident . "\r\n" . + "\tz=$from\r\n" . + "\t|$to\r\n" . + "\t|$subject;\r\n" . + "\tbh=" . $DKIMb64 . ";\r\n" . + "\tb="; + $toSign = $this->DKIM_HeaderC( + $from_header . "\r\n" . $to_header . "\r\n" . $subject_header . "\r\n" . $dkimhdrs + ); + $signed = $this->DKIM_Sign($toSign); + return $dkimhdrs . $signed . "\r\n"; + } + + /** + * Allows for public read access to 'to' property. + * @access public + * @return array + */ + public function getToAddresses() + { + return $this->to; + } + + /** + * Allows for public read access to 'cc' property. + * @access public + * @return array + */ + public function getCcAddresses() + { + return $this->cc; + } + + /** + * Allows for public read access to 'bcc' property. + * @access public + * @return array + */ + public function getBccAddresses() + { + return $this->bcc; + } + + /** + * Allows for public read access to 'ReplyTo' property. + * @access public + * @return array + */ + public function getReplyToAddresses() + { + return $this->ReplyTo; + } + + /** + * Allows for public read access to 'all_recipients' property. + * @access public + * @return array + */ + public function getAllRecipientAddresses() + { + return $this->all_recipients; + } + + /** + * Perform a callback. + * @param boolean $isSent + * @param array $to + * @param array $cc + * @param array $bcc + * @param string $subject + * @param string $body + * @param string $from + */ + protected function doCallback($isSent, $to, $cc, $bcc, $subject, $body, $from) + { + if (!empty($this->action_function) && is_callable($this->action_function)) { + $params = array($isSent, $to, $cc, $bcc, $subject, $body, $from); + call_user_func_array($this->action_function, $params); + } + } +} + +/** + * PHPMailer exception handler + * @package PHPMailer + */ +class phpmailerException extends Exception +{ + /** + * Prettify error message output + * @return string + */ + public function errorMessage() + { + $errorMsg = '' . $this->getMessage() . "
\n"; + return $errorMsg; + } +} diff --git a/.classes/phpmailer/class.pop3.php b/.classes/phpmailer/class.pop3.php new file mode 100644 index 0000000..6505a60 --- /dev/null +++ b/.classes/phpmailer/class.pop3.php @@ -0,0 +1,397 @@ + + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + * @copyright 2012 - 2014 Marcus Bointon + * @copyright 2010 - 2012 Jim Jagielski + * @copyright 2004 - 2009 Andy Prevost + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + * @note This program is distributed in the hope that it will be useful - WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + */ + +/** + * PHPMailer POP-Before-SMTP Authentication Class. + * Specifically for PHPMailer to use for RFC1939 POP-before-SMTP authentication. + * Does not support APOP. + * @package PHPMailer + * @author Richard Davey (original author) + * @author Marcus Bointon (Synchro/coolbru) + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + */ +class POP3 +{ + /** + * The POP3 PHPMailer Version number. + * @type string + * @access public + */ + public $Version = '5.2.8'; + + /** + * Default POP3 port number. + * @type integer + * @access public + */ + public $POP3_PORT = 110; + + /** + * Default timeout in seconds. + * @type integer + * @access public + */ + public $POP3_TIMEOUT = 30; + + /** + * POP3 Carriage Return + Line Feed. + * @type string + * @access public + * @deprecated Use the constant instead + */ + public $CRLF = "\r\n"; + + /** + * Debug display level. + * Options: 0 = no, 1+ = yes + * @type integer + * @access public + */ + public $do_debug = 0; + + /** + * POP3 mail server hostname. + * @type string + * @access public + */ + public $host; + + /** + * POP3 port number. + * @type integer + * @access public + */ + public $port; + + /** + * POP3 Timeout Value in seconds. + * @type integer + * @access public + */ + public $tval; + + /** + * POP3 username + * @type string + * @access public + */ + public $username; + + /** + * POP3 password. + * @type string + * @access public + */ + public $password; + + /** + * Resource handle for the POP3 connection socket. + * @type resource + * @access private + */ + private $pop_conn; + + /** + * Are we connected? + * @type boolean + * @access private + */ + private $connected = false; + + /** + * Error container. + * @type array + * @access private + */ + private $errors = array(); + + /** + * Line break constant + */ + const CRLF = "\r\n"; + + /** + * Simple static wrapper for all-in-one POP before SMTP + * @param $host + * @param boolean $port + * @param boolean $tval + * @param string $username + * @param string $password + * @param integer $debug_level + * @return boolean + */ + public static function popBeforeSmtp( + $host, + $port = false, + $tval = false, + $username = '', + $password = '', + $debug_level = 0 + ) { + $pop = new POP3; + return $pop->authorise($host, $port, $tval, $username, $password, $debug_level); + } + + /** + * Authenticate with a POP3 server. + * A connect, login, disconnect sequence + * appropriate for POP-before SMTP authorisation. + * @access public + * @param string $host The hostname to connect to + * @param integer|boolean $port The port number to connect to + * @param integer|boolean $timeout The timeout value + * @param string $username + * @param string $password + * @param integer $debug_level + * @return boolean + */ + public function authorise($host, $port = false, $timeout = false, $username = '', $password = '', $debug_level = 0) + { + $this->host = $host; + // If no port value provided, use default + if ($port === false) { + $this->port = $this->POP3_PORT; + } else { + $this->port = (integer)$port; + } + // If no timeout value provided, use default + if ($timeout === false) { + $this->tval = $this->POP3_TIMEOUT; + } else { + $this->tval = (integer)$timeout; + } + $this->do_debug = $debug_level; + $this->username = $username; + $this->password = $password; + // Reset the error log + $this->errors = array(); + // connect + $result = $this->connect($this->host, $this->port, $this->tval); + if ($result) { + $login_result = $this->login($this->username, $this->password); + if ($login_result) { + $this->disconnect(); + return true; + } + } + // We need to disconnect regardless of whether the login succeeded + $this->disconnect(); + return false; + } + + /** + * Connect to a POP3 server. + * @access public + * @param string $host + * @param integer|boolean $port + * @param integer $tval + * @return boolean + */ + public function connect($host, $port = false, $tval = 30) + { + // Are we already connected? + if ($this->connected) { + return true; + } + + //On Windows this will raise a PHP Warning error if the hostname doesn't exist. + //Rather than suppress it with @fsockopen, capture it cleanly instead + set_error_handler(array($this, 'catchWarning')); + + if ($port === false) { + $port = $this->POP3_PORT; + } + + // connect to the POP3 server + $this->pop_conn = fsockopen( + $host, // POP3 Host + $port, // Port # + $errno, // Error Number + $errstr, // Error Message + $tval + ); // Timeout (seconds) + // Restore the error handler + restore_error_handler(); + + // Did we connect? + if ($this->pop_conn === false) { + // It would appear not... + $this->setError(array( + 'error' => "Failed to connect to server $host on port $port", + 'errno' => $errno, + 'errstr' => $errstr + )); + return false; + } + + // Increase the stream time-out + stream_set_timeout($this->pop_conn, $tval, 0); + + // Get the POP3 server response + $pop3_response = $this->getResponse(); + // Check for the +OK + if ($this->checkResponse($pop3_response)) { + // The connection is established and the POP3 server is talking + $this->connected = true; + return true; + } + return false; + } + + /** + * Log in to the POP3 server. + * Does not support APOP (RFC 2828, 4949). + * @access public + * @param string $username + * @param string $password + * @return boolean + */ + public function login($username = '', $password = '') + { + if (!$this->connected) { + $this->setError('Not connected to POP3 server'); + } + if (empty($username)) { + $username = $this->username; + } + if (empty($password)) { + $password = $this->password; + } + + // Send the Username + $this->sendString("USER $username" . self::CRLF); + $pop3_response = $this->getResponse(); + if ($this->checkResponse($pop3_response)) { + // Send the Password + $this->sendString("PASS $password" . self::CRLF); + $pop3_response = $this->getResponse(); + if ($this->checkResponse($pop3_response)) { + return true; + } + } + return false; + } + + /** + * Disconnect from the POP3 server. + * @access public + */ + public function disconnect() + { + $this->sendString('QUIT'); + //The QUIT command may cause the daemon to exit, which will kill our connection + //So ignore errors here + try { + @fclose($this->pop_conn); + } catch (Exception $e) { + //Do nothing + }; + } + + /** + * Get a response from the POP3 server. + * $size is the maximum number of bytes to retrieve + * @param integer $size + * @return string + * @access private + */ + private function getResponse($size = 128) + { + $response = fgets($this->pop_conn, $size); + if ($this->do_debug >= 1) { + echo "Server -> Client: $response"; + } + return $response; + } + + /** + * Send raw data to the POP3 server. + * @param string $string + * @return integer + * @access private + */ + private function sendString($string) + { + if ($this->pop_conn) { + if ($this->do_debug >= 2) { //Show client messages when debug >= 2 + echo "Client -> Server: $string"; + } + return fwrite($this->pop_conn, $string, strlen($string)); + } + return 0; + } + + /** + * Checks the POP3 server response. + * Looks for for +OK or -ERR. + * @param string $string + * @return boolean + * @access private + */ + private function checkResponse($string) + { + if (substr($string, 0, 3) !== '+OK') { + $this->setError(array( + 'error' => "Server reported an error: $string", + 'errno' => 0, + 'errstr' => '' + )); + return false; + } else { + return true; + } + } + + /** + * Add an error to the internal error store. + * Also display debug output if it's enabled. + * @param $error + */ + private function setError($error) + { + $this->errors[] = $error; + if ($this->do_debug >= 1) { + echo '
';
+            foreach ($this->errors as $error) {
+                print_r($error);
+            }
+            echo '
'; + } + } + + /** + * POP3 connection error handler. + * @param integer $errno + * @param string $errstr + * @param string $errfile + * @param integer $errline + * @access private + */ + private function catchWarning($errno, $errstr, $errfile, $errline) + { + $this->setError(array( + 'error' => "Connecting to the POP3 server raised a PHP warning: ", + 'errno' => $errno, + 'errstr' => $errstr, + 'errfile' => $errfile, + 'errline' => $errline + )); + } +} diff --git a/.classes/phpmailer/class.smtp.php b/.classes/phpmailer/class.smtp.php new file mode 100644 index 0000000..2b76960 --- /dev/null +++ b/.classes/phpmailer/class.smtp.php @@ -0,0 +1,956 @@ + + * @author Jim Jagielski (jimjag) + * @author Andy Prevost (codeworxtech) + * @author Brent R. Matzelle (original founder) + * @copyright 2014 Marcus Bointon + * @copyright 2010 - 2012 Jim Jagielski + * @copyright 2004 - 2009 Andy Prevost + * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License + * @note This program is distributed in the hope that it will be useful - WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + */ + +/** + * PHPMailer RFC821 SMTP email transport class. + * Implements RFC 821 SMTP commands and provides some utility methods for sending mail to an SMTP server. + * @package PHPMailer + * @author Chris Ryan + * @author Marcus Bointon + */ +class SMTP +{ + /** + * The PHPMailer SMTP version number. + * @type string + */ + const VERSION = '5.2.8'; + + /** + * SMTP line break constant. + * @type string + */ + const CRLF = "\r\n"; + + /** + * The SMTP port to use if one is not specified. + * @type integer + */ + const DEFAULT_SMTP_PORT = 25; + + /** + * The maximum line length allowed by RFC 2822 section 2.1.1 + * @type integer + */ + const MAX_LINE_LENGTH = 998; + + /** + * The PHPMailer SMTP Version number. + * @type string + * @deprecated Use the `VERSION` constant instead + * @see SMTP::VERSION + */ + public $Version = '5.2.8'; + + /** + * SMTP server port number. + * @type integer + * @deprecated This is only ever used as a default value, so use the `DEFAULT_SMTP_PORT` constant instead + * @see SMTP::DEFAULT_SMTP_PORT + */ + public $SMTP_PORT = 25; + + /** + * SMTP reply line ending. + * @type string + * @deprecated Use the `CRLF` constant instead + * @see SMTP::CRLF + */ + public $CRLF = "\r\n"; + + /** + * Debug output level. + * Options: + * * `0` No output + * * `1` Commands + * * `2` Data and commands + * * `3` As 2 plus connection status + * * `4` Low-level data output + * @type integer + */ + public $do_debug = 0; + + /** + * How to handle debug output. + * Options: + * * `echo` Output plain-text as-is, appropriate for CLI + * * `html` Output escaped, line breaks converted to `
`, appropriate for browser output + * * `error_log` Output to error log as configured in php.ini + * + * Alternatively, you can provide a callable expecting two params: a message string and the debug level: + * + * $smtp->Debugoutput = function($str, $level) {echo "debug level $level; message: $str";}; + * + * @type string|callable + */ + public $Debugoutput = 'echo'; + + /** + * Whether to use VERP. + * @link http://en.wikipedia.org/wiki/Variable_envelope_return_path + * @link http://www.postfix.org/VERP_README.html Info on VERP + * @type boolean + */ + public $do_verp = false; + + /** + * The timeout value for connection, in seconds. + * Default of 5 minutes (300sec) is from RFC2821 section 4.5.3.2 + * This needs to be quite high to function correctly with hosts using greetdelay as an anti-spam measure. + * @link http://tools.ietf.org/html/rfc2821#section-4.5.3.2 + * @type integer + */ + public $Timeout = 300; + + /** + * The SMTP timelimit value for reads, in seconds. + * @type integer + */ + public $Timelimit = 30; + + /** + * The socket for the server connection. + * @type resource + */ + protected $smtp_conn; + + /** + * Error message, if any, for the last call. + * @type array + */ + protected $error = array(); + + /** + * The reply the server sent to us for HELO. + * If null, no HELO string has yet been received. + * @type string|null + */ + protected $helo_rply = null; + + /** + * The most recent reply received from the server. + * @type string + */ + protected $last_reply = ''; + + /** + * Output debugging info via a user-selected method. + * @see SMTP::$Debugoutput + * @see SMTP::$do_debug + * @param string $str Debug string to output + * @return void + */ + protected function edebug($str) + { + if (is_callable($this->Debugoutput)) { + call_user_func($this->Debugoutput, $str, $this->do_debug); + return; + } + switch ($this->Debugoutput) { + case 'error_log': + //Don't output, just log + error_log($str); + break; + case 'html': + //Cleans up output a bit for a better looking, HTML-safe output + echo htmlentities( + preg_replace('/[\r\n]+/', '', $str), + ENT_QUOTES, + 'UTF-8' + ) + . "
\n"; + break; + case 'echo': + default: + //Normalize line breaks + $str = preg_replace('/(\r\n|\r|\n)/ms', "\n", $str); + echo gmdate('Y-m-d H:i:s') . "\t" . str_replace( + "\n", + "\n \t ", + trim($str) + )."\n"; + } + } + + /** + * Connect to an SMTP server. + * @param string $host SMTP server IP or host name + * @param integer $port The port number to connect to + * @param integer $timeout How long to wait for the connection to open + * @param array $options An array of options for stream_context_create() + * @access public + * @return boolean + */ + public function connect($host, $port = null, $timeout = 30, $options = array()) + { + static $streamok; + //This is enabled by default since 5.0.0 but some providers disable it + //Check this once and cache the result + if (is_null($streamok)) { + $streamok = function_exists('stream_socket_client'); + } + // Clear errors to avoid confusion + $this->error = array(); + // Make sure we are __not__ connected + if ($this->connected()) { + // Already connected, generate error + $this->error = array('error' => 'Already connected to a server'); + return false; + } + if (empty($port)) { + $port = self::DEFAULT_SMTP_PORT; + } + // Connect to the SMTP server + if ($this->do_debug >= 3) { + $this->edebug("Connection: opening to $host:$port, t=$timeout, opt=".var_export($options, true)); + } + $errno = 0; + $errstr = ''; + if ($streamok) { + $socket_context = stream_context_create($options); + //Suppress errors; connection failures are handled at a higher level + $this->smtp_conn = @stream_socket_client( + $host . ":" . $port, + $errno, + $errstr, + $timeout, + STREAM_CLIENT_CONNECT, + $socket_context + ); + } else { + //Fall back to fsockopen which should work in more places, but is missing some features + if ($this->do_debug >= 3) { + $this->edebug("Connection: stream_socket_client not available, falling back to fsockopen"); + } + $this->smtp_conn = fsockopen( + $host, + $port, + $errno, + $errstr, + $timeout + ); + } + // Verify we connected properly + if (!is_resource($this->smtp_conn)) { + $this->error = array( + 'error' => 'Failed to connect to server', + 'errno' => $errno, + 'errstr' => $errstr + ); + if ($this->do_debug >= 1) { + $this->edebug( + 'SMTP ERROR: ' . $this->error['error'] + . ": $errstr ($errno)" + ); + } + return false; + } + if ($this->do_debug >= 3) { + $this->edebug('Connection: opened'); + } + // SMTP server can take longer to respond, give longer timeout for first read + // Windows does not have support for this timeout function + if (substr(PHP_OS, 0, 3) != 'WIN') { + $max = ini_get('max_execution_time'); + if ($max != 0 && $timeout > $max) { // Don't bother if unlimited + @set_time_limit($timeout); + } + stream_set_timeout($this->smtp_conn, $timeout, 0); + } + // Get any announcement + $announce = $this->get_lines(); + if ($this->do_debug >= 2) { + $this->edebug('SERVER -> CLIENT: ' . $announce); + } + return true; + } + + /** + * Initiate a TLS (encrypted) session. + * @access public + * @return boolean + */ + public function startTLS() + { + if (!$this->sendCommand('STARTTLS', 'STARTTLS', 220)) { + return false; + } + // Begin encrypted connection + if (!stream_socket_enable_crypto( + $this->smtp_conn, + true, + STREAM_CRYPTO_METHOD_TLS_CLIENT + )) { + return false; + } + return true; + } + + /** + * Perform SMTP authentication. + * Must be run after hello(). + * @see hello() + * @param string $username The user name + * @param string $password The password + * @param string $authtype The auth type (PLAIN, LOGIN, NTLM, CRAM-MD5) + * @param string $realm The auth realm for NTLM + * @param string $workstation The auth workstation for NTLM + * @access public + * @return boolean True if successfully authenticated. + */ + public function authenticate( + $username, + $password, + $authtype = 'LOGIN', + $realm = '', + $workstation = '' + ) { + if (empty($authtype)) { + $authtype = 'LOGIN'; + } + switch ($authtype) { + case 'PLAIN': + // Start authentication + if (!$this->sendCommand('AUTH', 'AUTH PLAIN', 334)) { + return false; + } + // Send encoded username and password + if (!$this->sendCommand( + 'User & Password', + base64_encode("\0" . $username . "\0" . $password), + 235 + ) + ) { + return false; + } + break; + case 'LOGIN': + // Start authentication + if (!$this->sendCommand('AUTH', 'AUTH LOGIN', 334)) { + return false; + } + if (!$this->sendCommand("Username", base64_encode($username), 334)) { + return false; + } + if (!$this->sendCommand("Password", base64_encode($password), 235)) { + return false; + } + break; + case 'NTLM': + /* + * ntlm_sasl_client.php + * Bundled with Permission + * + * How to telnet in windows: + * http://technet.microsoft.com/en-us/library/aa995718%28EXCHG.65%29.aspx + * PROTOCOL Docs http://curl.haxx.se/rfc/ntlm.html#ntlmSmtpAuthentication + */ + require_once 'extras/ntlm_sasl_client.php'; + $temp = new stdClass(); + $ntlm_client = new ntlm_sasl_client_class; + //Check that functions are available + if (!$ntlm_client->Initialize($temp)) { + $this->error = array('error' => $temp->error); + if ($this->do_debug >= 1) { + $this->edebug( + 'You need to enable some modules in your php.ini file: ' + . $this->error['error'] + ); + } + return false; + } + //msg1 + $msg1 = $ntlm_client->TypeMsg1($realm, $workstation); //msg1 + + if (!$this->sendCommand( + 'AUTH NTLM', + 'AUTH NTLM ' . base64_encode($msg1), + 334 + ) + ) { + return false; + } + //Though 0 based, there is a white space after the 3 digit number + //msg2 + $challenge = substr($this->last_reply, 3); + $challenge = base64_decode($challenge); + $ntlm_res = $ntlm_client->NTLMResponse( + substr($challenge, 24, 8), + $password + ); + //msg3 + $msg3 = $ntlm_client->TypeMsg3( + $ntlm_res, + $username, + $realm, + $workstation + ); + // send encoded username + return $this->sendCommand('Username', base64_encode($msg3), 235); + case 'CRAM-MD5': + // Start authentication + if (!$this->sendCommand('AUTH CRAM-MD5', 'AUTH CRAM-MD5', 334)) { + return false; + } + // Get the challenge + $challenge = base64_decode(substr($this->last_reply, 4)); + + // Build the response + $response = $username . ' ' . $this->hmac($challenge, $password); + + // send encoded credentials + return $this->sendCommand('Username', base64_encode($response), 235); + } + return true; + } + + /** + * Calculate an MD5 HMAC hash. + * Works like hash_hmac('md5', $data, $key) + * in case that function is not available + * @param string $data The data to hash + * @param string $key The key to hash with + * @access protected + * @return string + */ + protected function hmac($data, $key) + { + if (function_exists('hash_hmac')) { + return hash_hmac('md5', $data, $key); + } + + // The following borrowed from + // http://php.net/manual/en/function.mhash.php#27225 + + // RFC 2104 HMAC implementation for php. + // Creates an md5 HMAC. + // Eliminates the need to install mhash to compute a HMAC + // by Lance Rushing + + $bytelen = 64; // byte length for md5 + if (strlen($key) > $bytelen) { + $key = pack('H*', md5($key)); + } + $key = str_pad($key, $bytelen, chr(0x00)); + $ipad = str_pad('', $bytelen, chr(0x36)); + $opad = str_pad('', $bytelen, chr(0x5c)); + $k_ipad = $key ^ $ipad; + $k_opad = $key ^ $opad; + + return md5($k_opad . pack('H*', md5($k_ipad . $data))); + } + + /** + * Check connection state. + * @access public + * @return boolean True if connected. + */ + public function connected() + { + if (is_resource($this->smtp_conn)) { + $sock_status = stream_get_meta_data($this->smtp_conn); + if ($sock_status['eof']) { + // the socket is valid but we are not connected + if ($this->do_debug >= 1) { + $this->edebug( + 'SMTP NOTICE: EOF caught while checking if connected' + ); + } + $this->close(); + return false; + } + return true; // everything looks good + } + return false; + } + + /** + * Close the socket and clean up the state of the class. + * Don't use this function without first trying to use QUIT. + * @see quit() + * @access public + * @return void + */ + public function close() + { + $this->error = array(); + $this->helo_rply = null; + if (is_resource($this->smtp_conn)) { + // close the connection and cleanup + fclose($this->smtp_conn); + if ($this->do_debug >= 3) { + $this->edebug('Connection: closed'); + } + } + } + + /** + * Send an SMTP DATA command. + * Issues a data command and sends the msg_data to the server, + * finializing the mail transaction. $msg_data is the message + * that is to be send with the headers. Each header needs to be + * on a single line followed by a with the message headers + * and the message body being separated by and additional . + * Implements rfc 821: DATA + * @param string $msg_data Message data to send + * @access public + * @return boolean + */ + public function data($msg_data) + { + if (!$this->sendCommand('DATA', 'DATA', 354)) { + return false; + } + /* The server is ready to accept data! + * According to rfc821 we should not send more than 1000 characters on a single line (including the CRLF) + * so we will break the data up into lines by \r and/or \n then if needed we will break each of those into + * smaller lines to fit within the limit. + * We will also look for lines that start with a '.' and prepend an additional '.'. + * NOTE: this does not count towards line-length limit. + */ + + // Normalize line breaks before exploding + $lines = explode("\n", str_replace(array("\r\n", "\r"), "\n", $msg_data)); + + /* To distinguish between a complete RFC822 message and a plain message body, we check if the first field + * of the first line (':' separated) does not contain a space then it _should_ be a header and we will + * process all lines before a blank line as headers. + */ + + $field = substr($lines[0], 0, strpos($lines[0], ':')); + $in_headers = false; + if (!empty($field) && strpos($field, ' ') === false) { + $in_headers = true; + } + + foreach ($lines as $line) { + $lines_out = array(); + if ($in_headers and $line == '') { + $in_headers = false; + } + // ok we need to break this line up into several smaller lines + //This is a small micro-optimisation: isset($str[$len]) is equivalent to (strlen($str) > $len) + while (isset($line[self::MAX_LINE_LENGTH])) { + //Working backwards, try to find a space within the last MAX_LINE_LENGTH chars of the line to break on + //so as to avoid breaking in the middle of a word + $pos = strrpos(substr($line, 0, self::MAX_LINE_LENGTH), ' '); + if (!$pos) { //Deliberately matches both false and 0 + //No nice break found, add a hard break + $pos = self::MAX_LINE_LENGTH - 1; + $lines_out[] = substr($line, 0, $pos); + $line = substr($line, $pos); + } else { + //Break at the found point + $lines_out[] = substr($line, 0, $pos); + //Move along by the amount we dealt with + $line = substr($line, $pos + 1); + } + /* If processing headers add a LWSP-char to the front of new line + * RFC822 section 3.1.1 + */ + if ($in_headers) { + $line = "\t" . $line; + } + } + $lines_out[] = $line; + + // Send the lines to the server + foreach ($lines_out as $line_out) { + //RFC2821 section 4.5.2 + if (!empty($line_out) and $line_out[0] == '.') { + $line_out = '.' . $line_out; + } + $this->client_send($line_out . self::CRLF); + } + } + + // Message data has been sent, complete the command + return $this->sendCommand('DATA END', '.', 250); + } + + /** + * Send an SMTP HELO or EHLO command. + * Used to identify the sending server to the receiving server. + * This makes sure that client and server are in a known state. + * Implements RFC 821: HELO + * and RFC 2821 EHLO. + * @param string $host The host name or IP to connect to + * @access public + * @return boolean + */ + public function hello($host = '') + { + // Try extended hello first (RFC 2821) + return (boolean)($this->sendHello('EHLO', $host) or $this->sendHello('HELO', $host)); + } + + /** + * Send an SMTP HELO or EHLO command. + * Low-level implementation used by hello() + * @see hello() + * @param string $hello The HELO string + * @param string $host The hostname to say we are + * @access protected + * @return boolean + */ + protected function sendHello($hello, $host) + { + $noerror = $this->sendCommand($hello, $hello . ' ' . $host, 250); + $this->helo_rply = $this->last_reply; + return $noerror; + } + + /** + * Send an SMTP MAIL command. + * Starts a mail transaction from the email address specified in + * $from. Returns true if successful or false otherwise. If True + * the mail transaction is started and then one or more recipient + * commands may be called followed by a data command. + * Implements rfc 821: MAIL FROM: + * @param string $from Source address of this message + * @access public + * @return boolean + */ + public function mail($from) + { + $useVerp = ($this->do_verp ? ' XVERP' : ''); + return $this->sendCommand( + 'MAIL FROM', + 'MAIL FROM:<' . $from . '>' . $useVerp, + 250 + ); + } + + /** + * Send an SMTP QUIT command. + * Closes the socket if there is no error or the $close_on_error argument is true. + * Implements from rfc 821: QUIT + * @param boolean $close_on_error Should the connection close if an error occurs? + * @access public + * @return boolean + */ + public function quit($close_on_error = true) + { + $noerror = $this->sendCommand('QUIT', 'QUIT', 221); + $err = $this->error; //Save any error + if ($noerror or $close_on_error) { + $this->close(); + $this->error = $err; //Restore any error from the quit command + } + return $noerror; + } + + /** + * Send an SMTP RCPT command. + * Sets the TO argument to $toaddr. + * Returns true if the recipient was accepted false if it was rejected. + * Implements from rfc 821: RCPT TO: + * @param string $toaddr The address the message is being sent to + * @access public + * @return boolean + */ + public function recipient($toaddr) + { + return $this->sendCommand( + 'RCPT TO', + 'RCPT TO:<' . $toaddr . '>', + array(250, 251) + ); + } + + /** + * Send an SMTP RSET command. + * Abort any transaction that is currently in progress. + * Implements rfc 821: RSET + * @access public + * @return boolean True on success. + */ + public function reset() + { + return $this->sendCommand('RSET', 'RSET', 250); + } + + /** + * Send a command to an SMTP server and check its return code. + * @param string $command The command name - not sent to the server + * @param string $commandstring The actual command to send + * @param integer|array $expect One or more expected integer success codes + * @access protected + * @return boolean True on success. + */ + protected function sendCommand($command, $commandstring, $expect) + { + if (!$this->connected()) { + $this->error = array( + 'error' => "Called $command without being connected" + ); + return false; + } + $this->client_send($commandstring . self::CRLF); + + $this->last_reply = $this->get_lines(); + $code = substr($this->last_reply, 0, 3); + + if ($this->do_debug >= 2) { + $this->edebug('SERVER -> CLIENT: ' . $this->last_reply); + } + + if (!in_array($code, (array)$expect)) { + $this->error = array( + 'error' => "$command command failed", + 'smtp_code' => $code, + 'detail' => substr($this->last_reply, 4) + ); + if ($this->do_debug >= 1) { + $this->edebug( + 'SMTP ERROR: ' . $this->error['error'] . ': ' . $this->last_reply + ); + } + return false; + } + + $this->error = array(); + return true; + } + + /** + * Send an SMTP SAML command. + * Starts a mail transaction from the email address specified in $from. + * Returns true if successful or false otherwise. If True + * the mail transaction is started and then one or more recipient + * commands may be called followed by a data command. This command + * will send the message to the users terminal if they are logged + * in and send them an email. + * Implements rfc 821: SAML FROM: + * @param string $from The address the message is from + * @access public + * @return boolean + */ + public function sendAndMail($from) + { + return $this->sendCommand('SAML', "SAML FROM:$from", 250); + } + + /** + * Send an SMTP VRFY command. + * @param string $name The name to verify + * @access public + * @return boolean + */ + public function verify($name) + { + return $this->sendCommand('VRFY', "VRFY $name", array(250, 251)); + } + + /** + * Send an SMTP NOOP command. + * Used to keep keep-alives alive, doesn't actually do anything + * @access public + * @return boolean + */ + public function noop() + { + return $this->sendCommand('NOOP', 'NOOP', 250); + } + + /** + * Send an SMTP TURN command. + * This is an optional command for SMTP that this class does not support. + * This method is here to make the RFC821 Definition complete for this class + * and _may_ be implemented in future + * Implements from rfc 821: TURN + * @access public + * @return boolean + */ + public function turn() + { + $this->error = array( + 'error' => 'The SMTP TURN command is not implemented' + ); + if ($this->do_debug >= 1) { + $this->edebug('SMTP NOTICE: ' . $this->error['error']); + } + return false; + } + + /** + * Send raw data to the server. + * @param string $data The data to send + * @access public + * @return integer|boolean The number of bytes sent to the server or false on error + */ + public function client_send($data) + { + if ($this->do_debug >= 1) { + $this->edebug("CLIENT -> SERVER: $data"); + } + return fwrite($this->smtp_conn, $data); + } + + /** + * Get the latest error. + * @access public + * @return array + */ + public function getError() + { + return $this->error; + } + + /** + * Get the last reply from the server. + * @access public + * @return string + */ + public function getLastReply() + { + return $this->last_reply; + } + + /** + * Read the SMTP server's response. + * Either before eof or socket timeout occurs on the operation. + * With SMTP we can tell if we have more lines to read if the + * 4th character is '-' symbol. If it is a space then we don't + * need to read anything else. + * @access protected + * @return string + */ + protected function get_lines() + { + // If the connection is bad, give up straight away + if (!is_resource($this->smtp_conn)) { + return ''; + } + $data = ''; + $endtime = 0; + stream_set_timeout($this->smtp_conn, $this->Timeout); + if ($this->Timelimit > 0) { + $endtime = time() + $this->Timelimit; + } + while (is_resource($this->smtp_conn) && !feof($this->smtp_conn)) { + $str = @fgets($this->smtp_conn, 515); + if ($this->do_debug >= 4) { + $this->edebug("SMTP -> get_lines(): \$data was \"$data\""); + $this->edebug("SMTP -> get_lines(): \$str is \"$str\""); + } + $data .= $str; + if ($this->do_debug >= 4) { + $this->edebug("SMTP -> get_lines(): \$data is \"$data\""); + } + // If 4th character is a space, we are done reading, break the loop, micro-optimisation over strlen + if ((isset($str[3]) and $str[3] == ' ')) { + break; + } + // Timed-out? Log and break + $info = stream_get_meta_data($this->smtp_conn); + if ($info['timed_out']) { + if ($this->do_debug >= 4) { + $this->edebug( + 'SMTP -> get_lines(): timed-out (' . $this->Timeout . ' sec)' + ); + } + break; + } + // Now check if reads took too long + if ($endtime and time() > $endtime) { + if ($this->do_debug >= 4) { + $this->edebug( + 'SMTP -> get_lines(): timelimit reached ('. + $this->Timelimit . ' sec)' + ); + } + break; + } + } + return $data; + } + + /** + * Enable or disable VERP address generation. + * @param boolean $enabled + */ + public function setVerp($enabled = false) + { + $this->do_verp = $enabled; + } + + /** + * Get VERP address generation mode. + * @return boolean + */ + public function getVerp() + { + return $this->do_verp; + } + + /** + * Set debug output method. + * @param string $method The function/method to use for debugging output. + */ + public function setDebugOutput($method = 'echo') + { + $this->Debugoutput = $method; + } + + /** + * Get debug output method. + * @return string + */ + public function getDebugOutput() + { + return $this->Debugoutput; + } + + /** + * Set debug output level. + * @param integer $level + */ + public function setDebugLevel($level = 0) + { + $this->do_debug = $level; + } + + /** + * Get debug output level. + * @return integer + */ + public function getDebugLevel() + { + return $this->do_debug; + } + + /** + * Set SMTP timeout. + * @param integer $timeout + */ + public function setTimeout($timeout = 0) + { + $this->Timeout = $timeout; + } + + /** + * Get SMTP timeout. + * @return integer + */ + public function getTimeout() + { + return $this->Timeout; + } +} diff --git a/.classes/phpmailer/composer.json b/.classes/phpmailer/composer.json new file mode 100644 index 0000000..53d4eb1 --- /dev/null +++ b/.classes/phpmailer/composer.json @@ -0,0 +1,33 @@ +{ + "name": "phpmailer/phpmailer", + "type": "library", + "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "authors": [ + { + "name": "Marcus Bointon", + "email": "phpmailer@synchromedia.co.uk" + }, + { + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, + { + "name": "Andy Prevost", + "email": "codeworxtech@users.sourceforge.net" + }, + { + "name": "Brent R. Matzelle" + } + ], + "require": { + "php": ">=5.0.0" + }, + "require-dev": { + "phpdocumentor/phpdocumentor": "*", + "phpunit/phpunit": "4.1.*" + }, + "autoload": { + "classmap": ["class.phpmailer.php", "class.pop3.php", "class.smtp.php"] + }, + "license": "LGPL-2.1" +} \ No newline at end of file diff --git a/.classes/phpmailer/docs/Callback_function_notes.txt b/.classes/phpmailer/docs/Callback_function_notes.txt new file mode 100644 index 0000000..461ea50 --- /dev/null +++ b/.classes/phpmailer/docs/Callback_function_notes.txt @@ -0,0 +1,17 @@ +NEW CALLBACK FUNCTION: +====================== + +We have had requests for a method to process the results of sending emails +through PHPMailer. In this new release, we have implemented a callback +function that passes the results of each email sent (to, cc, and/or bcc). +We have provided an example that echos the results back to the screen. The +callback function can be used for any purpose. With minor modifications, the +callback function can be used to create CSV logs, post results to databases, +etc. + +Please review the test.php script for the example. + +It's pretty straight forward. + +Enjoy! +Andy diff --git a/.classes/phpmailer/docs/DomainKeys_notes.txt b/.classes/phpmailer/docs/DomainKeys_notes.txt new file mode 100644 index 0000000..2ad10f1 --- /dev/null +++ b/.classes/phpmailer/docs/DomainKeys_notes.txt @@ -0,0 +1,55 @@ +CREATE DKIM KEYS and DNS Resource Record: +========================================= + +To create DomainKeys Identified Mail keys, visit: +http://dkim.worxware.com/ +... read the information, fill in the form, and download the ZIP file +containing the public key, private key, DNS Resource Record and instructions +to add to your DNS Zone Record, and the PHPMailer code to enable DKIM +digital signing. + +/*** PROTECT YOUR PRIVATE & PUBLIC KEYS ***/ + +You need to protect your DKIM private and public keys from being viewed or +accessed. Add protection to your .htaccess file as in this example: + +# secure htkeyprivate file + + order allow,deny + deny from all + + +# secure htkeypublic file + + order allow,deny + deny from all + + +(the actual .htaccess additions are in the ZIP file sent back to you from +http://dkim.worxware.com/ + +A few notes on using DomainKey Identified Mail (DKIM): + +You do not need to use PHPMailer to DKIM sign emails IF: +- you enable DomainKey support and add the DNS resource record +- you use your outbound mail server + +If you are a third-party emailer that works on behalf of domain owners to +send their emails from your own server: +- you absolutely have to DKIM sign outbound emails +- the domain owner has to add the DNS resource record to match the + private key, public key, selector, identity, and domain that you create +- use caution with the "selector" ... at least one "selector" will already + exist in the DNS Zone Record of the domain at the domain owner's server + you need to ensure that the "selector" you use is unique +Note: since the IP address will not match the domain owner's DNS Zone record +you can be certain that email providers that validate based on DomainKey will +check the domain owner's DNS Zone record for your DNS resource record. Before +sending out emails on behalf of domain owners, ensure they have entered the +DNS resource record you provided them. + +Enjoy! +Andy + +PS. if you need additional information about DKIM, please see: +http://www.dkim.org/info/dkim-faq.html diff --git a/.classes/phpmailer/docs/Note_for_SMTP_debugging.txt b/.classes/phpmailer/docs/Note_for_SMTP_debugging.txt new file mode 100644 index 0000000..128b2d9 --- /dev/null +++ b/.classes/phpmailer/docs/Note_for_SMTP_debugging.txt @@ -0,0 +1,17 @@ +If you are having problems connecting or sending emails through your SMTP server, the SMTP class can provide more information about the processing/errors taking place. +Use the debug functionality of the class to see what's going on in your connections. To do that, set the debug level in your script. For example: + +$mail->SMTPDebug = 1; +$mail->isSMTP(); // telling the class to use SMTP +$mail->SMTPAuth = true; // enable SMTP authentication +$mail->Port = 26; // set the SMTP port +$mail->Host = "mail.yourhost.com"; // SMTP server +$mail->Username = "name@yourhost.com"; // SMTP account username +$mail->Password = "your password"; // SMTP account password + +Notes on this: +$mail->SMTPDebug = 0; ... will disable debugging (you can also leave this out completely, 0 is the default) +$mail->SMTPDebug = 1; ... will echo errors and server responses +$mail->SMTPDebug = 2; ... will echo errors, server responses and client messages + +And finally, don't forget to disable debugging before going into production. diff --git a/.classes/phpmailer/docs/extending.html b/.classes/phpmailer/docs/extending.html new file mode 100644 index 0000000..ec2b851 --- /dev/null +++ b/.classes/phpmailer/docs/extending.html @@ -0,0 +1,129 @@ + + +Examples using phpmailer + + + + +

Examples using PHPMailer

+ +

1. Advanced Example

+

+ +This demonstrates sending multiple email messages with binary attachments +from a MySQL database using multipart/alternative messages.

+ +

+require 'PHPMailerAutoload.php';
+
+$mail = new PHPMailer();
+
+$mail->From     = 'list@example.com';
+$mail->FromName = 'List manager';
+$mail->Host     = 'smtp1.example.com;smtp2.example.com';
+$mail->Mailer   = 'smtp';
+
+@mysqli_connect('localhost','root','password');
+@mysqli_select_db("my_company");
+$query = "SELECT full_name, email, photo FROM employee";
+$result = @mysqli_query($query);
+
+while ($row = mysqli_fetch_assoc($result))
+{
+    // HTML body
+    $body  = "Hello <font size=\"4\">" . $row['full_name'] . "</font>, <p>";
+    $body .= "<i>Your</i> personal photograph to this message.<p>";
+    $body .= "Sincerely, <br>";
+    $body .= "phpmailer List manager";
+
+    // Plain text body (for mail clients that cannot read HTML)
+    $text_body  = 'Hello ' . $row['full_name'] . ", \n\n";
+    $text_body .= "Your personal photograph to this message.\n\n";
+    $text_body .= "Sincerely, \n";
+    $text_body .= 'phpmailer List manager';
+
+    $mail->Body    = $body;
+    $mail->AltBody = $text_body;
+    $mail->addAddress($row['email'], $row['full_name']);
+    $mail->addStringAttachment($row['photo'], 'YourPhoto.jpg');
+
+    if(!$mail->send())
+        echo "There has been a mail error sending to " . $row['email'] . "<br>";
+
+    // Clear all addresses and attachments for next loop
+    $mail->clearAddresses();
+    $mail->clearAttachments();
+}
+
+

+ +

2. Extending PHPMailer

+

+ +Extending classes with inheritance is one of the most +powerful features of object-oriented programming. It allows you to make changes to the +original class for your own personal use without hacking the original +classes, and it's very easy to do: + +

+Here's a class that extends the phpmailer class and sets the defaults +for the particular site:
+PHP include file: my_phpmailer.php +

+ +

+require 'PHPMailerAutoload.php';
+
+class my_phpmailer extends PHPMailer {
+    // Set default variables for all new objects
+    public $From     = 'from@example.com';
+    public $FromName = 'Mailer';
+    public $Host     = 'smtp1.example.com;smtp2.example.com';
+    public $Mailer   = 'smtp';                         // Alternative to isSMTP()
+    public $WordWrap = 75;
+
+    // Replace the default debug output function
+    protected function edebug($msg) {
+        print('My Site Error');
+        print('Description:');
+        printf('%s', $msg);
+        exit;
+    }
+
+    //Extend the send function
+    public function send() {
+        $this->Subject = '[Yay for me!] '.$this->Subject;
+        return parent::send()
+    }
+
+    // Create an additional function
+    public function do_something($something) {
+        // Place your new code here
+    }
+}
+
+
+Now here's a normal PHP page in the site, which will have all the defaults set above:
+ +
+require 'my_phpmailer.php';
+
+// Instantiate your new class
+$mail = new my_phpmailer;
+
+// Now you only need to add the necessary stuff
+$mail->addAddress('josh@example.com', 'Josh Adams');
+$mail->Subject = 'Here is the subject';
+$mail->Body    = 'This is the message body';
+$mail->addAttachment('c:/temp/11-10-00.zip', 'new_name.zip');  // optional name
+
+if(!$mail->send())
+{
+   echo 'There was an error sending the message';
+   exit;
+}
+
+echo 'Message was sent successfully';
+
+ + diff --git a/.classes/phpmailer/docs/faq.html b/.classes/phpmailer/docs/faq.html new file mode 100644 index 0000000..7033a14 --- /dev/null +++ b/.classes/phpmailer/docs/faq.html @@ -0,0 +1,28 @@ + + +PHPMailer FAQ + + +

PHPMailer FAQ

+
    +
  • Q: I am concerned that using include files will take up too much + processing time on my computer. How can I make it run faster?
    + A: PHP by itself is fairly fast, but it recompiles scripts every time they are run, which takes up valuable + computer resources. You can bypass this by using an opcode cache which compiles + PHP code and store it in memory to reduce overhead immensely. APC + (Alternative PHP Cache) is a free opcode cache extension in the PECL library.
  • +
  • Q: Which mailer gives me the best performance?
    + A: On a single machine the sendmail (or Qmail) is fastest overall. + Next fastest is mail() to give you the best performance. Both do not have the overhead of SMTP. + If you do not have a local mail server (as is typical on Windows), SMTP is your only option.
  • +
  • Q: When I try to attach a file with on my server I get a + "Could not find {file} on filesystem error". Why is this?
    + A: If you are using a Unix machine this is probably because the user + running your web server does not have read access to the directory in question. If you are using Windows, + then the problem is probably that you have used single backslashes to denote directories (\). + A single backslash has a special meaning to PHP so these are not + valid. Instead use double backslashes ("\\") or a single forward + slash ("/").
  • +
+ + diff --git a/.classes/phpmailer/docs/generatedocs.sh b/.classes/phpmailer/docs/generatedocs.sh new file mode 100644 index 0000000..9da1ddf --- /dev/null +++ b/.classes/phpmailer/docs/generatedocs.sh @@ -0,0 +1,8 @@ +#!/bin/sh +# Regenerate PHPMailer documentation +# Run from within the docs folder +rm -rf phpdoc/* +phpdoc --directory .. --target ./phpdoc --ignore test/,examples/,extras/,test_script/,vendor/,language/ --sourcecode --force --title PHPMailer --template="clean" +# You can merge regenerated docs into a separate docs working copy without messing up the git status like so: +# rsync -a --delete --exclude ".git" --exclude "phpdoc-cache-*/" --exclude "README.md" phpdoc/ ../../phpmailer-docs +# After updating docs, push/PR them to the phpmailer gh-pages branch: https://github.com/PHPMailer/PHPMailer/tree/gh-pages diff --git a/.classes/phpmailer/docs/pop3_article.txt b/.classes/phpmailer/docs/pop3_article.txt new file mode 100644 index 0000000..fb90b9c --- /dev/null +++ b/.classes/phpmailer/docs/pop3_article.txt @@ -0,0 +1,50 @@ +This is built for PHP Mailer 1.72 and was not tested with any previous version. It was developed under PHP 4.3.11 (E_ALL). It works under PHP 5 and 5.1 with E_ALL, but not in Strict mode due to var deprecation (but then neither does PHP Mailer either!). It follows the RFC 1939 standard explicitly and is fully commented. + +With that noted, here is how to implement it: + +I didn't want to modify the PHP Mailer classes at all, so you will have to include/require this class along with the base one. It can sit quite happily in the phpmailer directory. + +When you need it, create your POP3 object + +Right before I invoke PHP Mailer I activate the POP3 authorisation. POP3 before SMTP is a process whereby you login to your web hosts POP3 mail server BEFORE sending out any emails via SMTP. The POP3 logon 'verifies' your ability to send email by SMTP, which typically otherwise blocks you. On my web host (Pair Networks) a single POP3 logon is enough to 'verify' you for 90 minutes. Here is some sample PHP code that activates the POP3 logon and then sends an email via PHP Mailer: + +authorise('pop3.example.com', 110, 30, 'mailer', 'password', 1); +$mail = new PHPMailer(); $mail->SMTPDebug = 2; $mail->isSMTP(); +$mail->isHTML(false); $mail->Host = 'relay.example.com'; +$mail->From = 'mailer@example.com'; +$mail->FromName = 'Example Mailer'; +$mail->Subject = 'My subject'; +$mail->Body = 'Hello world'; +$mail->addAddress('rich@corephp.co.uk', 'Richard Davey'); +if (!$mail->send()) { + echo $mail->ErrorInfo; +} +?> + +The PHP Mailer parts of this code should be obvious to anyone who has used PHP Mailer before. One thing to note - you almost certainly will not need to use SMTP Authentication *and* POP3 before SMTP together. The Authorisation method is a proxy method to all of the others within that class. There are connect, Logon and disconnect methods available, but I wrapped them in the single Authorisation one to make things easier. +The Parameters + +The authorise parameters are as follows: + +$pop->authorise('pop3.example.com', 110, 30, 'mailer', 'password', 1); + + 1. pop3.example.com - The POP3 Mail Server Name (hostname or IP address) + 2. 110 - The POP3 Port on which to connect (default is usually 110, but check with your host) + 3. 30 - A connection time-out value (in seconds) + 4. mailer - The POP3 Username required to logon + 5. password - The POP3 Password required to logon + 6. 1 - The class debug level (0 = off, 1+ = debug output is echoed to the browser) + +Final Comments + the Download + +1) This class does not support APOP connections. This is only because I did not have an APOP server to test with, but if you'd like to see that added just contact me. + +2) Opening and closing lots of POP3 connections can be quite a resource/network drain. If you need to send a whole batch of emails then just perform the authentication once at the start, and then loop through your mail sending script. Providing this process doesn't take longer than the verification period lasts on your POP3 server, you should be fine. With my host that period is 90 minutes, i.e. plenty of time. + +3) If you have heavy requirements for this script (i.e. send a LOT of email on a frequent basis) then I would advise seeking out an alternative sending method (direct SMTP ideally). If this isn't possible then you could modify this class so the 'last authorised' date is recorded somewhere (MySQL, Flat file, etc) meaning you only open a new connection if the old one has expired, saving you precious overhead. + +4) There are lots of other POP3 classes for PHP available. However most of them implement the full POP3 command set, where-as this one is purely for authentication, and much lighter as a result. However using any of the other POP3 classes to just logon to your server would have the same net result. At the end of the day, use whatever method you feel most comfortable with. +Download + +My thanks to Chris Ryan for the inspiration (even if indirectly, via his SMTP class) diff --git a/.classes/phpmailer/examples/LGPLv3.txt b/.classes/phpmailer/examples/LGPLv3.txt new file mode 100644 index 0000000..3f9959f --- /dev/null +++ b/.classes/phpmailer/examples/LGPLv3.txt @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. \ No newline at end of file diff --git a/.classes/phpmailer/examples/code_generator.phps b/.classes/phpmailer/examples/code_generator.phps new file mode 100644 index 0000000..af0cfcc --- /dev/null +++ b/.classes/phpmailer/examples/code_generator.phps @@ -0,0 +1,596 @@ +CharSet = 'utf-8'; +$mail->Debugoutput = $CFG['smtp_debugoutput']; +$example_code .= "\n\n\$mail = new PHPMailer(true);"; +$example_code .= "\n\$mail->CharSet = 'utf-8';"; + +class phpmailerAppException extends phpmailerException +{ +} + +$example_code .= "\n\nclass phpmailerAppException extends phpmailerException {}"; +$example_code .= "\n\ntry {"; + +try { + if (isset($_POST["submit"]) && $_POST['submit'] == "Submit") { + $to = $_POST['To_Email']; + if (!PHPMailer::validateAddress($to)) { + throw new phpmailerAppException("Email address " . $to . " is invalid -- aborting!"); + } + + $example_code .= "\n\$to = '{$_POST['To_Email']}';"; + $example_code .= "\nif(!PHPMailer::validateAddress(\$to)) {"; + $example_code .= "\n throw new phpmailerAppException(\"Email address \" . " . + "\$to . \" is invalid -- aborting!\");"; + $example_code .= "\n}"; + + switch ($_POST['test_type']) { + case 'smtp': + $mail->isSMTP(); // telling the class to use SMTP + $mail->SMTPDebug = (integer)$_POST['smtp_debug']; + $mail->Host = $_POST['smtp_server']; // SMTP server + $mail->Port = (integer)$_POST['smtp_port']; // set the SMTP port + if ($_POST['smtp_secure']) { + $mail->SMTPSecure = strtolower($_POST['smtp_secure']); + } + $mail->SMTPAuth = array_key_exists('smtp_authenticate', $_POST); // enable SMTP authentication? + if (array_key_exists('smtp_authenticate', $_POST)) { + $mail->Username = $_POST['authenticate_username']; // SMTP account username + $mail->Password = $_POST['authenticate_password']; // SMTP account password + } + + $example_code .= "\n\$mail->isSMTP();"; + $example_code .= "\n\$mail->SMTPDebug = " . $_POST['smtp_debug'] . ";"; + $example_code .= "\n\$mail->Host = \"" . $_POST['smtp_server'] . "\";"; + $example_code .= "\n\$mail->Port = \"" . $_POST['smtp_port'] . "\";"; + $example_code .= "\n\$mail->SMTPSecure = \"" . strtolower($_POST['smtp_secure']) . "\";"; + $example_code .= "\n\$mail->SMTPAuth = " . (array_key_exists( + 'smtp_authenticate', + $_POST + ) ? 'true' : 'false') . ";"; + if (array_key_exists('smtp_authenticate', $_POST)) { + $example_code .= "\n\$mail->Username = \"" . $_POST['authenticate_username'] . "\";"; + $example_code .= "\n\$mail->Password = \"" . $_POST['authenticate_password'] . "\";"; + } + break; + case 'mail': + $mail->isMail(); // telling the class to use PHP's mail() + $example_code .= "\n\$mail->isMail();"; + break; + case 'sendmail': + $mail->isSendmail(); // telling the class to use Sendmail + $example_code .= "\n\$mail->isSendmail();"; + break; + case 'qmail': + $mail->isQmail(); // telling the class to use Qmail + $example_code .= "\n\$mail->isQmail();"; + break; + default: + throw new phpmailerAppException('Invalid test_type provided'); + } + + try { + if ($_POST['From_Name'] != '') { + $mail->addReplyTo($_POST['From_Email'], $_POST['From_Name']); + $mail->From = $_POST['From_Email']; + $mail->FromName = $_POST['From_Name']; + + $example_code .= "\n\$mail->addReplyTo(\"" . + $_POST['From_Email'] . "\", \"" . $_POST['From_Name'] . "\");"; + $example_code .= "\n\$mail->From = \"" . $_POST['From_Email'] . "\";"; + $example_code .= "\n\$mail->FromName = \"" . $_POST['From_Name'] . "\";"; + } else { + $mail->addReplyTo($_POST['From_Email']); + $mail->From = $_POST['From_Email']; + $mail->FromName = $_POST['From_Email']; + + $example_code .= "\n\$mail->addReplyTo(\"" . $_POST['From_Email'] . "\");"; + $example_code .= "\n\$mail->From = \"" . $_POST['From_Email'] . "\";"; + $example_code .= "\n\$mail->FromName = \"" . $_POST['From_Email'] . "\";"; + } + + if ($_POST['To_Name'] != '') { + $mail->addAddress($to, $_POST['To_Name']); + $example_code .= "\n\$mail->addAddress(\"$to\", \"" . $_POST['To_Name'] . "\");"; + } else { + $mail->addAddress($to); + $example_code .= "\n\$mail->addAddress(\"$to\");"; + } + + if ($_POST['bcc_Email'] != '') { + $indiBCC = explode(" ", $_POST['bcc_Email']); + foreach ($indiBCC as $key => $value) { + $mail->addBCC($value); + $example_code .= "\n\$mail->addBCC(\"$value\");"; + } + } + + if ($_POST['cc_Email'] != '') { + $indiCC = explode(" ", $_POST['cc_Email']); + foreach ($indiCC as $key => $value) { + $mail->addCC($value); + $example_code .= "\n\$mail->addCC(\"$value\");"; + } + } + } catch (phpmailerException $e) { //Catch all kinds of bad addressing + throw new phpmailerAppException($e->getMessage()); + } + $mail->Subject = $_POST['Subject'] . ' (PHPMailer test using ' . strtoupper($_POST['test_type']) . ')'; + $example_code .= "\n\$mail->Subject = \"" . $_POST['Subject'] . + '(PHPMailer test using ' . strtoupper($_POST['test_type']) . ')";'; + + if ($_POST['Message'] == '') { + $body = file_get_contents('contents.html'); + } else { + $body = $_POST['Message']; + } + + $example_code .= "\n\$body = <<<'EOT'\n" . htmlentities($body) . "\nEOT;"; + + $mail->WordWrap = 80; // set word wrap + $mail->msgHTML($body, dirname(__FILE__), true); //Create message bodies and embed images + + $example_code .= "\n\$mail->WordWrap = 80;"; + $example_code .= "\n\$mail->msgHTML(\$body, dirname(__FILE__), true); //Create message bodies and embed images"; + + $mail->addAttachment('images/phpmailer_mini.png', 'phpmailer_mini.png'); // optional name + $mail->addAttachment('images/phpmailer.png', 'phpmailer.png'); // optional name + $example_code .= "\n\$mail->addAttachment('images/phpmailer_mini.png'," . + "'phpmailer_mini.png'); // optional name"; + $example_code .= "\n\$mail->addAttachment('images/phpmailer.png', 'phpmailer.png'); // optional name"; + + $example_code .= "\n\ntry {"; + $example_code .= "\n \$mail->send();"; + $example_code .= "\n \$results_messages[] = \"Message has been sent using " . + strtoupper($_POST['test_type']) . "\";"; + $example_code .= "\n}"; + $example_code .= "\ncatch (phpmailerException \$e) {"; + $example_code .= "\n throw new phpmailerAppException('Unable to send to: ' . \$to. ': '.\$e->getMessage());"; + $example_code .= "\n}"; + + try { + $mail->send(); + $results_messages[] = "Message has been sent using " . strtoupper($_POST["test_type"]); + } catch (phpmailerException $e) { + throw new phpmailerAppException("Unable to send to: " . $to . ': ' . $e->getMessage()); + } + } +} catch (phpmailerAppException $e) { + $results_messages[] = $e->errorMessage(); +} +$example_code .= "\n}"; +$example_code .= "\ncatch (phpmailerAppException \$e) {"; +$example_code .= "\n \$results_messages[] = \$e->errorMessage();"; +$example_code .= "\n}"; +$example_code .= "\n\nif (count(\$results_messages) > 0) {"; +$example_code .= "\n echo \"

Run results

\\n\";"; +$example_code .= "\n echo \"
    \\n\";"; +$example_code .= "\nforeach (\$results_messages as \$result) {"; +$example_code .= "\n echo \"
  • \$result
  • \\n\";"; +$example_code .= "\n}"; +$example_code .= "\necho \"
\\n\";"; +$example_code .= "\n}"; +?> + + + + PHPMailer Test Page + + + + + + + + +"; + echo exit("ERROR: Wrong PHP version. Must be PHP 5 or above."); +} + +if (count($results_messages) > 0) { + echo '

Run results

'; + echo '
    '; + foreach ($results_messages as $result) { + echo "
  • $result
  • "; + } + echo '
'; +} + +if (isset($_POST["submit"]) && $_POST["submit"] == "Submit") { + echo "
\n"; + echo "
Script:\n"; + echo "
\n";
+    echo $example_code;
+    echo "\n
\n"; + echo "\n
\n"; +} +?> +
+
+
+
+ Mail Details + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+
Test will include two attachments.
+
+
+
+
+ Mail Test Specs + + + + + +
Test Type +
+ + + required> +
+
+ + + required> +
+
+ + + required> +
+
+ + + required> +
+
+
"> + SMTP Specific Options: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ + value=""> +
+ +
+ +
+
+
+
+
+ +
+
+ +
+ +
+
+
+ + \ No newline at end of file diff --git a/.classes/phpmailer/examples/contents.html b/.classes/phpmailer/examples/contents.html new file mode 100644 index 0000000..9257f6d --- /dev/null +++ b/.classes/phpmailer/examples/contents.html @@ -0,0 +1,17 @@ + + + + + PHPMailer Test + + +
+

This is a test of PHPMailer.

+
+ PHPMailer rocks +
+

This example uses HTML.

+

The PHPMailer image at the top has been embedded automatically.

+
+ + diff --git a/.classes/phpmailer/examples/exceptions.phps b/.classes/phpmailer/examples/exceptions.phps new file mode 100644 index 0000000..e250190 --- /dev/null +++ b/.classes/phpmailer/examples/exceptions.phps @@ -0,0 +1,41 @@ + + + + + PHPMailer - Exceptions test + + +setFrom('from@example.com', 'First Last'); + //Set an alternative reply-to address + $mail->addReplyTo('replyto@example.com', 'First Last'); + //Set who the message is to be sent to + $mail->addAddress('whoto@example.com', 'John Doe'); + //Set the subject line + $mail->Subject = 'PHPMailer Exceptions test'; + //Read an HTML message body from an external file, convert referenced images to embedded, + //and convert the HTML into a basic plain-text alternative body + $mail->msgHTML(file_get_contents('contents.html'), dirname(__FILE__)); + //Replace the plain text body with one created manually + $mail->AltBody = 'This is a plain-text message body'; + //Attach an image file + $mail->addAttachment('images/phpmailer_mini.png'); + //send the message + //Note that we don't need check the response from this because it will throw an exception if it has trouble + $mail->send(); + echo "Message sent!"; +} catch (phpmailerException $e) { + echo $e->errorMessage(); //Pretty error messages from PHPMailer +} catch (Exception $e) { + echo $e->getMessage(); //Boring error messages from anything else! +} +?> + + diff --git a/.classes/phpmailer/examples/gmail.phps b/.classes/phpmailer/examples/gmail.phps new file mode 100644 index 0000000..a6d4198 --- /dev/null +++ b/.classes/phpmailer/examples/gmail.phps @@ -0,0 +1,79 @@ + + + + + PHPMailer - GMail SMTP test + + +isSMTP(); + +//Enable SMTP debugging +// 0 = off (for production use) +// 1 = client messages +// 2 = client and server messages +$mail->SMTPDebug = 2; + +//Ask for HTML-friendly debug output +$mail->Debugoutput = 'html'; + +//Set the hostname of the mail server +$mail->Host = 'smtp.gmail.com'; + +//Set the SMTP port number - 587 for authenticated TLS, a.k.a. RFC4409 SMTP submission +$mail->Port = 587; + +//Set the encryption system to use - ssl (deprecated) or tls +$mail->SMTPSecure = 'tls'; + +//Whether to use SMTP authentication +$mail->SMTPAuth = true; + +//Username to use for SMTP authentication - use full email address for gmail +$mail->Username = "username@gmail.com"; + +//Password to use for SMTP authentication +$mail->Password = "yourpassword"; + +//Set who the message is to be sent from +$mail->setFrom('from@example.com', 'First Last'); + +//Set an alternative reply-to address +$mail->addReplyTo('replyto@example.com', 'First Last'); + +//Set who the message is to be sent to +$mail->addAddress('whoto@example.com', 'John Doe'); + +//Set the subject line +$mail->Subject = 'PHPMailer GMail SMTP test'; + +//Read an HTML message body from an external file, convert referenced images to embedded, +//convert HTML into a basic plain-text alternative body +$mail->msgHTML(file_get_contents('contents.html'), dirname(__FILE__)); + +//Replace the plain text body with one created manually +$mail->AltBody = 'This is a plain-text message body'; + +//Attach an image file +$mail->addAttachment('images/phpmailer_mini.png'); + +//send the message, check for errors +if (!$mail->send()) { + echo "Mailer Error: " . $mail->ErrorInfo; +} else { + echo "Message sent!"; +} +?> + + diff --git a/.classes/phpmailer/examples/images/phpmailer.png b/.classes/phpmailer/examples/images/phpmailer.png new file mode 100644 index 0000000000000000000000000000000000000000..9bdd83c8ded93d00b1e05abcfe1d6cb5b2ae96ef GIT binary patch literal 5831 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 RgdfyIhIdW$>U5l={s-zotz7^B literal 0 HcmV?d00001 diff --git a/.classes/phpmailer/examples/images/phpmailer_mini.png b/.classes/phpmailer/examples/images/phpmailer_mini.png new file mode 100644 index 0000000000000000000000000000000000000000..e6915f4317692a2591ef8c96ef74c50ea42a6fba GIT binary patch literal 1842 zcmV-22hI42P)cS z;&&eArFvNZrNTx8&q9F_J$UfI*49=(Ti!Qre+`?5s;4?sCM5$wU@&NWeB92?PCr{_ zqSMw;@*%0($^*qB(m{j=BkJz%wlJixH1->VNhVX(7ay~-B2 zwY9a(GT)!}^m4J`HFtBgo^6lOPqq0lIW5kK*IX*LY$!P<2pCjXSI06L85v;~s4wmT(7E?RPes7OO8NtDdii%h! z{r&wcFwPX`%IgXXZ}X*q-+qpER$22FIHr~_b;lDwf`dJJ^oV6rQBlDKW2FljYF*Q} zuB~mj-;tGGvh)cLcIworcO0EOdD0*l(vP{`7Dg*JM7cIVHY>t|VRWsouCmI%e*Idh zR2l<@^wR~y8$amlC$;nCVvknA?)Lj*7ErAt}3cqzHk8tJyGgWB7u&^*VIVczs_7Ju*_MGuU zwwED8;lV&fI-zM`NMlW!qYBCX+*niOi_DJC>RB!U=)mkQ7{Td!6+C7qhOx{7+&2x`M1bJkHQ7-=P<+qZ9bb#)m8tFEs8Cr&CldT(zJA$|b6b?esR;v&LPnGVa!%2;6B zSVvwk6f+wb8ew8$;y_^NY&$zUa6-VYUcHJVLh_YFB7uJ|FE0WH!O7Cn(wjGL9zTAZ zkdS~f5fKr+y}e8@IJ|c48jeoa*4A*BRVo!STU%Sx)6?_v@?dBR7(Dj%^${>c0|zoR zH8sTxM#4UDT1&w25ik15SI3VZ2Z>B3BVcF&yfeo^A&G(^@jP*Haq!FpD<~+y4i+(K z@Y&JPar5R)WDX1rAm{>tyZ-+E#)6^eU}U3WoD8k3te{E)_UzfSCk$cu?Sp|ICJhm=f7Nx`5cU}&*}bw&JQ zJiOpydV2co*|VtCU{}QX7)+oSFJ82?v>^PM35NTM4hd}dw70iswpd9?3A#GM%+OrO zDt^>vfLNLS>@_%TMr1Vd|}HzJ60aBvVG_rWmVq8E^8TZKZQ3k=w3 zG4~I0c6R<$z#ugK)2B}{N||6-QF?lMkh2elHspfgFU$WY1cok+^$k-66AaxF{i?aS z`Ocj?=xnIEsi}zzhH;Bx=&@M1F>~Nw9!vq#Xf&vpn~!h++*H;U0W&XIQq^iT*TmJ; z)!W;fH!c;CFJv;ra)+HtKtKRKVlhB1fF~OoM@Pr~TZ~(PVwlY0 + + + + PHPMailer Examples + + +

PHPMailer code examplesPHPMailer logo

+

This folder contains a collection of examples of using PHPMailer.

+

About testing email sending

+

When working on email sending code you'll find yourself worrying about what might happen if all these test emails got sent to your mailing list. The solution is to use a fake mail server, one that acts just like the real thing, but just doesn't actually send anything out. Some offer web interfaces, feedback, logging, the ability to return specific error codes, all things that are useful for testing error handling, authentication etc. Here's a selection of mail testing tools you might like to try:

+
    +
  • FakeEmail, a Python-based fake mail server with a web interface.
  • +
  • smtp-sink, part of the Postfix mail server, so you probably already have this installed. This is used in the Travis-CI configuration to run PHPMailer's unit tests.
  • +
  • FakeSMTP, a Java desktop app with the ability to show an SMTP log and save messages to a folder.
  • +
  • smtp4dev, a dummy SMTP server for Windows.
  • +
  • fakesendmail.sh, part of PHPMailer's test setup, this is a shell script that emulates sendmail for testing 'mail' or 'sendmail' methods in PHPMailer.
  • +
  • msglint, not a mail server, the IETF's MIME structure analyser checks the formatting of your messages.
  • +
+
+

Security note

+

Before running these examples you'll need to rename them with '.php' extensions. They are supplied as '.phps' files which will usually be displayed with syntax highlighting by PHP instead of running them. This prevents potential security issues with running potential spam-gateway code if you happen to deploy these code examples on a live site - please don't do that! Similarly, don't leave your passwords in these files as they will be visible to the world!

+
+

code_generator.phps

+

This script is a simple code generator - fill in the form and hit submit, and it will use when you entered to email you a message, and will also generate PHP code using your settings that you can copy and paste to use in your own apps. If you need to get going quickly, this is probably the best place to start.

+

mail.phps

+

This script is a basic example which creates an email message from an external HTML file, creates a plain text body, sets various addresses, adds an attachment and sends the message. It uses PHP's built-in mail() function which is the simplest to use, but relies on the presence of a local mail server, something which is not usually available on Windows. If you find yourself in that sitution, either install a local mail server, or use a remote one and send using SMTP instead.

+

exceptions.phps

+

The same as the mail example, but shows how to use PHPMailer's optional exceptions for error handling.

+

smtp.phps

+

A simple example sending using SMTP with authentication.

+

smtp_no_auth.phps

+

A simple example sending using SMTP without authentication.

+

sendmail.phps

+

A simple example using sendmail. Sendmail is a program (usually found on Linux/BSD, OS X and other UNIX-alikes) that can be used to submit messages to a local mail server without a lengthy SMTP conversation. It's probably the fastest sending mechanism, but lacks some error reporting features. There are sendmail emulators for most popular mail servers including postfix, qmail, exim etc.

+

gmail.phps

+

Submitting email via Google's Gmail service is a popular use of PHPMailer. It's much the same as normal SMTP sending, just with some specific settings, namely using TLS encryption, authentication is enabled, and it connects to the SMTP submission port 587 on the smtp.gmail.com host. This example does all that.

+

pop_before_smtp.phps

+

Before effective SMTP authentication mechanisms were available, it was common for ISPs to use POP-before-SMTP authentication. As it implies, you authenticate using the POP3 protocol (an older protocol now mostly replaced by the far superior IMAP), and then the SMTP server will allow send access from your IP address for a short while, usually 5-15 minutes. PHPMailer includes a POP3 protocol client, so it can carry out this sequence - it's just like a normal SMTP conversation (without authentication), but connects via POP first.

+

mailing_list.phps

+

This is a somewhat naïve example of sending similar emails to a list of different addresses. It sets up a PHPMailer instance using SMTP, then connects to a MySQL database to retrieve a list of recipients. The code loops over this list, sending email to each person using their info and marks them as sent in the database. It makes use of SMTP keepalive which saves reconnecting and re-authenticating between each message.

+
+

Most of these examples use the 'example.com' domain. This domain is reserved by IANA for illustrative purposes, as documented in RFC 2606. Don't use made-up domains like 'mydomain.com' or 'somedomain.com' in examples as someone, somewhere, probably owns them!

+ + diff --git a/.classes/phpmailer/examples/mail.phps b/.classes/phpmailer/examples/mail.phps new file mode 100644 index 0000000..f12dbaf --- /dev/null +++ b/.classes/phpmailer/examples/mail.phps @@ -0,0 +1,37 @@ + + + + + PHPMailer - mail() test + + +setFrom('from@example.com', 'First Last'); +//Set an alternative reply-to address +$mail->addReplyTo('replyto@example.com', 'First Last'); +//Set who the message is to be sent to +$mail->addAddress('whoto@example.com', 'John Doe'); +//Set the subject line +$mail->Subject = 'PHPMailer mail() test'; +//Read an HTML message body from an external file, convert referenced images to embedded, +//convert HTML into a basic plain-text alternative body +$mail->msgHTML(file_get_contents('contents.html'), dirname(__FILE__)); +//Replace the plain text body with one created manually +$mail->AltBody = 'This is a plain-text message body'; +//Attach an image file +$mail->addAttachment('images/phpmailer_mini.png'); + +//send the message, check for errors +if (!$mail->send()) { + echo "Mailer Error: " . $mail->ErrorInfo; +} else { + echo "Message sent!"; +} +?> + + diff --git a/.classes/phpmailer/examples/mailing_list.phps b/.classes/phpmailer/examples/mailing_list.phps new file mode 100644 index 0000000..070e82d --- /dev/null +++ b/.classes/phpmailer/examples/mailing_list.phps @@ -0,0 +1,55 @@ +isSMTP(); +$mail->Host = 'smtp.example.com'; +$mail->SMTPAuth = true; +$mail->SMTPKeepAlive = true; // SMTP connection will not close after each email sent, reduces SMTP overhead +$mail->Port = 25; +$mail->Username = 'yourname@example.com'; +$mail->Password = 'yourpassword'; +$mail->setFrom('list@example.com', 'List manager'); +$mail->addReplyTo('list@example.com', 'List manager'); + +$mail->Subject = "PHPMailer Simple database mailing list test"; + +//Same body for all messages, so set this before the sending loop +//If you generate a different body for each recipient (e.g. you're using a templating system), +//set it inside the loop +$mail->msgHTML($body); +//msgHTML also sets AltBody, so if you want a custom one, set it afterwards +$mail->AltBody = 'To view the message, please use an HTML compatible email viewer!'; + +//Connect to the database and select the recipients from your mailing list that have not yet been sent to +//You'll need to alter this to match your database +$mysql = mysql_connect('localhost', 'username', 'password'); +mysql_select_db('mydb', $mysql); +$result = mysql_query("SELECT full_name, email, photo FROM mailinglist WHERE sent = false", $mysql); + +while ($row = mysql_fetch_array($result)) { + $mail->addAddress($row['email'], $row['full_name']); + $mail->addStringAttachment($row['photo'], 'YourPhoto.jpg'); //Assumes the image data is stored in the DB + + if (!$mail->send()) { + echo "Mailer Error (" . str_replace("@", "@", $row["email"]) . ') ' . $mail->ErrorInfo . '
'; + break; //Abandon sending + } else { + echo "Message sent to :" . $row['full_name'] . ' (' . str_replace("@", "@", $row['email']) . ')
'; + //Mark it as sent in the DB + mysql_query( + "UPDATE mailinglist SET sent = true WHERE email = '" . mysql_real_escape_string($row['email'], $mysql) . "'" + ); + } + // Clear all addresses and attachments for next loop + $mail->clearAddresses(); + $mail->clearAttachments(); +} diff --git a/.classes/phpmailer/examples/pop_before_smtp.phps b/.classes/phpmailer/examples/pop_before_smtp.phps new file mode 100644 index 0000000..44a7d42 --- /dev/null +++ b/.classes/phpmailer/examples/pop_before_smtp.phps @@ -0,0 +1,60 @@ + + + + + PHPMailer - POP-before-SMTP test + + +isSMTP(); + //Enable SMTP debugging + // 0 = off (for production use) + // 1 = client messages + // 2 = client and server messages + $mail->SMTPDebug = 2; + //Ask for HTML-friendly debug output + $mail->Debugoutput = 'html'; + //Set the hostname of the mail server + $mail->Host = "mail.example.com"; + //Set the SMTP port number - likely to be 25, 465 or 587 + $mail->Port = 25; + //Whether to use SMTP authentication + $mail->SMTPAuth = false; + //Set who the message is to be sent from + $mail->setFrom('from@example.com', 'First Last'); + //Set an alternative reply-to address + $mail->addReplyTo('replyto@example.com', 'First Last'); + //Set who the message is to be sent to + $mail->addAddress('whoto@example.com', 'John Doe'); + //Set the subject line + $mail->Subject = 'PHPMailer POP-before-SMTP test'; + //Read an HTML message body from an external file, convert referenced images to embedded, + //and convert the HTML into a basic plain-text alternative body + $mail->msgHTML(file_get_contents('contents.html'), dirname(__FILE__)); + //Replace the plain text body with one created manually + $mail->AltBody = 'This is a plain-text message body'; + //Attach an image file + $mail->addAttachment('images/phpmailer_mini.png'); + //send the message + //Note that we don't need check the response from this because it will throw an exception if it has trouble + $mail->send(); + echo "Message sent!"; +} catch (phpmailerException $e) { + echo $e->errorMessage(); //Pretty error messages from PHPMailer +} catch (Exception $e) { + echo $e->getMessage(); //Boring error messages from anything else! +} +?> + + diff --git a/.classes/phpmailer/examples/scripts/XRegExp.js b/.classes/phpmailer/examples/scripts/XRegExp.js new file mode 100644 index 0000000..ebdb9c9 --- /dev/null +++ b/.classes/phpmailer/examples/scripts/XRegExp.js @@ -0,0 +1,664 @@ +// XRegExp 1.5.1 +// (c) 2007-2012 Steven Levithan +// MIT License +// +// Provides an augmented, extensible, cross-browser implementation of regular expressions, +// including support for additional syntax, flags, and methods + +var XRegExp; + +if (XRegExp) { + // Avoid running twice, since that would break references to native globals + throw Error("can't load XRegExp twice in the same frame"); +} + +// Run within an anonymous function to protect variables and avoid new globals +(function (undefined) { + + //--------------------------------- + // Constructor + //--------------------------------- + + // Accepts a pattern and flags; returns a new, extended `RegExp` object. Differs from a native + // regular expression in that additional syntax and flags are supported and cross-browser + // syntax inconsistencies are ameliorated. `XRegExp(/regex/)` clones an existing regex and + // converts to type XRegExp + XRegExp = function (pattern, flags) { + var output = [], + currScope = XRegExp.OUTSIDE_CLASS, + pos = 0, + context, tokenResult, match, chr, regex; + + if (XRegExp.isRegExp(pattern)) { + if (flags !== undefined) + throw TypeError("can't supply flags when constructing one RegExp from another"); + return clone(pattern); + } + // Tokens become part of the regex construction process, so protect against infinite + // recursion when an XRegExp is constructed within a token handler or trigger + if (isInsideConstructor) + throw Error("can't call the XRegExp constructor within token definition functions"); + + flags = flags || ""; + context = { // `this` object for custom tokens + hasNamedCapture: false, + captureNames: [], + hasFlag: function (flag) {return flags.indexOf(flag) > -1;}, + setFlag: function (flag) {flags += flag;} + }; + + while (pos < pattern.length) { + // Check for custom tokens at the current position + tokenResult = runTokens(pattern, pos, currScope, context); + + if (tokenResult) { + output.push(tokenResult.output); + pos += (tokenResult.match[0].length || 1); + } else { + // Check for native multicharacter metasequences (excluding character classes) at + // the current position + if (match = nativ.exec.call(nativeTokens[currScope], pattern.slice(pos))) { + output.push(match[0]); + pos += match[0].length; + } else { + chr = pattern.charAt(pos); + if (chr === "[") + currScope = XRegExp.INSIDE_CLASS; + else if (chr === "]") + currScope = XRegExp.OUTSIDE_CLASS; + // Advance position one character + output.push(chr); + pos++; + } + } + } + + regex = RegExp(output.join(""), nativ.replace.call(flags, flagClip, "")); + regex._xregexp = { + source: pattern, + captureNames: context.hasNamedCapture ? context.captureNames : null + }; + return regex; + }; + + + //--------------------------------- + // Public properties + //--------------------------------- + + XRegExp.version = "1.5.1"; + + // Token scope bitflags + XRegExp.INSIDE_CLASS = 1; + XRegExp.OUTSIDE_CLASS = 2; + + + //--------------------------------- + // Private variables + //--------------------------------- + + var replacementToken = /\$(?:(\d\d?|[$&`'])|{([$\w]+)})/g, + flagClip = /[^gimy]+|([\s\S])(?=[\s\S]*\1)/g, // Nonnative and duplicate flags + quantifier = /^(?:[?*+]|{\d+(?:,\d*)?})\??/, + isInsideConstructor = false, + tokens = [], + // Copy native globals for reference ("native" is an ES3 reserved keyword) + nativ = { + exec: RegExp.prototype.exec, + test: RegExp.prototype.test, + match: String.prototype.match, + replace: String.prototype.replace, + split: String.prototype.split + }, + compliantExecNpcg = nativ.exec.call(/()??/, "")[1] === undefined, // check `exec` handling of nonparticipating capturing groups + compliantLastIndexIncrement = function () { + var x = /^/g; + nativ.test.call(x, ""); + return !x.lastIndex; + }(), + hasNativeY = RegExp.prototype.sticky !== undefined, + nativeTokens = {}; + + // `nativeTokens` match native multicharacter metasequences only (including deprecated octals, + // excluding character classes) + nativeTokens[XRegExp.INSIDE_CLASS] = /^(?:\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S]))/; + nativeTokens[XRegExp.OUTSIDE_CLASS] = /^(?:\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u[\dA-Fa-f]{4}|c[A-Za-z]|[\s\S])|\(\?[:=!]|[?*+]\?|{\d+(?:,\d*)?}\??)/; + + + //--------------------------------- + // Public methods + //--------------------------------- + + // Lets you extend or change XRegExp syntax and create custom flags. This is used internally by + // the XRegExp library and can be used to create XRegExp plugins. This function is intended for + // users with advanced knowledge of JavaScript's regular expression syntax and behavior. It can + // be disabled by `XRegExp.freezeTokens` + XRegExp.addToken = function (regex, handler, scope, trigger) { + tokens.push({ + pattern: clone(regex, "g" + (hasNativeY ? "y" : "")), + handler: handler, + scope: scope || XRegExp.OUTSIDE_CLASS, + trigger: trigger || null + }); + }; + + // Accepts a pattern and flags; returns an extended `RegExp` object. If the pattern and flag + // combination has previously been cached, the cached copy is returned; otherwise the newly + // created regex is cached + XRegExp.cache = function (pattern, flags) { + var key = pattern + "/" + (flags || ""); + return XRegExp.cache[key] || (XRegExp.cache[key] = XRegExp(pattern, flags)); + }; + + // Accepts a `RegExp` instance; returns a copy with the `/g` flag set. The copy has a fresh + // `lastIndex` (set to zero). If you want to copy a regex without forcing the `global` + // property, use `XRegExp(regex)`. Do not use `RegExp(regex)` because it will not preserve + // special properties required for named capture + XRegExp.copyAsGlobal = function (regex) { + return clone(regex, "g"); + }; + + // Accepts a string; returns the string with regex metacharacters escaped. The returned string + // can safely be used at any point within a regex to match the provided literal string. Escaped + // characters are [ ] { } ( ) * + ? - . , \ ^ $ | # and whitespace + XRegExp.escape = function (str) { + return str.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); + }; + + // Accepts a string to search, regex to search with, position to start the search within the + // string (default: 0), and an optional Boolean indicating whether matches must start at-or- + // after the position or at the specified position only. This function ignores the `lastIndex` + // of the provided regex in its own handling, but updates the property for compatibility + XRegExp.execAt = function (str, regex, pos, anchored) { + var r2 = clone(regex, "g" + ((anchored && hasNativeY) ? "y" : "")), + match; + r2.lastIndex = pos = pos || 0; + match = r2.exec(str); // Run the altered `exec` (required for `lastIndex` fix, etc.) + if (anchored && match && match.index !== pos) + match = null; + if (regex.global) + regex.lastIndex = match ? r2.lastIndex : 0; + return match; + }; + + // Breaks the unrestorable link to XRegExp's private list of tokens, thereby preventing + // syntax and flag changes. Should be run after XRegExp and any plugins are loaded + XRegExp.freezeTokens = function () { + XRegExp.addToken = function () { + throw Error("can't run addToken after freezeTokens"); + }; + }; + + // Accepts any value; returns a Boolean indicating whether the argument is a `RegExp` object. + // Note that this is also `true` for regex literals and regexes created by the `XRegExp` + // constructor. This works correctly for variables created in another frame, when `instanceof` + // and `constructor` checks would fail to work as intended + XRegExp.isRegExp = function (o) { + return Object.prototype.toString.call(o) === "[object RegExp]"; + }; + + // Executes `callback` once per match within `str`. Provides a simpler and cleaner way to + // iterate over regex matches compared to the traditional approaches of subverting + // `String.prototype.replace` or repeatedly calling `exec` within a `while` loop + XRegExp.iterate = function (str, regex, callback, context) { + var r2 = clone(regex, "g"), + i = -1, match; + while (match = r2.exec(str)) { // Run the altered `exec` (required for `lastIndex` fix, etc.) + if (regex.global) + regex.lastIndex = r2.lastIndex; // Doing this to follow expectations if `lastIndex` is checked within `callback` + callback.call(context, match, ++i, str, regex); + if (r2.lastIndex === match.index) + r2.lastIndex++; + } + if (regex.global) + regex.lastIndex = 0; + }; + + // Accepts a string and an array of regexes; returns the result of using each successive regex + // to search within the matches of the previous regex. The array of regexes can also contain + // objects with `regex` and `backref` properties, in which case the named or numbered back- + // references specified are passed forward to the next regex or returned. E.g.: + // var xregexpImgFileNames = XRegExp.matchChain(html, [ + // {regex: /]+)>/i, backref: 1}, // tag attributes + // {regex: XRegExp('(?ix) \\s src=" (? [^"]+ )'), backref: "src"}, // src attribute values + // {regex: XRegExp("^http://xregexp\\.com(/[^#?]+)", "i"), backref: 1}, // xregexp.com paths + // /[^\/]+$/ // filenames (strip directory paths) + // ]); + XRegExp.matchChain = function (str, chain) { + return function recurseChain (values, level) { + var item = chain[level].regex ? chain[level] : {regex: chain[level]}, + regex = clone(item.regex, "g"), + matches = [], i; + for (i = 0; i < values.length; i++) { + XRegExp.iterate(values[i], regex, function (match) { + matches.push(item.backref ? (match[item.backref] || "") : match[0]); + }); + } + return ((level === chain.length - 1) || !matches.length) ? + matches : recurseChain(matches, level + 1); + }([str], 0); + }; + + + //--------------------------------- + // New RegExp prototype methods + //--------------------------------- + + // Accepts a context object and arguments array; returns the result of calling `exec` with the + // first value in the arguments array. the context is ignored but is accepted for congruity + // with `Function.prototype.apply` + RegExp.prototype.apply = function (context, args) { + return this.exec(args[0]); + }; + + // Accepts a context object and string; returns the result of calling `exec` with the provided + // string. the context is ignored but is accepted for congruity with `Function.prototype.call` + RegExp.prototype.call = function (context, str) { + return this.exec(str); + }; + + + //--------------------------------- + // Overriden native methods + //--------------------------------- + + // Adds named capture support (with backreferences returned as `result.name`), and fixes two + // cross-browser issues per ES3: + // - Captured values for nonparticipating capturing groups should be returned as `undefined`, + // rather than the empty string. + // - `lastIndex` should not be incremented after zero-length matches. + RegExp.prototype.exec = function (str) { + var match, name, r2, origLastIndex; + if (!this.global) + origLastIndex = this.lastIndex; + match = nativ.exec.apply(this, arguments); + if (match) { + // Fix browsers whose `exec` methods don't consistently return `undefined` for + // nonparticipating capturing groups + if (!compliantExecNpcg && match.length > 1 && indexOf(match, "") > -1) { + r2 = RegExp(this.source, nativ.replace.call(getNativeFlags(this), "g", "")); + // Using `str.slice(match.index)` rather than `match[0]` in case lookahead allowed + // matching due to characters outside the match + nativ.replace.call((str + "").slice(match.index), r2, function () { + for (var i = 1; i < arguments.length - 2; i++) { + if (arguments[i] === undefined) + match[i] = undefined; + } + }); + } + // Attach named capture properties + if (this._xregexp && this._xregexp.captureNames) { + for (var i = 1; i < match.length; i++) { + name = this._xregexp.captureNames[i - 1]; + if (name) + match[name] = match[i]; + } + } + // Fix browsers that increment `lastIndex` after zero-length matches + if (!compliantLastIndexIncrement && this.global && !match[0].length && (this.lastIndex > match.index)) + this.lastIndex--; + } + if (!this.global) + this.lastIndex = origLastIndex; // Fix IE, Opera bug (last tested IE 9.0.5, Opera 11.61 on Windows) + return match; + }; + + // Fix browser bugs in native method + RegExp.prototype.test = function (str) { + // Use the native `exec` to skip some processing overhead, even though the altered + // `exec` would take care of the `lastIndex` fixes + var match, origLastIndex; + if (!this.global) + origLastIndex = this.lastIndex; + match = nativ.exec.call(this, str); + // Fix browsers that increment `lastIndex` after zero-length matches + if (match && !compliantLastIndexIncrement && this.global && !match[0].length && (this.lastIndex > match.index)) + this.lastIndex--; + if (!this.global) + this.lastIndex = origLastIndex; // Fix IE, Opera bug (last tested IE 9.0.5, Opera 11.61 on Windows) + return !!match; + }; + + // Adds named capture support and fixes browser bugs in native method + String.prototype.match = function (regex) { + if (!XRegExp.isRegExp(regex)) + regex = RegExp(regex); // Native `RegExp` + if (regex.global) { + var result = nativ.match.apply(this, arguments); + regex.lastIndex = 0; // Fix IE bug + return result; + } + return regex.exec(this); // Run the altered `exec` + }; + + // Adds support for `${n}` tokens for named and numbered backreferences in replacement text, + // and provides named backreferences to replacement functions as `arguments[0].name`. Also + // fixes cross-browser differences in replacement text syntax when performing a replacement + // using a nonregex search value, and the value of replacement regexes' `lastIndex` property + // during replacement iterations. Note that this doesn't support SpiderMonkey's proprietary + // third (`flags`) parameter + String.prototype.replace = function (search, replacement) { + var isRegex = XRegExp.isRegExp(search), + captureNames, result, str, origLastIndex; + + // There are too many combinations of search/replacement types/values and browser bugs that + // preclude passing to native `replace`, so don't try + //if (...) + // return nativ.replace.apply(this, arguments); + + if (isRegex) { + if (search._xregexp) + captureNames = search._xregexp.captureNames; // Array or `null` + if (!search.global) + origLastIndex = search.lastIndex; + } else { + search = search + ""; // Type conversion + } + + if (Object.prototype.toString.call(replacement) === "[object Function]") { + result = nativ.replace.call(this + "", search, function () { + if (captureNames) { + // Change the `arguments[0]` string primitive to a String object which can store properties + arguments[0] = new String(arguments[0]); + // Store named backreferences on `arguments[0]` + for (var i = 0; i < captureNames.length; i++) { + if (captureNames[i]) + arguments[0][captureNames[i]] = arguments[i + 1]; + } + } + // Update `lastIndex` before calling `replacement` (fix browsers) + if (isRegex && search.global) + search.lastIndex = arguments[arguments.length - 2] + arguments[0].length; + return replacement.apply(null, arguments); + }); + } else { + str = this + ""; // Type conversion, so `args[args.length - 1]` will be a string (given nonstring `this`) + result = nativ.replace.call(str, search, function () { + var args = arguments; // Keep this function's `arguments` available through closure + return nativ.replace.call(replacement + "", replacementToken, function ($0, $1, $2) { + // Numbered backreference (without delimiters) or special variable + if ($1) { + switch ($1) { + case "$": return "$"; + case "&": return args[0]; + case "`": return args[args.length - 1].slice(0, args[args.length - 2]); + case "'": return args[args.length - 1].slice(args[args.length - 2] + args[0].length); + // Numbered backreference + default: + // What does "$10" mean? + // - Backreference 10, if 10 or more capturing groups exist + // - Backreference 1 followed by "0", if 1-9 capturing groups exist + // - Otherwise, it's the string "$10" + // Also note: + // - Backreferences cannot be more than two digits (enforced by `replacementToken`) + // - "$01" is equivalent to "$1" if a capturing group exists, otherwise it's the string "$01" + // - There is no "$0" token ("$&" is the entire match) + var literalNumbers = ""; + $1 = +$1; // Type conversion; drop leading zero + if (!$1) // `$1` was "0" or "00" + return $0; + while ($1 > args.length - 3) { + literalNumbers = String.prototype.slice.call($1, -1) + literalNumbers; + $1 = Math.floor($1 / 10); // Drop the last digit + } + return ($1 ? args[$1] || "" : "$") + literalNumbers; + } + // Named backreference or delimited numbered backreference + } else { + // What does "${n}" mean? + // - Backreference to numbered capture n. Two differences from "$n": + // - n can be more than two digits + // - Backreference 0 is allowed, and is the entire match + // - Backreference to named capture n, if it exists and is not a number overridden by numbered capture + // - Otherwise, it's the string "${n}" + var n = +$2; // Type conversion; drop leading zeros + if (n <= args.length - 3) + return args[n]; + n = captureNames ? indexOf(captureNames, $2) : -1; + return n > -1 ? args[n + 1] : $0; + } + }); + }); + } + + if (isRegex) { + if (search.global) + search.lastIndex = 0; // Fix IE, Safari bug (last tested IE 9.0.5, Safari 5.1.2 on Windows) + else + search.lastIndex = origLastIndex; // Fix IE, Opera bug (last tested IE 9.0.5, Opera 11.61 on Windows) + } + + return result; + }; + + // A consistent cross-browser, ES3 compliant `split` + String.prototype.split = function (s /* separator */, limit) { + // If separator `s` is not a regex, use the native `split` + if (!XRegExp.isRegExp(s)) + return nativ.split.apply(this, arguments); + + var str = this + "", // Type conversion + output = [], + lastLastIndex = 0, + match, lastLength; + + // Behavior for `limit`: if it's... + // - `undefined`: No limit + // - `NaN` or zero: Return an empty array + // - A positive number: Use `Math.floor(limit)` + // - A negative number: No limit + // - Other: Type-convert, then use the above rules + if (limit === undefined || +limit < 0) { + limit = Infinity; + } else { + limit = Math.floor(+limit); + if (!limit) + return []; + } + + // This is required if not `s.global`, and it avoids needing to set `s.lastIndex` to zero + // and restore it to its original value when we're done using the regex + s = XRegExp.copyAsGlobal(s); + + while (match = s.exec(str)) { // Run the altered `exec` (required for `lastIndex` fix, etc.) + if (s.lastIndex > lastLastIndex) { + output.push(str.slice(lastLastIndex, match.index)); + + if (match.length > 1 && match.index < str.length) + Array.prototype.push.apply(output, match.slice(1)); + + lastLength = match[0].length; + lastLastIndex = s.lastIndex; + + if (output.length >= limit) + break; + } + + if (s.lastIndex === match.index) + s.lastIndex++; + } + + if (lastLastIndex === str.length) { + if (!nativ.test.call(s, "") || lastLength) + output.push(""); + } else { + output.push(str.slice(lastLastIndex)); + } + + return output.length > limit ? output.slice(0, limit) : output; + }; + + + //--------------------------------- + // Private helper functions + //--------------------------------- + + // Supporting function for `XRegExp`, `XRegExp.copyAsGlobal`, etc. Returns a copy of a `RegExp` + // instance with a fresh `lastIndex` (set to zero), preserving properties required for named + // capture. Also allows adding new flags in the process of copying the regex + function clone (regex, additionalFlags) { + if (!XRegExp.isRegExp(regex)) + throw TypeError("type RegExp expected"); + var x = regex._xregexp; + regex = XRegExp(regex.source, getNativeFlags(regex) + (additionalFlags || "")); + if (x) { + regex._xregexp = { + source: x.source, + captureNames: x.captureNames ? x.captureNames.slice(0) : null + }; + } + return regex; + } + + function getNativeFlags (regex) { + return (regex.global ? "g" : "") + + (regex.ignoreCase ? "i" : "") + + (regex.multiline ? "m" : "") + + (regex.extended ? "x" : "") + // Proposed for ES4; included in AS3 + (regex.sticky ? "y" : ""); + } + + function runTokens (pattern, index, scope, context) { + var i = tokens.length, + result, match, t; + // Protect against constructing XRegExps within token handler and trigger functions + isInsideConstructor = true; + // Must reset `isInsideConstructor`, even if a `trigger` or `handler` throws + try { + while (i--) { // Run in reverse order + t = tokens[i]; + if ((scope & t.scope) && (!t.trigger || t.trigger.call(context))) { + t.pattern.lastIndex = index; + match = t.pattern.exec(pattern); // Running the altered `exec` here allows use of named backreferences, etc. + if (match && match.index === index) { + result = { + output: t.handler.call(context, match, scope), + match: match + }; + break; + } + } + } + } catch (err) { + throw err; + } finally { + isInsideConstructor = false; + } + return result; + } + + function indexOf (array, item, from) { + if (Array.prototype.indexOf) // Use the native array method if available + return array.indexOf(item, from); + for (var i = from || 0; i < array.length; i++) { + if (array[i] === item) + return i; + } + return -1; + } + + + //--------------------------------- + // Built-in tokens + //--------------------------------- + + // Augment XRegExp's regular expression syntax and flags. Note that when adding tokens, the + // third (`scope`) argument defaults to `XRegExp.OUTSIDE_CLASS` + + // Comment pattern: (?# ) + XRegExp.addToken( + /\(\?#[^)]*\)/, + function (match) { + // Keep tokens separated unless the following token is a quantifier + return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)"; + } + ); + + // Capturing group (match the opening parenthesis only). + // Required for support of named capturing groups + XRegExp.addToken( + /\((?!\?)/, + function () { + this.captureNames.push(null); + return "("; + } + ); + + // Named capturing group (match the opening delimiter only): (? + XRegExp.addToken( + /\(\?<([$\w]+)>/, + function (match) { + this.captureNames.push(match[1]); + this.hasNamedCapture = true; + return "("; + } + ); + + // Named backreference: \k + XRegExp.addToken( + /\\k<([\w$]+)>/, + function (match) { + var index = indexOf(this.captureNames, match[1]); + // Keep backreferences separate from subsequent literal numbers. Preserve back- + // references to named groups that are undefined at this point as literal strings + return index > -1 ? + "\\" + (index + 1) + (isNaN(match.input.charAt(match.index + match[0].length)) ? "" : "(?:)") : + match[0]; + } + ); + + // Empty character class: [] or [^] + XRegExp.addToken( + /\[\^?]/, + function (match) { + // For cross-browser compatibility with ES3, convert [] to \b\B and [^] to [\s\S]. + // (?!) should work like \b\B, but is unreliable in Firefox + return match[0] === "[]" ? "\\b\\B" : "[\\s\\S]"; + } + ); + + // Mode modifier at the start of the pattern only, with any combination of flags imsx: (?imsx) + // Does not support x(?i), (?-i), (?i-m), (?i: ), (?i)(?m), etc. + XRegExp.addToken( + /^\(\?([imsx]+)\)/, + function (match) { + this.setFlag(match[1]); + return ""; + } + ); + + // Whitespace and comments, in free-spacing (aka extended) mode only + XRegExp.addToken( + /(?:\s+|#.*)+/, + function (match) { + // Keep tokens separated unless the following token is a quantifier + return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)"; + }, + XRegExp.OUTSIDE_CLASS, + function () {return this.hasFlag("x");} + ); + + // Dot, in dotall (aka singleline) mode only + XRegExp.addToken( + /\./, + function () {return "[\\s\\S]";}, + XRegExp.OUTSIDE_CLASS, + function () {return this.hasFlag("s");} + ); + + + //--------------------------------- + // Backward compatibility + //--------------------------------- + + // Uncomment the following block for compatibility with XRegExp 1.0-1.2: + /* + XRegExp.matchWithinChain = XRegExp.matchChain; + RegExp.prototype.addFlags = function (s) {return clone(this, s);}; + RegExp.prototype.execAll = function (s) {var r = []; XRegExp.iterate(s, this, function (m) {r.push(m);}); return r;}; + RegExp.prototype.forEachExec = function (s, f, c) {return XRegExp.iterate(s, this, f, c);}; + RegExp.prototype.validate = function (s) {var r = RegExp("^(?:" + this.source + ")$(?!\\s)", getNativeFlags(this)); if (this.global) this.lastIndex = 0; return s.search(r) === 0;}; + */ + +})(); + diff --git a/.classes/phpmailer/examples/scripts/shAutoloader.js b/.classes/phpmailer/examples/scripts/shAutoloader.js new file mode 100644 index 0000000..9f5942e --- /dev/null +++ b/.classes/phpmailer/examples/scripts/shAutoloader.js @@ -0,0 +1,122 @@ +(function() { + +var sh = SyntaxHighlighter; + +/** + * Provides functionality to dynamically load only the brushes that a needed to render the current page. + * + * There are two syntaxes that autoload understands. For example: + * + * SyntaxHighlighter.autoloader( + * [ 'applescript', 'Scripts/shBrushAppleScript.js' ], + * [ 'actionscript3', 'as3', 'Scripts/shBrushAS3.js' ] + * ); + * + * or a more easily comprehendable one: + * + * SyntaxHighlighter.autoloader( + * 'applescript Scripts/shBrushAppleScript.js', + * 'actionscript3 as3 Scripts/shBrushAS3.js' + * ); + */ +sh.autoloader = function() +{ + var list = arguments, + elements = sh.findElements(), + brushes = {}, + scripts = {}, + all = SyntaxHighlighter.all, + allCalled = false, + allParams = null, + i + ; + + SyntaxHighlighter.all = function(params) + { + allParams = params; + allCalled = true; + }; + + function addBrush(aliases, url) + { + for (var i = 0; i < aliases.length; i++) + brushes[aliases[i]] = url; + }; + + function getAliases(item) + { + return item.pop + ? item + : item.split(/\s+/) + ; + } + + // create table of aliases and script urls + for (i = 0; i < list.length; i++) + { + var aliases = getAliases(list[i]), + url = aliases.pop() + ; + + addBrush(aliases, url); + } + + // dynamically add + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.includes/website_header.php b/.includes/website_header.php new file mode 100644 index 0000000..b4b0801 --- /dev/null +++ b/.includes/website_header.php @@ -0,0 +1,47 @@ +'; + var_dump ( $pathWay ); + var_dump ( $arr_rights ); + + echo ''; + } + + } + } + } + +?> \ No newline at end of file diff --git a/.includes/website_rights.php b/.includes/website_rights.php new file mode 100644 index 0000000..02a8e70 --- /dev/null +++ b/.includes/website_rights.php @@ -0,0 +1,44 @@ + \ No newline at end of file diff --git a/.lang/informal/lang_de.php b/.lang/informal/lang_de.php new file mode 100644 index 0000000..57c8c31 --- /dev/null +++ b/.lang/informal/lang_de.php @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/.lang/lang_de.php b/.lang/lang_de.php new file mode 100644 index 0000000..c010582 --- /dev/null +++ b/.lang/lang_de.php @@ -0,0 +1,146 @@ +Hinweis:
Die Website - Rechte werden nur eingeblendet, wenn der Benutzer Rechte für die Bearbeitung der Website erhält!'; + $lang[ 'usermanagement' ][ 'websiteRights' ] = 'Website - Rechte'; + $lang[ 'usermanagement' ][ 'hintWebsiteRights' ] = 'Hinweis:
Der Benutzer erhält automatisch Rechte zur Bearbeitung aller untergeordneten Seiten eines gewählten Navigationspunkts!'; + $lang[ 'usermanagement' ][ 'allRights:' ] = 'Alle Rechte :'; + $lang[ 'usermanagement' ][ 'defRights:' ] = 'Definierte Rechte :'; + + $lang[ 'usermanagement' ][ 'new' ] = 'Neuer Benutzer'; + $lang[ 'usermanagement' ][ 'activate' ] = 'Aktivieren'; + $lang[ 'usermanagement' ][ 'deactivate' ] = 'Deaktivieren'; + $lang[ 'usermanagement' ][ 'edit' ] = 'Bearbeiten'; + $lang[ 'usermanagement' ][ 'delete' ] = 'Löschen'; + $lang[ 'usermanagement' ][ 'pw_reset' ] = 'Passwort rücksetzen'; + $lang[ 'usermanagement' ][ 'cancel' ] = 'Abbrechen'; + $lang[ 'usermanagement' ][ 'save' ] = 'Speichern'; + + $lang[ 'usermanagement' ][ 'QUE_001' ] = 'Soll folgender Benutzer wirklich deaktiviert werden?'; + $lang[ 'usermanagement' ][ 'QUE_002' ] = 'Soll folgender Benutzer wieder aktiviert werden?'; + $lang[ 'usermanagement' ][ 'QUE_003' ] = 'Soll folgender Benutzer endgültig gelöscht werden?'; + $lang[ 'usermanagement' ][ 'QUE_004' ] = 'Soll das Passwort des folgenden Benutzers wirklich zurück gesetz werden?'; + + /* Logfiles */ + $lang[ 'logfiles' ][ 'entry' ] = 'Log-Eintrag'; + $lang[ 'logfiles' ][ 'name' ] = 'Benutzer'; + $lang[ 'logfiles' ][ 'time' ] = 'Datum - Uhrzeit'; + + /* Logeinträge */ + $lang[ 'log' ][ '00000001' ] = 'Fehler bei der Anmeldung von IP: %0% (Benutzername: %1%)'; + $lang[ 'log' ][ '00000002' ] = 'Versuchte Anmeldung eines deaktivierten Benutzers'; + $lang[ 'log' ][ '00000003' ] = 'Erfolgreiche Benutzeranmeldung'; + $lang[ 'log' ][ '00000004' ] = 'Benutzer hat sich abgemeldet'; + $lang[ 'log' ][ '00000005' ] = 'Erfolgreiche Benutzeranmeldung - Passwort muss geändert werden'; + $lang[ 'log' ][ '00000006' ] = 'Passwort wurde geändert (Benutzer: %0%)'; + $lang[ 'log' ][ '00000007' ] = 'Passwort wurde zurückgesetzt (Benutzer: %0%)'; + + + $lang[ 'log' ][ '00000010' ] = 'Neuer Benutzer %0% wurde erstellt'; + $lang[ 'log' ][ '00000011' ] = 'Benutzer %0% wurde deaktivert'; + $lang[ 'log' ][ '00000012' ] = 'Benutzer %0% wurde aktiviert'; + $lang[ 'log' ][ '00000013' ] = 'Benutzer %0% wurde bearbeitet'; + $lang[ 'log' ][ '00000014' ] = 'Benutzer %0% wurde gelöscht'; + $lang[ 'log' ][ '00000015' ] = 'Passwort von Benutzer %0% wurde zurückgesetzt'; + $lang[ 'log' ][ '00000016' ] = 'Passwort von Benutzer %0% wurde geändert'; + + /* Mailtexte */ + $lang[ 'mail' ][ 'subj' ][ '00000010' ] = 'Zugang auf ' . $vC[ 'portal' ][ 'name' ] . ' wurde erstellt'; + $lang[ 'mail' ][ 'body' ][ '00000010' ] = 'Sehr geehrte(r) %userFirstname% %userLastname%,' . "\n\n" . '%sess_userFirstname% %sess_userLastname% hat Ihnen einen Zugang auf ' . $vC[ 'portal' ][ 'hostUrl' ] . ' eingerichtet. Ihre Benutzerdaten lauten:' . "\n" . 'Anmeldename: %userUsername%' . "\n" . 'Password: %userPasswordOrg%' . "\n\n" . 'Bei der ersten Anmeldung am Portal müssen Sie aus Sicherheitsgründen Ihr Passwort ändern.' . "\n\n"; + $lang[ 'mail' ][ 'subj' ][ '00000015' ] = 'Passwort auf ' . $vC[ 'portal' ][ 'name' ] . ' wurde geändert'; + $lang[ 'mail' ][ 'body' ][ '00000015' ] = 'Sehr geehrte(r) %userFirstname% %userLastname%,' . "\n\n" . 'Ihr Passwort auf ' . $vC[ 'portal' ][ 'hostUrl' ] . ' wurde von %sess_userFirstname% %sess_userLastname% zurückgesetzt. Es lautet:' . "\n" . '%userPasswordOrg%' . "\n\n" . 'Bei der ersten Anmeldung am Portal müssen Sie aus Sicherheitsgründen Ihr Passwort ändern.' . "\n\n"; + + /* Bereich Webseiten: SPORT */ + $lang[ 'website' ][ 'sport' ][ 'abgesagt' ] = 'Abgesagt'; + $lang[ 'website' ][ 'sport' ][ 'abgesagt_text' ] = 'Das Nachholspiel findet am %datum% statt.'; + $lang[ 'website' ][ 'sport' ][ 'spielfrei' ] = 'Spielfrei'; + $lang[ 'website' ][ 'sport' ][ 'heim' ] = '%heim% - %gegner% %ergebnis% (%halbzeit%)'; + $lang[ 'website' ][ 'sport' ][ 'auswaerts' ] = '%gegner% - %heim% %ergebnis% (%halbzeit%)'; + $lang[ 'website' ][ 'sport' ][ 'turnier' ] = '%platzierung% Platz beim Turnier in %ort%'; + + $lang[ 'website' ][ 'select' ][ 'spielbericht' ][ 'teamname' ] = array('SV Jungingen I' , 'SV Jungingen II', 'SGM Blautal/Jungingen II'); +?> \ No newline at end of file diff --git a/administrator/css/cs_l1.css b/administrator/css/cs_l1.css new file mode 100644 index 0000000..ae1566d --- /dev/null +++ b/administrator/css/cs_l1.css @@ -0,0 +1,677 @@ +body + { + position : relative; + margin : 0px auto; + font-family : verdana; + font-size : 10px; + height : 100%; + } +input , select , textarea + { + font-family : verdana; + font-size : .625rem; + line-height : 1rem; + } +b , strong + { + font-weight : bold; + } +.grid_1col + { + width : 24px; + } +.grid_2col + { + width : 48px; + } +.grid_3col + { + width : 72px; + } +.grid_4col + { + width : 96px; + } +.grid_5col + { + width : 120px; + } +.grid_6col + { + width : 144px; + } +.grid_7col + { + width : 168px; + } +.grid_8col + { + width : 192px; + } +.grid_9col + { + width : 216px; + } +.grid_10col + { + width : 240px; + } +.grid_11col + { + width : 264px; + } +.grid_12col + { + width : 288px; + } +.grid_13col + { + width : 312px; + } +.grid_14col + { + width : 336px; + } +.grid_15col + { + width : 360px; + } +.grid_16col + { + width : 384px; + } +.grid_17col + { + width : 408px; + } +.grid_18col + { + width : 432px; + } +.grid_19col + { + width : 456px; + } +.grid_20col + { + width : 480px; + } +.grid_21col + { + width : 504px; + } +.grid_22col + { + width : 528px; + } +.grid_23col + { + width : 552px; + } +.grid_24col + { + width : 576px; + } +.grid_25col + { + width : 600px; + } +.grid_26col + { + width : 624px; + } +.grid_27col + { + width : 648px; + } +.grid_28col + { + width : 672px; + } +.grid_29col + { + width : 696px; + } +.grid_30col + { + width : 720px; + } +.grid_31col + { + width : 744px; + } +.grid_32col + { + width : 768px; + } +.grid_33col + { + width : 792px; + } +.grid_34col + { + width : 816px; + } +.grid_35col + { + width : 840px; + } +.grid_36col + { + width : 864px; + } +.grid_37col + { + width : 888px; + } +.grid_38col + { + width : 912px; + } +.grid_39col + { + width : 936px; + } +.grid_40col + { + width : 960px; + } +.grid_41col + { + width : 984px; + } +.grid_42col + { + width : 1008px; + } +.grid_43col + { + width : 1032px; + } +.grid_44col + { + width : 1056px; + clear : both; + } +.grid_1col , +.grid_2col , +.grid_3col , +.grid_4col , +.grid_5col , +.grid_6col , +.grid_7col , +.grid_8col , +.grid_9col , +.grid_10col , +.grid_11col , +.grid_12col , +.grid_13col , +.grid_14col , +.grid_15col , +.grid_16col , +.grid_17col , +.grid_18col , +.grid_19col , +.grid_20col , +.grid_21col , +.grid_22col , +.grid_23col , +.grid_24col , +.grid_25col , +.grid_26col , +.grid_27col , +.grid_28col , +.grid_29col , +.grid_30col , +.grid_31col , +.grid_32col , +.grid_33col , +.grid_34col , +.grid_35col , +.grid_36col , +.grid_37col , +.grid_38col , +.grid_39col , +.grid_40col , +.grid_41col , +.grid_42col , +.grid_43col + { + float : left; + display : inline-block; + min-height : 1px; + } +.spacer + { + height : 12px; + } +.white + { + color : #ffffff; + } +.inverted + { + background-color : rgba( 255 , 255 , 255 , .8 ); + color : black; + } +.fix + { + clear : both; + } +.error + { + margin-bottom : 12px; + color : #e3000b; + } +.tbl_head + { + line-height : 24px; + min-height : 25px; + background-color : #000000; + color : #ffffff; + padding-left : 12px; + font-weight : bold; + border-bottom : 1px solid #ffffff; + border-left : 1px solid #ffffff; + } +.tbl_head img + { + float : left; + } +.tbl_sub + { + line-height : 24px; + min-height : 25px; + background-color : #cccccc; + color : #000000; + padding-left : 12px; + font-weight : bold; + } +.tbl_cell + { + line-height : 24px; + min-height : 25px; + } +.tbl_cell.highlight + { + line-height : 24px; + min-height : 25px; + background-color : #cccccc; + color : #000000; + padding-left : 12px; + border-bottom : 1px solid #ffffff; + border-left : 1px solid #ffffff; + } +.clickable .tbl_cell + { + cursor : pointer; + } +.main_row:hover .tbl_cell + { + background-color : #000000; + color : #ffffff; + } +.hidden_row + { + display : none; + } +.left + { + text-align : left; + } +.right + { + text-align : right; + } +.data_inactive .main_row + { + font-style : italic; + } +.data_active .activate + { + display : none; + } +.data_inactive .deactivate + { + display : none; + } +.box + { + border : 1px solid #cccccc; + padding : 12px 0px; + max-height : 240px; + overflow-y : auto; + } +.box input[type=checkbox] + { + margin-top : 0px; + } +.box label + { + top : 0px; + } +.box li + { + padding-left : 18px; + position : relative; + } +.box li:before + { + content : ' '; + display : -inline-block; + width : 16px; + height : 16px; + float : left; + } +.box li.hasChild:before + { + content : '+'; + cursor : pointer; + } +.box li.showChild:before + { + content : '-'; + cursor : pointer; + } +.level_1 + { + margin-left : 24px; + } +.hint + { + padding : 12px 0px; + } +.full div + { + width : 100%; + } +.half div + { + width : 50%; + } +.half div.left + { + padding-right : 24px; + } +div.full , .full + { + width : 100%; + } +#popup_layer + { + position : fixed; + top : 1%; + height : 98%; + border : 1px solid #000000; + z-index : 999; + background-color : rgba( 255 , 255 , 255 , 1.0 ); + box-shadow : 4px 4px 2px #cccccc; + padding-bottom : 48px; + } +#popup_header + { + height : 36px; + background-color : #000000; + position : absolute; + z-index : 999; + } +#popup_title + { + height : 36px; + line-height : 36px; + color : #ffffff; + font-size : 1.25rem; + font-weight : bold; + } +#popup_layer_close + { + margin : 6px 0px; + cursor : pointer; + } +#popup_frame + { + position : absolute; + top : 0px; + left : 0px; + height : 100%; + padding-top : 36px; + padding-right : 2px; + padding-left : 48px; + z-index : 1; + } +#page + { + position : relative; + z-index : 1; + } +#header + { + height : 96px; + } +#logo + { + position : absolute; + padding-top : 12px; + text-align : right; + z-index : 5; + } +#login + { + border : 1px solid #999999; + padding : 11px; + box-shadow : 4px 4px 2px #cccccc + } +#login div + { + position : relative; + } +p + { + line-height : 1.0rem; + } +form div + { + position : relative; + float : left; + } +label + { + position : absolute; + top : 7px; + left : 6px; + color : #666666; + height : 16px; + line-height : 16px; + } +input[type=checkbox] + label + { + position : relative; + } +input[type=radio] , input[type=checkbox] + { + margin-top : 7px; + float : left; + } +input[type=text] , input[type=password] + { + border : 0px none; + border-bottom : 1px solid #cccccc; + width : 100%; + padding-top : 7px; + padding-left : 6px; + font-weight : bold; + } +input[type=submit] , .button a + { + padding : 6px 0px; + background-color : #cccccc; + line-height : 1.0rem; + text-align : center; + font-weight : bold; + text-decoration : none; + color : #000000; + } +.button a + { + width : 100%; + display : inline-block; + } +input[type=submit] + { + float : right; + margin-top : 24px; + padding : 6px 24px; + min-width : 144px; + cursor : pointer; + } +input[type=submit]:hover , .button a:hover + { + background-color : #e3000b; + color : #ffffff; + } +input:not([type="checkbox"]):not([type='radio']):focus + label + { + color : #cccccc; + } +label.transparent , input:not([type="checkbox"]):not([type='radio']):focus + label.transparent + { + color : transparent; + background-color : transparent; + } +select + { + width : 100%; + height : 28px; + line-height : 28px; + padding : 0px 6px; + margin : 0px; + border : 0px none; + background-color : #cccccc; + color : #000000; + outline : none; + appearance : none; + cursor : pointer; + display : inline-block; + } +label.select + { + top : 0px; + left : 0px; + position : relative; + height : auto; + } +label.select:before + { + content : ''; + right : 0px; + top : 0px; + width : 28px; + height : 28px; + background : #cccccc; + position : absolute; + pointer-events : none; + display : block; + } +label.select:after + { + content : '<>'; + font : 11px "Consolas", monospace; + color : #000000; + -webkit-transform : rotate(90deg); + -moz-transform : rotate(90deg); + -ms-transform : rotate(90deg); + transform : rotate(90deg); + right : 0px; + top : 0px; + width : 28px; + height : 28px; + padding : 6px 8px; + border-bottom : 1px solid #ffffff; + position : absolute; + pointer-events : none; + box-sizing : border-box; + font-weight : bold; + } +form p + { + font-weight : bold; + } +form > div + { + /* margin-bottom : 12px; */ + } +#navi_special , #headline_main + { + padding : 24px 0px; + } +#headline_main + { + font-size : .75rem; + font-weight : bold; + } +#navi_special li + { + float : left; + margin-right : 24px; + } +#navi_main li + { + width : 100%; + display : inline-block; + } +#navi_main a + { + border-bottom : 1px solid #999999; + padding : 6px 0px; + } +#navi_main li li > a + { + padding-left : 12px; + } + +#navi_special a , #navi_main a + { + width : 100%; + color : #000000; + text-decoration : none; + font-weight : bold; + font-size : .625rem; + line-height : .625rem; + display : inline-block; + } + +#navi_special a:before , #navi_main a:before + { + content : "> "; + color : #e3000b; + } +#heading + { + position : relative; + } +#keyvisual + { + position : relative; + top : 0px; + left : 0px; + z-index : 1; + } +#headline_site + { + position : absolute; + bottom : 0px; + left : 0px; + z-index : 3; + } +#headline_site h1 + { + font-size : 1.25rem; + line-height : 2rem; + padding-left : 12px; + font-weight : bold; + } +#content + { + padding-top : 24px; + } + diff --git a/administrator/css/reset.css b/administrator/css/reset.css new file mode 100644 index 0000000..4e7db68 --- /dev/null +++ b/administrator/css/reset.css @@ -0,0 +1,44 @@ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, input, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; + box-sizing:border-box; + -moz-box-sizing:border-box; +} +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} \ No newline at end of file diff --git a/administrator/css/svjf_editor.css b/administrator/css/svjf_editor.css new file mode 100644 index 0000000..452b710 --- /dev/null +++ b/administrator/css/svjf_editor.css @@ -0,0 +1,617 @@ +.grid_44col + { + width : 1056px; + float : none; + } + +.grid_43col + { + width : 1032px; + float : left; + } + +.grid_42col + { + width : 1008px; + float : left; + } + +.editor_wrapper + { + margin : 0px auto; + height : 99%; + padding : 35px 0px 0px 0px; + width : 1058px; + } + +.editable_hover + { + cursor : crosshair; + opacity : .5; + background-color : #ff0000; + } + +.spacer24 + { + height : 24px; + } + +.onright + { + float : right; + } + +#rist_editor + { + height : 100%; + } + +#editor_layer + { + position : fixed; + height : 100%; + width : 100%; + left : 0px; + top : 0px; + z-index : 999; + background-color : rgba( 255 , 255 , 255 , .3 ); + padding : 0px; + margin : 0px; + display : none; + } + +#editor_layer .grid_40col + { + float : left; + clear : none; + } + +#editor_header + { + background-color : #000000; + height : 36px; + position : absolute; + top : 0px; + } + +#editor_title + { + height : 36px; + line-height : 36px; + color : #ffffff; + font-size : 1.25rem; + font-weight : bold; + } + +#editor_layer_close + { + margin : 6px 0px; + cursor : pointer; + } + +#editor_content_outer + { + height : 100%; + background-color : #ffffff; + background-image : linear-gradient(0deg, transparent 23px, #cccccc 24px ), + linear-gradient(90deg, transparent 23px, #cccccc 24px); + background-image : -webkit-linear-gradient(0deg, transparent 23px, #cccccc 24px ), + -webkit-linear-gradient(90deg, transparent 23px, #cccccc 24px); + background-size : 24px 24px; + } + +#editor_content + { + position : relative; + height : 100%; + padding : 24px 39px 48px 39px; + } + +#editor_content > div + { + height : 100%; + overflow-y : auto; + overflow-x : hidden; + width : 1000px; + } + +#editor_content .bottom + { + position : absolute; + bottom : 12px; + left : 48px; + width : 100%; + padding-right : 96px; + } + +.submitButton + { + padding : 4px 0px; + background-color : #cccccc; + line-height : 1.0rem; + text-align : center; + font-weight : bold; + text-decoration : none; + color : #000000; + float : right; + margin-top : 24px; + min-width : 144px; + cursor : pointer; + } + +.submitButton:not(:first-of-type) + { + float : left; + } + +.submitButton:hover + { + background-color : #e3000b; + color : #ffffff; + } + +.buttonGroup + { + width : 193px; + float : left; + border : 1px solid #666666; + padding : 0px 22px 22px 23px; + } + +.buttonGroup.onright + { + margin-right : -1px; + float : right; + } + +.buttonGroup .submitButton + { + float : left; + margin-top : 0px; + } + +.buttonGroup .submitButton + { + margin-top : -1px; + } + +.editor_slider + { + height : 100%; + } + +.editor_slider > div + { + height : 100%; + display : none; + } + +.editor_slider > div:first-of-type + { + display : block; + } + +.editor_slider .inner + { + padding : 1px 9px; + } + +input , select , textarea, label + { + font-family : verdana; + font-size : 1.0rem; + line-height : 1.0rem; + float : left; + } + +label + { + margin-top : 6px; + padding-bottom : 2px; + } + +input[type=radio] , input[type=checkbox] + { + margin-top : 6px; + margin-left : 5px; + margin-right : 6px; + } + +input[type=text] , input[type=password] + { + border : 0px none; + border-bottom : 1px solid #666666; + width : 383px; + padding-top : 4px; + padding-left : 6px; + height : 24px; + } + +textarea + { + width : 755px; + height : 114px; + border : 0px none; + padding : 2px 6px; + border-bottom : 1px solid #666666; + margin-top : 1px; + line-height : 1.5rem; + } + +label + { + width : 192px; + display : inline-block; + color : #666666; + } + +input.date_picker , input.short + { + width : 191px; + } + +input.tiny + { + width : 47px; + margin-right : 1px; + } + +label.tiny + { + width : 24px; + text-align : center; + } + +label.tinyleft + { + width : 96px; + } + +input.max + { + width : 768px; + } + +li.navclose ul + { + display : none; + } + +#struktur + { + margin : 0px 16px 0px 8px; + font-size : 0.75rem; + line-height : 0.875rem; + border : 2px solid #666666; + background-color : #FFFFFF; + height : 100%; + width : 472px; + overflow-y : auto; + float : left; + position : relative; + } + +#struktur ul , #otherMain_box ul + { + padding-left : 24px; + } +#otherMain_box > ul + { + padding-left : 0px; + } + +#struktur > ul + { + padding-left : 0px; + } + +#navPoint + { + display : none; + width : 472px; + height : 100%; + float : left; + border : 2px solid #666666; + padding : 23px 22px 10px 14px; + position : relative; + overflow-y : auto; + } + +#imageEditor + { + margin : 0px 0px 0px 8px; + padding : 0; + width : 960px; + background-color : transparent; + position : relative; + } + +#rist_editor .ui-widget-content + { + background-image: none; + } + +.ui-datepicker + { + background-color: #ffffff; + } + +#imgHolder + { + padding : 0px; + position : relative; + left : 22px; + margin-bottom : 48px; + } + +#imgImage + { + position : absolute; + z-index : 10; + } + +#imgBlende + { + position : absolute; + z-index : 100; + } + +#imgPreview + { + left : 0px; + top : 0px; + cursor : move; + } + +#blendeTop, #blendeLeft, #blendeRight, #blendeBottom + { + position : absolute; + background-color : rgba( 255 , 255 ,255 , .7 ); + } + +.preserveChanges + { + width : 100%; + height : 100%; + position : absolute; + top : 0px; + left : 0px; + z-index : 50; + background-color : rgba( 100 , 100 , 100 , .5); + display : none; + } + +li.open > span + { + content : '-'; + } + +li.navclose > span + { + content : '+'; + } + +li.open > span , li.navclose > span , li.empty > span + { + width : 24px; + display : inline-block; + cursor : pointer; + background-image : url('../images/folders.png'); + } + +li.open > span + { + background-position : 0px -27px; + } + +li.navclose > span + { + background-position : 0px -2px; + } + +li.empty > span + { + cursor : default; + background-position : 0px -51px; + } + +li.not_editable + { + color : #AAAAAA; + cursor : default; + } + +li.editable + { + color : #222222; + cursor : crosshair; + } + +li.editorDeactive + { + color : #AAAAAA; + font-style : italic; + } + +li.editorChosen + { + font-weight : bold; + } + +li.editorChosen li + { + font-weight : normal; + } + +.hidden + { + display : none; + } + +.disabled + { + background-color : #eeeeee; + color : #cccccc; + font-style : italic; + cursor : default; + } + +.disabled:hover + { + background-color : #eeeeee; + color : #cccccc; + font-style : italic; + } + +.highlight + { + background-color : #e3000b; + color : #ffffff; + } + +input#content + { + padding-top : 4px; + } + +input.headline + { + font-size : 1.25rem; + border : none; + width : 960px; + } + +#editor_elements + { + position : absolute; + z-index : 100; + right : 0px; + top : 462px; + border : 1px solid #000000; + overflow : hidden; + background-color : #ffffff; + } + +#element_title + { + background-color : #000000; + color : #ffffff; + font-weight : bold; + padding : 0px 11px; + cursor : move; + } + +#element_content + { + padding : 12px 11px 4px 11px; + } + +#element_content .grid_40col + { + width : 100%; + float : none; + height : 24px; + background-color : #999999; + display : inline-block; + overflow : hidden; + text-align : center; + font-weight : bold; + color : #ffffff; + cursor : move; + } + +#element_content .grid_40col p + { + text-align : center; + } + +#element_content h2 , p + { + font-size : 1.0rem; + } + +#element_content img + { + display : none; + } + +#element_content .content + { + text-align : center; + } + +#content.highlight + { + background-color : rgba( 160 , 160 , 160 , .2 ); + color : #000000; + } + +#content .new_box + { + border : 1px dashed #000000; + background-color : #ffffff; + } + +#content .sort_handle , #rist_editor .sort_handle + { + background-color : #ffffff; + position : absolute; + right : 0px; + top : 0px; + width : 24px; + height : 24px; + background-image : url( '../images/svjf/icon-sortable.png' ); + cursor : move; + } +#content .del_handle, #rist_editor .del_handle + { + background-color : #ffffff; + position : absolute; + right : 24px; + top : 0px; + width : 24px; + height : 24px; + background-image : url( '../images/svjf/icon-delete.png' ); + cursor : pointer; + } + +#newSort_box li + { + position : relative; + list-style-type : none; + } + +#generalSettings + { + padding-bottom : 96px; + } + +#generalSettings .bottom + { + left : 48px; + } + +#imgThumbs img + { + display : block; + float : none; + } + +#wait + { + position : absolute; + width : 100%; + height : 100%; + background-color : rgba( 255 , 255 , 255 , .7 ); + z-index : 99; + display : none; + } + +#wait img + { + position : absolute; + top : 50%; + left : 50%; + margin-top : -48px; + margin-left : -48px; + } \ No newline at end of file diff --git a/administrator/images/cs_l1/keyvisual_0.jpg b/administrator/images/cs_l1/keyvisual_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..babe784886a348636505b17e14d8e4394d4b15bf GIT binary patch literal 163770 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

-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 literal 0 HcmV?d00001 diff --git a/administrator/images/cs_l1/svj_logo.png b/administrator/images/cs_l1/svj_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb59dc2a992d7a869cb12056aaa10126a897f70 GIT binary patch literal 13194 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 literal 0 HcmV?d00001 diff --git a/administrator/images/folders.png b/administrator/images/folders.png new file mode 100644 index 0000000000000000000000000000000000000000..dbf280595c0a785bab5fb0f75bbf1132a3b46064 GIT binary patch literal 877 zcmV-z1CsoSP)VGd000McNliru-U|~IFeE56ttJ2f0{Tfr zK~z}7?N~oZ8&Mel-K8-mu^M~9Bu;S%grG?&H3*@UQkp_q6-*}W5}{H`Rp@4lbSpv# zA)RWq&_Sq!MKGm-EY?ox(rSxKha4P8p)t{-<&1*Y!HdX|OXAB3MehgSaPQuIKfdqX z_wNBJ{%f?iw;KU8l_V00G@e!mE%#!0c=!fIQ3C*cqV%k+th}6?o3qtL5C{aC02p$) z+@Qr`Ndw4;^2O1tMu)p2ZNwVVM}2LV;{Au9!y;DQneb?7^kE?g?J zNdw?6K|CA+FxL`P+B#iVRO^rm73Ug$zn>BWfwtLf*8m*L%*>2MF_PZi-k8N=xdosb zK(}76@Ai7Vp9Dc@B++-AO^1et!s&F{WVhS@B$LVI(mK!cU>N41&*yss;IlLl>U27d z-|zpGOeWt~Wa{ebdPZus%jJ4rOCK{1AW?b=I7@}NZgglWbQOHG|bA@ ze!BhG9DQ_xHcDEc?4`U)0*#+UayUUz7Tt=lKzb z!?7+K2Ue?f%V03vW?6Pe5Kh&52@Z$jYF}TUDHe;(RtmJ6q+OlIgBnkkgl_HoX{flZPcqC)NE2RiH09%r^9VIRJc-AhukE5$gsRbXDB1oOJ1#SR( zX)6TaTfGFOT(wS`&#EQ69x;Nc3d6?%j_$TqTvYr6P(aKrU=MC;00000NkvXXu0mjf D_SBBc literal 0 HcmV?d00001 diff --git a/administrator/images/icon-lupe.png b/administrator/images/icon-lupe.png new file mode 100644 index 0000000000000000000000000000000000000000..3928cc456923ef93c9d2edb7401a05bd313aa994 GIT binary patch literal 809 zcmV+^1J?YBP)WFTUBAVX6iZDnL>Wo|7Xb#7!JYj16Bb#7^EVRUJ4 zZgX>abY*R26F=*O0007TNklo zwisQx@B>6C+EnAzq{-y28tAnjx!8M_!{I#Vopa_L;dx%he+*;Vp=p{pj)QI62qB2$ zn9t8ozP`Q~jYb%T@$Y~nN!ZxfU}t9sP1B|(E2a4O_~7>T7R$1V1EMHmcXyXYqk&S2 zmzNjb-`|l^l4Ti|Wl^nG+1%X3aU710j_`e-QmM2MAUw~@wzjrtG#UV0US7^jj-rTG zt3|0)B8noq-7dPW&jn}z^?Dtp)ZF3#mSy329>d`f%d#k!%L^4~>+9E`GE1t#c^C1FdB^}6wL*U3m09xzl$zvOdAXa z0932h!T{HG0SJPCwY9bR04XI&lHj`Tg!EbQ{r#N}_x}EV@sO2LJUl!AaCUaa%F4>j zWTg}*CnuPu$zU)j)Q~2GAP54Uo}LgwaCmq~v)Ke73`4>&BuNr#wHmEfi*mV)l#*_@ zOPZz&A!6*NN-0d!)YW;h(OzrRndR?9c3)9FmL4KeFKP)Z?$$UC3ru&1Y|c}|+9TwGlI zn4vavIGTnK0wKgq`}TdGBuN0!b)EC`^B*d--~3i_9Mf*MNz*hxJ3c1pwH#&Ew-^{)YYlFDVrG!t3j#00000NkvXXu0mjfvG8o& literal 0 HcmV?d00001 diff --git a/administrator/images/icon-sortable.png b/administrator/images/icon-sortable.png new file mode 100644 index 0000000000000000000000000000000000000000..7e1416c4cb133a7a9d8f4826f239dbe20d9331d4 GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjY)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYYs>cdx@v7EBk$BL187mr+X!~0fl5ULn2C?^K)}k^GbkR1_tM%)Wnk1 z6ovB4k_-iRPv3wPy;ODv21a&I7sn8f<8P;K^kPmFXxVSCD7RgDcE_!*y<5fX8Z%TQ zI$GzRe<0lPLrg4u&VtrSx10{zP3?HN$)3YZ%!@;@<-QXOr&p3*W5>**_PI&rWn#-D zOnZJjn3s_m^JsQknQc(@0wZe=|HOcgR=b$=8VmUH^cKxsvj4?<^?eB$X(xO|(~KU4 z_HW~{JgHm9J5h0aTU!5%Kk0iL-&LBVoTxju^Ylu^e0k+pPruw){MPE}*M(&hoH%1x z54|%w8>L_G{@K7`D@XU`-@g`nEKGSZRWSeW0dbza83Fg?PPtlNX#BvW_w(Gc>=zT8 zd-ZJm-!1I5)!NrKS8;vYoXRgJFPxs(8ar>tyfy8g?LYF(I+%LrX5!UuP*{1o`njxg HN@xNAz&oiT literal 0 HcmV?d00001 diff --git a/administrator/images/icon-sortdown.png b/administrator/images/icon-sortdown.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c1f434ecb89b2705f20a073e38d21b8f16bd08 GIT binary patch literal 495 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjY)RhkEoU649-QVi6yBi z3gww484B*6z5ywEsq734jKQ8Rjv*e$--g(FGdqgRVe#2<_eMul=Z)^IAN7Aka)c>0 zwb~yzG+*IG{)P=3Ew}|;HwbqoBq~pGYI?YdeYw+y6Qa_ab_;WR3imYLS$cX({*B5# zm7Dn`6m^dj+GMW1E74W4H0b2S8ikuC$8?t7Yj~o0a>f(clm2VJ=43rOx089&xv1T8 zt`prq&3xj$H%?zgZ2Pr!6H3nQJnZM2ZR`B0`N`Dxzi&1kjb3}r<|Nz6&3We}f>my+ zRL(gv%XZRI1&&X)KV&EQKP{@vd7$=JPF+ZTp?;P|j@Aip`5(qzT=!-*?fKYP|NVmT zalRj?7*4yMSe&xyEnb#S+-&DK*^SRlIF_;;r9X*&;7THm*k>5+Ij>!MP|ku_QG` zp**uBL&4qCHy}kXm7RfsF~rlwF~sBe+sS*qm;(h`{gqBm+Pkr{zPIB>*H*55jf?hn zaERG8wEp0DWgL+)F^T)2T7tTeVry@U$R>$vy9IQEcDBq;d2gGon5i;h#@!Ojr!vo^ zXBad4OxdDRq@KTF+HuzV69ta7$Cd`pkXxp1tFwo1BioWLhZ6QBX*wlc=j?y6AAGLb zqMkV2+u@pX-re>9p>Lr%Ka>+ZZ=4r8RNX$~^;LTXzM75`&9x%M@4u~Wk^Qso#d>wU znhrnNpKB)?6*TZn&|4|lj2q6J=j#%3-4cHz+>*Y&C_n@y4kX)Z)UCi h-lQ;Nu1!JGFGkm+TQ0|LUQ-APcu!Y9mvv4FO#s5#z;plr literal 0 HcmV?d00001 diff --git a/administrator/images/icon-sortwo.png b/administrator/images/icon-sortwo.png new file mode 100644 index 0000000000000000000000000000000000000000..d3c7b3c1c1f1b9bfde3bf7c3935e77feb7a5b658 GIT binary patch literal 452 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjY)RhkE5+Ij>!MP|ku_QG` zp**uBL&4qCHy}kXm7RfsQNz>4F~sBe+o^lKjs%FbOmB@9+!CxUSbZ~!_5OkVhr(Po zd|=%6LGnuah6_ewO1EyD;u14cT6t+nmzd{f&N~(FE#q@^ws9!UUUGU1^L@>W-3bkEV!mxueDEsY#Bi8Ku<`zc>AFRFqp0QtPQ}nay zdDmIrxjb2LH@x^$?f&qi|NT#_Usd(Rz14kHRnXF9;tucT+}8NGu5shmvfNk9`$PAz z+w~fr7IwB~4sqG0{aoPqN0|?Ndt3uew3VtGR=wJ=Z9}i2_5tw^EK3fAzU?hKm&;`N pL59U~|H}Cr<}Z8cWc}dQ7iK4UCSeCZZW&Nudb;|#taD0e0suWyuulL0 literal 0 HcmV?d00001 diff --git a/administrator/images/layer_close.png b/administrator/images/layer_close.png new file mode 100644 index 0000000000000000000000000000000000000000..cf51931e193b40c1c112b92fd65e74b0e28d5de5 GIT binary patch literal 471 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjY)RhkE5+Ij>!MP|ku_QG` zA*oWqIanb#H6=4OPgg-rAseWsG%qtdu_QA;uei9fxFj_&$9A=*LE_0<7QCHW@cC{^e(u?`d&rD_kD~BX|kbTpPBoI{ucZw z{=RncC(+DV^B5u|o=@pGH@CQNrZq#;&Hp}=mPA^IoT=edFjUH~oVT5!X2w@h!L8fR zwRglY2Pl8b%@LgV?wn`%)%LG!D_%XY*LrQK#+MLv{Qn9+FRyF;|7)s4_pax-Sdd;Q z_>xILc-qp9p)OU?-NF}H8>X)PDsV`$q5QV;nVQh(JsDee3UZ#gqsf=geB#W%@M)>b zr#?EmqN4Z6uX9hHnFWPzJ{1^f^hVBm$77E2q8~=z1ne0y>{q;UKgR+JUr$#*mvv4F FO#l%fwW$CA literal 0 HcmV?d00001 diff --git a/administrator/images/portal_icons.png b/administrator/images/portal_icons.png new file mode 100644 index 0000000000000000000000000000000000000000..32cc0e0869c47b75d5543411c63801bfb8ac84d6 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0zkZggAGWsTD}nhQfx`y?k)`fL2$v|<&%LToCO|{ z#S9GG!XV7ZFl&wkP>{XE)7O>#KC=KPkLrcg&Wk`H+02lL66gHf+|;}hAeVu`xhOTU zBsE2$JhLQ2!QIn0AVn{g9Vl+=>EalYaqsOFM=k~h4weIN{?~7l7fFoGdZx3Eho(3!mamDt=Q@z<%J*zRySW!R7&p2hz;PHnVUlb-aEE67qEQb6Mw<&;$S>cdx@v7EBk$BQC@l0UB(+yfkLvGArU3c`MJ5Nc_lzD1A}u>YGO%h zib8p2Nrr;Er*A-tUMf2S1EaR5i(`n#@vT=4{g@mjj()talg*LvlyOSJ8=HouTiHKM zkU4N`67vlSWk$XPRRJXfF}~Sb18%hbU3K!zyWjrLYV+ILv=8{0n<>_13YxIq$V|Ih z|EA)q-H+dER$0tkH_cppIcv|?NvVR4w@-ZtY1lZ=rZ-+ECx`XUOF8}uw|C3g_p$K5 zh`y!7p;oO>&DgB6;n>zn!}?UcMXD0k>)9p50z27MKgRZQooKYZ?ZWrzl1rtnT(R+$ zbB=RQd4E5)-+E=COZ!Zl%if&-s%xXRcgt~GJ9&M2zw5H_21_;e$0a3}_q-=$D$4QJ zTw}kJJXgn3*fw#Iva`t7`s(oadQvl@mw#NlZko@LjQ)zHW`8}4bSCY+@xgYAwj sN3I<@*4v+Dxq@w_;Fe`_|Bk(uo|_*$tLbrn0w_E^UHx3vIVCg!0APx+k^lez literal 0 HcmV?d00001 diff --git a/administrator/images/svjf/icon-sortable.png b/administrator/images/svjf/icon-sortable.png new file mode 100644 index 0000000000000000000000000000000000000000..7e1416c4cb133a7a9d8f4826f239dbe20d9331d4 GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjY)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYYs>cdx@v7EBk$BL187mr+X!~0fl5ULn2C?^K)}k^GbkR1_tM%)Wnk1 z6ovB4k_-iRPv3wPy;ODv21a&I7sn8f<8P;K^kPmFXxVSCD7RgDcE_!*y<5fX8Z%TQ zI$GzRe<0lPLrg4u&VtrSx10{zP3?HN$)3YZ%!@;@<-QXOr&p3*W5>**_PI&rWn#-D zOnZJjn3s_m^JsQknQc(@0wZe=|HOcgR=b$=8VmUH^cKxsvj4?<^?eB$X(xO|(~KU4 z_HW~{JgHm9J5h0aTU!5%Kk0iL-&LBVoTxju^Ylu^e0k+pPruw){MPE}*M(&hoH%1x z54|%w8>L_G{@K7`D@XU`-@g`nEKGSZRWSeW0dbza83Fg?PPtlNX#BvW_w(Gc>=zT8 zd-ZJm-!1I5)!NrKS8;vYoXRgJFPxs(8ar>tyfy8g?LYF(I+%LrX5!UuP*{1o`njxg HN@xNAz&oiT literal 0 HcmV?d00001 diff --git a/administrator/index.php b/administrator/index.php new file mode 100644 index 0000000..f84e994 --- /dev/null +++ b/administrator/index.php @@ -0,0 +1,143 @@ + query ( 'SELECT * FROM ' . TBL_PREFIX . '_' . TBL_CONTENT . ' WHERE siteName = "' . $_GET[ 'siteId' ] . '";' ); + if ( $content -> num_rows !== 0 ) + { + $content_data = $content -> fetch_assoc ( ); + $table = explode( '_' , $content_data[ 'siteContents' ] )[ 0 ]; + $id = explode( '_' , $content_data[ 'siteContents' ] )[ 1 ]; + + $form = $db -> query( 'SELECT * FROM ' . TBL_PREFIX . '_' . TBL_CONTENT . '_' . $table . ' WHERE id = "' . $id . '";' ); + $form_data = $form -> fetch_assoc( ); + $fields = explode( ';' , $form_data[ 'content' ] ); + unset ( $form_data[ 'id' ] ); + unset ( $form_data[ 'content' ] ); + + $data[ 'content' ] = $form_data; + $data[ 'content' ][ 'type' ] = $table; + $data[ 'content' ][ 'elems' ] = array( ); + + foreach ( $fields as $field ) + { + $tmp_field = explode( ':' , $field ); + $elem = explode( '_' , $tmp_field[ 0 ] ); + $elem_data = explode( '_' , $tmp_field[ 1 ] ); + $tmp_data = ( isset( $elem[ 1 ] ) ) + ? array( 'tag_name' => $elem[ 0 ] , 'type' => $elem[ 1 ] ) + : array( 'tag_name' => $elem[ 0 ] ); + $tmp_data[ 'name' ] = $elem_data[ 0 ]; + $tmp_data[ 'value' ] = ( isset ( $elem_data[ 1 ] ) ) + ? $elem_data[ 1 ] + : ''; + $tmp_data[ 'text' ] = ( isset ( $lang[ $table ][ $elem_data[ 0 ] ] ) ) + ? $lang[ $table ][ $elem_data[ 0 ] ] + : ''; + $data[ 'content' ][ 'elems' ][ ] = $tmp_data; + } + + } + } + + elseif ( isset ( $_SESSION[ 'sess_loginStatus' ] ) && $_SESSION[ 'sess_loginStatus' ] === 'loggedIn' ) + { + /* Angemeldet */ + $data[ 'navi_special' ] = fnc_getNavigationArray ( TBL_PREFIX , true , $navPositions = array( 'special' , 'login' ) , $lang[ 'navi' ] ); + $navi_main = fnc_getNavigationArray ( TBL_PREFIX , true , $navPositions = array( 'main' ) , $lang[ 'navi' ] ); + $data[ 'navi_main' ] = ( $_SESSION[ 'sess_portalRightsType' ] === 'ALL' ) + ? $navi_main + : fnc_getPortalNavigationArray ( TBL_PREFIX , $navi_main , $_SESSION[ 'sess_portalRights' ] ); + } + else + { + $data[ 'navi_special' ] = fnc_getNavigationArray( TBL_PREFIX , true , $navPositions = array( 'special' , 'logout' ) , $lang[ 'navi' ] ); + $login = $db -> query( 'SELECT * FROM ' . TBL_PREFIX . '_' . TBL_CONTENT . ' WHERE siteName = "login";' ); + $login_data = $login -> fetch_assoc( ); + $table = explode( '_' , $login_data[ 'siteContents' ] )[ 0 ]; + $id = explode( '_' , $login_data[ 'siteContents' ] )[ 1 ]; + + $form = $db -> query( 'SELECT * FROM ' . TBL_PREFIX . '_' . TBL_CONTENT . '_' . $table . ' WHERE id = "' . $id . '";' ); + $form_data = $form -> fetch_assoc( ); + $fields = explode( ';' , $form_data[ 'content' ] ); + unset ( $form_data[ 'id' ] ); + unset ( $form_data[ 'content' ] ); + + $data[ 'login' ] = $form_data; + $data[ 'login' ][ 'elems' ] = array( ); + foreach ( $fields as $field ) + { + $tmp_field = explode( ':' , $field ); + $elem = explode( '_' , $tmp_field[ 0 ] ); + $elem_data = explode( '_' , $tmp_field[ 1 ] ); + $tmp_data = ( isset( $elem[ 1 ] ) ) + ? array( 'tag_name' => $elem[ 0 ] , 'type' => $elem[ 1 ] ) + : array( 'tag_name' => $elem[ 0 ] ); + $tmp_data[ 'name' ] = $elem_data[ 0 ]; + $tmp_data[ 'value' ] = ( isset ( $elem_data[ 1 ] ) ) + ? $elem_data[ 1 ] + : ''; + $tmp_data[ 'text' ] = ( isset ( $lang[ $table ][ $elem_data[ 0 ] ] ) ) + ? $lang[ $table ][ $elem_data[ 0 ] ] + : ''; + $data[ 'login' ][ 'elems' ][ ] = $tmp_data; + } + } + + $data[ 'headline_main' ] = $lang[ 'headline_main' ]; + $data[ 'headline_site' ] = $lang[ 'headline' ][ $_GET[ 'siteId' ] ]; + $data[ 'keyvisual' ] = ( file_exists( PATH_IMG . $vC[ 'portal' ][ 'layout' ] . '/keyvisual_' . $_GET[ 'siteId' ] . '.jpg' ) ) + ? PATH_IMG . $vC[ 'portal' ][ 'layout' ] . '/keyvisual_' . $_GET[ 'siteId' ] . '.jpg' + : PATH_IMG . $vC[ 'portal' ][ 'layout' ] . '/keyvisual_0.jpg'; + + /* Template rendern */ + $render = new viewClass ( ); + $render -> setPrefix ( $vC['portal']['layout'] ); + $render -> setPathTpl ( PATH_PORTAL_TPL ); + $render -> setConfig ( $vC ); + $render -> setTemplate ( 'portal' ); + $render -> setSiteId ( $_GET[ 'siteId' ] ); + $render -> setEditable ( false ); + $render -> setData ( $data ); + $render -> setLang( $lang ); + if ( isset ( $arrError ) && ! empty ( $arrError ) ) + { + /* ToDo: Fehlerbehandlung */ + $render -> setErrors ( $arrError ); + } + if ( isset ( $_POST ) && ! empty ( $_POST ) ) + { + /* ToDo: POST Daten */ + $render -> setFormData ( $_POST ); + } + + $html = $render -> output ( ); + $html = str_replace ( array ( 'PHP_ROOT_PATH/' , 'PHP_SITE_PATH/' ) , array ( PATH_ROOT , PATH_SITE ) , $html ); + $html = str_replace ( array ( "\r" , "\n" , "\t" ) , array ( '' , '' , '' ) , $html ); + echo $html; + +?> \ No newline at end of file diff --git a/administrator/js/jquery-2.1.1.js b/administrator/js/jquery-2.1.1.js new file mode 100644 index 0000000..9f7b3d3 --- /dev/null +++ b/administrator/js/jquery-2.1.1.js @@ -0,0 +1,9190 @@ +/*! + * jQuery JavaScript Library v2.1.1 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-05-01T17:11Z + */ + +(function( global, factory ) { + + if ( typeof module === "object" && typeof module.exports === "object" ) { + // For CommonJS and CommonJS-like environments where a proper window is present, + // execute the factory and get jQuery + // For environments that do not inherently posses a window with a document + // (such as Node.js), expose a jQuery-making factory as module.exports + // This accentuates the need for the creation of a real window + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Can't do this because several apps including ASP.NET trace +// the stack via arguments.caller.callee and Firefox dies if +// you try to trace through "use strict" call chains. (#13335) +// Support: Firefox 18+ +// + +var arr = []; + +var slice = arr.slice; + +var concat = arr.concat; + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var support = {}; + + + +var + // Use the correct document accordingly with window argument (sandbox) + document = window.document, + + version = "2.1.1", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }, + + // Support: Android<4.1 + // Make sure we trim BOM and NBSP + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([\da-z])/gi, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }; + +jQuery.fn = jQuery.prototype = { + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // Start with an empty selector + selector: "", + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num != null ? + + // Return just the one element from the set + ( num < 0 ? this[ num + this.length ] : this[ num ] ) : + + // Return all the elements in a clean array + slice.call( this ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + ret.context = this.context; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + // (You can seed the arguments with an array of args, but this is + // only used internally.) + each: function( callback, args ) { + return jQuery.each( this, callback, args ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map(this, function( elem, i ) { + return callback.call( elem, i, elem ); + })); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[0] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction(target) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray(src) ? src : []; + + } else { + clone = src && jQuery.isPlainObject(src) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return jQuery.type(obj) === "function"; + }, + + isArray: Array.isArray, + + isWindow: function( obj ) { + return obj != null && obj === obj.window; + }, + + isNumeric: function( obj ) { + // parseFloat NaNs numeric-cast false positives (null|true|false|"") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + return !jQuery.isArray( obj ) && obj - parseFloat( obj ) >= 0; + }, + + isPlainObject: function( obj ) { + // Not plain objects: + // - Any object or value whose internal [[Class]] property is not "[object Object]" + // - DOM nodes + // - window + if ( jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.constructor && + !hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) { + return false; + } + + // If the function hasn't returned already, we're confident that + // |obj| is a plain object, created by {} or constructed with new Object + return true; + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + // Support: Android < 4.0, iOS < 6 (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call(obj) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + globalEval: function( code ) { + var script, + indirect = eval; + + code = jQuery.trim( code ); + + if ( code ) { + // If the code includes a valid, prologue position + // strict mode pragma, execute code by injecting a + // script tag into the document. + if ( code.indexOf("use strict") === 1 ) { + script = document.createElement("script"); + script.text = code; + document.head.appendChild( script ).parentNode.removeChild( script ); + } else { + // Otherwise, avoid the DOM node creation, insertion + // and removal by using an indirect global eval + indirect( code ); + } + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + // args is for internal usage only + each: function( obj, callback, args ) { + var value, + i = 0, + length = obj.length, + isArray = isArraylike( obj ); + + if ( args ) { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } + } + + return obj; + }, + + // Support: Android<4.1 + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArraylike( Object(arr) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var value, + i = 0, + length = elems.length, + isArray = isArraylike( elems ), + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var tmp, args, proxy; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: Date.now, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +}); + +// Populate the class2type map +jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +}); + +function isArraylike( obj ) { + var length = obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.nodeType === 1 && length ) { + return true; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v1.10.19 + * http://sizzlejs.com/ + * + * Copyright 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-04-18 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + -(new Date()), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // General-purpose constants + strundefined = typeof undefined, + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf if we can't use a native one + indexOf = arr.indexOf || function( elem ) { + var i = 0, + len = this.length; + for ( ; i < len; i++ ) { + if ( this[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + // http://www.w3.org/TR/css3-syntax/#characters + characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Loosely modeled on CSS identifier characters + // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors + // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = characterEncoding.replace( "w", "w#" ), + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + characterEncoding + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + characterEncoding + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + characterEncoding + ")" ), + "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), + "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var match, elem, m, nodeType, + // QSA vars + i, groups, old, nid, newContext, newSelector; + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + + context = context || document; + results = results || []; + + if ( !selector || typeof selector !== "string" ) { + return results; + } + + if ( (nodeType = context.nodeType) !== 1 && nodeType !== 9 ) { + return []; + } + + if ( documentIsHTML && !seed ) { + + // Shortcuts + if ( (match = rquickExpr.exec( selector )) ) { + // Speed-up: Sizzle("#ID") + if ( (m = match[1]) ) { + if ( nodeType === 9 ) { + elem = context.getElementById( m ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document (jQuery #6963) + if ( elem && elem.parentNode ) { + // Handle the case where IE, Opera, and Webkit return items + // by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + } else { + // Context is not a document + if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && + contains( context, elem ) && elem.id === m ) { + results.push( elem ); + return results; + } + } + + // Speed-up: Sizzle("TAG") + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Speed-up: Sizzle(".CLASS") + } else if ( (m = match[3]) && support.getElementsByClassName && context.getElementsByClassName ) { + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // QSA path + if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + nid = old = expando; + newContext = context; + newSelector = nodeType === 9 && selector; + + // qSA works strangely on Element-rooted queries + // We can work around this by specifying an extra ID on the root + // and working up from there (Thanks to Andrew Dupont for the technique) + // IE 8 doesn't work on object elements + if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { + groups = tokenize( selector ); + + if ( (old = context.getAttribute("id")) ) { + nid = old.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", nid ); + } + nid = "[id='" + nid + "'] "; + + i = groups.length; + while ( i-- ) { + groups[i] = nid + toSelector( groups[i] ); + } + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || context; + newSelector = groups.join(","); + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch(qsaError) { + } finally { + if ( !old ) { + context.removeAttribute("id"); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {Function(string, Object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = attrs.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== strundefined && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, + doc = node ? node.ownerDocument || node : preferredDoc, + parent = doc.defaultView; + + // If no document and documentElement is available, return + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Set our document + document = doc; + docElem = doc.documentElement; + + // Support tests + documentIsHTML = !isXML( doc ); + + // Support: IE>8 + // If iframe document is assigned to "document" variable and if iframe has been reloaded, + // IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936 + // IE6-8 do not support the defaultView property so parent will be undefined + if ( parent && parent !== parent.top ) { + // IE11 does not have attachEvent, so all must suffer + if ( parent.addEventListener ) { + parent.addEventListener( "unload", function() { + setDocument(); + }, false ); + } else if ( parent.attachEvent ) { + parent.attachEvent( "onunload", function() { + setDocument(); + }); + } + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties (excepting IE8 booleans) + support.attributes = assert(function( div ) { + div.className = "i"; + return !div.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( doc.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Check if getElementsByClassName can be trusted + support.getElementsByClassName = rnative.test( doc.getElementsByClassName ) && assert(function( div ) { + div.innerHTML = "

"; + + // Support: Safari<4 + // Catch class over-caching + div.firstChild.className = "i"; + // Support: Opera<10 + // Catch gEBCN failure to find non-leading classes + return div.getElementsByClassName("i").length === 2; + }); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !doc.getElementsByName || !doc.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== strundefined && documentIsHTML ) { + var m = context.getElementById( id ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + return m && m.parentNode ? [ m ] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== strundefined ) { + return context.getElementsByTagName( tag ); + } + } : + function( tag, context ) { + var elem, + tmp = [], + i = 0, + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== strundefined && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + div.innerHTML = ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( div.querySelectorAll("[msallowclip^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + }); + + assert(function( div ) { + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = doc.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( div.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully does not implement inclusive descendent + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === doc ? -1 : + b === doc ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return doc; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch(e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== strundefined && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, outerCache, node, diff, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + // Seek `elem` from a previously-cached index + outerCache = parent[ expando ] || (parent[ expando ] = {}); + cache = outerCache[ type ] || []; + nodeIndex = cache[0] === dirruns && cache[1]; + diff = cache[0] === dirruns && cache[2]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + outerCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + // Use previously-cached element index if available + } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { + diff = cache[1]; + + // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) + } else { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { + // Cache the index of each encountered element + if ( useCache ) { + (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf.call( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + if ( (oldCache = outerCache[ dir ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + outerCache[ dir ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf.call( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + return ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context !== document && context; + } + + // Add elements passing elementMatchers directly to results + // Keep `i` a string if there are no elements so `matchedCount` will be "00" below + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // Apply set filters to unmatched elements + matchedCount += i; + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is no seed and only one group + if ( match.length === 1 ) { + + // Take a shortcut and set the context if the root selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome<14 +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( document.createElement("div") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( div ) { + div.innerHTML = ""; + return div.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( div ) { + div.innerHTML = ""; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( div ) { + return div.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.pseudos; +jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = (/^<(\w+)\s*\/?>(?:<\/\1>|)$/); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + }); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + }); + + } + + if ( typeof qualifier === "string" ) { + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) >= 0 ) !== not; + }); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + })); +}; + +jQuery.fn.extend({ + find: function( selector ) { + var i, + len = this.length, + ret = [], + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + }) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + filter: function( selector ) { + return this.pushStack( winnow(this, selector || [], false) ); + }, + not: function( selector ) { + return this.pushStack( winnow(this, selector || [], true) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +}); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + init = jQuery.fn.init = function( selector, context ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[0] === "<" && selector[ selector.length - 1 ] === ">" && selector.length >= 3 ) { + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + context = context instanceof jQuery ? context[0] : context; + + // scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[1], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[2] ); + + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || rootjQuery ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return typeof rootjQuery.ready !== "undefined" ? + rootjQuery.ready( selector ) : + // Execute immediately if ready is not present + selector( jQuery ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + // methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.extend({ + dir: function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; + }, + + sibling: function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; + } +}); + +jQuery.fn.extend({ + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter(function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) { + // Always skip document fragments + if ( cur.nodeType < 11 && (pos ? + pos.index(cur) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector(cur, selectors)) ) { + + matched.push( cur ); + break; + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched ); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.unique( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter(selector) + ); + } +}); + +function sibling( cur, dir ) { + while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return elem.contentDocument || jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.unique( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +}); +var rnotwhite = (/\S+/g); + + + +// String to Object options format cache +var optionsCache = {}; + +// Convert String-formatted options into Object-formatted ones and store in cache +function createOptions( options ) { + var object = optionsCache[ options ] = {}; + jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + }); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + ( optionsCache[ options ] || createOptions( options ) ) : + jQuery.extend( {}, options ); + + var // Last fire value (for non-forgettable lists) + memory, + // Flag to know if list was already fired + fired, + // Flag to know if list is currently firing + firing, + // First callback to fire (used internally by add and fireWith) + firingStart, + // End of the loop when firing + firingLength, + // Index of currently firing callback (modified by remove if needed) + firingIndex, + // Actual callback list + list = [], + // Stack of fire calls for repeatable lists + stack = !options.once && [], + // Fire callbacks + fire = function( data ) { + memory = options.memory && data; + fired = true; + firingIndex = firingStart || 0; + firingStart = 0; + firingLength = list.length; + firing = true; + for ( ; list && firingIndex < firingLength; firingIndex++ ) { + if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { + memory = false; // To prevent further calls using add + break; + } + } + firing = false; + if ( list ) { + if ( stack ) { + if ( stack.length ) { + fire( stack.shift() ); + } + } else if ( memory ) { + list = []; + } else { + self.disable(); + } + } + }, + // Actual Callbacks object + self = { + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + // First, we save the current length + var start = list.length; + (function add( args ) { + jQuery.each( args, function( _, arg ) { + var type = jQuery.type( arg ); + if ( type === "function" ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && type !== "string" ) { + // Inspect recursively + add( arg ); + } + }); + })( arguments ); + // Do we need to add the callbacks to the + // current firing batch? + if ( firing ) { + firingLength = list.length; + // With memory, if we're not firing then + // we should call right away + } else if ( memory ) { + firingStart = start; + fire( memory ); + } + } + return this; + }, + // Remove a callback from the list + remove: function() { + if ( list ) { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + // Handle firing indexes + if ( firing ) { + if ( index <= firingLength ) { + firingLength--; + } + if ( index <= firingIndex ) { + firingIndex--; + } + } + } + }); + } + return this; + }, + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); + }, + // Remove all callbacks from the list + empty: function() { + list = []; + firingLength = 0; + return this; + }, + // Have the list do nothing anymore + disable: function() { + list = stack = memory = undefined; + return this; + }, + // Is it disabled? + disabled: function() { + return !list; + }, + // Lock the list in its current state + lock: function() { + stack = undefined; + if ( !memory ) { + self.disable(); + } + return this; + }, + // Is it locked? + locked: function() { + return !stack; + }, + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( list && ( !fired || stack ) ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + if ( firing ) { + stack.push( args ); + } else { + fire( args ); + } + } + return this; + }, + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +jQuery.extend({ + + Deferred: function( func ) { + var tuples = [ + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], + [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], + [ "notify", "progress", jQuery.Callbacks("memory") ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred(function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[1] ](function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .done( newDefer.resolve ) + .fail( newDefer.reject ) + .progress( newDefer.notify ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); + } + }); + }); + fns = null; + }).promise(); + }, + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[1] ] = list.add; + + // Handle state + if ( stateString ) { + list.add(function() { + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[0] ] = function() { + deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[0] + "With" ] = list.fireWith; + }); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( values === progressValues ) { + deferred.notifyWith( contexts, values ); + } else if ( !( --remaining ) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ) + .progress( updateFunc( i, progressContexts, progressValues ) ); + } else { + --remaining; + } + } + } + + // if we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +}); + + +// The deferred used on DOM ready +var readyList; + +jQuery.fn.ready = function( fn ) { + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; +}; + +jQuery.extend({ + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + jQuery( document ).off( "ready" ); + } + } +}); + +/** + * The ready event handler and self cleanup method + */ +function completed() { + document.removeEventListener( "DOMContentLoaded", completed, false ); + window.removeEventListener( "load", completed, false ); + jQuery.ready(); +} + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if ( document.readyState === "complete" ) { + // Handle it asynchronously to allow scripts the opportunity to delay ready + setTimeout( jQuery.ready ); + + } else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed, false ); + } + } + return readyList.promise( obj ); +}; + +// Kick off the DOM ready check even if the user does not +jQuery.ready.promise(); + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + len ? fn( elems[0], key ) : emptyGet; +}; + + +/** + * Determines whether an object can have data + */ +jQuery.acceptData = function( owner ) { + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + /* jshint -W018 */ + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + +function Data() { + // Support: Android < 4, + // Old WebKit does not have Object.preventExtensions/freeze method, + // return new empty object instead with no [[set]] accessor + Object.defineProperty( this.cache = {}, 0, { + get: function() { + return {}; + } + }); + + this.expando = jQuery.expando + Math.random(); +} + +Data.uid = 1; +Data.accepts = jQuery.acceptData; + +Data.prototype = { + key: function( owner ) { + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return the key for a frozen object. + if ( !Data.accepts( owner ) ) { + return 0; + } + + var descriptor = {}, + // Check if the owner object already has a cache key + unlock = owner[ this.expando ]; + + // If not, create one + if ( !unlock ) { + unlock = Data.uid++; + + // Secure it in a non-enumerable, non-writable property + try { + descriptor[ this.expando ] = { value: unlock }; + Object.defineProperties( owner, descriptor ); + + // Support: Android < 4 + // Fallback to a less secure definition + } catch ( e ) { + descriptor[ this.expando ] = unlock; + jQuery.extend( owner, descriptor ); + } + } + + // Ensure the cache object + if ( !this.cache[ unlock ] ) { + this.cache[ unlock ] = {}; + } + + return unlock; + }, + set: function( owner, data, value ) { + var prop, + // There may be an unlock assigned to this node, + // if there is no entry for this "owner", create one inline + // and set the unlock as though an owner entry had always existed + unlock = this.key( owner ), + cache = this.cache[ unlock ]; + + // Handle: [ owner, key, value ] args + if ( typeof data === "string" ) { + cache[ data ] = value; + + // Handle: [ owner, { properties } ] args + } else { + // Fresh assignments by object are shallow copied + if ( jQuery.isEmptyObject( cache ) ) { + jQuery.extend( this.cache[ unlock ], data ); + // Otherwise, copy the properties one-by-one to the cache object + } else { + for ( prop in data ) { + cache[ prop ] = data[ prop ]; + } + } + } + return cache; + }, + get: function( owner, key ) { + // Either a valid cache is found, or will be created. + // New caches will be created and the unlock returned, + // allowing direct access to the newly created + // empty data object. A valid owner object must be provided. + var cache = this.cache[ this.key( owner ) ]; + + return key === undefined ? + cache : cache[ key ]; + }, + access: function( owner, key, value ) { + var stored; + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ((key && typeof key === "string") && value === undefined) ) { + + stored = this.get( owner, key ); + + return stored !== undefined ? + stored : this.get( owner, jQuery.camelCase(key) ); + } + + // [*]When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, name, camel, + unlock = this.key( owner ), + cache = this.cache[ unlock ]; + + if ( key === undefined ) { + this.cache[ unlock ] = {}; + + } else { + // Support array or space separated string of keys + if ( jQuery.isArray( key ) ) { + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = key.concat( key.map( jQuery.camelCase ) ); + } else { + camel = jQuery.camelCase( key ); + // Try the string as a key before any manipulation + if ( key in cache ) { + name = [ key, camel ]; + } else { + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + name = camel; + name = name in cache ? + [ name ] : ( name.match( rnotwhite ) || [] ); + } + } + + i = name.length; + while ( i-- ) { + delete cache[ name[ i ] ]; + } + } + }, + hasData: function( owner ) { + return !jQuery.isEmptyObject( + this.cache[ owner[ this.expando ] ] || {} + ); + }, + discard: function( owner ) { + if ( owner[ this.expando ] ) { + delete this.cache[ owner[ this.expando ] ]; + } + } +}; +var data_priv = new Data(); + +var data_user = new Data(); + + + +/* + Implementation Summary + + 1. Enforce API surface and semantic compatibility with 1.9.x branch + 2. Improve the module's maintainability by reducing the storage + paths to a single mechanism. + 3. Use the same single mechanism to support "private" and "user" data. + 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) + 5. Avoid exposing implementation details on user objects (eg. expando properties) + 6. Provide a clear path for implementation upgrade to WeakMap in 2014 +*/ +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /([A-Z])/g; + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch( e ) {} + + // Make sure we set the data so it isn't changed later + data_user.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend({ + hasData: function( elem ) { + return data_user.hasData( elem ) || data_priv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return data_user.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + data_user.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to data_priv methods, these can be deprecated. + _data: function( elem, name, data ) { + return data_priv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + data_priv.remove( elem, name ); + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = data_user.get( elem ); + + if ( elem.nodeType === 1 && !data_priv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE11+ + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice(5) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + data_priv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each(function() { + data_user.set( this, key ); + }); + } + + return access( this, function( value ) { + var data, + camelKey = jQuery.camelCase( key ); + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + // Attempt to get data from the cache + // with the key as-is + data = data_user.get( elem, key ); + if ( data !== undefined ) { + return data; + } + + // Attempt to get data from the cache + // with the key camelized + data = data_user.get( elem, camelKey ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, camelKey, undefined ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + this.each(function() { + // First, attempt to store a copy or reference of any + // data that might've been store with a camelCased key. + var data = data_user.get( this, camelKey ); + + // For HTML5 data-* attribute interop, we have to + // store property names with dashes in a camelCase form. + // This might not apply to all properties...* + data_user.set( this, camelKey, value ); + + // *... In the case of properties that might _actually_ + // have dashes, we need to also store a copy of that + // unchanged property. + if ( key.indexOf("-") !== -1 && data !== undefined ) { + data_user.set( this, key, value ); + } + }); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each(function() { + data_user.remove( this, key ); + }); + } +}); + + +jQuery.extend({ + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = data_priv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray( data ) ) { + queue = data_priv.access( elem, type, jQuery.makeArray(data) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // not intended for public consumption - generates a queueHooks object, or returns the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return data_priv.get( elem, key ) || data_priv.access( elem, key, { + empty: jQuery.Callbacks("once memory").add(function() { + data_priv.remove( elem, [ type + "queue", key ] ); + }) + }); + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[0], type ); + } + + return data === undefined ? + this : + this.each(function() { + var queue = jQuery.queue( this, type, data ); + + // ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = data_priv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +}); +var pnum = (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source; + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHidden = function( elem, el ) { + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); + }; + +var rcheckableType = (/^(?:checkbox|radio)$/i); + + + +(function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // #11217 - WebKit loses check when the name is after the checked attribute + // Support: Windows Web Apps (WWA) + // `name` and `type` need .setAttribute for WWA + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3 + // old WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Make sure textarea (and checkbox) defaultValue is properly cloned + // Support: IE9-IE11+ + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; +})(); +var strundefined = typeof undefined; + + + +support.focusinBubbles = "onfocusin" in window; + + +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu)|click/, + rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = data_priv.get( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !(events = elemData.events) ) { + events = elemData.events = {}; + } + if ( !(eventHandle = elemData.handle) ) { + eventHandle = elemData.handle = function( e ) { + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend({ + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join(".") + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !(handlers = events[ type ]) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = data_priv.hasData( elem ) && data_priv.get( elem ); + + if ( !elemData || !(events = elemData.events) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + delete elemData.handle; + data_priv.remove( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf(".") >= 0 ) { + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split("."); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf(":") < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join("."); + event.namespace_re = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === (elem.ownerDocument || document) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( data_priv.get( cur, "events" ) || {} )[ event.type ] && data_priv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && jQuery.acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) && + jQuery.acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name name as the event. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + elem[ type ](); + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, j, ret, matched, handleObj, + handlerQueue = [], + args = slice.call( arguments ), + handlers = ( data_priv.get( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[0] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or + // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). + if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) + .apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( (event.result = ret) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, matches, sel, handleObj, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + // Black-hole SVG instance trees (#13180) + // Avoid non-left-click bubbling in Firefox (#3861) + if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.disabled !== true || event.type !== "click" ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) >= 0 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push({ elem: cur, handlers: matches }); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); + } + + return handlerQueue; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split(" "), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: "button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "), + filter: function( event, original ) { + var eventDoc, doc, body, + button = original.button; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: Cordova 2.5 (WebKit) (#13255) + // All events should have a target; Cordova deviceready doesn't + if ( !event.target ) { + event.target = document; + } + + // Support: Safari 6.0+, Chrome < 28 + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + special: { + load: { + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + this.focus(); + return false; + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + }, + + simulate: function( type, elem, event, bubble ) { + // Piggyback on a donor event to simulate a different one. + // Fake originalEvent to avoid donor's stopPropagation, but if the + // simulated event prevents default then we do the same on the donor. + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true, + originalEvent: {} + } + ); + if ( bubble ) { + jQuery.event.trigger( e, null, elem ); + } else { + jQuery.event.dispatch.call( elem, e ); + } + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } +}; + +jQuery.removeEvent = function( elem, type, handle ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle, false ); + } +}; + +jQuery.Event = function( src, props ) { + // Allow instantiation without the 'new' keyword + if ( !(this instanceof jQuery.Event) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + // Support: Android < 4.0 + src.returnValue === false ? + returnTrue : + returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e && e.preventDefault ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e && e.stopPropagation ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && e.stopImmediatePropagation ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +// Support: Chrome 15+ +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || (related !== target && !jQuery.contains( target, related )) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +}); + +// Create "bubbling" focus and blur events +// Support: Firefox, Chrome, Safari +if ( !support.focusinBubbles ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = data_priv.access( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + data_priv.access( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = data_priv.access( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + data_priv.remove( doc, fix ); + + } else { + data_priv.access( doc, fix, attaches ); + } + } + }; + }); +} + +jQuery.fn.extend({ + + on: function( types, selector, data, fn, /*INTERNAL*/ one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + this.on( type, selector, data, types[ type ], one ); + } + return this; + } + + if ( data == null && fn == null ) { + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return this; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return this.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + }); + }, + one: function( types, selector, data, fn ) { + return this.on( types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each(function() { + jQuery.event.remove( this, types, fn, selector ); + }); + }, + + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + triggerHandler: function( type, data ) { + var elem = this[0]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +}); + + +var + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, + rtagName = /<([\w:]+)/, + rhtml = /<|&#?\w+;/, + rnoInnerhtml = /<(?:script|style|link)/i, + // checked="checked" or checked + rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, + rscriptType = /^$|\/(?:java|ecma)script/i, + rscriptTypeMasked = /^true\/(.*)/, + rcleanScript = /^\s*\s*$/g, + + // We have to close these tags to support XHTML (#13200) + wrapMap = { + + // Support: IE 9 + option: [ 1, "" ], + + thead: [ 1, "", "
" ], + col: [ 2, "", "
" ], + tr: [ 2, "", "
" ], + td: [ 3, "", "
" ], + + _default: [ 0, "", "" ] + }; + +// Support: IE 9 +wrapMap.optgroup = wrapMap.option; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +// Support: 1.x compatibility +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName("tbody")[0] || + elem.appendChild( elem.ownerDocument.createElement("tbody") ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = (elem.getAttribute("type") !== null) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + + if ( match ) { + elem.type = match[ 1 ]; + } else { + elem.removeAttribute("type"); + } + + return elem; +} + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + data_priv.set( + elems[ i ], "globalEval", !refElements || data_priv.get( refElements[ i ], "globalEval" ) + ); + } +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( data_priv.hasData( src ) ) { + pdataOld = data_priv.access( src ); + pdataCur = data_priv.set( dest, pdataOld ); + events = pdataOld.events; + + if ( events ) { + delete pdataCur.handle; + pdataCur.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( data_user.hasData( src ) ) { + udataOld = data_user.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + data_user.set( dest, udataCur ); + } +} + +function getAll( context, tag ) { + var ret = context.getElementsByTagName ? context.getElementsByTagName( tag || "*" ) : + context.querySelectorAll ? context.querySelectorAll( tag || "*" ) : + []; + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], ret ) : + ret; +} + +// Support: IE >= 9 +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +jQuery.extend({ + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = jQuery.contains( elem.ownerDocument, elem ); + + // Support: IE >= 9 + // Fix Cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + buildFragment: function( elems, context, scripts, selection ) { + var elem, tmp, tag, wrap, contains, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + // Support: QtWebKit + // jQuery.merge because push.apply(_, arraylike) throws + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement("div") ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, "<$1>" ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: QtWebKit + // jQuery.merge because push.apply(_, arraylike) throws + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Fixes #12346 + // Support: Webkit, IE + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( (elem = nodes[ i++ ]) ) { + + // #4087 - If origin and destination elements are the same, and this is + // that element, do not do anything + if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( (elem = tmp[ j++ ]) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; + }, + + cleanData: function( elems ) { + var data, elem, type, key, + special = jQuery.event.special, + i = 0; + + for ( ; (elem = elems[ i ]) !== undefined; i++ ) { + if ( jQuery.acceptData( elem ) ) { + key = elem[ data_priv.expando ]; + + if ( key && (data = data_priv.cache[ key ]) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + if ( data_priv.cache[ key ] ) { + // Discard any remaining `private` data + delete data_priv.cache[ key ]; + } + } + } + // Discard any remaining `user` data + delete data_user.cache[ elem[ data_user.expando ] ]; + } + } +}); + +jQuery.fn.extend({ + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each(function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + }); + }, null, value, arguments.length ); + }, + + append: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + }); + }, + + prepend: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + }); + }, + + before: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + }); + }, + + after: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + }); + }, + + remove: function( selector, keepData /* Internal Use Only */ ) { + var elem, + elems = selector ? jQuery.filter( selector, this ) : this, + i = 0; + + for ( ; (elem = elems[i]) != null; i++ ) { + if ( !keepData && elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem ) ); + } + + if ( elem.parentNode ) { + if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { + setGlobalEval( getAll( elem, "script" ) ); + } + elem.parentNode.removeChild( elem ); + } + } + + return this; + }, + + empty: function() { + var elem, + i = 0; + + for ( ; (elem = this[i]) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map(function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + }); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = value.replace( rxhtmlTag, "<$1>" ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var arg = arguments[ 0 ]; + + // Make the changes, replacing each context element with the new content + this.domManip( arguments, function( elem ) { + arg = this.parentNode; + + jQuery.cleanData( getAll( this ) ); + + if ( arg ) { + arg.replaceChild( elem, this ); + } + }); + + // Force removal if there was no new content (e.g., from empty arguments) + return arg && (arg.length || arg.nodeType) ? this : this.remove(); + }, + + detach: function( selector ) { + return this.remove( selector, true ); + }, + + domManip: function( args, callback ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = this.length, + set = this, + iNoClone = l - 1, + value = args[ 0 ], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return this.each(function( index ) { + var self = set.eq( index ); + if ( isFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + self.domManip( args, callback ); + }); + } + + if ( l ) { + fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + if ( first ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + // Support: QtWebKit + // jQuery.merge because push.apply(_, arraylike) throws + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( this[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !data_priv.access( node, "globalEval" ) && jQuery.contains( doc, node ) ) { + + if ( node.src ) { + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + jQuery.globalEval( node.textContent.replace( rcleanScript, "" ) ); + } + } + } + } + } + } + + return this; + } +}); + +jQuery.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: QtWebKit + // .get() because push.apply(_, arraylike) throws + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +}); + + +var iframe, + elemdisplay = {}; + +/** + * Retrieve the actual display of a element + * @param {String} name nodeName of the element + * @param {Object} doc Document object + */ +// Called only from within defaultDisplay +function actualDisplay( name, doc ) { + var style, + elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), + + // getDefaultComputedStyle might be reliably used only on attached element + display = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ? + + // Use of this method is a temporary fix (more like optmization) until something better comes along, + // since it was removed from specification and supported only in FF + style.display : jQuery.css( elem[ 0 ], "display" ); + + // We don't have any data stored on the element, + // so use "detach" method as fast way to get rid of the element + elem.detach(); + + return display; +} + +/** + * Try to determine the default display value of an element + * @param {String} nodeName + */ +function defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + + // Use the already-created iframe if possible + iframe = (iframe || jQuery( " + +
+ +
+
+ _data[ 'login' ] ) ) + { + ?> +
+
+ setTemplate ( 'form' ); + $form -> setData( $this -> _data[ 'login' ] ); + $form -> setLang( $this -> _lang ); + $form -> setErrors( $this -> _error ); + echo $form -> output( ); + ?> +
+
+ _data[ 'navi_main' ] ) ) + { + ?> + + +
+
+
+
+ +
+
+ _data[ 'headline_site' ] as $headline ) + { + ?> +

+ +
+
+
+
+ _data[ 'content' ] ) ) + { + $content = clone $this; + $content -> setTemplate ( $this -> _data[ 'content' ][ 'type' ] ); + $content -> setData( $this -> _data[ 'content' ] ); + echo $content -> output( ); + } + ?> +
+
+
+
+ +
+ + \ No newline at end of file diff --git a/administrator/templates/cs_l1/tpl_usermanagement.php b/administrator/templates/cs_l1/tpl_usermanagement.php new file mode 100644 index 0000000..c011451 --- /dev/null +++ b/administrator/templates/cs_l1/tpl_usermanagement.php @@ -0,0 +1,57 @@ + + + + Usermanagement + + + + + + + + +
+
+
+ _error ) ) + { + ?> +
+ _error as $error ) + { + ?> +

_lang[ 'error' ][ $error ]; ?>

+ +
+ +
+ _data[ 'main' ] ) ) + { + + foreach ( $this -> _data[ 'main' ] as $tpl => $data ) + { + $content = clone( $this ); + $content -> setTemplate( 'usermanagement_' . $tpl ); + $content -> setData( $data ); + echo $content -> output( ); + } + + } + + ?> +
+
+
+
+ + \ No newline at end of file diff --git a/administrator/templates/cs_l1/tpl_usermanagement_activate.php b/administrator/templates/cs_l1/tpl_usermanagement_activate.php new file mode 100644 index 0000000..f2f3016 --- /dev/null +++ b/administrator/templates/cs_l1/tpl_usermanagement_activate.php @@ -0,0 +1,89 @@ + _formdata ); + +?> +
+
_lang[ 'QUE_002' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'lastname:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'firstname:' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'createdBy:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'createdOn:' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'disabledBy:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'disabledOn:' ]; ?>
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+ +
+
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/administrator/templates/cs_l1/tpl_usermanagement_create.php b/administrator/templates/cs_l1/tpl_usermanagement_create.php new file mode 100644 index 0000000..fb0e0eb --- /dev/null +++ b/administrator/templates/cs_l1/tpl_usermanagement_create.php @@ -0,0 +1,233 @@ + _formdata ) && ! empty( $this -> _formdata ) ) + { + extract( $this -> _formdata ); + } + +?> +
+
+
+
_lang[ 'userCreate' ]; ?>
+
+
+
+
+
+
+ +
_lang[ 'commonFields' ]; ?>
+
+
+
+
+
+ +
+
+ /> +
+
+
+
+
+ +
+
+ /> +
+
+
+
+
+
+ +
+
+ /> +
+
+
+
+
+ +
+
+ /> +
+
+
+
+
+
+
+
+
+ +
+
_lang[ 'portalRights' ]; ?>
+
+
_lang[ 'hintPortalRights' ]; ?>
+
+
+
+
+ +
+
+ +
+
+ /> +
+
+
+ +
+
+ +
+
+ /> +
+
+
+
+ _data[ 'portal_nav' ] ) && ! empty ( $this -> _data[ 'portal_nav' ] ) ) + { + $nav = clone ( $this ); + $nav -> setPrefix( 'portal' ); + $nav -> setTemplate( 'navirights' ); + $nav -> setData( $this -> _data[ 'portal_nav' ] ); + if ( isset ( $user_portalRights ) ) + { + $nav -> setFormdata( $user_portalRights ); + } + echo $nav -> output( ); + } + + ?> +
+
+
+
+
+
+
+
+
+ + _data[ 'website_nav' ] ) && ! empty ( $this -> _data[ 'website_nav' ] ) ) + { + foreach ( $this -> _data[ 'website_nav' ] as $website ) + { + ?> +
+
_website[ $website[ 'key' ] ][ 'names' ] . ' ' . $this -> _lang[ 'websiteRights' ]; ?>
+
+
_lang[ 'hintWebsiteRights' ]; ?>
+
+
+
+ _website[ $website[ 'key' ] ][ 'prefix' ] . 'Type' ] ) && $_SESSION[ 'sess_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'Type' ] === 'ALL' ) + { + ?> +
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+
+ setPrefix( $this -> _website[ $website[ 'key' ] ][ 'prefix' ] ); + $nav -> setTemplate( 'navirights' ); + $nav -> setData( $website[ 'data' ] ); + if ( isset ( ${'user_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'Rights'} ) ) + { + $nav -> setFormdata( ${'user_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'Rights'} ); + } + echo $nav -> output( ); + } + + ?> +
+
+
+
+ +
+
+
+ + +
+
+ +
+
+
+
+
+
\ No newline at end of file diff --git a/administrator/templates/cs_l1/tpl_usermanagement_deactivate.php b/administrator/templates/cs_l1/tpl_usermanagement_deactivate.php new file mode 100644 index 0000000..7e95a23 --- /dev/null +++ b/administrator/templates/cs_l1/tpl_usermanagement_deactivate.php @@ -0,0 +1,72 @@ + _formdata ); + +?> +
+
_lang[ 'QUE_001' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'lastname:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'firstname:' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'createdBy:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'createdOn:' ]; ?>
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+ +
+
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/administrator/templates/cs_l1/tpl_usermanagement_delete.php b/administrator/templates/cs_l1/tpl_usermanagement_delete.php new file mode 100644 index 0000000..2b27733 --- /dev/null +++ b/administrator/templates/cs_l1/tpl_usermanagement_delete.php @@ -0,0 +1,72 @@ + _formdata ); + +?> +
+
_lang[ 'QUE_003' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'lastname:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'firstname:' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'createdBy:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'createdOn:' ]; ?>
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
diff --git a/administrator/templates/cs_l1/tpl_usermanagement_edit.php b/administrator/templates/cs_l1/tpl_usermanagement_edit.php new file mode 100644 index 0000000..0148daa --- /dev/null +++ b/administrator/templates/cs_l1/tpl_usermanagement_edit.php @@ -0,0 +1,225 @@ + _formdata ); + +?> +
+
+
+
_lang[ 'userEdit' ]; ?>
+
+
+
+
+
+
+ +
_lang[ 'commonFields' ]; ?>
+
+
+
+
+
+ +
+
+ /> +
+
+
+
+
+ +
+
+ /> +
+
+
+
+
+
+ +
+
+ /> +
+
+
+
+
+ +
+
+ /> +
+
+
+
+
+
+
+
+
+ +
+
_lang[ 'portalRights' ]; ?>
+
+
_lang[ 'hintPortalRights' ]; ?>
+
+
+
+
+ +
+
+ +
+
+ /> +
+
+
+ +
+
+ +
+
+ /> +
+
+
+
+ _data[ 'portal_nav' ] ) && ! empty ( $this -> _data[ 'portal_nav' ] ) ) + { + $nav = clone ( $this ); + $nav -> setPrefix( 'portal' ); + $nav -> setTemplate( 'navirights' ); + $nav -> setData( $this -> _data[ 'portal_nav' ] ); + $nav -> setFormdata( $user_portalRights ); + echo $nav -> output( ); + } + + ?> +
+
+
+
+
+
+
+
+
+ + _data[ 'website_nav' ] ) && ! empty ( $this -> _data[ 'website_nav' ] ) ) + { + foreach ( $this -> _data[ 'website_nav' ] as $website ) + { + ?> +
+
_website[ $website[ 'key' ] ][ 'names' ] . ' ' . $this -> _lang[ 'websiteRights' ]; ?>
+
+
_lang[ 'hintWebsiteRights' ]; ?>
+
+
+
+ _website[ $website[ 'key' ] ][ 'prefix' ] . 'Type' ] ) && $_SESSION[ 'sess_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'Type' ] === 'ALL' ) + { + ?> +
+
+ +
+
+ _website[ $website[ 'key' ] ][ 'prefix' ] . 'RightsType'} ) && ${'user_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'RightsType'} === 'ALL' ) ? 'checked="checked"' : ''; ?> /> +
+
+
+ +
+
+ +
+
+ _website[ $website[ 'key' ] ][ 'prefix' ] . 'RightsType'} ) && ${'user_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'RightsType'} === 'DEF' || ! isset( ${'user_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'RightsType'} ) ) ? 'checked="checked"' : ''; ?>/> +
+
+
+
+ setPrefix( $this -> _website[ $website[ 'key' ] ][ 'prefix' ] ); + $nav -> setTemplate( 'navirights' ); + $nav -> setData( $website[ 'data' ] ); + $nav -> setFormdata( ${'user_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'Rights'} ); + echo $nav -> output( ); + } + + ?> +
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+
+
+
+
+
\ No newline at end of file diff --git a/administrator/templates/cs_l1/tpl_usermanagement_overview.php b/administrator/templates/cs_l1/tpl_usermanagement_overview.php new file mode 100644 index 0000000..1502744 --- /dev/null +++ b/administrator/templates/cs_l1/tpl_usermanagement_overview.php @@ -0,0 +1,144 @@ +
+
+ +
+
+
+ + +
+ + +
+ +
+
+
+
+
+
+ _lang[ 'name' ]; ?> +
+
+ _data as $userData ) + { + if ( ! empty ( $userData ) ) + { + extract( $userData ); + + ?> +
+
+
+ , +
+
+
+
+
+
+
+
+
_lang[ 'email:' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'createdBy:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'createdOn:' ]; ?>
+
+
+
+
+ +
+
+
+
+
+
_lang[ 'disabledBy:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'disabledOn:' ]; ?>
+
+
+
+
+
+ + +
+
+
+
+ +
+
\ No newline at end of file diff --git a/administrator/templates/cs_l1/tpl_usermanagement_pwreset.php b/administrator/templates/cs_l1/tpl_usermanagement_pwreset.php new file mode 100644 index 0000000..45126f9 --- /dev/null +++ b/administrator/templates/cs_l1/tpl_usermanagement_pwreset.php @@ -0,0 +1,73 @@ + _formdata ); + +?> +
+
_lang[ 'QUE_004' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'lastname:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'firstname:' ]; ?>
+
+
+
+
+
+
+
+
+
_lang[ 'createdBy:' ]; ?>
+
+
+
+
+
+
+
+
_lang[ 'createdOn:' ]; ?>
+
+
+
+
+
+
+
+
+
+
+ + + + + + + +
+ +
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/administrator/webservices/remote_data.php b/administrator/webservices/remote_data.php new file mode 100644 index 0000000..6237f60 --- /dev/null +++ b/administrator/webservices/remote_data.php @@ -0,0 +1,890 @@ + query + ( + 'SELECT + * + FROM + ' . TBL_RIGHTS . ' + WHERE + userId = "' . $_POST[ 'userId' ] . '" AND + rightsPrefix = "' . $_POST[ 'prefix' ] . '";' + ); + + if ( $result -> num_rows !== 0 ) + { + $rights = $result -> fetch_assoc( ); + $result = $db -> query + ( + 'SELECT + * + FROM + ' . $_POST[ 'prefix' ] . '_' . $table . ' + ORDER BY + ' . $_POST[ 'prefix' ] . '_navStart ASC , + ' . $_POST[ 'prefix' ] . '_navSort ASC;' + ); + $arr_rights = explode( ';' , $rights[ 'rights' ] ); + + while ( $fetch_data = $result -> fetch_assoc( ) ) + { + $fetch_data[ $_POST[ 'prefix' ] . '_navEditable' ] = 'false'; + $fetch_data[ $_POST[ 'prefix' ] . '_navName' ] = $fetch_data[ $_POST[ 'prefix' ] . '_navName' ]; + + if ( $rights[ 'rightsType' ] === 'ALL' || ( $rights[ 'rightsType' ] === 'DEF' && ( in_array ( $_POST[ 'prefix' ] . '_' . $fetch_data[ $_POST[ 'prefix' ] . '_navId' ] , $arr_rights ) || in_array ( $_POST[ 'prefix' ] . '_' . $fetch_data[ $_POST[ 'prefix' ] . '_navStart' ] , $arr_rights ) ) ) ) + { + if ( ! in_array ( $_POST[ 'prefix' ] . '_' . $fetch_data[ $_POST[ 'prefix' ] . '_navId' ] , $arr_rights ) ) + { + $arr_rights[ ] = $_POST[ 'prefix' ] . '_' . $fetch_data[ $_POST[ 'prefix' ] . '_navId' ]; + } + $fetch_data[ $_POST[ 'prefix' ] . '_navEditable' ] = 'true'; + } + elseif ( $rights[ 'rightsType' ] === 'DEF' && ( in_array ( $fetch_data[ $_POST[ 'prefix' ] . '_navId' ] , $arr_rights ) || in_array ( $fetch_data[ $_POST[ 'prefix' ] . '_navStart' ] , $arr_rights ) ) ) + { + if ( ! in_array ( $fetch_data[ $_POST[ 'prefix' ] . '_navId' ] , $arr_rights ) ) + { + $arr_rights[ ] = $fetch_data[ $_POST[ 'prefix' ] . '_navId' ]; + } + $fetch_data[ $_POST[ 'prefix' ] . '_navEditable' ] = 'true'; + file_put_contents ( 'test.log' , var_export( $arr_rights , true ) . "\n", FILE_APPEND ); + //$fetch_data[ $_POST[ 'prefix' ] . '_navEditable' ] = 'true'; + } + $data[ 'navigation' ][ 'navStart_' . $fetch_data[ $_POST[ 'prefix' ] . '_navStart' ] ][ 'navId_' . $fetch_data[ $_POST[ 'prefix' ] . '_navId' ] ] = $fetch_data; + } + $data[ 'navPath' ] = explode ( ' ' , fnc_getNavPathArray( $_POST[ 'prefix' ] , $_POST[ 'navId' ] ) ); + } + else + { + $data = 'ERROR FETCHING USER RIGHTS'; + } + } + else + { + $result = $db -> query + ( + 'SELECT + * + FROM + ' . $_POST[ 'prefix' ] . '_' . $table . ' + WHERE + id = "' . $id . '";' + ); + $fetch_data = $result -> fetch_assoc( ); + $data = $fetch_data; + } + + echo json_encode( $data , JSON_UNESCAPED_UNICODE ); + } + + else if ( $_POST[ 'request' ] === 'updateData' ) + { + $error = false; + + if ( $table === 'navi' ) + { + + switch ( $_POST[ 'formAction' ] ) + { + case 'renameNavPoint' : + + $result = $db -> query + ( + 'UPDATE + ' . $_POST[ 'prefix' ] . '_' . $table . ' + SET + ' . $_POST[ 'prefix' ] . '_navName = "' . $_POST[ 'navName' ] . '" + WHERE + ' . $_POST[ 'prefix' ] . '_navId = "' . $id . '" + LIMIT 1;' + ); + break; + + case 'updateActive' : + + $result = $db -> query + ( + 'UPDATE + ' . $_POST[ 'prefix' ] . '_' . $table . ' + SET + ' . $_POST[ 'prefix' ] . '_navActive = "' . $_POST[ 'navActive' ] . '" + WHERE + ' . $_POST[ 'prefix' ] . '_navId = "' . $id . '" + LIMIT 1;' + ); + break; + + case 'sortNavPoint' : + + $sort = 1; + $newSort = json_decode ( $_POST[ 'newSort' ] ); + + foreach ( $newSort as $sortPoint ) + { + $navPointArray = explode( '_' , $sortPoint ); + $navId = $navPointArray[ 1 ]; + $update = $db -> query + ( + 'UPDATE + ' . $_POST[ 'prefix' ] . '_' . $table . ' + SET + ' . $_POST[ 'prefix' ] . '_navSort = "' . $sort . '" + WHERE + ' . $_POST[ 'prefix' ] . '_navId = "' . $navId . '" + LIMIT 1;' + ); + ++$sort; + } + + $result = true; + break; + + case 'moveNavPoint' : + + $result = $db -> query + ( + 'UPDATE + ' . $_POST[ 'prefix' ] . '_' . $table . ' + SET + ' . $_POST[ 'prefix' ] . '_navStart = "' . $_POST[ 'navStart' ] . '" + WHERE + ' . $_POST[ 'prefix' ] . '_navId = "' . $_POST[ 'navId' ] . '" + LIMIT 1;' + ); + break; + + default : + + var_dump ( $_POST ); + break; + + } + + if ( ! $result ) + { + $error = true; + } + } + else + { + $columns = $db -> query + ( + 'SHOW + COLUMNS + FROM + ' . $_POST[ 'prefix' ] . '_' . $table . ';' + ); + + while ( $column = $columns -> fetch_assoc( ) ) + { + $fieldNames[ ] = $column[ 'Field' ]; + } + + foreach ( $_POST as $key => $value ) + { + if ( in_array ( $key , $fieldNames ) ) + { + $data[ ] = $key . ' = "' . $db -> real_escape_string( $value ) . '"'; + } + } + + /* Behandlung Keyvisual und Content-Image */ + if ( $table === 'content_image' ) + { + if ( ! is_dir ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] ) ) + { + mkdir ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] , 0755 ); + } + + if ( isset ( $_POST[ 'uploadFile' ] ) && ! empty ( $_POST[ 'uploadFile' ] ) ) + { + $old = $db -> query + ( + 'SELECT + * + FROM + ' . $_POST[ 'prefix' ] . '_' . $table . ' + WHERE + id = "' . $id . '";' + ); + $old_data = $old -> fetch_assoc( ); + + if ( ! isset ( $_POST[ 'formAction' ] ) || ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] !== 'appendImage' ) ) + { + $file_path = PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $old_data[ 'imgName' ]; + + /* Alte Bilddaten löschen */ + unlink ( $file_path . '.' . $old_data[ 'imgExtension' ] ); + unlink ( $file_path . '_orig.' . $old_data[ 'imgExtension' ] ); + unlink ( $file_path . '_thumb.' . $old_data[ 'imgExtension' ] ); + } + + /* Bilddaten auslesen */ + $imageData = explode( ',' , $_POST[ 'uploadFile' ] ); + + /* Bilddaten dekodieren */ + $mimetype = str_replace ( array ( 'data:' , ';base64' ) , '' , $imageData[ 0 ] ); + $encodedData = str_replace( ' ' , '+' , $imageData[ 1 ] ); + $decodedData = base64_decode( $encodedData ); + + /* Bildnamen und Erweiterung generieren */ + $keys = ( array_keys ( $vC['mimetypes'] , $mimetype ) ); + $extension = $keys[ 0 ]; + $file_name = fnc_buildUniqueFileName ( $_POST[ 'prefix' ] , $_POST[ 'navId' ] , $_POST[ 'imgName' ] , $extension ); + + /* Originales Bild speichern */ + $file_name_temp = substr( $file_name , 0 , strrpos ( $file_name , '.' ) ) . '_temp' . substr( $file_name , strrpos ( $file_name , '.' ) ); + $file_name_orig = substr( $file_name , 0 , strrpos ( $file_name , '.' ) ) . '_orig' . substr( $file_name , strrpos ( $file_name , '.' ) ); + + file_put_contents( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $file_name_temp , $decodedData ); + fnc_checkOrigResize( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' , $file_name_orig , $file_name_temp , $extension , ${ $_POST['prefix'] }[ 'dimOrig' ] ); + + if ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] === 'appendImage' ) + { + /* Werte für Datenbank aktualisieren */ + foreach ( $data as $key => $value ) + { + if ( strpos ( $value , 'imgExtension' ) !== false ) + { + $data[ $key ] = 'imgExtension = "' . $db -> real_escape_string( $extension ) . '"'; + } + else if ( strpos ( $value , 'imgName' ) !== false ) + { + $data[ $key ] = 'imgName = "' . $db -> real_escape_string( str_replace ( '.' . $extension , '' , $file_name ) ) . '"'; + } + } + + $new = $db -> query + ( + 'INSERT INTO + ' . $_POST[ 'prefix' ] . '_' . $table . ' + SET + ' . implode ( ' , ' , $data ) + ); + $new_id = $db -> insert_id; + + unset ( $data ); + + if ( $old_data[ 'sliderContent' ] === '' ) + { + $slider = array ( $new_id ); + } + else + { + $slider = explode ( ';' , $old_data[ 'sliderContent' ] ); + $slider[ ] = $new_id; + } + + $data = array( ); + $data[ ] = 'sliderContent = "' . $db -> real_escape_string( implode ( ';' , $slider ) ) . '"'; + $data[ ] = 'hasSlider = "Y"'; + } + } + else + { + if ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] === 'updateSort' ) + { + $db -> query + ( + 'UPDATE + ' . $_POST[ 'prefix' ] . '_' . TBL_NAVI . ' + SET + ' . $_POST[ 'prefix' ] . '_keyvisual = "' . $id . '" + WHERE + ' . $_POST[ 'prefix' ] . '_navId = "' . $_POST[ 'navId' ] . '" + LIMIT 1;' + ); + } + else + { + /* Altes Bild umbenennen und neue Koordinaten speichern */ + $img = $db -> query + ( + 'SELECT + * + FROM + ' . $_POST[ 'prefix' ] . '_' . $table . ' + WHERE + id = "' . $id . '";' + ); + $img_data = $img -> fetch_assoc( ); + + $extension = $img_data[ 'imgExtension' ]; + $old_name = $img_data[ 'imgName' ] . '.' . $extension; + $old_name_orig = substr( $old_name , 0 , strrpos ( $old_name , '.' ) ) . '_orig' . substr( $old_name , strrpos ( $old_name , '.' ) ); + $old_name_thmb = substr( $old_name , 0 , strrpos ( $old_name , '.' ) ) . '_thumb' . substr( $old_name , strrpos ( $old_name , '.' ) ); + + $img_name = $_POST[ 'imgName' ]; + $img_name = explode ( '_' , $img_name ); + foreach ( $img_name as $key => $value ) + { + if ( is_numeric ( $value ) ) + { + unset ( $img_name[ $key ] ); + } + } + $img_name = implode ( '_' , $img_name ); + + if ( $_POST[ 'imgName' ] . '.' . $_POST[ 'imgExtension' ] !== $old_name ) + { + $file_name = fnc_buildUniqueFileName ( $_POST[ 'prefix' ] , $_POST[ 'navId' ] , $img_name , $extension , -1 ); + $file_name_orig = substr( $file_name , 0 , strrpos ( $file_name , '.' ) ) . '_orig' . substr( $file_name , strrpos ( $file_name , '.' ) ); + $file_name_thmb = substr( $file_name , 0 , strrpos ( $file_name , '.' ) ) . '_thumb' . substr( $file_name , strrpos ( $file_name , '.' ) ); + + rename( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $old_name_thmb , PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $file_name_thmb ); + rename( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $old_name_orig , PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $file_name_orig ); + rename( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $old_name , PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $file_name ); + } + else + { + $file_name = $old_name; + $file_name_orig = $old_name_orig; + $file_name_thmb = $old_name_thmb; + } + } + } + + if ( ! isset ( $_POST[ 'formAction' ] ) || ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] !== 'updateSort' ) ) + { + $dataSet = str_replace( 'content_' , '' , $_POST[ 'dataSet' ] ); + + /* Bilddaten aus Editor generieren */ + if ( strpos( $dataSet , 'image' ) === 0 ) + { + ${ $_POST['prefix'] }[ 'dim' . strtoupper( substr( $dataSet , 0 , 1 ) ) . substr( $dataSet , 1 , strrpos ( $dataSet , '_' ) - 1 ) ][ 'height' ] = ${ $_POST['prefix'] }[ 'dim' . strtoupper( substr( $dataSet , 0 , 1 ) ) . substr( $dataSet , 1 , strrpos ( $dataSet , '_' ) - 1 ) ][ 'width' ] * $_POST[ 'previewHeight' ] / $_POST[ 'previewWidth' ]; + } + $img_created = fnc_buildImage ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' , $file_name_orig , $extension , ${ $_POST['prefix'] }[ 'dim' . strtoupper( substr( $dataSet , 0 , 1 ) ) . substr( $dataSet , 1 , strrpos ( $dataSet , '_' ) - 1 ) ] , $_POST ); + + /* Thumbnail aus generiertem Bild erzeugen */ + if ( ! is_null ( ${ $_POST['prefix'] }[ substr ( $dataSet , 0 , strrpos ( $dataSet , '_' ) ) . 'Thumb' ] ) ) + { + if ( strpos( $dataSet , 'image' ) === 0 ) + { + ${ $_POST['prefix'] }[ substr ( $dataSet , 0 , strrpos ( $dataSet , '_' ) ) . 'Thumb' ][ 'height' ] = ${ $_POST['prefix'] }[ substr ( $dataSet , 0 , strrpos ( $dataSet , '_' ) ) . 'Thumb' ][ 'width' ] * $_POST[ 'previewHeight' ] / $_POST[ 'previewWidth' ]; + } + $thumb = fnc_buildThumbnail ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' , $file_name , $extension , ${ $_POST['prefix'] }[ substr ( $dataSet , 0 , strrpos ( $dataSet , '_' ) ) . 'Thumb' ] ); + } + + /* Werte für Datenbank aktualisieren */ + foreach ( $data as $key => $value ) + { + if ( strpos ( $value , 'imgExtension' ) !== false ) + { + $data[ $key ] = 'imgExtension = "' . $db -> real_escape_string( $extension ) . '"'; + } + else if ( strpos ( $value , 'imgName' ) !== false ) + { + $data[ $key ] = 'imgName = "' . $db -> real_escape_string( str_replace ( '.' . $extension , '' , $file_name ) ) . '"'; + } + } + + if ( ! $img_created || ! $thumb ) + { + $error = true; + } + } + } + + if ( ! $error ) + { + /* Daten in Tabelle schreiben */ + $dataString = implode ( ' , ' , $data ); + + if ( $dataString != '' ) + { + $result = ( $table === 'content' ) + ? $db -> query ( 'UPDATE ' . $_POST[ 'prefix' ] . '_' . $table . ' SET ' . $dataString . ' WHERE siteId = "' . $id . '";' ) + : $db -> query ( 'UPDATE ' . $_POST[ 'prefix' ] . '_' . $table . ' SET ' . $dataString . ' WHERE id = "' . $id . '";' ); + + if ( ! $result ) + { + $error = true; + } + } + else + { + $error = true; + } + } + } + + if ( $error ) + { + echo 'ERROR'; + } + else + { + echo json_encode( 'SUCCESS' ); + } + } + else if ( $_POST[ 'request' ] === 'insertData' ) + { + + $error = false; + if ( $table === 'navi' ) + { + + switch ( $_POST[ 'formAction' ] ) + { + case 'addNavPoint' : + $navis = $db -> query ( 'SELECT * FROM ' . $_POST[ 'prefix' ] . '_' . $table . ' WHERE ' . $_POST[ 'prefix' ] . '_navStart = "' . $_POST[ 'navStart' ] . '" ORDER BY ' . $_POST['prefix'] . '_navSort ASC;' ); + $sort = 1; + + while ( $navi = $navis -> fetch_assoc( ) ) + { + $update = $db -> query ( 'UPDATE ' . $_POST[ 'prefix' ] . '_' . $table . ' SET ' . $_POST[ 'prefix' ] . '_navSort = "' . $sort . '" WHERE ' . $_POST[ 'prefix' ] . '_navId = "' . $navi[ $_POST[ 'prefix' ] . '_navId' ] . '" LIMIT 1;' ) || $error = true; + + if ( $error ) { break; } + if ( $navi[ $_POST[ 'prefix' ] . '_navId' ] == $_POST[ 'navId' ] ) + { + ++$sort; + $special = ( $_POST[ 'new_navType' ] === 'content' ) + ? 'N' + : 'Y'; + $navLink = fnc_buildUniqueLinkName ( $_POST[ 'prefix' ] , $_POST[ 'navStart' ] , $_POST[ 'new_navName' ] ); + + $insert = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_' . $table . ' ( ' . $_POST[ 'prefix' ] . '_navId , ' . $_POST[ 'prefix' ] . '_navStart , ' . $_POST[ 'prefix' ] . '_navName , ' . $_POST[ 'prefix' ] . '_navTarget , ' . $_POST[ 'prefix' ] . '_navLink , ' . $_POST[ 'prefix' ] . '_navActive , ' . $_POST[ 'prefix' ] . '_navSort , ' . $_POST[ 'prefix' ] . '_specialSite , ' . $_POST[ 'prefix' ] . '_specialType ) VALUES ( NULL , "' . $_POST[ 'navStart' ] . '" , "' . $_POST[ 'new_navName' ] . '" , "" , "' . $navLink . '" , "Y" , "' . $sort . '" , "' . $special . '" , "' . $_POST[ 'new_navType' ] . '" );' ) || $error = true; + $new_navId = $db -> insert_id; + $update = $db -> query ( 'UPDATE ' . $_POST[ 'prefix' ] . '_' . $table . ' SET ' . $_POST[ 'prefix' ] . '_navTarget = "index.php?siteId=' . $_POST[ 'siteId' ] . '&navId=' . $new_navId . '" WHERE ' . $_POST[ 'prefix' ] . '_navId = "' . $new_navId . '" LIMIT 1;' ) || $error = true; + + if ( $error ) { break; } + + if ( $_POST[ 'new_navType' ] !== 'uebersicht' ) + { + + if ( $_POST[ 'new_navType' ] === 'content' ) + { + $headline = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_content_headline ( id , content ) VALUES ( null , "Neue Überschrift" );' ); + $h_id = $db -> insert_id; + $test = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_content_text ( id , content ) VALUES ( null , "Neuer Standardtext" );' ); + $t_id = $db -> insert_id; + $site = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_content ( id , siteId , siteContents ) VALUES ( null , "' . $new_navId . '" , "headline_' . $h_id . ';text_' . $t_id . '" );' ); + } + else + { + $site = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_' . $_POST[ 'new_navType' ] . ' ( id , siteId ) VALUES ( null , "' . $new_navId . '" );' ); + } + } + + } + ++$sort; + } + + break; + + case 'addSubNav' : + $navis = $db -> query + ( + 'SELECT + * + FROM + ' . $_POST[ 'prefix' ] . '_' . $table . ' + WHERE + ' . $_POST[ 'prefix' ] . '_navStart = "' . $_POST[ 'navId' ] . '" + ORDER BY + ' . $_POST[ 'prefix' ] . '_navSort + ASC;' + ); + $sort = 1; + + $special = ( $_POST[ 'new_subnavType' ] === 'content' ) + ? 'N' + : 'Y'; + $navLink = fnc_buildUniqueLinkName ( $_POST[ 'prefix' ] , $_POST[ 'navId' ] , $_POST[ 'new_subnavName' ] ); + + $insert = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_' . $table . ' ( ' . $_POST[ 'prefix' ] . '_navId , ' . $_POST[ 'prefix' ] . '_navStart , ' . $_POST[ 'prefix' ] . '_navName , ' . $_POST[ 'prefix' ] . '_navTarget , ' . $_POST[ 'prefix' ] . '_navLink , ' . $_POST[ 'prefix' ] . '_navActive , ' . $_POST[ 'prefix' ] . '_navSort , ' . $_POST[ 'prefix' ] . '_specialSite , ' . $_POST[ 'prefix' ] . '_specialType ) VALUES ( NULL , "' . $_POST[ 'navId' ] . '" , "' . $_POST[ 'new_subnavName' ] . '" , "" , "' . $navLink . '" , "Y" , "' . $sort . '" , "' . $special . '" , "' . $_POST[ 'new_subnavType' ] . '" );' ) || $error = true; + $new_navId = $db -> insert_id; + $update = $db -> query ( 'UPDATE ' . $_POST[ 'prefix' ] . '_' . $table . ' SET ' . $_POST[ 'prefix' ] . '_navTarget = "index.php?siteId=' . $_POST[ 'siteId' ] . '&navId=' . $new_navId . '" WHERE ' . $_POST[ 'prefix' ] . '_navId = "' . $new_navId . '" LIMIT 1;' ) || $error = true; + + if ( $error ) { break; } + + if ( $_POST[ 'new_subnavType' ] !== 'uebersicht' ) + { + + if ( $_POST[ 'new_subnavType' ] === 'content' ) + { + $headline = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_content_headline ( id , content ) VALUES ( null , "Neue Überschrift" );' ); + $h_id = $db -> insert_id; + $test = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_content_text ( id , content ) VALUES ( null , "Neuer Standardtext" );' ); + $t_id = $db -> insert_id; + $site = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_content ( id , siteId , siteContents ) VALUES ( null , "' . $new_navId . '" , "headline_' . $h_id . ';text_' . $t_id . '" );' ); + } + else + { + $site = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_' . $_POST[ 'new_subnavType' ] . ' ( id , siteId ) VALUES ( null , "' . $new_navId . '" );' ); + } + } + + ++$sort; + + while ( $navi = $navis -> fetch_assoc( ) ) + { + $update = $db -> query ( 'UPDATE ' . $_POST[ 'prefix' ] . '_' . $table . ' SET ' . $_POST[ 'prefix' ] . '_navSort = "' . $sort . '" WHERE ' . $_POST[ 'prefix' ] . '_navId = "' . $navi[ $_POST[ 'prefix' ] . '_navId' ] . '" LIMIT 1;' ) || $error = true; + + if ( $error ) { break; } + ++$sort; + } + + break; + + default : + var_dump ( $_POST ); + break; + + } + + if ( ! $error ) + { + echo 'SUCCESS'; + } + else + { + echo 'ERROR'; + } + } + else + { + $columns = $db -> query ( 'SHOW COLUMNS FROM ' . $_POST[ 'prefix' ] . '_' . $table . ';' ); + + while ( $column = $columns -> fetch_assoc( ) ) + { + $fieldNames[ ] = $column[ 'Field' ]; + } + + foreach ( $_POST as $key => $value ) + { + if ( in_array ( $key , $fieldNames ) ) + { + $data[ $key ] = $db -> real_escape_string( $value ); + } + } + + if ( $table === 'content_image' ) + { + if ( ! is_dir ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] ) ) + { + mkdir ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] , 0755 ); + } + + /* Bilddaten auslesen */ + $imageData = explode( ',' , $_POST[ 'uploadFile' ] ); + + /* Bilddaten dekodieren */ + $mimetype = str_replace ( array ( 'data:' , ';base64' ) , '' , $imageData[ 0 ] ); + $encodedData = str_replace( ' ' , '+' , $imageData[ 1 ] ); + $decodedData = base64_decode( $encodedData ); + + /* Bildnamen und Erweiterung generieren */ + $keys = ( array_keys ( $vC['mimetypes'] , $mimetype ) ); + $extension = $keys[ 0 ]; + $file_name = fnc_buildUniqueFileName ( $_POST[ 'prefix' ] , $_POST[ 'navId' ] , $_POST[ 'imgName' ] , $extension ); + + /* Originales Bild speichern */ + $file_name_orig = substr( $file_name , 0 , strrpos ( $file_name , '.' ) ) . '_orig' . substr( $file_name , strrpos ( $file_name , '.' ) ); + file_put_contents ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $file_name_orig , $decodedData ); + + /* Bilddaten aus Editor generieren */ + $img_created = fnc_buildImage ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' , $file_name_orig , $extension , ${ $_POST['prefix'] }[ 'dim' . strtoupper( substr( $_POST[ 'dataSet' ] , 0 , 1 ) ) . substr( $_POST[ 'dataSet' ] , 1 ) ] , $_POST ); + + /* Thumbnail aus generiertem Bild erzeugen */ + if ( ! is_null ( ${ $_POST['prefix'] }[ $_POST[ 'dataSet' ] . 'Thumb' ] ) ) + { + $thumb = fnc_buildThumbnail ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' , $file_name , $extension , ${ $_POST['prefix'] }[ $_POST[ 'dataSet' ] . 'Thumb' ] ); + } + + /* Werte für Datenbank aktualisieren */ + $data[ 'imgExtension' ] = $db -> real_escape_string( $extension ); + $data[ 'imgName' ] = $db -> real_escape_string( str_replace ( '.' . $extension , '' , $file_name ) ); + + if ( ! $img_created || ! $thumb ) + { + $error = true; + } + + } + + else if ( $table === 'content_textimage' ) + { + if ( ! is_dir ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] ) ) + { + mkdir ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] , 0755 ); + } + + /* Bildnamen und Erweiterung generieren */ + $extension = 'jpg'; + $file_name = fnc_buildUniqueFileName ( $_POST[ 'prefix' ] , $_POST[ 'navId' ] , 'sample_image' , $extension ); + + /* Originales Bild speichern */ + $file_name_orig = substr( $file_name , 0 , strrpos ( $file_name , '.' ) ) . '_orig' . substr( $file_name , strrpos ( $file_name , '.' ) ); + copy ( PATH_MED . $_POST[ 'prefix' ] . '/sample_image.jpg' , PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $file_name_orig ); + copy ( PATH_MED . $_POST[ 'prefix' ] . '/sample_image.jpg' , PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' . $file_name ); + + /* Thumbnail aus generiertem Bild erzeugen */ + if ( ! is_null ( ${ $_POST['prefix'] }[ 'imageThumb' ] ) ) + { + $thumb = fnc_buildThumbnail ( PATH_MED . $_POST[ 'prefix' ] . '/' . $_POST[ 'navId' ] . '/' , $file_name , $extension , ${ $_POST['prefix'] }[ 'imageThumb' ] ); + } + + if ( ! $thumb ) + { + $error = true; + } + + $img_extension = $db -> real_escape_string( $extension ); + $img_name = $db -> real_escape_string( str_replace ( '.' . $extension , '' , $file_name ) ); + $img_title = $db -> real_escape_string( 'Sample Image' ); + + $image = $db -> query + ( + 'INSERT INTO + ' . $_POST[ 'prefix' ] . '_' . TBL_IMAGE . ' + ( imgName , imgExtension , imgOrigname , imgTitle , previewWidth , previewHeight ) + VALUES + ( "' . $img_name . '" , "' . $img_extension . '" , "' . $img_name . '.' . $img_extension . '" , "' . $img_title . '" , "' . ${ $_POST['prefix'] }[ 'dimImage' ][ 'width' ] . '" , "' . ${ $_POST['prefix'] }[ 'dimImage' ][ 'width' ] * 4 / 3 . '" );' + ); + $image_id = $db -> insert_id; + + $text = $db -> query + ( + 'INSERT INTO + ' . $_POST[ 'prefix' ] . '_' . TBL_TEXT . ' + VALUES ( NULL , "' . $_POST[ 'content' ] . '" );' + ); + $text_id = $db -> insert_id; + + $data[ 'content_text_id' ] = $text_id; + $data[ 'content_image_id' ] = $image_id; + } + + $keys = array ( ); + $values = array ( ); + foreach ( $data as $key => $value ) + { + $keys[ ] = $key; + $values[ ] = '"' . $value . '"'; + } + + /* Daten in Tabelle schreiben */ + if ( ! empty ( $data ) && $error === false ) + { + $result = $db -> query ( 'INSERT INTO ' . $_POST[ 'prefix' ] . '_' . $table . ' ( ' . implode ( ' , ' , $keys ) . ' ) VALUES ( ' . implode ( ' , ' , $values ) . ' );' ); + + if ( $result !== false ) + { + if ( $_POST[ 'dataSet' ] === 'keyvisual' ) + { + $insert = $db -> insert_id; + $update = $db -> query + ( + 'UPDATE + ' . $_POST[ 'prefix' ] . '_' . TBL_NAVI . ' + SET + ' . $_POST[ 'prefix' ] . '_keyvisual = "' . $insert . '" + WHERE + ' . $_POST[ 'prefix' ] . '_navId = "' . $_POST[ 'navId' ] . '" + LIMIT 1;' + ); + + if ( $update ) + { + $error = false; + } + else + { + $error = true; + } + } + elseif ( $table === 'content_text' || $table === 'content_subline' || $table === 'content_textimage' ) + { + $insert = $db -> insert_id; + $siteContents = json_decode( $_POST[ 'order' ] ); + + foreach ( $siteContents as $key => $value ) + { + $content = explode ( '_' , $value ); + $siteContents[ $key ] = str_replace( 'content_' , '' , $value ); + if ( ! is_numeric ( end ( $content ) ) ) + { + $siteContents[ $key ] .= '_' . $insert; + } + } + + $update = $db -> query + ( + 'UPDATE + ' . $_POST[ 'prefix' ] . '_' . TBL_CONTENT . ' + SET + siteContents = "' . implode ( ';' , $siteContents ) . '" + WHERE + siteId = "' . $_POST[ 'navId' ] . '" + LIMIT 1;' + ); + + if ( $update ) + { + echo json_encode ( $insert ); + die( ); + } + else + { + $error = true; + } + + } + elseif ( isset ( $_POST[ 'formAction' ] ) && $_POST[ 'formAction' ] === 'appendContent' ) + { + $newId = $table . '_' . $db -> insert_id; + $mainSet = explode ( '_' , $_POST[ 'mainContent' ] ); + + $oldContent = $db -> query + ( + 'SELECT + * + FROM + ' . $_POST[ 'prefix' ] . '_' . $mainSet[ 0 ] . ' + WHERE + id = "' . $mainSet[ 1 ] . '";' + ); + $content = $oldContent -> fetch_assoc( ); + $siteContent = ( $content[ 'siteContents' ] === '' ) + ? $newId + : $content[ 'siteContents' ] . ';' . $newId; + $update = $db -> query + ( + 'UPDATE + ' . $_POST[ 'prefix' ] . '_' . $mainSet[ 0 ] . ' + SET + siteContents = "' . $siteContent . '" + WHERE + id = "' . $mainSet[ 1 ] . '" + LIMIT 1;' + ); + if ( $update ) + { + json_encode ( $update ); + die( ); + } + else + { + $error = true; + } + } + else + { + $error = false; + } + } + else + { + $error = true; + } + } + + if ( $error === false ) + { + echo 'SUCCESS'; + } + else + { + echo 'ERROR'; + } + } + } + else if ( $_POST[ 'request' ] === 'deleteData' ) + { + $error = false; + $result = ( $table === 'content' ) + ? $db -> query ( 'DELETE FROM ' . $_POST[ 'prefix' ] . '_' . $table . ' WHERE siteId = "' . $id . '" LIMIT 1;' ) + : $db -> query ( 'DELETE FROM ' . $_POST[ 'prefix' ] . '_' . $table . ' WHERE id = "' . $id . '" LIMIT 1;' ); + + if ( $result && strpos( $table , 'content_' ) !== false ) + { + $content_part = str_replace( 'content_' , '' , $_POST[ 'dataSet' ] ); + $content_data = $db -> query + ( + 'SELECT + * + FROM + ' . $_POST[ 'prefix' ] . '_' . TBL_CONTENT . ' + WHERE + siteId = "' . $_POST[ 'navId' ] . '";' + ); + + $content = $content_data -> fetch_assoc( ); + $siteContents = explode ( ';' , $content[ 'siteContents' ] ); + $content_key = array_keys ( $siteContents , $content_part ); + + if ( ! empty ( $content_key ) ) + { + unset ( $siteContents[ $content_key[ 0 ] ] ); + $db -> query + ( + 'UPDATE + ' . $_POST[ 'prefix' ] . '_' . TBL_CONTENT . ' + SET + siteContents = "' . implode ( ';' , $siteContents ) . '" + WHERE + id = "' . $content[ 'id' ] . '" + LIMIT 1;' + ) || $error = true; + } + } + + if ( ! $error ) + { + echo 'SUCCESS'; + } + else + { + echo 'ERROR'; + } + } + +?> \ No newline at end of file diff --git a/administrator/webservices/test.log b/administrator/webservices/test.log new file mode 100644 index 0000000..dd2afe4 --- /dev/null +++ b/administrator/webservices/test.log @@ -0,0 +1,6552 @@ +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', + 18 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', + 18 => '62', + 19 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', + 18 => '62', + 19 => '67', + 20 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', + 18 => '62', + 19 => '67', + 20 => '70', + 21 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', + 18 => '62', + 19 => '67', + 20 => '70', + 21 => '69', + 22 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', + 18 => '62', + 19 => '67', + 20 => '70', + 21 => '69', + 22 => '132', + 23 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', + 18 => '62', + 19 => '67', + 20 => '70', + 21 => '69', + 22 => '132', + 23 => '58', + 24 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', + 18 => '62', + 19 => '67', + 20 => '70', + 21 => '69', + 22 => '132', + 23 => '58', + 24 => '57', + 25 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '133', + 15 => '65', + 16 => '64', + 17 => '63', + 18 => '62', + 19 => '67', + 20 => '70', + 21 => '69', + 22 => '132', + 23 => '58', + 24 => '57', + 25 => '56', + 26 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', + 24 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', + 24 => '58', + 25 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', + 24 => '58', + 25 => '57', + 26 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', + 24 => '58', + 25 => '57', + 26 => '56', + 27 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', + 24 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', + 24 => '58', + 25 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', + 24 => '58', + 25 => '57', + 26 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '133', + 16 => '65', + 17 => '64', + 18 => '63', + 19 => '62', + 20 => '67', + 21 => '70', + 22 => '69', + 23 => '132', + 24 => '58', + 25 => '57', + 26 => '56', + 27 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '132', + 25 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '132', + 25 => '58', + 26 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '132', + 25 => '58', + 26 => '57', + 27 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '137', + 14 => '136', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '132', + 25 => '58', + 26 => '57', + 27 => '56', + 28 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '144', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '144', + 25 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '144', + 25 => '137', + 26 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '144', + 25 => '137', + 26 => '132', + 27 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '144', + 25 => '137', + 26 => '132', + 27 => '58', + 28 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '144', + 25 => '137', + 26 => '132', + 27 => '58', + 28 => '57', + 29 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '145', + 15 => '138', + 16 => '133', + 17 => '65', + 18 => '64', + 19 => '63', + 20 => '62', + 21 => '67', + 22 => '70', + 23 => '69', + 24 => '144', + 25 => '137', + 26 => '132', + 27 => '58', + 28 => '57', + 29 => '56', + 30 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', + 28 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', + 28 => '58', + 29 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', + 28 => '58', + 29 => '57', + 30 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', + 28 => '58', + 29 => '57', + 30 => '56', + 31 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', + 28 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', + 28 => '58', + 29 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', + 28 => '58', + 29 => '57', + 30 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '152', + 10 => '43', + 11 => '68', + 12 => '61', + 13 => '134', + 14 => '136', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '144', + 26 => '137', + 27 => '132', + 28 => '58', + 29 => '57', + 30 => '56', + 31 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '154', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '154', + 26 => '144', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '154', + 26 => '144', + 27 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '154', + 26 => '144', + 27 => '137', + 28 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '154', + 26 => '144', + 27 => '137', + 28 => '132', + 29 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '154', + 26 => '144', + 27 => '137', + 28 => '132', + 29 => '58', + 30 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '154', + 26 => '144', + 27 => '137', + 28 => '132', + 29 => '58', + 30 => '57', + 31 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '153', + 15 => '145', + 16 => '138', + 17 => '133', + 18 => '65', + 19 => '64', + 20 => '63', + 21 => '62', + 22 => '67', + 23 => '70', + 24 => '69', + 25 => '154', + 26 => '144', + 27 => '137', + 28 => '132', + 29 => '58', + 30 => '57', + 31 => '56', + 32 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', + 26 => '169', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', + 26 => '169', + 27 => '154', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', + 26 => '169', + 27 => '154', + 28 => '144', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', + 26 => '169', + 27 => '154', + 28 => '144', + 29 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', + 26 => '169', + 27 => '154', + 28 => '144', + 29 => '137', + 30 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', + 26 => '169', + 27 => '154', + 28 => '144', + 29 => '137', + 30 => '132', + 31 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', + 26 => '169', + 27 => '154', + 28 => '144', + 29 => '137', + 30 => '132', + 31 => '58', + 32 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', + 26 => '169', + 27 => '154', + 28 => '144', + 29 => '137', + 30 => '132', + 31 => '58', + 32 => '57', + 33 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '134', + 13 => '136', + 14 => '168', + 15 => '153', + 16 => '145', + 17 => '138', + 18 => '133', + 19 => '65', + 20 => '64', + 21 => '63', + 22 => '62', + 23 => '67', + 24 => '70', + 25 => '69', + 26 => '169', + 27 => '154', + 28 => '144', + 29 => '137', + 30 => '132', + 31 => '58', + 32 => '57', + 33 => '56', + 34 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', + 34 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', + 34 => '58', + 35 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', + 34 => '58', + 35 => '57', + 36 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', + 34 => '58', + 35 => '57', + 36 => '56', + 37 => '55', +) +array ( + 0 => '2', +) +array ( + 0 => '2', + 1 => '8', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', + 34 => '58', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', + 34 => '58', + 35 => '57', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', + 34 => '58', + 35 => '57', + 36 => '56', +) +array ( + 0 => '2', + 1 => '8', + 2 => '9', + 3 => '135', + 4 => '54', + 5 => '34', + 6 => '66', + 7 => '60', + 8 => '59', + 9 => '43', + 10 => '68', + 11 => '61', + 12 => '136', + 13 => '134', + 14 => '172', + 15 => '168', + 16 => '153', + 17 => '145', + 18 => '138', + 19 => '133', + 20 => '65', + 21 => '64', + 22 => '63', + 23 => '62', + 24 => '67', + 25 => '70', + 26 => '69', + 27 => '178', + 28 => '175', + 29 => '169', + 30 => '154', + 31 => '144', + 32 => '137', + 33 => '132', + 34 => '58', + 35 => '57', + 36 => '56', + 37 => '55', +) diff --git a/css/images/ui-bg_flat_0_cccccc_40x100.png b/css/images/ui-bg_flat_0_cccccc_40x100.png new file mode 100644 index 0000000000000000000000000000000000000000..36fa920671140cefd54c81be88cbf4cd0ebab6d8 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F0wfqj{vTKlq?nSt-CY>?t&Hpz19_YU9+AaB z+5?Q;PG;Ky8FHR3jv*e$lP#KA4SKlxP~ajahLlrQ(m(7a76DbNmbgZgq$HN4S|t~y z0x1R~149#CLjzqSgAhYwD?>{wQ&U|7b1MUb+ucuQqiD#@PsvQH#I0e~wHS4v1_n=8 KKbLh*2~7Z`8aBxQ literal 0 HcmV?d00001 diff --git a/css/images/ui-bg_flat_100_000000_40x100.png b/css/images/ui-bg_flat_100_000000_40x100.png new file mode 100644 index 0000000000000000000000000000000000000000..4e8f6c4b95a4aa860bcedebc7935927455188913 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F2qYNp$opRhQcOwS?k)_Bce{j_0C}7R9+AaB z+5?Q;PG;Ky8T_6ujv*T7lM^IZ7dQL@YKdTAEH!H@2TG}yxJHzuB$lLFB^RXvDF!10 zLla#?16?D75JMv?Q&TG=GhG97D+7b+SNBds(U6;;l9^VCTf?&sRxO|g22WQ%mvv4F FO#nI5F-`yg literal 0 HcmV?d00001 diff --git a/css/images/ui-bg_flat_100_cccccc_40x100.png b/css/images/ui-bg_flat_100_cccccc_40x100.png new file mode 100644 index 0000000000000000000000000000000000000000..7d3127732b47f9a0afb5eb286852e1926abb39f7 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F0wfqj{vTKlq?nSt-CY>?t&Hpz19_YU9+AaB z+5?Q;PG;Ky8FHR3jv*e$lP#KA4SKlxP~ajahLlrQ(m(7a76DbNmbgZgq$HN4S|t~y z0x1R~149#CLjzqSgAhYwD`O)oV+&mab1MUbJNwVQLeY?$pOTqYiCe?kM`d9^4Gf;H KelF{r5}E+QEH{S$ literal 0 HcmV?d00001 diff --git a/css/images/ui-bg_flat_100_e3000b_40x100.png b/css/images/ui-bg_flat_100_e3000b_40x100.png new file mode 100644 index 0000000000000000000000000000000000000000..74792c2dbe2ef6a291c8868f980436938f25bf6e GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F$P6UUt$JVyq?iMILR=p+aL?xHS`FlK7I;J! z18EO1b~~AE2W0Sjx;TbtoKH@WU|rnsi-CbDf`PHrtgRdcptHiA#DW+f(Py>UftDnm{ Hr-UW|i8e6O literal 0 HcmV?d00001 diff --git a/css/images/ui-bg_flat_100_ffffff_40x100.png b/css/images/ui-bg_flat_100_ffffff_40x100.png new file mode 100644 index 0000000000000000000000000000000000000000..08f5402a93699d25f9593c99db10d9e19a343d47 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F2qYNp$opRhQcOwS?k)_Bce{j_0C}7R9+AaB z+5?Q;PG;Ky8A6^ejv*T7lYj6t@hpC#;TbB#aBAWwna#KLs)4eqC9V-ADTyViR>?)F zK#IZ0z|ch3&_LJFGQ`Nh%D}|R*jU%V+{(a!m2ZM1iiX_$l+3hB+!{)PHI@Q3FnGH9 KxvXA)!QcOwS?k)_>#w|r1Kptm-M`SUO z_5fqIli7AahM1>|V~EA+ zRdP`(kYX@0Ff`FMG|)9N2r)FWGB&p|HqtdPw=ytrE@)0g(U6;;l9^VCTZ56V^-Z7# N22WQ%mvv4FO#o=qGLQfO literal 0 HcmV?d00001 diff --git a/css/images/ui-bg_glass_65_ffffff_1x400.png b/css/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100644 index 0000000000000000000000000000000000000000..d650a304ff061e2545e24b1726af51301db745f7 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^j6gI2NH8$CE1Q=ADW)WEcNYf6yIsOdfIQ9ukH}&m z?E%JaC$sH<3_(v9#}JM4$r%X}t&0mp9yKsb%{ak$*<@oTP*SzTHKHUXu_VF9BJM(2$#-l9^VCTZ84PGkbv=7(8A5 KT-G@yGywqJhcg-g literal 0 HcmV?d00001 diff --git a/css/images/ui-icons_000000_256x240.png b/css/images/ui-icons_000000_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..f07448d160cbb9a370d487ba2bef1a518546f4db GIT binary patch literal 5331 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 literal 0 HcmV?d00001 diff --git a/css/images/ui-icons_222222_256x240.png b/css/images/ui-icons_222222_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..c1cb1170c8b3795835b8831ab81fa9ae63b606b1 GIT binary patch literal 6922 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 QJ~;stWz}Trq%1=J3#jBGg8%>k literal 0 HcmV?d00001 diff --git a/css/images/ui-icons_e3000b_256x240.png b/css/images/ui-icons_e3000b_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..7b061553ac72f23c4cd4395ef93839cbef18907a GIT binary patch literal 4549 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 literal 0 HcmV?d00001 diff --git a/css/images/ui-icons_ffd400_256x240.png b/css/images/ui-icons_ffd400_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..b2cfcfd6ead98765ab4b318fbbc48ebcda5c2531 GIT binary patch literal 4549 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 .box-header + { + background-color : #cccccc; + padding : 12px 23px; + margin-left : -24px; + font-weight : bold; + } +.sliderLeft, .sliderRight + { + height : 24px; + position : absolute; + z-index : 3; + background-color : inherit; + cursor : pointer; + } +.sliderLeft + { + left : 0px; + } +.sliderLeft_inner , .sliderRight_inner + { + color : #999999; + } +.sliderRight_inner + { + float : right; + } +.sliderLeft_inner:hover, .sliderRight_inner:hover + { + color : #ffffff; + } +.sliderLeft_inner:before + { + content : '<'; + } +.sliderRight + { + right : 0px; + text-align : right; + } +.sliderRight_inner:before + { + content : '>'; + } +.uebersicht > div + { + padding-bottom : 24px; + border-bottom : 1px solid #aaaaaa; + margin-bottom : 24px; + } +.uebersicht .link + { + color : #000000; + display : block; + } +.uebersicht .link:hover + { + text-decoration : underline; + color : #e3000b; + } + +.custom-tooltip + { + background-color : #ffffff; + color : #000000; + border : 1px solid #cccccc; + } +#navi_main_outer + { + position : fixed; + z-index : 50; + border-bottom : 2px solid #E3000B; + background-color : #ffffff; + } +#navi_main > ul > li + { + display : inline-block; + position : relative; + padding : 0px 12px; + border : 1px solid #999999; + border-right : 0px none; + z-index : 5; + min-width : 100px; + } +#navi_main > ul > li:last-of-type + { + border-right : 1px solid #999999; + } +#navi_main > ul > li:hover + { + border-bottom : 1px solid #ffffff; + } +#navi_main > ul > li > ul + { + position : absolute; + display : none; + border : 1px solid #999999; + box-shadow : 2px 2px 2px #999999; + min-width : 120px; + margin-left : -13px; + background-color : #ffffff; + border-top : 0px none; + z-index : -1; + } +#navi_main > ul > li:hover ul + { + display : block; + } +#navi_main a + { + padding : 6px 0px; + width : 100%; + color : #000000; + text-decoration : none; + font-size : .75rem; + line-height : .75rem; + display : inline-block; + white-space : nowrap; + } +#navi_main a.active + { + font-weight : bold; + } +#navi_main li li > a + { + padding : 6px 12px; + } +#navi_main li li li > a + { + padding : 6px 24px; + } +#navi_main a:before + { + content : ">"; + color : #e3000b; + display : inline-block; + margin-right : 6px; + font-weight : bold; + } +#navi_main a.active:before , #navi_main a:hover:before + { + content : ">"; + color : #e3000b; + -webkit-transform : rotate(90deg); + -moz-transform : rotate(90deg); + -ms-transform : rotate(90deg); + transform : rotate(90deg); + } +#logo + { + position : absolute; + text-align : right; + z-index : 5; + right : 0px; + } +#page + { + position : relative; + z-index : 1; + padding-top : 76px; + padding-bottom : 96px; + } +#headline_wrapper + { + height : 288px; + overflow : hidden; + position : relative; + } +.keyvisual + { + height : 288px; + } +.keyvisual img + { + width : 864px; + height : 288px; + } +#headline_site + { + position : absolute; + } +#navi_sub_outer + { + background-color : #000000; + color : #ffffff; + height : 48px; + } +#navi_last_outer + { + height : 50px; + border-bottom : 2px solid #E3000B; + background-color : #ffffff; + } +#navi_sub + { + background-color : #000000; + } +#navi_sub , #navi_last + { + overflow : hidden; + position : relative; + min-height : 24px; + } +#navi_sub ul , #navi_last ul + { + height : 24px; + line-height : 24px; + overflow : hidden; + z-index : 1; + } +#navi_sub ul li , #navi_last ul li + { + float : left; + padding-right : 24px; + } +#navi_sub ul li:last-of-type , #navi_sub_ul li:last-of-type + { + padding-right : 0px; + } +#navi_sub a , #navi_last a + { + color : #ffffff; + text-decoration : none; + font-size : .75rem; + } +#navi_last a + { + color : #E3000B; + } +#navi_sub a:before , #navi_last a:before + { + content : ">"; + color : #ffffff; + display : inline-block; + margin-right : 6px; + font-weight : bold; + } +#navi_last a:before + { + color : #E3000B; + } +#navi_sub a.active:before , #navi_sub a:hover:before , #navi_last a.active:before , #navi_last a:hover:before + { + color : #E3000B; + -webkit-transform : rotate(90deg); + -moz-transform : rotate(90deg); + -ms-transform : rotate(90deg); + transform : rotate(90deg); + font-weight : bold; + } +#content + { + padding-top : 24px; + } +#footer + { + position : fixed; + z-index : 50; + bottom : 0px; + left : 0px; + height : 48px; + background-color : #999999; + } +#galeryslider + { + position : fixed; + z-index : 999; + width : 100%; + height : 100%; + padding : 48px 72px; + background-color : rgba( 0 , 0 , 0 , .9 ); + display : none; + } +#galeryslider .slider + { + width : 100%; + height : 100%; + position : static; + } +#galeryslider img + { + object-fit : contain; + max-width : 100%; + max-height : 100%; + width : 100%; + } +#galeryslider .nivo-prevNav + { + left : 12px; + } +#galeryslider .nivo-nextNav + { + right : 12px; + } +#galeryslider .nivo-caption + { + opacity : .9; + background-color : transparent; + } +#galeryslider .nivo-slice + { + display : none; + } +#galeryslider .nivoSlider + { + position : static; + } +.close + { + position : absolute; + top : 0px; + left : 0px; + color : #ffffff; + font-size : 2rem; + font-weight : bold; + } +.close span + { + float : right; + cursor : pointer; + margin-right : 24px; + } + \ No newline at end of file diff --git a/images/keyvisual_0.jpg b/images/keyvisual_0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..babe784886a348636505b17e14d8e4394d4b15bf GIT binary patch literal 163770 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

-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 literal 0 HcmV?d00001 diff --git a/images/svj_logo.png b/images/svj_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb59dc2a992d7a869cb12056aaa10126a897f70 GIT binary patch literal 13194 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 literal 0 HcmV?d00001 diff --git a/index.php b/index.php new file mode 100644 index 0000000..9a47233 --- /dev/null +++ b/index.php @@ -0,0 +1,262 @@ + query + ( + 'SELECT + * + FROM + ' . $prefix . '_' . TBL_NAVI . ' + WHERE + ' . $prefix . '_navId = "' . $_GET[ 'navId' ] . '";' + ); + $navpoint = $navpointData -> fetch_assoc ( ); + + if ( ! is_null ( $navpoint[ $prefix . '_keyvisual' ] ) ) + { + /* Keyvisual */ + $keyvisualData = $db -> query + ( + 'SELECT + * + FROM + ' . $prefix . '_' . TBL_IMAGE . ' + WHERE + id = "' . $navpoint[ $prefix . '_keyvisual' ] . '";' + ); + $keyvisual = $keyvisualData -> fetch_assoc ( ); + $data[ 'keyvisual' ][ ] = array ( 'id' => $keyvisual[ 'id' ] , 'path' => PATH_MED . $prefix . '/' . $_GET[ 'navId' ] . '/' , 'src' => $keyvisual[ 'imgName' ] . '.' . $keyvisual[ 'imgExtension' ] , 'title' => $keyvisual[ 'imgTitle' ] ); + $data[ 'galery' ][ ] = array ( 'id' => $keyvisual[ 'id' ] , 'path' => PATH_MED . $prefix . '/' . $_GET[ 'navId' ] . '/' , 'src' => $keyvisual[ 'imgName' ] . '_orig.' . $keyvisual[ 'imgExtension' ] , 'title' => $keyvisual[ 'imgTitle' ] ); + + /* Slider - Daten */ + if ( $keyvisual[ 'sliderContent' ] !== '' ) + { + $sliders = explode ( ';' , $keyvisual[ 'sliderContent' ] ); + + foreach ( $sliders as $imageId ) + { + $imageData = $db -> query + ( + 'SELECT + * + FROM + ' . $prefix . '_' . TBL_IMAGE . ' + WHERE + id = "' . $imageId . '";' + ); + $image = $imageData -> fetch_assoc ( ); + $data[ 'keyvisual' ][ ] = array ( 'id' => $image[ 'id' ] , 'path' => PATH_MED . $prefix . '/' . $_GET[ 'navId' ] . '/' , 'src' => $image[ 'imgName' ] . '.' . $image[ 'imgExtension' ] , 'title' => $image[ 'imgTitle' ] ); + $data[ 'galery' ][ ] = array ( 'id' => $image[ 'id' ] , 'path' => PATH_MED . $prefix . '/' . $_GET[ 'navId' ] . '/' , 'src' => $image[ 'imgName' ] . '_orig.' . $image[ 'imgExtension' ] , 'title' => $image[ 'imgTitle' ] ); + } + + } + } + else + { + $data[ 'keyvisual' ][ ] = array ( 'id' => null , 'path' => PATH_MED . $prefix . '/' , 'navId' => '' , 'src' => 'keyvisual_0.jpg' , 'title' => null ); + } + + if ( $specialSite !== false ) + { + if ( $specialSite === 'uebersicht' ) + { + $contents = $db -> query + ( + 'SELECT + * + FROM + ' . $prefix . '_' . TBL_NAVI . ' + WHERE + ' . $prefix . '_navStart = "' . $_GET[ 'navId' ] . '" + ORDER BY + ' . $prefix . '_navSort ASC;' + ); + while ( $content = $contents -> fetch_assoc ( ) ) + { + $tmp_content[ 'headline' ] = $content[ $prefix . '_navName' ]; + $tmp_content[ 'link' ] = $content[ $prefix . '_navTarget' ]; + $tmp_special = fnc_getNavType ( $prefix , $content[ $prefix . '_navId' ] ); + + if ( $tmp_special !== false ) + { + $sub_contents = $db -> query + ( + 'SELECT + * + FROM + ' . $prefix . '_' . $tmp_special . ' + WHERE + siteId = "' . $content[ $prefix . '_navId' ] . '";' + ); + if ( $sub_contents === false ) + { + continue; + } + $sub_content = $sub_contents -> fetch_assoc ( ); + $sub_content[ 'type' ] = $tmp_special; + } + else + { + $sub_contents = $db->query( + 'SELECT + * + FROM + ' . $prefix . '_' . TBL_CONTENT . ' + WHERE + siteId = "' . $content[ $prefix . '_navId' ] . '";' + ); + if( $sub_contents === false) + { + continue; + } + $tmp_content = $sub_contents->fetch_assoc(); + if ( $tmp_content[ 'siteContents' ] !== '' ) + { + $tmp_data[ 'content' ][ 'pageContents' ] = fnc_getSiteContents( $tmp_content[ 'siteContents' ] , $prefix ); + $sub_content = $tmp_data['content']['pageContents']; + $sub_content['type'] = 'standard'; + } + } + $data[ 'content' ][ 'uebersicht' ][ ] = $sub_content; + } + } + elseif ( $specialSite === 'spielbericht' ) + { + $contents = $db -> query + ( + 'SELECT + * + FROM + ' . $prefix . '_' . $specialSite . ' + WHERE + siteId = "' . $_GET[ 'navId' ] . '";' + ); + $content = $contents -> fetch_assoc ( ); + + $dateTime = DateTime::createFromFormat ( 'Y-m-d' , $content[ 'datum' ] ); + $data[ 'content' ][ 'spielbericht' ] = $content; + } + elseif ( $specialSite === 'turnier' ) + { + $contents = $db -> query + ( + 'SELECT + * + FROM + ' . $prefix . '_' . $specialSite . ' + WHERE + siteId = "' . $_GET[ 'navId' ] . '";' + ); + $content = $contents -> fetch_assoc ( ); + + $dateTime = DateTime::createFromFormat ( 'Y-m-d' , $content[ 'datum' ] ); + $data[ 'content' ][ 'turnier' ] = $content; + } + elseif ( $specialSite === 'widget' ) + { + $contents = $db -> query + ( + 'SELECT + * + FROM + ' . $prefix . '_' . $specialSite . ' + WHERE + siteId = "' . $_GET[ 'navId' ] . '";' + ); + if ( $contents -> num_rows !== 0 ) + { + $content = $contents -> fetch_assoc ( ); + $data[ 'content' ][ 'widget' ] = array ( 'id' => $content[ 'id' ] , 'tpl' => $content[ 'widget' ] , 'schluessel' => $vC[ 'portal' ][ 'website' ][ $content[ 'widget' ] ][ $web_key ] , 'wettbewerb' => $content[ 'wettbewerb' ] ); + } + } + } + else + { + $contents = $db -> query + ( + 'SELECT + * + FROM + ' . $prefix . '_content + WHERE + siteId = "' . $_GET[ 'navId' ] . '";' + ); + if ( $contents -> num_rows !== 0 ) + { + $content = $contents -> fetch_assoc ( ); + if ( $content[ 'siteContents' ] !== '' ) + { + $data[ 'content' ][ 'pageContents' ] = fnc_getSiteContents( $content[ 'siteContents' ] , $prefix ); + foreach ( $data[ 'content' ][ 'pageContents' ] as $tmp_content ) + { + if ( isset( $tmp_content[ 'type' ] ) && $tmp_content[ 'type' ] === 'textimage' ) + { + $data[ 'galery' ][ ] = array ( 'id' => $tmp_content[ 'content_image_id' ] , 'path' => PATH_MED . $prefix . '/' . $_GET[ 'navId' ] . '/' , 'src' => $tmp_content[ 'imgName' ] . '_orig.' . $tmp_content[ 'imgExtension' ] , 'title' => $tmp_content[ 'imgTitle' ] ); + } + } + } + } + } + + foreach ( $arr_navs as $key => $value ) + { + if ( $value !== null ) + { + $data[ $def[ 'navPostion' ][ $key ] ] = $value; + } + } + + /* Template rendern */ + $render = new viewClass ( ); + $render -> setConfig ( $vC ); + $render -> setPrefix ( $prefix ); + $render -> setPathTpl ( PATH_WEBSITE_TPL ); + $render -> setLang ( $lang[ 'website' ] ); + $render -> setTemplate ( 'main' ); + if ( $specialSite !== false ) + { + $render -> setSpecialSite ( true ); + } + $render -> setSiteId ( $_GET[ 'navId' ] ); + $render -> setEditable ( $editable ); + $render -> setWebkey ( $_GET[ 'siteId' ] ); + $render -> setData ( $data ); + $render -> setNavpath ( $pathWay ); + + $html = $render -> output ( ); + $html = str_replace ( array ( 'PHP_ROOT_PATH/' , 'PHP_SITE_PATH/' ) , array ( PATH_ROOT , PATH_SITE ) , $html ); + // $html = str_replace ( array ( "\r" , "\n" , "\t" ) , array ( '' , '' , '' ) , $html ); + echo $html; + +?> diff --git a/js/common.js b/js/common.js new file mode 100644 index 0000000..1d23a80 --- /dev/null +++ b/js/common.js @@ -0,0 +1,128 @@ +var start = false; +var slideWidth = 3; +var animationTime = 40; + +$( function( ) { + $( document ).tooltip( + { + tooltipClass: 'custom-tooltip' + } ); + } ); + +$( document ).ready( function( ) + { + /* Subnavigation: Fix für überbreite Navigation */ + var outerWidth = $( '#navi_sub' ).innerWidth( ); + var width = 0; + var mainElem = $( 'ul' , '#navi_sub' ); + + $( 'li' , mainElem ).each( function( key , elem ) + { + width += $( elem ).innerWidth( ) + 1; + } ); + + if ( width > outerWidth ) + { + mainElem.innerWidth ( width ); + $( '

' ).insertBefore ( mainElem ); + $( '
' ).insertBefore ( mainElem ); + mainElem.css( { 'margin-left' : $( '.sliderLeft' , '#navi_sub' ).innerWidth( ) , 'margin-right' : $( '.sliderRight' , '#navi_sub' ).innerWidth( ) } ); + } + + $( 'body' ).on( 'mouseenter' , '.sliderRight_inner' , function( ) + { + start = true; + fnc_startAnimation ( $( '#navi_sub' ) , mainElem , 'left' ); + } ); + $( 'body' ).on( 'mouseleave' , '.sliderRight' , function( ) + { + start = false; + } ); + $( 'body' ).on( 'mouseenter' , '.sliderLeft_inner' , function( ) + { + start = true; + fnc_startAnimation ( $( '#navi_sub' ) , mainElem , 'right' ); + } ); + $( 'body' ).on( 'mouseleave' , '.sliderLeft' , function( ) + { + start = false; + } ); + + if( typeof(editorData) === 'undefined' && $( '#galeryslider' ).length !== 0 ) + { + $('.keyvisual' ).css({cursor: 'pointer'}); + $( '.keyvisual' ).on( 'click' , 'img' , function () + { + $('#galeryslider').show(); + } ); + } + + /* Scroll - Event für Navigationselemente: Position fixed */ + var display = false; + var sub_outer = $( '#navi_sub_outer' ).clone( ); + var last_outer = $( '#navi_last_outer' ).clone( ); + sub_outer.css( { 'position' : 'fixed' , 'top' : parseInt( $( '#navi_main_outer' ).css( 'height' ) ) , 'z-index' : 3 , 'display' : 'none' } ); + last_outer.css( { 'position' : 'fixed' , 'top' : parseInt( $( '#navi_main_outer' ).css( 'height' ) ) + parseInt( $( '#navi_sub_outer' ).css( 'height' ) ) , 'z-index' : 3 , 'display' : 'none' } ); + sub_outer.appendTo( 'body' ); + last_outer.appendTo( 'body' ); + + $( window ).on( 'scroll' , function( ) + { + var offsetBody = $( window ).scrollTop( ) + parseInt( $( '#navi_main_outer' ).css( 'height' ) ); + var offsetNavi = ( $( '#navi_sub_outer' ).position( ) ) + ? $( '#navi_sub_outer' ).position( ).top + : 0; + if ( display === false && offsetBody >= offsetNavi ) + { + display = true; + sub_outer.show( ); + last_outer.show( ); + } + else if ( display === true && offsetBody <= offsetNavi ) + { + display = false; + sub_outer.hide( ); + last_outer.hide( ); + } + } ); + } ); + +function fnc_startAnimation ( outerElem , innerElem , direction ) + { + if ( start === true ) + { + outerElemWidth = outerElem.innerWidth( ); + innerElemWidth = innerElem.innerWidth( ) + parseFloat( innerElem.css( 'margin-left' ) ) + parseFloat( innerElem.css( 'margin-right' ) ); + if ( direction === 'left' ) + { + if ( outerElemWidth < innerElemWidth ) + { + innerElem.css( { 'margin-left' : parseFloat( innerElem.css( 'margin-left' ) ) - slideWidth } ); + setTimeout( function( ) + { + fnc_startAnimation ( outerElem , innerElem , direction ); + } , animationTime ); + } + else + { + start = false; + } + } + if ( direction === 'right' ) + { + maxWidth = innerElem.innerWidth( ) + $( '.sliderLeft' , outerElem ).innerWidth( ) + $( '.sliderRight' , outerElem ).innerWidth( ); + if ( maxWidth > innerElemWidth ) + { + innerElem.css( { 'margin-left' : parseFloat( innerElem.css( 'margin-left' ) ) + slideWidth } ); + setTimeout( function( ) + { + fnc_startAnimation ( outerElem , innerElem , direction ); + } , animationTime ); + } + else + { + start = false; + } + } + } + } \ No newline at end of file diff --git a/js/jquery-2.1.1.js b/js/jquery-2.1.1.js new file mode 100644 index 0000000..9f7b3d3 --- /dev/null +++ b/js/jquery-2.1.1.js @@ -0,0 +1,9190 @@ +/*! + * jQuery JavaScript Library v2.1.1 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-05-01T17:11Z + */ + +(function( global, factory ) { + + if ( typeof module === "object" && typeof module.exports === "object" ) { + // For CommonJS and CommonJS-like environments where a proper window is present, + // execute the factory and get jQuery + // For environments that do not inherently posses a window with a document + // (such as Node.js), expose a jQuery-making factory as module.exports + // This accentuates the need for the creation of a real window + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Can't do this because several apps including ASP.NET trace +// the stack via arguments.caller.callee and Firefox dies if +// you try to trace through "use strict" call chains. (#13335) +// Support: Firefox 18+ +// + +var arr = []; + +var slice = arr.slice; + +var concat = arr.concat; + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var support = {}; + + + +var + // Use the correct document accordingly with window argument (sandbox) + document = window.document, + + version = "2.1.1", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }, + + // Support: Android<4.1 + // Make sure we trim BOM and NBSP + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([\da-z])/gi, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }; + +jQuery.fn = jQuery.prototype = { + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // Start with an empty selector + selector: "", + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num != null ? + + // Return just the one element from the set + ( num < 0 ? this[ num + this.length ] : this[ num ] ) : + + // Return all the elements in a clean array + slice.call( this ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + ret.context = this.context; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + // (You can seed the arguments with an array of args, but this is + // only used internally.) + each: function( callback, args ) { + return jQuery.each( this, callback, args ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map(this, function( elem, i ) { + return callback.call( elem, i, elem ); + })); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[0] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction(target) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray(src) ? src : []; + + } else { + clone = src && jQuery.isPlainObject(src) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return jQuery.type(obj) === "function"; + }, + + isArray: Array.isArray, + + isWindow: function( obj ) { + return obj != null && obj === obj.window; + }, + + isNumeric: function( obj ) { + // parseFloat NaNs numeric-cast false positives (null|true|false|"") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + return !jQuery.isArray( obj ) && obj - parseFloat( obj ) >= 0; + }, + + isPlainObject: function( obj ) { + // Not plain objects: + // - Any object or value whose internal [[Class]] property is not "[object Object]" + // - DOM nodes + // - window + if ( jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.constructor && + !hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) { + return false; + } + + // If the function hasn't returned already, we're confident that + // |obj| is a plain object, created by {} or constructed with new Object + return true; + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + // Support: Android < 4.0, iOS < 6 (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call(obj) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + globalEval: function( code ) { + var script, + indirect = eval; + + code = jQuery.trim( code ); + + if ( code ) { + // If the code includes a valid, prologue position + // strict mode pragma, execute code by injecting a + // script tag into the document. + if ( code.indexOf("use strict") === 1 ) { + script = document.createElement("script"); + script.text = code; + document.head.appendChild( script ).parentNode.removeChild( script ); + } else { + // Otherwise, avoid the DOM node creation, insertion + // and removal by using an indirect global eval + indirect( code ); + } + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + // args is for internal usage only + each: function( obj, callback, args ) { + var value, + i = 0, + length = obj.length, + isArray = isArraylike( obj ); + + if ( args ) { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } + } + + return obj; + }, + + // Support: Android<4.1 + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArraylike( Object(arr) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var value, + i = 0, + length = elems.length, + isArray = isArraylike( elems ), + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var tmp, args, proxy; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: Date.now, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +}); + +// Populate the class2type map +jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +}); + +function isArraylike( obj ) { + var length = obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.nodeType === 1 && length ) { + return true; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v1.10.19 + * http://sizzlejs.com/ + * + * Copyright 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-04-18 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + -(new Date()), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // General-purpose constants + strundefined = typeof undefined, + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf if we can't use a native one + indexOf = arr.indexOf || function( elem ) { + var i = 0, + len = this.length; + for ( ; i < len; i++ ) { + if ( this[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + // http://www.w3.org/TR/css3-syntax/#characters + characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Loosely modeled on CSS identifier characters + // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors + // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = characterEncoding.replace( "w", "w#" ), + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + characterEncoding + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + characterEncoding + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + characterEncoding + ")" ), + "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), + "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var match, elem, m, nodeType, + // QSA vars + i, groups, old, nid, newContext, newSelector; + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + + context = context || document; + results = results || []; + + if ( !selector || typeof selector !== "string" ) { + return results; + } + + if ( (nodeType = context.nodeType) !== 1 && nodeType !== 9 ) { + return []; + } + + if ( documentIsHTML && !seed ) { + + // Shortcuts + if ( (match = rquickExpr.exec( selector )) ) { + // Speed-up: Sizzle("#ID") + if ( (m = match[1]) ) { + if ( nodeType === 9 ) { + elem = context.getElementById( m ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document (jQuery #6963) + if ( elem && elem.parentNode ) { + // Handle the case where IE, Opera, and Webkit return items + // by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + } else { + // Context is not a document + if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && + contains( context, elem ) && elem.id === m ) { + results.push( elem ); + return results; + } + } + + // Speed-up: Sizzle("TAG") + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Speed-up: Sizzle(".CLASS") + } else if ( (m = match[3]) && support.getElementsByClassName && context.getElementsByClassName ) { + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // QSA path + if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + nid = old = expando; + newContext = context; + newSelector = nodeType === 9 && selector; + + // qSA works strangely on Element-rooted queries + // We can work around this by specifying an extra ID on the root + // and working up from there (Thanks to Andrew Dupont for the technique) + // IE 8 doesn't work on object elements + if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { + groups = tokenize( selector ); + + if ( (old = context.getAttribute("id")) ) { + nid = old.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", nid ); + } + nid = "[id='" + nid + "'] "; + + i = groups.length; + while ( i-- ) { + groups[i] = nid + toSelector( groups[i] ); + } + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || context; + newSelector = groups.join(","); + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch(qsaError) { + } finally { + if ( !old ) { + context.removeAttribute("id"); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {Function(string, Object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = attrs.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== strundefined && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, + doc = node ? node.ownerDocument || node : preferredDoc, + parent = doc.defaultView; + + // If no document and documentElement is available, return + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Set our document + document = doc; + docElem = doc.documentElement; + + // Support tests + documentIsHTML = !isXML( doc ); + + // Support: IE>8 + // If iframe document is assigned to "document" variable and if iframe has been reloaded, + // IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936 + // IE6-8 do not support the defaultView property so parent will be undefined + if ( parent && parent !== parent.top ) { + // IE11 does not have attachEvent, so all must suffer + if ( parent.addEventListener ) { + parent.addEventListener( "unload", function() { + setDocument(); + }, false ); + } else if ( parent.attachEvent ) { + parent.attachEvent( "onunload", function() { + setDocument(); + }); + } + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties (excepting IE8 booleans) + support.attributes = assert(function( div ) { + div.className = "i"; + return !div.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( doc.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Check if getElementsByClassName can be trusted + support.getElementsByClassName = rnative.test( doc.getElementsByClassName ) && assert(function( div ) { + div.innerHTML = "
"; + + // Support: Safari<4 + // Catch class over-caching + div.firstChild.className = "i"; + // Support: Opera<10 + // Catch gEBCN failure to find non-leading classes + return div.getElementsByClassName("i").length === 2; + }); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !doc.getElementsByName || !doc.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== strundefined && documentIsHTML ) { + var m = context.getElementById( id ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + return m && m.parentNode ? [ m ] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== strundefined ) { + return context.getElementsByTagName( tag ); + } + } : + function( tag, context ) { + var elem, + tmp = [], + i = 0, + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== strundefined && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + div.innerHTML = ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( div.querySelectorAll("[msallowclip^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + }); + + assert(function( div ) { + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = doc.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( div.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully does not implement inclusive descendent + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === doc ? -1 : + b === doc ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return doc; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch(e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== strundefined && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, outerCache, node, diff, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + // Seek `elem` from a previously-cached index + outerCache = parent[ expando ] || (parent[ expando ] = {}); + cache = outerCache[ type ] || []; + nodeIndex = cache[0] === dirruns && cache[1]; + diff = cache[0] === dirruns && cache[2]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + outerCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + // Use previously-cached element index if available + } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { + diff = cache[1]; + + // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) + } else { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { + // Cache the index of each encountered element + if ( useCache ) { + (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf.call( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + if ( (oldCache = outerCache[ dir ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + outerCache[ dir ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf.call( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + return ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context !== document && context; + } + + // Add elements passing elementMatchers directly to results + // Keep `i` a string if there are no elements so `matchedCount` will be "00" below + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // Apply set filters to unmatched elements + matchedCount += i; + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is no seed and only one group + if ( match.length === 1 ) { + + // Take a shortcut and set the context if the root selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome<14 +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( document.createElement("div") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( div ) { + div.innerHTML = "
"; + return div.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( div ) { + div.innerHTML = ""; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( div ) { + return div.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.pseudos; +jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = (/^<(\w+)\s*\/?>(?:<\/\1>|)$/); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + }); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + }); + + } + + if ( typeof qualifier === "string" ) { + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) >= 0 ) !== not; + }); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + })); +}; + +jQuery.fn.extend({ + find: function( selector ) { + var i, + len = this.length, + ret = [], + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + }) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + filter: function( selector ) { + return this.pushStack( winnow(this, selector || [], false) ); + }, + not: function( selector ) { + return this.pushStack( winnow(this, selector || [], true) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +}); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + init = jQuery.fn.init = function( selector, context ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[0] === "<" && selector[ selector.length - 1 ] === ">" && selector.length >= 3 ) { + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + context = context instanceof jQuery ? context[0] : context; + + // scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[1], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[2] ); + + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || rootjQuery ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return typeof rootjQuery.ready !== "undefined" ? + rootjQuery.ready( selector ) : + // Execute immediately if ready is not present + selector( jQuery ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + // methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.extend({ + dir: function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; + }, + + sibling: function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; + } +}); + +jQuery.fn.extend({ + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter(function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) { + // Always skip document fragments + if ( cur.nodeType < 11 && (pos ? + pos.index(cur) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector(cur, selectors)) ) { + + matched.push( cur ); + break; + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched ); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.unique( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter(selector) + ); + } +}); + +function sibling( cur, dir ) { + while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return elem.contentDocument || jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.unique( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +}); +var rnotwhite = (/\S+/g); + + + +// String to Object options format cache +var optionsCache = {}; + +// Convert String-formatted options into Object-formatted ones and store in cache +function createOptions( options ) { + var object = optionsCache[ options ] = {}; + jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + }); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + ( optionsCache[ options ] || createOptions( options ) ) : + jQuery.extend( {}, options ); + + var // Last fire value (for non-forgettable lists) + memory, + // Flag to know if list was already fired + fired, + // Flag to know if list is currently firing + firing, + // First callback to fire (used internally by add and fireWith) + firingStart, + // End of the loop when firing + firingLength, + // Index of currently firing callback (modified by remove if needed) + firingIndex, + // Actual callback list + list = [], + // Stack of fire calls for repeatable lists + stack = !options.once && [], + // Fire callbacks + fire = function( data ) { + memory = options.memory && data; + fired = true; + firingIndex = firingStart || 0; + firingStart = 0; + firingLength = list.length; + firing = true; + for ( ; list && firingIndex < firingLength; firingIndex++ ) { + if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { + memory = false; // To prevent further calls using add + break; + } + } + firing = false; + if ( list ) { + if ( stack ) { + if ( stack.length ) { + fire( stack.shift() ); + } + } else if ( memory ) { + list = []; + } else { + self.disable(); + } + } + }, + // Actual Callbacks object + self = { + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + // First, we save the current length + var start = list.length; + (function add( args ) { + jQuery.each( args, function( _, arg ) { + var type = jQuery.type( arg ); + if ( type === "function" ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && type !== "string" ) { + // Inspect recursively + add( arg ); + } + }); + })( arguments ); + // Do we need to add the callbacks to the + // current firing batch? + if ( firing ) { + firingLength = list.length; + // With memory, if we're not firing then + // we should call right away + } else if ( memory ) { + firingStart = start; + fire( memory ); + } + } + return this; + }, + // Remove a callback from the list + remove: function() { + if ( list ) { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + // Handle firing indexes + if ( firing ) { + if ( index <= firingLength ) { + firingLength--; + } + if ( index <= firingIndex ) { + firingIndex--; + } + } + } + }); + } + return this; + }, + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); + }, + // Remove all callbacks from the list + empty: function() { + list = []; + firingLength = 0; + return this; + }, + // Have the list do nothing anymore + disable: function() { + list = stack = memory = undefined; + return this; + }, + // Is it disabled? + disabled: function() { + return !list; + }, + // Lock the list in its current state + lock: function() { + stack = undefined; + if ( !memory ) { + self.disable(); + } + return this; + }, + // Is it locked? + locked: function() { + return !stack; + }, + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( list && ( !fired || stack ) ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + if ( firing ) { + stack.push( args ); + } else { + fire( args ); + } + } + return this; + }, + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +jQuery.extend({ + + Deferred: function( func ) { + var tuples = [ + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], + [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], + [ "notify", "progress", jQuery.Callbacks("memory") ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred(function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[1] ](function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .done( newDefer.resolve ) + .fail( newDefer.reject ) + .progress( newDefer.notify ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); + } + }); + }); + fns = null; + }).promise(); + }, + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[1] ] = list.add; + + // Handle state + if ( stateString ) { + list.add(function() { + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[0] ] = function() { + deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[0] + "With" ] = list.fireWith; + }); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( values === progressValues ) { + deferred.notifyWith( contexts, values ); + } else if ( !( --remaining ) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ) + .progress( updateFunc( i, progressContexts, progressValues ) ); + } else { + --remaining; + } + } + } + + // if we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +}); + + +// The deferred used on DOM ready +var readyList; + +jQuery.fn.ready = function( fn ) { + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; +}; + +jQuery.extend({ + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + jQuery( document ).off( "ready" ); + } + } +}); + +/** + * The ready event handler and self cleanup method + */ +function completed() { + document.removeEventListener( "DOMContentLoaded", completed, false ); + window.removeEventListener( "load", completed, false ); + jQuery.ready(); +} + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if ( document.readyState === "complete" ) { + // Handle it asynchronously to allow scripts the opportunity to delay ready + setTimeout( jQuery.ready ); + + } else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed, false ); + } + } + return readyList.promise( obj ); +}; + +// Kick off the DOM ready check even if the user does not +jQuery.ready.promise(); + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + len ? fn( elems[0], key ) : emptyGet; +}; + + +/** + * Determines whether an object can have data + */ +jQuery.acceptData = function( owner ) { + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + /* jshint -W018 */ + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + +function Data() { + // Support: Android < 4, + // Old WebKit does not have Object.preventExtensions/freeze method, + // return new empty object instead with no [[set]] accessor + Object.defineProperty( this.cache = {}, 0, { + get: function() { + return {}; + } + }); + + this.expando = jQuery.expando + Math.random(); +} + +Data.uid = 1; +Data.accepts = jQuery.acceptData; + +Data.prototype = { + key: function( owner ) { + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return the key for a frozen object. + if ( !Data.accepts( owner ) ) { + return 0; + } + + var descriptor = {}, + // Check if the owner object already has a cache key + unlock = owner[ this.expando ]; + + // If not, create one + if ( !unlock ) { + unlock = Data.uid++; + + // Secure it in a non-enumerable, non-writable property + try { + descriptor[ this.expando ] = { value: unlock }; + Object.defineProperties( owner, descriptor ); + + // Support: Android < 4 + // Fallback to a less secure definition + } catch ( e ) { + descriptor[ this.expando ] = unlock; + jQuery.extend( owner, descriptor ); + } + } + + // Ensure the cache object + if ( !this.cache[ unlock ] ) { + this.cache[ unlock ] = {}; + } + + return unlock; + }, + set: function( owner, data, value ) { + var prop, + // There may be an unlock assigned to this node, + // if there is no entry for this "owner", create one inline + // and set the unlock as though an owner entry had always existed + unlock = this.key( owner ), + cache = this.cache[ unlock ]; + + // Handle: [ owner, key, value ] args + if ( typeof data === "string" ) { + cache[ data ] = value; + + // Handle: [ owner, { properties } ] args + } else { + // Fresh assignments by object are shallow copied + if ( jQuery.isEmptyObject( cache ) ) { + jQuery.extend( this.cache[ unlock ], data ); + // Otherwise, copy the properties one-by-one to the cache object + } else { + for ( prop in data ) { + cache[ prop ] = data[ prop ]; + } + } + } + return cache; + }, + get: function( owner, key ) { + // Either a valid cache is found, or will be created. + // New caches will be created and the unlock returned, + // allowing direct access to the newly created + // empty data object. A valid owner object must be provided. + var cache = this.cache[ this.key( owner ) ]; + + return key === undefined ? + cache : cache[ key ]; + }, + access: function( owner, key, value ) { + var stored; + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ((key && typeof key === "string") && value === undefined) ) { + + stored = this.get( owner, key ); + + return stored !== undefined ? + stored : this.get( owner, jQuery.camelCase(key) ); + } + + // [*]When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, name, camel, + unlock = this.key( owner ), + cache = this.cache[ unlock ]; + + if ( key === undefined ) { + this.cache[ unlock ] = {}; + + } else { + // Support array or space separated string of keys + if ( jQuery.isArray( key ) ) { + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = key.concat( key.map( jQuery.camelCase ) ); + } else { + camel = jQuery.camelCase( key ); + // Try the string as a key before any manipulation + if ( key in cache ) { + name = [ key, camel ]; + } else { + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + name = camel; + name = name in cache ? + [ name ] : ( name.match( rnotwhite ) || [] ); + } + } + + i = name.length; + while ( i-- ) { + delete cache[ name[ i ] ]; + } + } + }, + hasData: function( owner ) { + return !jQuery.isEmptyObject( + this.cache[ owner[ this.expando ] ] || {} + ); + }, + discard: function( owner ) { + if ( owner[ this.expando ] ) { + delete this.cache[ owner[ this.expando ] ]; + } + } +}; +var data_priv = new Data(); + +var data_user = new Data(); + + + +/* + Implementation Summary + + 1. Enforce API surface and semantic compatibility with 1.9.x branch + 2. Improve the module's maintainability by reducing the storage + paths to a single mechanism. + 3. Use the same single mechanism to support "private" and "user" data. + 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) + 5. Avoid exposing implementation details on user objects (eg. expando properties) + 6. Provide a clear path for implementation upgrade to WeakMap in 2014 +*/ +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /([A-Z])/g; + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch( e ) {} + + // Make sure we set the data so it isn't changed later + data_user.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend({ + hasData: function( elem ) { + return data_user.hasData( elem ) || data_priv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return data_user.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + data_user.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to data_priv methods, these can be deprecated. + _data: function( elem, name, data ) { + return data_priv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + data_priv.remove( elem, name ); + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = data_user.get( elem ); + + if ( elem.nodeType === 1 && !data_priv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE11+ + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice(5) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + data_priv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each(function() { + data_user.set( this, key ); + }); + } + + return access( this, function( value ) { + var data, + camelKey = jQuery.camelCase( key ); + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + // Attempt to get data from the cache + // with the key as-is + data = data_user.get( elem, key ); + if ( data !== undefined ) { + return data; + } + + // Attempt to get data from the cache + // with the key camelized + data = data_user.get( elem, camelKey ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, camelKey, undefined ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + this.each(function() { + // First, attempt to store a copy or reference of any + // data that might've been store with a camelCased key. + var data = data_user.get( this, camelKey ); + + // For HTML5 data-* attribute interop, we have to + // store property names with dashes in a camelCase form. + // This might not apply to all properties...* + data_user.set( this, camelKey, value ); + + // *... In the case of properties that might _actually_ + // have dashes, we need to also store a copy of that + // unchanged property. + if ( key.indexOf("-") !== -1 && data !== undefined ) { + data_user.set( this, key, value ); + } + }); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each(function() { + data_user.remove( this, key ); + }); + } +}); + + +jQuery.extend({ + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = data_priv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray( data ) ) { + queue = data_priv.access( elem, type, jQuery.makeArray(data) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // not intended for public consumption - generates a queueHooks object, or returns the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return data_priv.get( elem, key ) || data_priv.access( elem, key, { + empty: jQuery.Callbacks("once memory").add(function() { + data_priv.remove( elem, [ type + "queue", key ] ); + }) + }); + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[0], type ); + } + + return data === undefined ? + this : + this.each(function() { + var queue = jQuery.queue( this, type, data ); + + // ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = data_priv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +}); +var pnum = (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source; + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHidden = function( elem, el ) { + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); + }; + +var rcheckableType = (/^(?:checkbox|radio)$/i); + + + +(function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // #11217 - WebKit loses check when the name is after the checked attribute + // Support: Windows Web Apps (WWA) + // `name` and `type` need .setAttribute for WWA + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3 + // old WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Make sure textarea (and checkbox) defaultValue is properly cloned + // Support: IE9-IE11+ + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; +})(); +var strundefined = typeof undefined; + + + +support.focusinBubbles = "onfocusin" in window; + + +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu)|click/, + rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = data_priv.get( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !(events = elemData.events) ) { + events = elemData.events = {}; + } + if ( !(eventHandle = elemData.handle) ) { + eventHandle = elemData.handle = function( e ) { + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend({ + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join(".") + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !(handlers = events[ type ]) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = data_priv.hasData( elem ) && data_priv.get( elem ); + + if ( !elemData || !(events = elemData.events) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + delete elemData.handle; + data_priv.remove( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf(".") >= 0 ) { + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split("."); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf(":") < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join("."); + event.namespace_re = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === (elem.ownerDocument || document) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( data_priv.get( cur, "events" ) || {} )[ event.type ] && data_priv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && jQuery.acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) && + jQuery.acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name name as the event. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + elem[ type ](); + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, j, ret, matched, handleObj, + handlerQueue = [], + args = slice.call( arguments ), + handlers = ( data_priv.get( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[0] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or + // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). + if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) + .apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( (event.result = ret) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, matches, sel, handleObj, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + // Black-hole SVG instance trees (#13180) + // Avoid non-left-click bubbling in Firefox (#3861) + if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.disabled !== true || event.type !== "click" ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) >= 0 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push({ elem: cur, handlers: matches }); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); + } + + return handlerQueue; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split(" "), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: "button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "), + filter: function( event, original ) { + var eventDoc, doc, body, + button = original.button; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: Cordova 2.5 (WebKit) (#13255) + // All events should have a target; Cordova deviceready doesn't + if ( !event.target ) { + event.target = document; + } + + // Support: Safari 6.0+, Chrome < 28 + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + special: { + load: { + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + this.focus(); + return false; + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + }, + + simulate: function( type, elem, event, bubble ) { + // Piggyback on a donor event to simulate a different one. + // Fake originalEvent to avoid donor's stopPropagation, but if the + // simulated event prevents default then we do the same on the donor. + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true, + originalEvent: {} + } + ); + if ( bubble ) { + jQuery.event.trigger( e, null, elem ); + } else { + jQuery.event.dispatch.call( elem, e ); + } + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } +}; + +jQuery.removeEvent = function( elem, type, handle ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle, false ); + } +}; + +jQuery.Event = function( src, props ) { + // Allow instantiation without the 'new' keyword + if ( !(this instanceof jQuery.Event) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + // Support: Android < 4.0 + src.returnValue === false ? + returnTrue : + returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e && e.preventDefault ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e && e.stopPropagation ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && e.stopImmediatePropagation ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +// Support: Chrome 15+ +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || (related !== target && !jQuery.contains( target, related )) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +}); + +// Create "bubbling" focus and blur events +// Support: Firefox, Chrome, Safari +if ( !support.focusinBubbles ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = data_priv.access( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + data_priv.access( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = data_priv.access( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + data_priv.remove( doc, fix ); + + } else { + data_priv.access( doc, fix, attaches ); + } + } + }; + }); +} + +jQuery.fn.extend({ + + on: function( types, selector, data, fn, /*INTERNAL*/ one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + this.on( type, selector, data, types[ type ], one ); + } + return this; + } + + if ( data == null && fn == null ) { + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return this; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return this.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + }); + }, + one: function( types, selector, data, fn ) { + return this.on( types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each(function() { + jQuery.event.remove( this, types, fn, selector ); + }); + }, + + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + triggerHandler: function( type, data ) { + var elem = this[0]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +}); + + +var + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, + rtagName = /<([\w:]+)/, + rhtml = /<|&#?\w+;/, + rnoInnerhtml = /<(?:script|style|link)/i, + // checked="checked" or checked + rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, + rscriptType = /^$|\/(?:java|ecma)script/i, + rscriptTypeMasked = /^true\/(.*)/, + rcleanScript = /^\s*\s*$/g, + + // We have to close these tags to support XHTML (#13200) + wrapMap = { + + // Support: IE 9 + option: [ 1, "" ], + + thead: [ 1, "", "
" ], + col: [ 2, "", "
" ], + tr: [ 2, "", "
" ], + td: [ 3, "", "
" ], + + _default: [ 0, "", "" ] + }; + +// Support: IE 9 +wrapMap.optgroup = wrapMap.option; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +// Support: 1.x compatibility +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName("tbody")[0] || + elem.appendChild( elem.ownerDocument.createElement("tbody") ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = (elem.getAttribute("type") !== null) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + + if ( match ) { + elem.type = match[ 1 ]; + } else { + elem.removeAttribute("type"); + } + + return elem; +} + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + data_priv.set( + elems[ i ], "globalEval", !refElements || data_priv.get( refElements[ i ], "globalEval" ) + ); + } +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( data_priv.hasData( src ) ) { + pdataOld = data_priv.access( src ); + pdataCur = data_priv.set( dest, pdataOld ); + events = pdataOld.events; + + if ( events ) { + delete pdataCur.handle; + pdataCur.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( data_user.hasData( src ) ) { + udataOld = data_user.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + data_user.set( dest, udataCur ); + } +} + +function getAll( context, tag ) { + var ret = context.getElementsByTagName ? context.getElementsByTagName( tag || "*" ) : + context.querySelectorAll ? context.querySelectorAll( tag || "*" ) : + []; + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], ret ) : + ret; +} + +// Support: IE >= 9 +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +jQuery.extend({ + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = jQuery.contains( elem.ownerDocument, elem ); + + // Support: IE >= 9 + // Fix Cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + buildFragment: function( elems, context, scripts, selection ) { + var elem, tmp, tag, wrap, contains, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + // Support: QtWebKit + // jQuery.merge because push.apply(_, arraylike) throws + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement("div") ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, "<$1>" ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: QtWebKit + // jQuery.merge because push.apply(_, arraylike) throws + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Fixes #12346 + // Support: Webkit, IE + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( (elem = nodes[ i++ ]) ) { + + // #4087 - If origin and destination elements are the same, and this is + // that element, do not do anything + if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( (elem = tmp[ j++ ]) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; + }, + + cleanData: function( elems ) { + var data, elem, type, key, + special = jQuery.event.special, + i = 0; + + for ( ; (elem = elems[ i ]) !== undefined; i++ ) { + if ( jQuery.acceptData( elem ) ) { + key = elem[ data_priv.expando ]; + + if ( key && (data = data_priv.cache[ key ]) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + if ( data_priv.cache[ key ] ) { + // Discard any remaining `private` data + delete data_priv.cache[ key ]; + } + } + } + // Discard any remaining `user` data + delete data_user.cache[ elem[ data_user.expando ] ]; + } + } +}); + +jQuery.fn.extend({ + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each(function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + }); + }, null, value, arguments.length ); + }, + + append: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + }); + }, + + prepend: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + }); + }, + + before: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + }); + }, + + after: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + }); + }, + + remove: function( selector, keepData /* Internal Use Only */ ) { + var elem, + elems = selector ? jQuery.filter( selector, this ) : this, + i = 0; + + for ( ; (elem = elems[i]) != null; i++ ) { + if ( !keepData && elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem ) ); + } + + if ( elem.parentNode ) { + if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { + setGlobalEval( getAll( elem, "script" ) ); + } + elem.parentNode.removeChild( elem ); + } + } + + return this; + }, + + empty: function() { + var elem, + i = 0; + + for ( ; (elem = this[i]) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map(function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + }); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = value.replace( rxhtmlTag, "<$1>" ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var arg = arguments[ 0 ]; + + // Make the changes, replacing each context element with the new content + this.domManip( arguments, function( elem ) { + arg = this.parentNode; + + jQuery.cleanData( getAll( this ) ); + + if ( arg ) { + arg.replaceChild( elem, this ); + } + }); + + // Force removal if there was no new content (e.g., from empty arguments) + return arg && (arg.length || arg.nodeType) ? this : this.remove(); + }, + + detach: function( selector ) { + return this.remove( selector, true ); + }, + + domManip: function( args, callback ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = this.length, + set = this, + iNoClone = l - 1, + value = args[ 0 ], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return this.each(function( index ) { + var self = set.eq( index ); + if ( isFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + self.domManip( args, callback ); + }); + } + + if ( l ) { + fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + if ( first ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + // Support: QtWebKit + // jQuery.merge because push.apply(_, arraylike) throws + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( this[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !data_priv.access( node, "globalEval" ) && jQuery.contains( doc, node ) ) { + + if ( node.src ) { + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + jQuery.globalEval( node.textContent.replace( rcleanScript, "" ) ); + } + } + } + } + } + } + + return this; + } +}); + +jQuery.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: QtWebKit + // .get() because push.apply(_, arraylike) throws + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +}); + + +var iframe, + elemdisplay = {}; + +/** + * Retrieve the actual display of a element + * @param {String} name nodeName of the element + * @param {Object} doc Document object + */ +// Called only from within defaultDisplay +function actualDisplay( name, doc ) { + var style, + elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), + + // getDefaultComputedStyle might be reliably used only on attached element + display = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ? + + // Use of this method is a temporary fix (more like optmization) until something better comes along, + // since it was removed from specification and supported only in FF + style.display : jQuery.css( elem[ 0 ], "display" ); + + // We don't have any data stored on the element, + // so use "detach" method as fast way to get rid of the element + elem.detach(); + + return display; +} + +/** + * Try to determine the default display value of an element + * @param {String} nodeName + */ +function defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + + // Use the already-created iframe if possible + iframe = (iframe || jQuery( "