From e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 Mon Sep 17 00:00:00 2001 From: horchi Date: Sun, 5 Mar 2017 16:39:28 +0100 Subject: git init --- http/3rdParty/boilerplate5/css/main_post.min.css | 1 + http/3rdParty/boilerplate5/css/main_pre.min.css | 1 + http/3rdParty/boilerplate5/css/normalize.min.css | 1 + http/3rdParty/fontello/LICENSE.txt | 75 + http/3rdParty/fontello/README.txt | 75 + http/3rdParty/fontello/config.json | 350 + http/3rdParty/fontello/css/animation.css | 85 + http/3rdParty/fontello/css/epgd-codes.css | 47 + http/3rdParty/fontello/css/epgd-embedded.css | 100 + http/3rdParty/fontello/css/epgd-ie7-codes.css | 47 + http/3rdParty/fontello/css/epgd-ie7.css | 58 + http/3rdParty/fontello/css/epgd.css | 103 + http/3rdParty/fontello/demo.html | 376 + http/3rdParty/fontello/font/epgd.eot | Bin 0 -> 16972 bytes http/3rdParty/fontello/font/epgd.svg | 102 + http/3rdParty/fontello/font/epgd.ttf | Bin 0 -> 16820 bytes http/3rdParty/fontello/font/epgd.woff | Bin 0 -> 10484 bytes .../dist/jquery-ui-timepicker-addon.min.css | 5 + .../dist/jquery-ui-timepicker-addon.min.js | 5 + http/3rdParty/jquery-2.1.4.min.js | 4 + http/3rdParty/jquery-2.2.3.min.js | 4 + http/3rdParty/jquery-scrollstop-master/LICENSE.md | 24 + http/3rdParty/jquery-scrollstop-master/README.md | 66 + http/3rdParty/jquery-scrollstop-master/index.html | 159 + .../jquery-scrollstop-master/jquery.scrollstop.js | 78 + .../jquery.scrollstop.min.js | 5 + .../scrollstop.jquery.json | 19 + .../external/jquery/jquery.js | 9789 ++++++++++++++ .../images/ui-bg_glass_100_f5f0e5_1x400.png | Bin 0 -> 354 bytes .../images/ui-bg_glass_25_cb842e_1x400.png | Bin 0 -> 335 bytes .../images/ui-bg_glass_70_ede4d4_1x400.png | Bin 0 -> 351 bytes .../ui-bg_highlight-hard_100_f4f0ec_1x100.png | Bin 0 -> 327 bytes .../ui-bg_highlight-hard_65_fee4bd_1x100.png | Bin 0 -> 314 bytes .../ui-bg_highlight-hard_75_f5f5b5_1x100.png | Bin 0 -> 323 bytes .../images/ui-bg_inset-soft_100_f4f0ec_1x100.png | Bin 0 -> 403 bytes .../images/ui-icons_c47a23_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_cb672b_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_f08000_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_f35f07_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_ff7519_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 6299 bytes http/3rdParty/jquery-ui-1.11.4.custom/index.html | 484 + .../3rdParty/jquery-ui-1.11.4.custom/jquery-ui.css | 1093 ++ http/3rdParty/jquery-ui-1.11.4.custom/jquery-ui.js | 12749 +++++++++++++++++++ .../jquery-ui-1.11.4.custom/jquery-ui.min.css | 7 + .../jquery-ui-1.11.4.custom/jquery-ui.min.js | 12 + .../jquery-ui.structure.css | 701 + .../jquery-ui.structure.min.css | 5 + .../jquery-ui-1.11.4.custom/jquery-ui.theme.css | 410 + .../jquery-ui.theme.min.css | 5 + http/3rdParty/jquery.ui.touch-punch.min.js | 11 + http/3rdParty/jqueryUI-download.txt | 12 + http/3rdParty/modernizr.custom.js | 4 + http/3rdParty/yaMD5/README.md | 90 + http/3rdParty/yaMD5/test/lib/ireal-md5.js | 346 + http/3rdParty/yaMD5/test/lib/izumo-md5.js | 206 + http/3rdParty/yaMD5/test/lib/jbt-md5.js | 74 + http/3rdParty/yaMD5/test/lib/jkm-md5.js | 191 + http/3rdParty/yaMD5/test/lib/paj-md5.js | 360 + http/3rdParty/yaMD5/test/lib/satazor-md5.js | 600 + http/3rdParty/yaMD5/test/lib/valums-md5.js | 218 + http/3rdParty/yaMD5/test/test.html | 99 + http/3rdParty/yaMD5/yamd5.js | 402 + http/3rdParty/yaMD5/yamd5.min.js | 46 + http/Makefile | 84 + http/README | 77 + http/custom.sample.css | 1 + http/dev-watch.sh | 22 + http/src/css/epgd.less | 1724 +++ http/src/css/theme/default.less | 7 + http/src/js/1_main.js | 714 ++ http/src/js/5_timerDialog.js | 640 + http/src/js/channels.js | 46 + http/src/js/epgd | 3 + http/src/js/eventDetail.js | 523 + http/src/js/pages.editChannels.js | 313 + http/src/js/pages.editUser.js | 96 + http/src/js/pages.help.js | 49 + http/src/js/pages.login.js | 114 + http/src/js/pages.magazine.js | 413 + http/src/js/pages.now.js | 135 + http/src/js/pages.profile.js | 251 + http/src/js/pages.records.js | 453 + http/src/js/pages.timer.js | 743 ++ http/src/js/vdr.js | 57 + http/src/lang/de.js | 299 + http/src/lang/hilfe.html | 303 + http/tools/less-rhino-1.7.0.js | 9301 ++++++++++++++ http/tools/lessc-rhino-1.7.0.js | 449 + http/tools/yuicompressor-2.4.8.jar | Bin 0 -> 787524 bytes http/www/common.js | 79 + http/www/epgd.css | 1554 +++ http/www/epgd.js | 1 + http/www/favicon.ico | Bin 0 -> 596 bytes http/www/font/LICENSE.txt | 75 + http/www/font/epgd.eot | Bin 0 -> 16972 bytes http/www/font/epgd.svg | 102 + http/www/font/epgd.ttf | Bin 0 -> 16820 bytes http/www/font/epgd.woff | Bin 0 -> 10484 bytes http/www/font/epgd.woff2 | Bin 0 -> 8848 bytes http/www/images/169.png | Bin 0 -> 3590 bytes http/www/images/2kanal.png | Bin 0 -> 2245 bytes http/www/images/43.png | Bin 0 -> 2980 bytes http/www/images/TagesTipp_32.png | Bin 0 -> 3307 bytes http/www/images/Tipp_32.png | Bin 0 -> 1043 bytes http/www/images/TopTipp_32.png | Bin 0 -> 1951 bytes http/www/images/animated-overlay.gif | Bin 0 -> 1738 bytes http/www/images/audio_description.png | Bin 0 -> 3705 bytes http/www/images/dd.png | Bin 0 -> 2477 bytes http/www/images/epg_icons_24x24_orange.png | Bin 0 -> 48518 bytes http/www/images/epgd-4x.png | Bin 0 -> 6243 bytes http/www/images/hd.png | Bin 0 -> 4412 bytes http/www/images/loader.png | Bin 0 -> 7531 bytes http/www/images/stereo.png | Bin 0 -> 3528 bytes http/www/images/sw.png | Bin 0 -> 3572 bytes http/www/images/thumb-rate1.svg | 6 + http/www/images/thumb-rate2.svg | 6 + http/www/images/thumb-rate3.svg | 6 + http/www/images/thumb-rate4.svg | 6 + http/www/images/thumb-rate5.svg | 6 + http/www/images/ui-bg_flat_75_aaaaaa_40x100.png | Bin 0 -> 212 bytes http/www/images/ui-bg_glass_100_f5f0e5_1x400.png | Bin 0 -> 354 bytes http/www/images/ui-bg_glass_25_cb842e_1x400.png | Bin 0 -> 335 bytes http/www/images/ui-bg_glass_70_ede4d4_1x400.png | Bin 0 -> 351 bytes .../ui-bg_highlight-hard_100_f4f0ec_1x100.png | Bin 0 -> 327 bytes .../ui-bg_highlight-hard_65_fee4bd_1x100.png | Bin 0 -> 314 bytes .../ui-bg_highlight-hard_75_f5f5b5_1x100.png | Bin 0 -> 323 bytes .../images/ui-bg_inset-soft_100_f4f0ec_1x100.png | Bin 0 -> 403 bytes http/www/images/ui-icons_c47a23_256x240.png | Bin 0 -> 4549 bytes http/www/images/ui-icons_cb672b_256x240.png | Bin 0 -> 4549 bytes http/www/images/ui-icons_f08000_256x240.png | Bin 0 -> 4549 bytes http/www/images/ui-icons_f35f07_256x240.png | Bin 0 -> 4549 bytes http/www/images/ui-icons_ff7519_256x240.png | Bin 0 -> 4549 bytes http/www/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6299 bytes http/www/images/untertitel.png | Bin 0 -> 2349 bytes http/www/index.html | 28 + http/www/lang/de.js | 299 + http/www/lang/hilfe.html | 303 + 138 files changed, 48992 insertions(+) create mode 100644 http/3rdParty/boilerplate5/css/main_post.min.css create mode 100644 http/3rdParty/boilerplate5/css/main_pre.min.css create mode 100644 http/3rdParty/boilerplate5/css/normalize.min.css create mode 100644 http/3rdParty/fontello/LICENSE.txt create mode 100644 http/3rdParty/fontello/README.txt create mode 100644 http/3rdParty/fontello/config.json create mode 100644 http/3rdParty/fontello/css/animation.css create mode 100644 http/3rdParty/fontello/css/epgd-codes.css create mode 100644 http/3rdParty/fontello/css/epgd-embedded.css create mode 100644 http/3rdParty/fontello/css/epgd-ie7-codes.css create mode 100644 http/3rdParty/fontello/css/epgd-ie7.css create mode 100644 http/3rdParty/fontello/css/epgd.css create mode 100644 http/3rdParty/fontello/demo.html create mode 100644 http/3rdParty/fontello/font/epgd.eot create mode 100644 http/3rdParty/fontello/font/epgd.svg create mode 100644 http/3rdParty/fontello/font/epgd.ttf create mode 100644 http/3rdParty/fontello/font/epgd.woff create mode 100644 http/3rdParty/jQuery-Timepicker-Addon-master/dist/jquery-ui-timepicker-addon.min.css create mode 100644 http/3rdParty/jQuery-Timepicker-Addon-master/dist/jquery-ui-timepicker-addon.min.js create mode 100644 http/3rdParty/jquery-2.1.4.min.js create mode 100644 http/3rdParty/jquery-2.2.3.min.js create mode 100644 http/3rdParty/jquery-scrollstop-master/LICENSE.md create mode 100644 http/3rdParty/jquery-scrollstop-master/README.md create mode 100644 http/3rdParty/jquery-scrollstop-master/index.html create mode 100644 http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.js create mode 100644 http/3rdParty/jquery-scrollstop-master/jquery.scrollstop.min.js create mode 100644 http/3rdParty/jquery-scrollstop-master/scrollstop.jquery.json create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/external/jquery/jquery.js create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-bg_glass_100_f5f0e5_1x400.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-bg_glass_25_cb842e_1x400.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-bg_glass_70_ede4d4_1x400.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-bg_highlight-hard_65_fee4bd_1x100.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-bg_inset-soft_100_f4f0ec_1x100.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-icons_c47a23_256x240.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-icons_cb672b_256x240.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-icons_f08000_256x240.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-icons_f35f07_256x240.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-icons_ff7519_256x240.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/images/ui-icons_ffffff_256x240.png create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/index.html create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/jquery-ui.css create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/jquery-ui.js create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/jquery-ui.min.css create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/jquery-ui.min.js create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/jquery-ui.structure.css create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/jquery-ui.structure.min.css create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/jquery-ui.theme.css create mode 100644 http/3rdParty/jquery-ui-1.11.4.custom/jquery-ui.theme.min.css create mode 100644 http/3rdParty/jquery.ui.touch-punch.min.js create mode 100644 http/3rdParty/jqueryUI-download.txt create mode 100644 http/3rdParty/modernizr.custom.js create mode 100644 http/3rdParty/yaMD5/README.md create mode 100644 http/3rdParty/yaMD5/test/lib/ireal-md5.js create mode 100644 http/3rdParty/yaMD5/test/lib/izumo-md5.js create mode 100644 http/3rdParty/yaMD5/test/lib/jbt-md5.js create mode 100644 http/3rdParty/yaMD5/test/lib/jkm-md5.js create mode 100644 http/3rdParty/yaMD5/test/lib/paj-md5.js create mode 100644 http/3rdParty/yaMD5/test/lib/satazor-md5.js create mode 100644 http/3rdParty/yaMD5/test/lib/valums-md5.js create mode 100644 http/3rdParty/yaMD5/test/test.html create mode 100644 http/3rdParty/yaMD5/yamd5.js create mode 100644 http/3rdParty/yaMD5/yamd5.min.js create mode 100644 http/Makefile create mode 100644 http/README create mode 100644 http/custom.sample.css create mode 100644 http/dev-watch.sh create mode 100644 http/src/css/epgd.less create mode 100644 http/src/css/theme/default.less create mode 100644 http/src/js/1_main.js create mode 100644 http/src/js/5_timerDialog.js create mode 100644 http/src/js/channels.js create mode 100644 http/src/js/epgd create mode 100644 http/src/js/eventDetail.js create mode 100644 http/src/js/pages.editChannels.js create mode 100644 http/src/js/pages.editUser.js create mode 100644 http/src/js/pages.help.js create mode 100644 http/src/js/pages.login.js create mode 100644 http/src/js/pages.magazine.js create mode 100644 http/src/js/pages.now.js create mode 100644 http/src/js/pages.profile.js create mode 100644 http/src/js/pages.records.js create mode 100644 http/src/js/pages.timer.js create mode 100644 http/src/js/vdr.js create mode 100644 http/src/lang/de.js create mode 100644 http/src/lang/hilfe.html create mode 100644 http/tools/less-rhino-1.7.0.js create mode 100644 http/tools/lessc-rhino-1.7.0.js create mode 100644 http/tools/yuicompressor-2.4.8.jar create mode 100644 http/www/common.js create mode 100644 http/www/epgd.css create mode 100644 http/www/epgd.js create mode 100644 http/www/favicon.ico create mode 100644 http/www/font/LICENSE.txt create mode 100644 http/www/font/epgd.eot create mode 100644 http/www/font/epgd.svg create mode 100644 http/www/font/epgd.ttf create mode 100644 http/www/font/epgd.woff create mode 100644 http/www/font/epgd.woff2 create mode 100644 http/www/images/169.png create mode 100644 http/www/images/2kanal.png create mode 100644 http/www/images/43.png create mode 100644 http/www/images/TagesTipp_32.png create mode 100644 http/www/images/Tipp_32.png create mode 100644 http/www/images/TopTipp_32.png create mode 100644 http/www/images/animated-overlay.gif create mode 100644 http/www/images/audio_description.png create mode 100644 http/www/images/dd.png create mode 100644 http/www/images/epg_icons_24x24_orange.png create mode 100644 http/www/images/epgd-4x.png create mode 100644 http/www/images/hd.png create mode 100644 http/www/images/loader.png create mode 100644 http/www/images/stereo.png create mode 100644 http/www/images/sw.png create mode 100644 http/www/images/thumb-rate1.svg create mode 100644 http/www/images/thumb-rate2.svg create mode 100644 http/www/images/thumb-rate3.svg create mode 100644 http/www/images/thumb-rate4.svg create mode 100644 http/www/images/thumb-rate5.svg create mode 100644 http/www/images/ui-bg_flat_75_aaaaaa_40x100.png create mode 100644 http/www/images/ui-bg_glass_100_f5f0e5_1x400.png create mode 100644 http/www/images/ui-bg_glass_25_cb842e_1x400.png create mode 100644 http/www/images/ui-bg_glass_70_ede4d4_1x400.png create mode 100644 http/www/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png create mode 100644 http/www/images/ui-bg_highlight-hard_65_fee4bd_1x100.png create mode 100644 http/www/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png create mode 100644 http/www/images/ui-bg_inset-soft_100_f4f0ec_1x100.png create mode 100644 http/www/images/ui-icons_c47a23_256x240.png create mode 100644 http/www/images/ui-icons_cb672b_256x240.png create mode 100644 http/www/images/ui-icons_f08000_256x240.png create mode 100644 http/www/images/ui-icons_f35f07_256x240.png create mode 100644 http/www/images/ui-icons_ff7519_256x240.png create mode 100644 http/www/images/ui-icons_ffffff_256x240.png create mode 100644 http/www/images/untertitel.png create mode 100644 http/www/index.html create mode 100644 http/www/lang/de.js create mode 100644 http/www/lang/hilfe.html (limited to 'http') diff --git a/http/3rdParty/boilerplate5/css/main_post.min.css b/http/3rdParty/boilerplate5/css/main_post.min.css new file mode 100644 index 0000000..19f8328 --- /dev/null +++ b/http/3rdParty/boilerplate5/css/main_post.min.css @@ -0,0 +1 @@ +.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}} \ No newline at end of file diff --git a/http/3rdParty/boilerplate5/css/main_pre.min.css b/http/3rdParty/boilerplate5/css/main_pre.min.css new file mode 100644 index 0000000..a7baa33 --- /dev/null +++ b/http/3rdParty/boilerplate5/css/main_pre.min.css @@ -0,0 +1 @@ +/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0} \ No newline at end of file diff --git a/http/3rdParty/boilerplate5/css/normalize.min.css b/http/3rdParty/boilerplate5/css/normalize.min.css new file mode 100644 index 0000000..f6e0b65 --- /dev/null +++ b/http/3rdParty/boilerplate5/css/normalize.min.css @@ -0,0 +1 @@ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} \ No newline at end of file diff --git a/http/3rdParty/fontello/LICENSE.txt b/http/3rdParty/fontello/LICENSE.txt new file mode 100644 index 0000000..6a22557 --- /dev/null +++ b/http/3rdParty/fontello/LICENSE.txt @@ -0,0 +1,75 @@ +Font license info + + +## Fontelico + + Copyright (C) 2012 by Fontello project + + Author: Crowdsourced, for Fontello project + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://fontello.com + + +## Font Awesome + + Copyright (C) 2016 by Dave Gandy + + Author: Dave Gandy + License: SIL () + Homepage: http://fortawesome.github.com/Font-Awesome/ + + +## Entypo + + Copyright (C) 2012 by Daniel Bruce + + Author: Daniel Bruce + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://www.entypo.com + + +## Typicons + + (c) Stephen Hutchings 2012 + + Author: Stephen Hutchings + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://typicons.com/ + + +## Modern Pictograms + + Copyright (c) 2012 by John Caserta. All rights reserved. + + Author: John Caserta + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://thedesignoffice.org/project/modern-pictograms/ + + +## Zocial + + Copyright (C) 2012 by Sam Collins + + Author: Sam Collins + License: MIT (http://opensource.org/licenses/mit-license.php) + Homepage: http://zocial.smcllns.com/ + + +## Elusive + + Copyright (C) 2013 by Aristeides Stathopoulos + + Author: Aristeides Stathopoulos + License: SIL (http://scripts.sil.org/OFL) + Homepage: http://aristeides.com/ + + +## Linecons + + Copyright (C) 2013 by Designmodo + + Author: Designmodo for Smashing Magazine + License: CC BY () + Homepage: http://designmodo.com/linecons-free/ + + diff --git a/http/3rdParty/fontello/README.txt b/http/3rdParty/fontello/README.txt new file mode 100644 index 0000000..beaab33 --- /dev/null +++ b/http/3rdParty/fontello/README.txt @@ -0,0 +1,75 @@ +This webfont is generated by http://fontello.com open source project. + + +================================================================================ +Please, note, that you should obey original font licenses, used to make this +webfont pack. Details available in LICENSE.txt file. + +- Usually, it's enough to publish content of LICENSE.txt file somewhere on your + site in "About" section. + +- If your project is open-source, usually, it will be ok to make LICENSE.txt + file publicly available in your repository. + +- Fonts, used in Fontello, don't require a clickable link on your site. + But any kind of additional authors crediting is welcome. +================================================================================ + + +Comments on archive content +--------------------------- + +- /font/* - fonts in different formats + +- /css/* - different kinds of css, for all situations. Should be ok with + twitter bootstrap. Also, you can skip style and assign icon classes + directly to text elements, if you don't mind about IE7. + +- demo.html - demo file, to show your webfont content + +- LICENSE.txt - license info about source fonts, used to build your one. + +- config.json - keeps your settings. You can import it back into fontello + anytime, to continue your work + + +Why so many CSS files ? +----------------------- + +Because we like to fit all your needs :) + +- basic file, .css - is usually enough, it contains @font-face + and character code definitions + +- *-ie7.css - if you need IE7 support, but still don't wish to put char codes + directly into html + +- *-codes.css and *-ie7-codes.css - if you like to use your own @font-face + rules, but still wish to benefit from css generation. That can be very + convenient for automated asset build systems. When you need to update font - + no need to manually edit files, just override old version with archive + content. See fontello source code for examples. + +- *-embedded.css - basic css file, but with embedded WOFF font, to avoid + CORS issues in Firefox and IE9+, when fonts are hosted on the separate domain. + We strongly recommend to resolve this issue by `Access-Control-Allow-Origin` + server headers. But if you ok with dirty hack - this file is for you. Note, + that data url moved to separate @font-face to avoid problems with + + + + + + + +
+

+ epgd + font demo +

+ +
+
+
+
i-progress0xe800
+
i-record0xe801
+
i-cancel0xe802
+
i-help0xe803
+
+
+
i-help-circled0xe804
+
i-info-circled0xe805
+
i-info0xe806
+
i-link-ext0xe807
+
+
+
i-trash0xe808
+
i-folder-closed0xe809
+
i-folder-opened0xe80a
+
i-menu0xe80b
+
+
+
i-login0xe80c
+
i-logout0xe80d
+
i-down-dir0xe80e
+
i-up-dir0xe80f
+
+
+
i-left-dir0xe810
+
i-right-dir0xe811
+
i-refresh0xe812
+
i-check0xe813
+
+
+
i-check-empty0xe814
+
i-save0xe815
+
i-sort-down0xe816
+
i-sort-up0xe817
+
+
+
i-sort-name-up0xe818
+
i-sort-name-down0xe819
+
i-flashlight0xe81a
+
i-wait0xe81b
+
+
+
i-play0xe81c
+
i-stop0xe81d
+
i-pause0xe81e
+
i-to-end0xe81f
+
+
+
i-to-start0xe820
+
i-forward0xe821
+
i-rewind0xe822
+
i-ok0xe823
+
+
+
i-warning0xe824
+
i-clock0xe825
+
i-buffer0xe826
+
i-doc-new0xe827
+
+
+
i-search0xe828
+
i-edit0xe829
+
i-tv0xe82a
+
i-thumb-rate-up0xe82b
+
+
+
i-flash-outline0xe82c
+
i-error0xe82d
+
+
+ + + \ No newline at end of file diff --git a/http/3rdParty/fontello/font/epgd.eot b/http/3rdParty/fontello/font/epgd.eot new file mode 100644 index 0000000..afecad6 Binary files /dev/null and b/http/3rdParty/fontello/font/epgd.eot differ diff --git a/http/3rdParty/fontello/font/epgd.svg b/http/3rdParty/fontello/font/epgd.svg new file mode 100644 index 0000000..e59f432 --- /dev/null +++ b/http/3rdParty/fontello/font/epgd.svg @@ -0,0 +1,102 @@ + + + +Copyright (C) 2016 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/http/3rdParty/fontello/font/epgd.ttf b/http/3rdParty/fontello/font/epgd.ttf new file mode 100644 index 0000000..afcefa7 Binary files /dev/null and b/http/3rdParty/fontello/font/epgd.ttf differ diff --git a/http/3rdParty/fontello/font/epgd.woff b/http/3rdParty/fontello/font/epgd.woff new file mode 100644 index 0000000..bab45aa Binary files /dev/null and b/http/3rdParty/fontello/font/epgd.woff differ diff --git a/http/3rdParty/jQuery-Timepicker-Addon-master/dist/jquery-ui-timepicker-addon.min.css b/http/3rdParty/jQuery-Timepicker-Addon-master/dist/jquery-ui-timepicker-addon.min.css new file mode 100644 index 0000000..079d885 --- /dev/null +++ b/http/3rdParty/jQuery-Timepicker-Addon-master/dist/jquery-ui-timepicker-addon.min.css @@ -0,0 +1,5 @@ +/*! jQuery Timepicker Addon - v1.5.0 - 2014-09-01 +* http://trentrichardson.com/examples/timepicker +* Copyright (c) 2014 Trent Richardson; Licensed MIT */ + +.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0 0;border:0;margin:0;padding:0}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px} \ No newline at end of file diff --git a/http/3rdParty/jQuery-Timepicker-Addon-master/dist/jquery-ui-timepicker-addon.min.js b/http/3rdParty/jQuery-Timepicker-Addon-master/dist/jquery-ui-timepicker-addon.min.js new file mode 100644 index 0000000..b7f8786 --- /dev/null +++ b/http/3rdParty/jQuery-Timepicker-Addon-master/dist/jquery-ui-timepicker-addon.min.js @@ -0,0 +1,5 @@ +/*! jQuery Timepicker Addon - v1.5.0 - 2014-09-01 +* http://trentrichardson.com/examples/timepicker +* Copyright (c) 2014 Trent Richardson; Licensed MIT */ +(function($){if($.ui.timepicker=$.ui.timepicker||{},!$.ui.timepicker.version){$.extend($.ui,{timepicker:{version:"1.5.0"}});var Timepicker=function(){this.regional=[],this.regional[""]={currentText:"Now",closeText:"Done",amNames:["AM","A"],pmNames:["PM","P"],timeFormat:"HH:mm",timeSuffix:"",timeOnlyTitle:"Choose Time",timeText:"Time",hourText:"Hour",minuteText:"Minute",secondText:"Second",millisecText:"Millisecond",microsecText:"Microsecond",timezoneText:"Time Zone",isRTL:!1},this._defaults={showButtonPanel:!0,timeOnly:!1,timeOnlyShowDate:!1,showHour:null,showMinute:null,showSecond:null,showMillisec:null,showMicrosec:null,showTimezone:null,showTime:!0,stepHour:1,stepMinute:1,stepSecond:1,stepMillisec:1,stepMicrosec:1,hour:0,minute:0,second:0,millisec:0,microsec:0,timezone:null,hourMin:0,minuteMin:0,secondMin:0,millisecMin:0,microsecMin:0,hourMax:23,minuteMax:59,secondMax:59,millisecMax:999,microsecMax:999,minDateTime:null,maxDateTime:null,maxTime:null,minTime:null,onSelect:null,hourGrid:0,minuteGrid:0,secondGrid:0,millisecGrid:0,microsecGrid:0,alwaysSetTime:!0,separator:" ",altFieldTimeOnly:!0,altTimeFormat:null,altSeparator:null,altTimeSuffix:null,altRedirectFocus:!0,pickerTimeFormat:null,pickerTimeSuffix:null,showTimepicker:!0,timezoneList:null,addSliderAccess:!1,sliderAccessArgs:null,controlType:"slider",defaultValue:null,parse:"strict"},$.extend(this._defaults,this.regional[""])};$.extend(Timepicker.prototype,{$input:null,$altInput:null,$timeObj:null,inst:null,hour_slider:null,minute_slider:null,second_slider:null,millisec_slider:null,microsec_slider:null,timezone_select:null,maxTime:null,minTime:null,hour:0,minute:0,second:0,millisec:0,microsec:0,timezone:null,hourMinOriginal:null,minuteMinOriginal:null,secondMinOriginal:null,millisecMinOriginal:null,microsecMinOriginal:null,hourMaxOriginal:null,minuteMaxOriginal:null,secondMaxOriginal:null,millisecMaxOriginal:null,microsecMaxOriginal:null,ampm:"",formattedDate:"",formattedTime:"",formattedDateTime:"",timezoneList:null,units:["hour","minute","second","millisec","microsec"],support:{},control:null,setDefaults:function(e){return extendRemove(this._defaults,e||{}),this},_newInst:function($input,opts){var tp_inst=new Timepicker,inlineSettings={},fns={},overrides,i;for(var attrName in this._defaults)if(this._defaults.hasOwnProperty(attrName)){var attrValue=$input.attr("time:"+attrName);if(attrValue)try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}overrides={beforeShow:function(e,t){return $.isFunction(tp_inst._defaults.evnts.beforeShow)?tp_inst._defaults.evnts.beforeShow.call($input[0],e,t,tp_inst):void 0},onChangeMonthYear:function(e,t,i){tp_inst._updateDateTime(i),$.isFunction(tp_inst._defaults.evnts.onChangeMonthYear)&&tp_inst._defaults.evnts.onChangeMonthYear.call($input[0],e,t,i,tp_inst)},onClose:function(e,t){tp_inst.timeDefined===!0&&""!==$input.val()&&tp_inst._updateDateTime(t),$.isFunction(tp_inst._defaults.evnts.onClose)&&tp_inst._defaults.evnts.onClose.call($input[0],e,t,tp_inst)}};for(i in overrides)overrides.hasOwnProperty(i)&&(fns[i]=opts[i]||null);tp_inst._defaults=$.extend({},this._defaults,inlineSettings,opts,overrides,{evnts:fns,timepicker:tp_inst}),tp_inst.amNames=$.map(tp_inst._defaults.amNames,function(e){return e.toUpperCase()}),tp_inst.pmNames=$.map(tp_inst._defaults.pmNames,function(e){return e.toUpperCase()}),tp_inst.support=detectSupport(tp_inst._defaults.timeFormat+(tp_inst._defaults.pickerTimeFormat?tp_inst._defaults.pickerTimeFormat:"")+(tp_inst._defaults.altTimeFormat?tp_inst._defaults.altTimeFormat:"")),"string"==typeof tp_inst._defaults.controlType?("slider"===tp_inst._defaults.controlType&&$.ui.slider===void 0&&(tp_inst._defaults.controlType="select"),tp_inst.control=tp_inst._controls[tp_inst._defaults.controlType]):tp_inst.control=tp_inst._defaults.controlType;var timezoneList=[-720,-660,-600,-570,-540,-480,-420,-360,-300,-270,-240,-210,-180,-120,-60,0,60,120,180,210,240,270,300,330,345,360,390,420,480,525,540,570,600,630,660,690,720,765,780,840];null!==tp_inst._defaults.timezoneList&&(timezoneList=tp_inst._defaults.timezoneList);var tzl=timezoneList.length,tzi=0,tzv=null;if(tzl>0&&"object"!=typeof timezoneList[0])for(;tzl>tzi;tzi++)tzv=timezoneList[tzi],timezoneList[tzi]={value:tzv,label:$.timepicker.timezoneOffsetString(tzv,tp_inst.support.iso8601)};return tp_inst._defaults.timezoneList=timezoneList,tp_inst.timezone=null!==tp_inst._defaults.timezone?$.timepicker.timezoneOffsetNumber(tp_inst._defaults.timezone):-1*(new Date).getTimezoneOffset(),tp_inst.hour=tp_inst._defaults.hourtp_inst._defaults.hourMax?tp_inst._defaults.hourMax:tp_inst._defaults.hour,tp_inst.minute=tp_inst._defaults.minutetp_inst._defaults.minuteMax?tp_inst._defaults.minuteMax:tp_inst._defaults.minute,tp_inst.second=tp_inst._defaults.secondtp_inst._defaults.secondMax?tp_inst._defaults.secondMax:tp_inst._defaults.second,tp_inst.millisec=tp_inst._defaults.millisectp_inst._defaults.millisecMax?tp_inst._defaults.millisecMax:tp_inst._defaults.millisec,tp_inst.microsec=tp_inst._defaults.microsectp_inst._defaults.microsecMax?tp_inst._defaults.microsecMax:tp_inst._defaults.microsec,tp_inst.ampm="",tp_inst.$input=$input,tp_inst._defaults.altField&&(tp_inst.$altInput=$(tp_inst._defaults.altField),tp_inst._defaults.altRedirectFocus===!0&&tp_inst.$altInput.css({cursor:"pointer"}).focus(function(){$input.trigger("focus")})),(0===tp_inst._defaults.minDate||0===tp_inst._defaults.minDateTime)&&(tp_inst._defaults.minDate=new Date),(0===tp_inst._defaults.maxDate||0===tp_inst._defaults.maxDateTime)&&(tp_inst._defaults.maxDate=new Date),void 0!==tp_inst._defaults.minDate&&tp_inst._defaults.minDate instanceof Date&&(tp_inst._defaults.minDateTime=new Date(tp_inst._defaults.minDate.getTime())),void 0!==tp_inst._defaults.minDateTime&&tp_inst._defaults.minDateTime instanceof Date&&(tp_inst._defaults.minDate=new Date(tp_inst._defaults.minDateTime.getTime())),void 0!==tp_inst._defaults.maxDate&&tp_inst._defaults.maxDate instanceof Date&&(tp_inst._defaults.maxDateTime=new Date(tp_inst._defaults.maxDate.getTime())),void 0!==tp_inst._defaults.maxDateTime&&tp_inst._defaults.maxDateTime instanceof Date&&(tp_inst._defaults.maxDate=new Date(tp_inst._defaults.maxDateTime.getTime())),tp_inst.$input.bind("focus",function(){tp_inst._onFocus()}),tp_inst},_addTimePicker:function(e){var t=this.$altInput&&this._defaults.altFieldTimeOnly?this.$input.val()+" "+this.$altInput.val():this.$input.val();this.timeDefined=this._parseTime(t),this._limitMinMaxDateTime(e,!1),this._injectTimePicker()},_parseTime:function(e,t){if(this.inst||(this.inst=$.datepicker._getInst(this.$input[0])),t||!this._defaults.timeOnly){var i=$.datepicker._get(this.inst,"dateFormat");try{var s=parseDateTimeInternal(i,this._defaults.timeFormat,e,$.datepicker._getFormatConfig(this.inst),this._defaults);if(!s.timeObj)return!1;$.extend(this,s.timeObj)}catch(a){return $.timepicker.log("Error parsing the date/time string: "+a+"\ndate/time string = "+e+"\ntimeFormat = "+this._defaults.timeFormat+"\ndateFormat = "+i),!1}return!0}var n=$.datepicker.parseTime(this._defaults.timeFormat,e,this._defaults);return n?($.extend(this,n),!0):!1},_injectTimePicker:function(){var e=this.inst.dpDiv,t=this.inst.settings,i=this,s="",a="",n=null,r={},l={},o=null,c=0,u=0;if(0===e.find("div.ui-timepicker-div").length&&t.showTimepicker){var m=' style="display:none;"',d='
'+'
"+t.timeText+"
"+'
";for(c=0,u=this.units.length;u>c;c++){if(s=this.units[c],a=s.substr(0,1).toUpperCase()+s.substr(1),n=null!==t["show"+a]?t["show"+a]:this.support[s],r[s]=parseInt(t[s+"Max"]-(t[s+"Max"]-t[s+"Min"])%t["step"+a],10),l[s]=0,d+='
"+t[s+"Text"]+"
"+'
",n&&t[s+"Grid"]>0){if(d+='
',"hour"===s)for(var h=t[s+"Min"];r[s]>=h;h+=parseInt(t[s+"Grid"],10)){l[s]++;var p=$.datepicker.formatTime(this.support.ampm?"hht":"HH",{hour:h},t);d+='"}else for(var _=t[s+"Min"];r[s]>=_;_+=parseInt(t[s+"Grid"],10))l[s]++,d+='";d+="
'+p+"'+(10>_?"0":"")+_+"
"}d+="
"}var f=null!==t.showTimezone?t.showTimezone:this.support.timezone;d+='
"+t.timezoneText+"
",d+='
",d+="
";var g=$(d);for(t.timeOnly===!0&&(g.prepend('
'+t.timeOnlyTitle+"
"+"
"),e.find(".ui-datepicker-header, .ui-datepicker-calendar").hide()),c=0,u=i.units.length;u>c;c++)s=i.units[c],a=s.substr(0,1).toUpperCase()+s.substr(1),n=null!==t["show"+a]?t["show"+a]:this.support[s],i[s+"_slider"]=i.control.create(i,g.find(".ui_tpicker_"+s+"_slider"),s,i[s],t[s+"Min"],r[s],t["step"+a]),n&&t[s+"Grid"]>0&&(o=100*l[s]*t[s+"Grid"]/(r[s]-t[s+"Min"]),g.find(".ui_tpicker_"+s+" table").css({width:o+"%",marginLeft:t.isRTL?"0":o/(-2*l[s])+"%",marginRight:t.isRTL?o/(-2*l[s])+"%":"0",borderCollapse:"collapse"}).find("td").click(function(){var e=$(this),t=e.html(),a=parseInt(t.replace(/[^0-9]/g),10),n=t.replace(/[^apm]/gi),r=e.data("for");"hour"===r&&(-1!==n.indexOf("p")&&12>a?a+=12:-1!==n.indexOf("a")&&12===a&&(a=0)),i.control.value(i,i[r+"_slider"],s,a),i._onTimeChange(),i._onSelectHandler()}).css({cursor:"pointer",width:100/l[s]+"%",textAlign:"center",overflow:"hidden"}));if(this.timezone_select=g.find(".ui_tpicker_timezone").append("").find("select"),$.fn.append.apply(this.timezone_select,$.map(t.timezoneList,function(e){return $("