diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24abfa7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +rsync.sh diff --git a/client/css/bigcards.css b/client/css/bigcards.css new file mode 100644 index 0000000..885601c --- /dev/null +++ b/client/css/bigcards.css @@ -0,0 +1,69 @@ +.card { + width: 230px; + height: 152px; + xpadding: 5px; float: left; + xmargin: 0 10px 10px 0; + font-size: .9em; + + + + overflow: hidden; + + position: absolute; + z-index: 10; + + top: 460px; + left: 0px; + + display: block; +} + +.pink { +} + +.yellow { +} + +.blue { +} + +.green { +} + +.card-image { + position: absolute; + xtop: -10; + left: -3px; + width: 100%; + height: 100%; + overflow: hidden; + z-index: -1000; +} + +.content { + overflow: hidden; + display: block; + width: 158px; + height: 88px; + margin: 5px 23px 0px 34px; + + font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif; + font-size: 18px; + letter-spacing: 0px; + + xtext-shadow: 0px 0px 1px #444; + + opacity: 1; + + color: black; + text-align: center; + padding-top: 18px; + xline-height: 16px; + + xopacity: .8; + +} + +.stickertarget { + position: absolute; +} \ No newline at end of file diff --git a/client/css/nexum_whiteboard.jpg b/client/css/nexum_whiteboard.jpg new file mode 100644 index 0000000..2d05e8e Binary files /dev/null and b/client/css/nexum_whiteboard.jpg differ diff --git a/client/css/nocards.css b/client/css/nocards.css new file mode 100644 index 0000000..c324b2e --- /dev/null +++ b/client/css/nocards.css @@ -0,0 +1,68 @@ +.card { + width: 100px; + height: 50px; + xpadding: 5px; float: left; + xmargin: 0 10px 10px 0; + font-size: .9em; + + + + overflow: hidden; + + position: absolute; + z-index: 10; + + top: 100px; + left: 0px; + + display: block; + + xborder: solid rgba(92, 157, 181,0.5) 3px; + background-color: #ECDC96; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECDC96), color-stop(100%,#EAD272)); + +} + +.pink { +} + +.yellow { +} + +.blue { +} + +.green { +} + +.card-image { + position: absolute; + xtop: -10; + xleft: -50; + width: 100%; + height: 100%; + overflow: hidden; + z-index: -1000; + display: none; +} + +.content { + overflow: hidden; + display: block; + xwidth: 70%; + height: 90px; + xmargin: 5px 20px 0px 30px; + + font-family: 'Helvetica Neue', arial, serif; + font-size: 12px; + letter-spacing: 0px; + + xtext-shadow: 0px 0px 1px #444; + + opacity: 1; + + color: black; + text-align: center; + padding-top: 0px; + +} \ No newline at end of file diff --git a/client/css/smallcards.css b/client/css/smallcards.css new file mode 100644 index 0000000..7b17d34 --- /dev/null +++ b/client/css/smallcards.css @@ -0,0 +1,62 @@ +.card { + width: 115px; + height: 76px; + xpadding: 5px; float: left; + xmargin: 0 10px 10px 0; + font-size: .9em; + + + + overflow: hidden; + + position: absolute; + z-index: 10; + + top: 460px; + left: 0px; + + display: block; + +} + +.pink { +} + +.yellow { +} + +.blue { +} + +.green { +} + +.card-image { + position: absolute; + xtop: -10; + xleft: -50; + width: 100%; + height: 100%; + overflow: hidden; + z-index: -1000; +} + +.content { + overflow: hidden; + display: block; + width: 79px; + height: 45px; + margin: 3px 10px 0px 19px; + + font-family: "Arial Rounded MT Bold" , arial, serif; + font-size: 10px; + letter-spacing: 0px; + + xtext-shadow: 0px 0px 1px #444; + + opacity: 1; + + color: #333; + text-align: center; + padding-top: 8px; +} \ No newline at end of file diff --git a/client/css/style.css b/client/css/style.css new file mode 100644 index 0000000..0649ea1 --- /dev/null +++ b/client/css/style.css @@ -0,0 +1,453 @@ + + + +body { + font-family: 'Helvetica Neue Light', arial, serif; + font-size: 13px; + color: #333; + background-color: #ddd; + xbackground-image: -webkit-gradient(radial, 265 118, 456, 147 0, 29, from(#DDDDDD), to(#f3f3f3)); + + padding-left: 10px; + + height: 1400px; + width: 2000px; +} + +#board { + position: relative; + background-color: #dcd5d1; + + height: 450px; + width: 980px; + border: solid silver 8px; + + background-image: -webkit-gradient( + linear, + left top, + right bottom, + color-stop(0.49, rgb(214,210,206)), + color-stop(0.84, rgb(196,191,182)) + ); + + xbackground: -moz-linear-gradient(top, rgb(214,210,206), #000); + + -webkit-box-shadow:inset 1px 1px 3px #999; + -moz-box-shadow:inset 1px 1px 3px #999; + box-shadow:inset 1px 1px 3px #999; +} + +.board-outline { + border: solid #ccc 1px; + width: 996px; + height: 466px; + + xmargin-left: auto; + xmargin-right: auto; + + -webkit-box-shadow: 1px 1px 2px #aaa; + -moz-box-shadow: 1px 1px 2px #aaa; + + x-webkit-transform:rotate(0.3deg); /*"is that a little off-level? i feel like it is off-level"*/ +} + +#board-doodles { + width: 100%; + height: 100%; + position: absolute; + display: inline; + opacity: .08; + background-image: url('nexum_whiteboard.jpg'); +} + + + +.hover .content { + xborder: solid rgba(92, 157, 181,0.5) 3px; +} + + +.card-icon { +display:none; +position: absolute; +top: 3%; left: 82%; +opacity: .3; +width: 16px; height: 16px; +} + +.card-icon-hover { + opacity: .9; +} + +.card-edit-form, .card-edit-form input, .card-edit-form textarea { + border:none; + font-size:inherit; + font-weight:inherit; + background-color:inherit; + xvertical-align: inherit; + font-family: inherit; + text-align: center; + xcolor: #444; + padding: 0; + margin: 0; + outline-width:0; + overflow: hidden; + resize: none; + width: 100%; + +} + + + +.board-table { + xz-index: 1; + position: absolute; + top: 0px; + left: 0px; + xborder: solid black 1px; + height: 100%; + width: 100%; +} + +.board-table .col{ + xborder-left: dashed #19ba98 5px; + text-align: center; + vertical-align: top; + height: 100%; + xopacity: 1; + background-image: url('/images/green-board-line.png'); + background-repeat: repeat-y; + background-position: left top; +} + +.board-table .first{ + border-left: none; + text-align: center; + vertical-align: top; + height: 100%; + background-image: none; + +} + +h1, h1 a { + color: #b6b6b6; + padding: 0px; + margin: 0px; + margin-left: 1px; + font-weight: normal; + xtext-shadow: 1px 1px 1px #b6b6b6; + font-size: 15px; + padding-top: 14px; + letter-spacing: +1px; + font-family: "Helvetica Neue Light", "HelveticaNeue-Light", 'Helvetica Neue', arial, serif; + text-decoration: none; +} + +h2 { + font-family: 'Rock Salt', "Arial Rounded MT Bold", arial, serif; + color: #5c9db4; + font-size: 18px; + } + +.bottom-icon { + padding: 5px; + opacity: .3; +} + +.bottom-icon:hover { + padding: 5px; + opacity: .4; +} + +#add-col { + position: absolute; right: 3px; top: 200px; display: none; opacity: .15; +} +#add-col:hover { + opacity: .5; +} + +#delete-col { + position: absolute; right: 3px; top: 224px; display: none; opacity: .15; +} +#delete-col:hover { + opacity: .5; +} + +#config-dropdown { + border: solid #666 5px; + width: 200px; + height: 34px; + border-radius: 15px; + background-color: #888; + box-shadow: 0px 0px 10px #444; + padding: 2px; + display: none; +} + +.config-dropdown-icon { + padding: 5px; + opacity: .5; +} + +.buttons { + float: left; +} + +.names { + padding-left: 10px; + width: 980px; + text-align: right; + color: #bbb; + letter-spacing: 4px; + font-family: "Helvetica Neue Light", "HelveticaNeue-Light", 'Helvetica Neue', arial, serif; + font-size: 13px; + +} + +.names p { + padding: 0; margin 0; +} + +.names ul { + list-style: none; + margin-top: 4px; + margin-bottom: 4px; +} + +#yourname-li { + color: #888; +} + +.names input { + padding: 0; //2px 8px 2px 2px; + border: none; + outline: 0; + width: 100px; + background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); + background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); + + background: none; + border-radius: 10px; + color: #666; + text-align: right; + font-family: "Helvetica Neue Light", "HelveticaNeue-Light", 'Helvetica Neue', arial, serif; + font-size: 13px; + letter-spacing: 4px; + margin:0; + + position: relative; +} + +.names input:hover { + padding: 2px 2px 2px 2px; + xborder: solid 1px #E5E5E5; + outline: 0; + width: 100px; + background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); + background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); +xopacity: .5; + background: none; + box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; + -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; + -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; + border-radius: 10px; + color: #aaa; + text-align: right; + font-family: "Helvetica Neue Light", "HelveticaNeue-Light", 'Helvetica Neue', arial, serif; + font-size: 13px; + letter-spacing: 4px; + margin:0; + +} + +.names .focused { + color: #444; +} + +.you-text { + letter-spacing: 2px; +} + + +#user-icon { + vertical-align: text-top; + position: relative; + left: 0px; +} + +.sticker { + padding-top: 3px; + padding-left: 2px; + z-index:10; + display: inline; +} + +.stickers { + width: 1000px; + text-align: right; + padding-top: 2px; margin: 0; +} + +#sticker-gold, #sticker-bluestar, #sticker-redstar, #sticker-silverstar { + position: relative; + top: 2px; + padding: 0; margin 0; +} + +#sticker-nostar { + position: relative; + top: 3px; + opacity: .5; +} + +#sticker-redstar { + top: 1px; +} + +.sticker-red { + background-image: url('/images/stickers/sticker-red.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-blue { + background-image: url('/images/stickers/sticker-blue.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-yellow { + background-image: url('/images/stickers/sticker-yellow.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-green { + background-image: url('/images/stickers/sticker-green.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-gold { + background-image: url('/images/stickers/sticker-gold.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-bluestar { + background-image: url('/images/stickers/sticker-bluestar.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-silverstar { + background-image: url('/images/stickers/sticker-silverstar.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-redstar { + background-image: url('/images/stickers/sticker-redstar.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-pink { + background-image: url('/images/stickers/sticker-pink.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-orange { + background-image: url('/images/stickers/sticker-orange.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-lightblue { + background-image: url('/images/stickers/sticker-lightblue.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + +.sticker-purple { + background-image: url('/images/stickers/sticker-purple.png'); + background-repeat: no-repeat; + background-position: right bottom; +} + + + + +/* Stuff for landing page */ +h1.home { + font-size: 100px; + font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif; + color: #19ba98; + opacity: .8; + padding: 0; + margin: 0; + text-align: center; + xline-height: .9em; +} + +.home { + font-size: 30px; + font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif; + color: #19ba98; + color: #222; + opacity: 1; + padding: 0; + margin: 0; + text-align: center; + xline-height: .9em; +} + +p.home a { + color: #5c9db4; + + text-decoration: none; +} + +p.small { + font-size: 22px; +} + +#video { + height: 450px; + width: 1000px; + padding-top: 100px; +} + +input.text { + width: 230px; + background: none; + padding: 6px; + margin-bottom: 10px; + border: none; + font-size: 30px; + font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif; + color: #5c9db4; + text-align: center; + border-bottom: dashed 3px #19ba98; +} + +input:hover { + x-webkit-box-shadow: 0px 0px 4px #000; + xbackground: none; +} + +#go { + background: none; + margin-bottom: 10px; + border: none; + font-size: 40px; + font-family: 'Covered By Your Grace',"Arial Rounded MT Bold", arial, serif; + color: #19ba98; + color: black; + + xborder: solid 1px; + + + +} diff --git a/client/fonts/Fonthead Standard EULA.txt b/client/fonts/Fonthead Standard EULA.txt new file mode 100755 index 0000000..b4edeea --- /dev/null +++ b/client/fonts/Fonthead Standard EULA.txt @@ -0,0 +1,24 @@ +------------------------------------------------------------------------ +Fonthead Design End User License Agreement +------------------------------------------------------------------------ + + +By downloading and/or installing Fonthead Design fonts ("software") you agree to the following user license terms: + + +1) Grant of License: The purchase of this software grants to you ("user") as licensee, the non-exclusive right to use and display the software at a single home or business location on a maximum of 5 CPUs. You also may give a copy of this software to any service bureau which you hire to output your film, paper or color proofs, provided that they do not use the font software for any purpose other than outputing your work. They may keep the font software on file for use with future jobs on your behalf. + +2) Backup: One copy of the software may be made for backup. + +3) Transfer: You may transfer the original software from one party to another provided ALL materials, including all backup copies are included and that the recipient agrees to the licensing terms and conditions. + +4) Copyright: The software and accompanying documentation are copyrighted and contain intellectual property information protected by law. You may not make or distribute copies of this software or accompanying documentation without the express written consent of Fonthead Design. + +5) Fair Use: If there are illustrations or images in the font software other than letterforms, numbers, punctuation marks, diacritics, etc, you may NOT use the font software in a manner where the illustration or image becomes the primary aspect of a product for resale. For example, if an image was used on a coffee cup, to sell the coffee cup, or on a t-shirt to sell the t-shirt or on a greeting card to sell the greeting card, etc. + +6) Ownership of software: The software and all subsequent copies are the property of Fonthead Design. This does not apply to the physical media on which the software is contained. + +7) Disclaimer and Limited Warranty: Fonthead Design warrants that the disk is free of errors and will be replaced within one year of purchase in the event of defective media. If the failure of disk results from accident, abuse, or neglect, then Fonthead Design assumes no responsibility to replace the disk. + +THE SOFTWARE AND ACCOMPANYING WRITTEN MATERIALS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, AND FONTHEAD DESIGN SPECIFICALLY DISCLAIMS THE WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE AND MERCHANTABILITY. IN ADDITION, FONTHEAD DESIGN DOES NOT MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF THE SOFTWARE OR THE WRITTEN MATERIALS IN TERMS OF CORRECTNESS, ACCURACY, RELIABILITY, CURRENTNESS OR OTHERWISE. THE ENTIRE RISK AS A RESULT OF THE PERFORMANCE OF THE SOFTWARE IS ASSUMED BY THE USER. + diff --git a/client/fonts/GoodDog-webfont.eot b/client/fonts/GoodDog-webfont.eot new file mode 100755 index 0000000..439fff1 Binary files /dev/null and b/client/fonts/GoodDog-webfont.eot differ diff --git a/client/fonts/GoodDog-webfont.svg b/client/fonts/GoodDog-webfont.svg new file mode 100755 index 0000000..eddc88c --- /dev/null +++ b/client/fonts/GoodDog-webfont.svg @@ -0,0 +1,216 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c 1996 by Ethan Dunham Fonthead Design All rights reserved +Designer : Ethan Dunham +Foundry : Ethan Dunham Fonthead Design +Foundry URL : httpwwwfontheadcom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/client/fonts/GoodDog-webfont.ttf b/client/fonts/GoodDog-webfont.ttf new file mode 100755 index 0000000..1aefc4d Binary files /dev/null and b/client/fonts/GoodDog-webfont.ttf differ diff --git a/client/fonts/GoodDog-webfont.woff b/client/fonts/GoodDog-webfont.woff new file mode 100755 index 0000000..c772e7d Binary files /dev/null and b/client/fonts/GoodDog-webfont.woff differ diff --git a/client/fonts/demo.html b/client/fonts/demo.html new file mode 100755 index 0000000..e301fba --- /dev/null +++ b/client/fonts/demo.html @@ -0,0 +1,33 @@ + + + + + + + Font Face Demo + + + + + +
+

Font-face Demo for the GoodDog Font

+ + + +

GoodDog Regular - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +
+ + diff --git a/client/fonts/stylesheet.css b/client/fonts/stylesheet.css new file mode 100755 index 0000000..d71f5c0 --- /dev/null +++ b/client/fonts/stylesheet.css @@ -0,0 +1,15 @@ +/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 21, 2011 05:33:25 PM America/New_York */ + + + +@font-face { + font-family: 'GoodDogRegular'; + src: url('GoodDog-webfont.eot?') format('eot'), + url('GoodDog-webfont.woff') format('woff'), + url('GoodDog-webfont.ttf') format('truetype'), + url('GoodDog-webfont.svg#webfonthc2mR75o') format('svg'); + font-weight: normal; + font-style: normal; + +} + diff --git a/client/images/DSC_7093.jpg b/client/images/DSC_7093.jpg new file mode 100644 index 0000000..31f01e2 Binary files /dev/null and b/client/images/DSC_7093.jpg differ diff --git a/client/images/ajax-loader.gif b/client/images/ajax-loader.gif new file mode 100644 index 0000000..db2100e Binary files /dev/null and b/client/images/ajax-loader.gif differ diff --git a/client/images/blue-card.png b/client/images/blue-card.png new file mode 100644 index 0000000..45f8d44 Binary files /dev/null and b/client/images/blue-card.png differ diff --git a/client/images/green-board-line.png b/client/images/green-board-line.png new file mode 100644 index 0000000..77771e4 Binary files /dev/null and b/client/images/green-board-line.png differ diff --git a/client/images/green-card.png b/client/images/green-card.png new file mode 100644 index 0000000..ca79ff2 Binary files /dev/null and b/client/images/green-card.png differ diff --git a/client/images/icons/cc/black/png/2x2_grid_icon&16.png b/client/images/icons/cc/black/png/2x2_grid_icon&16.png new file mode 100755 index 0000000..e87f41b Binary files /dev/null and b/client/images/icons/cc/black/png/2x2_grid_icon&16.png differ diff --git a/client/images/icons/cc/black/png/2x2_grid_icon&24.png b/client/images/icons/cc/black/png/2x2_grid_icon&24.png new file mode 100755 index 0000000..f965beb Binary files /dev/null and b/client/images/icons/cc/black/png/2x2_grid_icon&24.png differ diff --git a/client/images/icons/cc/black/png/2x2_grid_icon&32.png b/client/images/icons/cc/black/png/2x2_grid_icon&32.png new file mode 100755 index 0000000..a1f318f Binary files /dev/null and b/client/images/icons/cc/black/png/2x2_grid_icon&32.png differ diff --git a/client/images/icons/cc/black/png/2x2_grid_icon&48.png b/client/images/icons/cc/black/png/2x2_grid_icon&48.png new file mode 100755 index 0000000..8647943 Binary files /dev/null and b/client/images/icons/cc/black/png/2x2_grid_icon&48.png differ diff --git a/client/images/icons/cc/black/png/3x3_grid_2_icon&16.png b/client/images/icons/cc/black/png/3x3_grid_2_icon&16.png new file mode 100755 index 0000000..48c699e Binary files /dev/null and b/client/images/icons/cc/black/png/3x3_grid_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/3x3_grid_2_icon&24.png b/client/images/icons/cc/black/png/3x3_grid_2_icon&24.png new file mode 100755 index 0000000..d64c3f5 Binary files /dev/null and b/client/images/icons/cc/black/png/3x3_grid_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/3x3_grid_2_icon&32.png b/client/images/icons/cc/black/png/3x3_grid_2_icon&32.png new file mode 100755 index 0000000..453040b Binary files /dev/null and b/client/images/icons/cc/black/png/3x3_grid_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/3x3_grid_2_icon&48.png b/client/images/icons/cc/black/png/3x3_grid_2_icon&48.png new file mode 100755 index 0000000..00e0d19 Binary files /dev/null and b/client/images/icons/cc/black/png/3x3_grid_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/3x3_grid_icon&16.png b/client/images/icons/cc/black/png/3x3_grid_icon&16.png new file mode 100755 index 0000000..1b263c9 Binary files /dev/null and b/client/images/icons/cc/black/png/3x3_grid_icon&16.png differ diff --git a/client/images/icons/cc/black/png/3x3_grid_icon&24.png b/client/images/icons/cc/black/png/3x3_grid_icon&24.png new file mode 100755 index 0000000..9354fd4 Binary files /dev/null and b/client/images/icons/cc/black/png/3x3_grid_icon&24.png differ diff --git a/client/images/icons/cc/black/png/3x3_grid_icon&32.png b/client/images/icons/cc/black/png/3x3_grid_icon&32.png new file mode 100755 index 0000000..54a4fff Binary files /dev/null and b/client/images/icons/cc/black/png/3x3_grid_icon&32.png differ diff --git a/client/images/icons/cc/black/png/3x3_grid_icon&48.png b/client/images/icons/cc/black/png/3x3_grid_icon&48.png new file mode 100755 index 0000000..49e43a9 Binary files /dev/null and b/client/images/icons/cc/black/png/3x3_grid_icon&48.png differ diff --git a/client/images/icons/cc/black/png/air_signal_icon&16.png b/client/images/icons/cc/black/png/air_signal_icon&16.png new file mode 100755 index 0000000..ba58e22 Binary files /dev/null and b/client/images/icons/cc/black/png/air_signal_icon&16.png differ diff --git a/client/images/icons/cc/black/png/air_signal_icon&24.png b/client/images/icons/cc/black/png/air_signal_icon&24.png new file mode 100755 index 0000000..ee4e700 Binary files /dev/null and b/client/images/icons/cc/black/png/air_signal_icon&24.png differ diff --git a/client/images/icons/cc/black/png/air_signal_icon&32.png b/client/images/icons/cc/black/png/air_signal_icon&32.png new file mode 100755 index 0000000..5193389 Binary files /dev/null and b/client/images/icons/cc/black/png/air_signal_icon&32.png differ diff --git a/client/images/icons/cc/black/png/air_signal_icon&48.png b/client/images/icons/cc/black/png/air_signal_icon&48.png new file mode 100755 index 0000000..c3d4207 Binary files /dev/null and b/client/images/icons/cc/black/png/air_signal_icon&48.png differ diff --git a/client/images/icons/cc/black/png/align_center_icon&16.png b/client/images/icons/cc/black/png/align_center_icon&16.png new file mode 100755 index 0000000..5360d38 Binary files /dev/null and b/client/images/icons/cc/black/png/align_center_icon&16.png differ diff --git a/client/images/icons/cc/black/png/align_center_icon&24.png b/client/images/icons/cc/black/png/align_center_icon&24.png new file mode 100755 index 0000000..70c3426 Binary files /dev/null and b/client/images/icons/cc/black/png/align_center_icon&24.png differ diff --git a/client/images/icons/cc/black/png/align_center_icon&32.png b/client/images/icons/cc/black/png/align_center_icon&32.png new file mode 100755 index 0000000..6beed82 Binary files /dev/null and b/client/images/icons/cc/black/png/align_center_icon&32.png differ diff --git a/client/images/icons/cc/black/png/align_center_icon&48.png b/client/images/icons/cc/black/png/align_center_icon&48.png new file mode 100755 index 0000000..f435254 Binary files /dev/null and b/client/images/icons/cc/black/png/align_center_icon&48.png differ diff --git a/client/images/icons/cc/black/png/align_just_icon&16.png b/client/images/icons/cc/black/png/align_just_icon&16.png new file mode 100755 index 0000000..39b46b6 Binary files /dev/null and b/client/images/icons/cc/black/png/align_just_icon&16.png differ diff --git a/client/images/icons/cc/black/png/align_just_icon&24.png b/client/images/icons/cc/black/png/align_just_icon&24.png new file mode 100755 index 0000000..25e88ef Binary files /dev/null and b/client/images/icons/cc/black/png/align_just_icon&24.png differ diff --git a/client/images/icons/cc/black/png/align_just_icon&32.png b/client/images/icons/cc/black/png/align_just_icon&32.png new file mode 100755 index 0000000..8cf57b0 Binary files /dev/null and b/client/images/icons/cc/black/png/align_just_icon&32.png differ diff --git a/client/images/icons/cc/black/png/align_just_icon&48.png b/client/images/icons/cc/black/png/align_just_icon&48.png new file mode 100755 index 0000000..5054b92 Binary files /dev/null and b/client/images/icons/cc/black/png/align_just_icon&48.png differ diff --git a/client/images/icons/cc/black/png/align_left_icon&16.png b/client/images/icons/cc/black/png/align_left_icon&16.png new file mode 100755 index 0000000..27af7b0 Binary files /dev/null and b/client/images/icons/cc/black/png/align_left_icon&16.png differ diff --git a/client/images/icons/cc/black/png/align_left_icon&24.png b/client/images/icons/cc/black/png/align_left_icon&24.png new file mode 100755 index 0000000..79b8f6f Binary files /dev/null and b/client/images/icons/cc/black/png/align_left_icon&24.png differ diff --git a/client/images/icons/cc/black/png/align_left_icon&32.png b/client/images/icons/cc/black/png/align_left_icon&32.png new file mode 100755 index 0000000..c0bf12e Binary files /dev/null and b/client/images/icons/cc/black/png/align_left_icon&32.png differ diff --git a/client/images/icons/cc/black/png/align_left_icon&48.png b/client/images/icons/cc/black/png/align_left_icon&48.png new file mode 100755 index 0000000..768d68d Binary files /dev/null and b/client/images/icons/cc/black/png/align_left_icon&48.png differ diff --git a/client/images/icons/cc/black/png/align_right_icon&16.png b/client/images/icons/cc/black/png/align_right_icon&16.png new file mode 100755 index 0000000..1b038e3 Binary files /dev/null and b/client/images/icons/cc/black/png/align_right_icon&16.png differ diff --git a/client/images/icons/cc/black/png/align_right_icon&24.png b/client/images/icons/cc/black/png/align_right_icon&24.png new file mode 100755 index 0000000..097e643 Binary files /dev/null and b/client/images/icons/cc/black/png/align_right_icon&24.png differ diff --git a/client/images/icons/cc/black/png/align_right_icon&32.png b/client/images/icons/cc/black/png/align_right_icon&32.png new file mode 100755 index 0000000..6b93b34 Binary files /dev/null and b/client/images/icons/cc/black/png/align_right_icon&32.png differ diff --git a/client/images/icons/cc/black/png/align_right_icon&48.png b/client/images/icons/cc/black/png/align_right_icon&48.png new file mode 100755 index 0000000..4293626 Binary files /dev/null and b/client/images/icons/cc/black/png/align_right_icon&48.png differ diff --git a/client/images/icons/cc/black/png/app_window&16.png b/client/images/icons/cc/black/png/app_window&16.png new file mode 100755 index 0000000..e275ee8 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window&16.png differ diff --git a/client/images/icons/cc/black/png/app_window&24.png b/client/images/icons/cc/black/png/app_window&24.png new file mode 100755 index 0000000..79192ce Binary files /dev/null and b/client/images/icons/cc/black/png/app_window&24.png differ diff --git a/client/images/icons/cc/black/png/app_window&32.png b/client/images/icons/cc/black/png/app_window&32.png new file mode 100755 index 0000000..1baf059 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window&32.png differ diff --git a/client/images/icons/cc/black/png/app_window&48.png b/client/images/icons/cc/black/png/app_window&48.png new file mode 100755 index 0000000..39485fa Binary files /dev/null and b/client/images/icons/cc/black/png/app_window&48.png differ diff --git a/client/images/icons/cc/black/png/app_window_black&16.png b/client/images/icons/cc/black/png/app_window_black&16.png new file mode 100755 index 0000000..1583431 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_black&16.png differ diff --git a/client/images/icons/cc/black/png/app_window_black&24.png b/client/images/icons/cc/black/png/app_window_black&24.png new file mode 100755 index 0000000..ec748a2 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_black&24.png differ diff --git a/client/images/icons/cc/black/png/app_window_black&32.png b/client/images/icons/cc/black/png/app_window_black&32.png new file mode 100755 index 0000000..01a8b2a Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_black&32.png differ diff --git a/client/images/icons/cc/black/png/app_window_black&48.png b/client/images/icons/cc/black/png/app_window_black&48.png new file mode 100755 index 0000000..b12be06 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_black&48.png differ diff --git a/client/images/icons/cc/black/png/app_window_black_icon&16.png b/client/images/icons/cc/black/png/app_window_black_icon&16.png new file mode 100755 index 0000000..8988211 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_black_icon&16.png differ diff --git a/client/images/icons/cc/black/png/app_window_black_icon&24.png b/client/images/icons/cc/black/png/app_window_black_icon&24.png new file mode 100755 index 0000000..c239d28 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_black_icon&24.png differ diff --git a/client/images/icons/cc/black/png/app_window_black_icon&32.png b/client/images/icons/cc/black/png/app_window_black_icon&32.png new file mode 100755 index 0000000..a8bb435 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_black_icon&32.png differ diff --git a/client/images/icons/cc/black/png/app_window_black_icon&48.png b/client/images/icons/cc/black/png/app_window_black_icon&48.png new file mode 100755 index 0000000..661e92f Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_black_icon&48.png differ diff --git a/client/images/icons/cc/black/png/app_window_cross&16.png b/client/images/icons/cc/black/png/app_window_cross&16.png new file mode 100755 index 0000000..314d2e8 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_cross&16.png differ diff --git a/client/images/icons/cc/black/png/app_window_cross&24.png b/client/images/icons/cc/black/png/app_window_cross&24.png new file mode 100755 index 0000000..5c6529f Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_cross&24.png differ diff --git a/client/images/icons/cc/black/png/app_window_cross&32.png b/client/images/icons/cc/black/png/app_window_cross&32.png new file mode 100755 index 0000000..eb09ac4 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_cross&32.png differ diff --git a/client/images/icons/cc/black/png/app_window_cross&48.png b/client/images/icons/cc/black/png/app_window_cross&48.png new file mode 100755 index 0000000..b1bf4f2 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_cross&48.png differ diff --git a/client/images/icons/cc/black/png/app_window_cross_icon&16.png b/client/images/icons/cc/black/png/app_window_cross_icon&16.png new file mode 100755 index 0000000..069062d Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_cross_icon&16.png differ diff --git a/client/images/icons/cc/black/png/app_window_cross_icon&24.png b/client/images/icons/cc/black/png/app_window_cross_icon&24.png new file mode 100755 index 0000000..94166bd Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_cross_icon&24.png differ diff --git a/client/images/icons/cc/black/png/app_window_cross_icon&32.png b/client/images/icons/cc/black/png/app_window_cross_icon&32.png new file mode 100755 index 0000000..33caf37 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_cross_icon&32.png differ diff --git a/client/images/icons/cc/black/png/app_window_cross_icon&48.png b/client/images/icons/cc/black/png/app_window_cross_icon&48.png new file mode 100755 index 0000000..c380907 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_cross_icon&48.png differ diff --git a/client/images/icons/cc/black/png/app_window_icon&16.png b/client/images/icons/cc/black/png/app_window_icon&16.png new file mode 100755 index 0000000..3e10933 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_icon&16.png differ diff --git a/client/images/icons/cc/black/png/app_window_icon&24.png b/client/images/icons/cc/black/png/app_window_icon&24.png new file mode 100755 index 0000000..dcdc2e0 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_icon&24.png differ diff --git a/client/images/icons/cc/black/png/app_window_icon&32.png b/client/images/icons/cc/black/png/app_window_icon&32.png new file mode 100755 index 0000000..5e9eac6 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_icon&32.png differ diff --git a/client/images/icons/cc/black/png/app_window_icon&48.png b/client/images/icons/cc/black/png/app_window_icon&48.png new file mode 100755 index 0000000..e2a02a8 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_icon&48.png differ diff --git a/client/images/icons/cc/black/png/app_window_shell&16.png b/client/images/icons/cc/black/png/app_window_shell&16.png new file mode 100755 index 0000000..d3d492c Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_shell&16.png differ diff --git a/client/images/icons/cc/black/png/app_window_shell&24.png b/client/images/icons/cc/black/png/app_window_shell&24.png new file mode 100755 index 0000000..98d5f89 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_shell&24.png differ diff --git a/client/images/icons/cc/black/png/app_window_shell&32.png b/client/images/icons/cc/black/png/app_window_shell&32.png new file mode 100755 index 0000000..4c2454e Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_shell&32.png differ diff --git a/client/images/icons/cc/black/png/app_window_shell&48.png b/client/images/icons/cc/black/png/app_window_shell&48.png new file mode 100755 index 0000000..a7b9efc Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_shell&48.png differ diff --git a/client/images/icons/cc/black/png/app_window_shell_icon&16.png b/client/images/icons/cc/black/png/app_window_shell_icon&16.png new file mode 100755 index 0000000..2903405 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_shell_icon&16.png differ diff --git a/client/images/icons/cc/black/png/app_window_shell_icon&24.png b/client/images/icons/cc/black/png/app_window_shell_icon&24.png new file mode 100755 index 0000000..9e72cfa Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_shell_icon&24.png differ diff --git a/client/images/icons/cc/black/png/app_window_shell_icon&32.png b/client/images/icons/cc/black/png/app_window_shell_icon&32.png new file mode 100755 index 0000000..ff17c79 Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_shell_icon&32.png differ diff --git a/client/images/icons/cc/black/png/app_window_shell_icon&48.png b/client/images/icons/cc/black/png/app_window_shell_icon&48.png new file mode 100755 index 0000000..0f0610d Binary files /dev/null and b/client/images/icons/cc/black/png/app_window_shell_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_icon&16.png b/client/images/icons/cc/black/png/arrow_bottom_icon&16.png new file mode 100755 index 0000000..8280479 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_icon&24.png b/client/images/icons/cc/black/png/arrow_bottom_icon&24.png new file mode 100755 index 0000000..a61593b Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_icon&32.png b/client/images/icons/cc/black/png/arrow_bottom_icon&32.png new file mode 100755 index 0000000..b960c08 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_icon&48.png b/client/images/icons/cc/black/png/arrow_bottom_icon&48.png new file mode 100755 index 0000000..e48b071 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_left_icon&16.png b/client/images/icons/cc/black/png/arrow_bottom_left_icon&16.png new file mode 100755 index 0000000..c32cdec Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_left_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_left_icon&24.png b/client/images/icons/cc/black/png/arrow_bottom_left_icon&24.png new file mode 100755 index 0000000..bec4065 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_left_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_left_icon&32.png b/client/images/icons/cc/black/png/arrow_bottom_left_icon&32.png new file mode 100755 index 0000000..7f99972 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_left_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_left_icon&48.png b/client/images/icons/cc/black/png/arrow_bottom_left_icon&48.png new file mode 100755 index 0000000..738bbdb Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_left_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&16.png b/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&16.png new file mode 100755 index 0000000..4b3dedf Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&24.png b/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&24.png new file mode 100755 index 0000000..41023e3 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&32.png b/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&32.png new file mode 100755 index 0000000..37bccf3 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&48.png b/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&48.png new file mode 100755 index 0000000..bafd42f Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_bottom_rigth_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_l_icon&16.png b/client/images/icons/cc/black/png/arrow_l_icon&16.png new file mode 100755 index 0000000..f3efebf Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_l_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_l_icon&24.png b/client/images/icons/cc/black/png/arrow_l_icon&24.png new file mode 100755 index 0000000..24713f9 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_l_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_l_icon&32.png b/client/images/icons/cc/black/png/arrow_l_icon&32.png new file mode 100755 index 0000000..c5af122 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_l_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_l_icon&48.png b/client/images/icons/cc/black/png/arrow_l_icon&48.png new file mode 100755 index 0000000..0326bd9 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_l_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_left_icon&16.png b/client/images/icons/cc/black/png/arrow_left_icon&16.png new file mode 100755 index 0000000..83d18c5 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_left_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_left_icon&24.png b/client/images/icons/cc/black/png/arrow_left_icon&24.png new file mode 100755 index 0000000..37b5062 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_left_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_left_icon&32.png b/client/images/icons/cc/black/png/arrow_left_icon&32.png new file mode 100755 index 0000000..20a71e4 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_left_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_left_icon&48.png b/client/images/icons/cc/black/png/arrow_left_icon&48.png new file mode 100755 index 0000000..2a9d7a8 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_left_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_r_icon&16.png b/client/images/icons/cc/black/png/arrow_r_icon&16.png new file mode 100755 index 0000000..403819e Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_r_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_r_icon&24.png b/client/images/icons/cc/black/png/arrow_r_icon&24.png new file mode 100755 index 0000000..d73fab6 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_r_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_r_icon&32.png b/client/images/icons/cc/black/png/arrow_r_icon&32.png new file mode 100755 index 0000000..47d25f4 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_r_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_r_icon&48.png b/client/images/icons/cc/black/png/arrow_r_icon&48.png new file mode 100755 index 0000000..a4393b3 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_r_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_right_icon&16.png b/client/images/icons/cc/black/png/arrow_right_icon&16.png new file mode 100755 index 0000000..2f156f8 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_right_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_right_icon&24.png b/client/images/icons/cc/black/png/arrow_right_icon&24.png new file mode 100755 index 0000000..3253f75 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_right_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_right_icon&32.png b/client/images/icons/cc/black/png/arrow_right_icon&32.png new file mode 100755 index 0000000..87fa087 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_right_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_right_icon&48.png b/client/images/icons/cc/black/png/arrow_right_icon&48.png new file mode 100755 index 0000000..bdc1cd5 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_right_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_icon&16.png b/client/images/icons/cc/black/png/arrow_top_icon&16.png new file mode 100755 index 0000000..856aad8 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_icon&24.png b/client/images/icons/cc/black/png/arrow_top_icon&24.png new file mode 100755 index 0000000..40ca8e8 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_icon&32.png b/client/images/icons/cc/black/png/arrow_top_icon&32.png new file mode 100755 index 0000000..d088761 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_icon&48.png b/client/images/icons/cc/black/png/arrow_top_icon&48.png new file mode 100755 index 0000000..f6b0b80 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_left_icon&16.png b/client/images/icons/cc/black/png/arrow_top_left_icon&16.png new file mode 100755 index 0000000..b277347 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_left_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_left_icon&24.png b/client/images/icons/cc/black/png/arrow_top_left_icon&24.png new file mode 100755 index 0000000..8df2b00 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_left_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_left_icon&32.png b/client/images/icons/cc/black/png/arrow_top_left_icon&32.png new file mode 100755 index 0000000..ff78298 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_left_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_left_icon&48.png b/client/images/icons/cc/black/png/arrow_top_left_icon&48.png new file mode 100755 index 0000000..966d272 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_left_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_right_icon&16.png b/client/images/icons/cc/black/png/arrow_top_right_icon&16.png new file mode 100755 index 0000000..ca94e4c Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_right_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_right_icon&24.png b/client/images/icons/cc/black/png/arrow_top_right_icon&24.png new file mode 100755 index 0000000..384c8c9 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_right_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_right_icon&32.png b/client/images/icons/cc/black/png/arrow_top_right_icon&32.png new file mode 100755 index 0000000..8e4f880 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_right_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_top_right_icon&48.png b/client/images/icons/cc/black/png/arrow_top_right_icon&48.png new file mode 100755 index 0000000..218870f Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_top_right_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_two_head_2_icon&16.png b/client/images/icons/cc/black/png/arrow_two_head_2_icon&16.png new file mode 100755 index 0000000..d845570 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_two_head_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_two_head_2_icon&24.png b/client/images/icons/cc/black/png/arrow_two_head_2_icon&24.png new file mode 100755 index 0000000..3a988a3 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_two_head_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_two_head_2_icon&32.png b/client/images/icons/cc/black/png/arrow_two_head_2_icon&32.png new file mode 100755 index 0000000..1615f4d Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_two_head_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_two_head_2_icon&48.png b/client/images/icons/cc/black/png/arrow_two_head_2_icon&48.png new file mode 100755 index 0000000..afc5310 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_two_head_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/arrow_two_head_icon&16.png b/client/images/icons/cc/black/png/arrow_two_head_icon&16.png new file mode 100755 index 0000000..ba5e949 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_two_head_icon&16.png differ diff --git a/client/images/icons/cc/black/png/arrow_two_head_icon&24.png b/client/images/icons/cc/black/png/arrow_two_head_icon&24.png new file mode 100755 index 0000000..39ac96f Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_two_head_icon&24.png differ diff --git a/client/images/icons/cc/black/png/arrow_two_head_icon&32.png b/client/images/icons/cc/black/png/arrow_two_head_icon&32.png new file mode 100755 index 0000000..ce49603 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_two_head_icon&32.png differ diff --git a/client/images/icons/cc/black/png/arrow_two_head_icon&48.png b/client/images/icons/cc/black/png/arrow_two_head_icon&48.png new file mode 100755 index 0000000..ecca9c6 Binary files /dev/null and b/client/images/icons/cc/black/png/arrow_two_head_icon&48.png differ diff --git a/client/images/icons/cc/black/png/attention_icon&16.png b/client/images/icons/cc/black/png/attention_icon&16.png new file mode 100755 index 0000000..8481f4f Binary files /dev/null and b/client/images/icons/cc/black/png/attention_icon&16.png differ diff --git a/client/images/icons/cc/black/png/attention_icon&24.png b/client/images/icons/cc/black/png/attention_icon&24.png new file mode 100755 index 0000000..aa7398c Binary files /dev/null and b/client/images/icons/cc/black/png/attention_icon&24.png differ diff --git a/client/images/icons/cc/black/png/attention_icon&32.png b/client/images/icons/cc/black/png/attention_icon&32.png new file mode 100755 index 0000000..8b4b4c1 Binary files /dev/null and b/client/images/icons/cc/black/png/attention_icon&32.png differ diff --git a/client/images/icons/cc/black/png/attention_icon&48.png b/client/images/icons/cc/black/png/attention_icon&48.png new file mode 100755 index 0000000..f098f8a Binary files /dev/null and b/client/images/icons/cc/black/png/attention_icon&48.png differ diff --git a/client/images/icons/cc/black/png/balance_icon&16.png b/client/images/icons/cc/black/png/balance_icon&16.png new file mode 100755 index 0000000..38a9b22 Binary files /dev/null and b/client/images/icons/cc/black/png/balance_icon&16.png differ diff --git a/client/images/icons/cc/black/png/balance_icon&24.png b/client/images/icons/cc/black/png/balance_icon&24.png new file mode 100755 index 0000000..a2cf506 Binary files /dev/null and b/client/images/icons/cc/black/png/balance_icon&24.png differ diff --git a/client/images/icons/cc/black/png/balance_icon&32.png b/client/images/icons/cc/black/png/balance_icon&32.png new file mode 100755 index 0000000..5d532c1 Binary files /dev/null and b/client/images/icons/cc/black/png/balance_icon&32.png differ diff --git a/client/images/icons/cc/black/png/balance_icon&48.png b/client/images/icons/cc/black/png/balance_icon&48.png new file mode 100755 index 0000000..656f0e3 Binary files /dev/null and b/client/images/icons/cc/black/png/balance_icon&48.png differ diff --git a/client/images/icons/cc/black/png/battery_icon&16.png b/client/images/icons/cc/black/png/battery_icon&16.png new file mode 100755 index 0000000..2da3970 Binary files /dev/null and b/client/images/icons/cc/black/png/battery_icon&16.png differ diff --git a/client/images/icons/cc/black/png/battery_icon&24.png b/client/images/icons/cc/black/png/battery_icon&24.png new file mode 100755 index 0000000..2b8f113 Binary files /dev/null and b/client/images/icons/cc/black/png/battery_icon&24.png differ diff --git a/client/images/icons/cc/black/png/battery_icon&32.png b/client/images/icons/cc/black/png/battery_icon&32.png new file mode 100755 index 0000000..347c4a8 Binary files /dev/null and b/client/images/icons/cc/black/png/battery_icon&32.png differ diff --git a/client/images/icons/cc/black/png/battery_icon&48.png b/client/images/icons/cc/black/png/battery_icon&48.png new file mode 100755 index 0000000..9cda7de Binary files /dev/null and b/client/images/icons/cc/black/png/battery_icon&48.png differ diff --git a/client/images/icons/cc/black/png/bell_icon&16.png b/client/images/icons/cc/black/png/bell_icon&16.png new file mode 100755 index 0000000..4d38b67 Binary files /dev/null and b/client/images/icons/cc/black/png/bell_icon&16.png differ diff --git a/client/images/icons/cc/black/png/bell_icon&24.png b/client/images/icons/cc/black/png/bell_icon&24.png new file mode 100755 index 0000000..96bf594 Binary files /dev/null and b/client/images/icons/cc/black/png/bell_icon&24.png differ diff --git a/client/images/icons/cc/black/png/bell_icon&32.png b/client/images/icons/cc/black/png/bell_icon&32.png new file mode 100755 index 0000000..c8d00ad Binary files /dev/null and b/client/images/icons/cc/black/png/bell_icon&32.png differ diff --git a/client/images/icons/cc/black/png/bell_icon&48.png b/client/images/icons/cc/black/png/bell_icon&48.png new file mode 100755 index 0000000..4df8006 Binary files /dev/null and b/client/images/icons/cc/black/png/bell_icon&48.png differ diff --git a/client/images/icons/cc/black/png/book_icon&16.png b/client/images/icons/cc/black/png/book_icon&16.png new file mode 100755 index 0000000..2b1b49a Binary files /dev/null and b/client/images/icons/cc/black/png/book_icon&16.png differ diff --git a/client/images/icons/cc/black/png/book_icon&24.png b/client/images/icons/cc/black/png/book_icon&24.png new file mode 100755 index 0000000..410ba9e Binary files /dev/null and b/client/images/icons/cc/black/png/book_icon&24.png differ diff --git a/client/images/icons/cc/black/png/book_icon&32.png b/client/images/icons/cc/black/png/book_icon&32.png new file mode 100755 index 0000000..fd5bc77 Binary files /dev/null and b/client/images/icons/cc/black/png/book_icon&32.png differ diff --git a/client/images/icons/cc/black/png/book_icon&48.png b/client/images/icons/cc/black/png/book_icon&48.png new file mode 100755 index 0000000..232a38e Binary files /dev/null and b/client/images/icons/cc/black/png/book_icon&48.png differ diff --git a/client/images/icons/cc/black/png/book_side_icon&16.png b/client/images/icons/cc/black/png/book_side_icon&16.png new file mode 100755 index 0000000..3330314 Binary files /dev/null and b/client/images/icons/cc/black/png/book_side_icon&16.png differ diff --git a/client/images/icons/cc/black/png/book_side_icon&24.png b/client/images/icons/cc/black/png/book_side_icon&24.png new file mode 100755 index 0000000..4fb82b1 Binary files /dev/null and b/client/images/icons/cc/black/png/book_side_icon&24.png differ diff --git a/client/images/icons/cc/black/png/book_side_icon&32.png b/client/images/icons/cc/black/png/book_side_icon&32.png new file mode 100755 index 0000000..1a9f5ad Binary files /dev/null and b/client/images/icons/cc/black/png/book_side_icon&32.png differ diff --git a/client/images/icons/cc/black/png/book_side_icon&48.png b/client/images/icons/cc/black/png/book_side_icon&48.png new file mode 100755 index 0000000..6851f66 Binary files /dev/null and b/client/images/icons/cc/black/png/book_side_icon&48.png differ diff --git a/client/images/icons/cc/black/png/bookmark_1_icon&16.png b/client/images/icons/cc/black/png/bookmark_1_icon&16.png new file mode 100755 index 0000000..df9e9bf Binary files /dev/null and b/client/images/icons/cc/black/png/bookmark_1_icon&16.png differ diff --git a/client/images/icons/cc/black/png/bookmark_1_icon&24.png b/client/images/icons/cc/black/png/bookmark_1_icon&24.png new file mode 100755 index 0000000..4b468c9 Binary files /dev/null and b/client/images/icons/cc/black/png/bookmark_1_icon&24.png differ diff --git a/client/images/icons/cc/black/png/bookmark_1_icon&32.png b/client/images/icons/cc/black/png/bookmark_1_icon&32.png new file mode 100755 index 0000000..e453926 Binary files /dev/null and b/client/images/icons/cc/black/png/bookmark_1_icon&32.png differ diff --git a/client/images/icons/cc/black/png/bookmark_1_icon&48.png b/client/images/icons/cc/black/png/bookmark_1_icon&48.png new file mode 100755 index 0000000..53edf16 Binary files /dev/null and b/client/images/icons/cc/black/png/bookmark_1_icon&48.png differ diff --git a/client/images/icons/cc/black/png/bookmark_2_icon&16.png b/client/images/icons/cc/black/png/bookmark_2_icon&16.png new file mode 100755 index 0000000..75f3ca5 Binary files /dev/null and b/client/images/icons/cc/black/png/bookmark_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/bookmark_2_icon&24.png b/client/images/icons/cc/black/png/bookmark_2_icon&24.png new file mode 100755 index 0000000..681504b Binary files /dev/null and b/client/images/icons/cc/black/png/bookmark_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/bookmark_2_icon&32.png b/client/images/icons/cc/black/png/bookmark_2_icon&32.png new file mode 100755 index 0000000..75a7365 Binary files /dev/null and b/client/images/icons/cc/black/png/bookmark_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/bookmark_2_icon&48.png b/client/images/icons/cc/black/png/bookmark_2_icon&48.png new file mode 100755 index 0000000..d2ad5e4 Binary files /dev/null and b/client/images/icons/cc/black/png/bookmark_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/box_icon&16.png b/client/images/icons/cc/black/png/box_icon&16.png new file mode 100755 index 0000000..34aa936 Binary files /dev/null and b/client/images/icons/cc/black/png/box_icon&16.png differ diff --git a/client/images/icons/cc/black/png/box_icon&24.png b/client/images/icons/cc/black/png/box_icon&24.png new file mode 100755 index 0000000..1a848a6 Binary files /dev/null and b/client/images/icons/cc/black/png/box_icon&24.png differ diff --git a/client/images/icons/cc/black/png/box_icon&32.png b/client/images/icons/cc/black/png/box_icon&32.png new file mode 100755 index 0000000..cf65793 Binary files /dev/null and b/client/images/icons/cc/black/png/box_icon&32.png differ diff --git a/client/images/icons/cc/black/png/box_icon&48.png b/client/images/icons/cc/black/png/box_icon&48.png new file mode 100755 index 0000000..51c1914 Binary files /dev/null and b/client/images/icons/cc/black/png/box_icon&48.png differ diff --git a/client/images/icons/cc/black/png/br_down_icon&16.png b/client/images/icons/cc/black/png/br_down_icon&16.png new file mode 100755 index 0000000..d70cbf1 Binary files /dev/null and b/client/images/icons/cc/black/png/br_down_icon&16.png differ diff --git a/client/images/icons/cc/black/png/br_down_icon&24.png b/client/images/icons/cc/black/png/br_down_icon&24.png new file mode 100755 index 0000000..2ce523c Binary files /dev/null and b/client/images/icons/cc/black/png/br_down_icon&24.png differ diff --git a/client/images/icons/cc/black/png/br_down_icon&32.png b/client/images/icons/cc/black/png/br_down_icon&32.png new file mode 100755 index 0000000..d68b027 Binary files /dev/null and b/client/images/icons/cc/black/png/br_down_icon&32.png differ diff --git a/client/images/icons/cc/black/png/br_down_icon&48.png b/client/images/icons/cc/black/png/br_down_icon&48.png new file mode 100755 index 0000000..cda9e0c Binary files /dev/null and b/client/images/icons/cc/black/png/br_down_icon&48.png differ diff --git a/client/images/icons/cc/black/png/br_next_icon&16.png b/client/images/icons/cc/black/png/br_next_icon&16.png new file mode 100755 index 0000000..dcb345c Binary files /dev/null and b/client/images/icons/cc/black/png/br_next_icon&16.png differ diff --git a/client/images/icons/cc/black/png/br_next_icon&24.png b/client/images/icons/cc/black/png/br_next_icon&24.png new file mode 100755 index 0000000..2ca81ed Binary files /dev/null and b/client/images/icons/cc/black/png/br_next_icon&24.png differ diff --git a/client/images/icons/cc/black/png/br_next_icon&32.png b/client/images/icons/cc/black/png/br_next_icon&32.png new file mode 100755 index 0000000..85d54b9 Binary files /dev/null and b/client/images/icons/cc/black/png/br_next_icon&32.png differ diff --git a/client/images/icons/cc/black/png/br_next_icon&48.png b/client/images/icons/cc/black/png/br_next_icon&48.png new file mode 100755 index 0000000..8442bc9 Binary files /dev/null and b/client/images/icons/cc/black/png/br_next_icon&48.png differ diff --git a/client/images/icons/cc/black/png/br_prev_icon&16.png b/client/images/icons/cc/black/png/br_prev_icon&16.png new file mode 100755 index 0000000..e862a2e Binary files /dev/null and b/client/images/icons/cc/black/png/br_prev_icon&16.png differ diff --git a/client/images/icons/cc/black/png/br_prev_icon&24.png b/client/images/icons/cc/black/png/br_prev_icon&24.png new file mode 100755 index 0000000..0265897 Binary files /dev/null and b/client/images/icons/cc/black/png/br_prev_icon&24.png differ diff --git a/client/images/icons/cc/black/png/br_prev_icon&32.png b/client/images/icons/cc/black/png/br_prev_icon&32.png new file mode 100755 index 0000000..ead160a Binary files /dev/null and b/client/images/icons/cc/black/png/br_prev_icon&32.png differ diff --git a/client/images/icons/cc/black/png/br_prev_icon&48.png b/client/images/icons/cc/black/png/br_prev_icon&48.png new file mode 100755 index 0000000..d8a1c7a Binary files /dev/null and b/client/images/icons/cc/black/png/br_prev_icon&48.png differ diff --git a/client/images/icons/cc/black/png/br_up_icon&16.png b/client/images/icons/cc/black/png/br_up_icon&16.png new file mode 100755 index 0000000..3ca3afc Binary files /dev/null and b/client/images/icons/cc/black/png/br_up_icon&16.png differ diff --git a/client/images/icons/cc/black/png/br_up_icon&24.png b/client/images/icons/cc/black/png/br_up_icon&24.png new file mode 100755 index 0000000..b450c42 Binary files /dev/null and b/client/images/icons/cc/black/png/br_up_icon&24.png differ diff --git a/client/images/icons/cc/black/png/br_up_icon&32.png b/client/images/icons/cc/black/png/br_up_icon&32.png new file mode 100755 index 0000000..79c8e0c Binary files /dev/null and b/client/images/icons/cc/black/png/br_up_icon&32.png differ diff --git a/client/images/icons/cc/black/png/br_up_icon&48.png b/client/images/icons/cc/black/png/br_up_icon&48.png new file mode 100755 index 0000000..31fecf0 Binary files /dev/null and b/client/images/icons/cc/black/png/br_up_icon&48.png differ diff --git a/client/images/icons/cc/black/png/brackets_icon&16.png b/client/images/icons/cc/black/png/brackets_icon&16.png new file mode 100755 index 0000000..a5771dc Binary files /dev/null and b/client/images/icons/cc/black/png/brackets_icon&16.png differ diff --git a/client/images/icons/cc/black/png/brackets_icon&24.png b/client/images/icons/cc/black/png/brackets_icon&24.png new file mode 100755 index 0000000..c5c72e0 Binary files /dev/null and b/client/images/icons/cc/black/png/brackets_icon&24.png differ diff --git a/client/images/icons/cc/black/png/brackets_icon&32.png b/client/images/icons/cc/black/png/brackets_icon&32.png new file mode 100755 index 0000000..310e8e6 Binary files /dev/null and b/client/images/icons/cc/black/png/brackets_icon&32.png differ diff --git a/client/images/icons/cc/black/png/brackets_icon&48.png b/client/images/icons/cc/black/png/brackets_icon&48.png new file mode 100755 index 0000000..f107658 Binary files /dev/null and b/client/images/icons/cc/black/png/brackets_icon&48.png differ diff --git a/client/images/icons/cc/black/png/browser_icon&16.png b/client/images/icons/cc/black/png/browser_icon&16.png new file mode 100755 index 0000000..bbd41e6 Binary files /dev/null and b/client/images/icons/cc/black/png/browser_icon&16.png differ diff --git a/client/images/icons/cc/black/png/browser_icon&24.png b/client/images/icons/cc/black/png/browser_icon&24.png new file mode 100755 index 0000000..194f4da Binary files /dev/null and b/client/images/icons/cc/black/png/browser_icon&24.png differ diff --git a/client/images/icons/cc/black/png/browser_icon&32.png b/client/images/icons/cc/black/png/browser_icon&32.png new file mode 100755 index 0000000..f306061 Binary files /dev/null and b/client/images/icons/cc/black/png/browser_icon&32.png differ diff --git a/client/images/icons/cc/black/png/browser_icon&48.png b/client/images/icons/cc/black/png/browser_icon&48.png new file mode 100755 index 0000000..1f809d4 Binary files /dev/null and b/client/images/icons/cc/black/png/browser_icon&48.png differ diff --git a/client/images/icons/cc/black/png/brush_icon&16.png b/client/images/icons/cc/black/png/brush_icon&16.png new file mode 100755 index 0000000..90d6624 Binary files /dev/null and b/client/images/icons/cc/black/png/brush_icon&16.png differ diff --git a/client/images/icons/cc/black/png/brush_icon&24.png b/client/images/icons/cc/black/png/brush_icon&24.png new file mode 100755 index 0000000..1c68016 Binary files /dev/null and b/client/images/icons/cc/black/png/brush_icon&24.png differ diff --git a/client/images/icons/cc/black/png/brush_icon&32.png b/client/images/icons/cc/black/png/brush_icon&32.png new file mode 100755 index 0000000..02e78c5 Binary files /dev/null and b/client/images/icons/cc/black/png/brush_icon&32.png differ diff --git a/client/images/icons/cc/black/png/brush_icon&48.png b/client/images/icons/cc/black/png/brush_icon&48.png new file mode 100755 index 0000000..da5834d Binary files /dev/null and b/client/images/icons/cc/black/png/brush_icon&48.png differ diff --git a/client/images/icons/cc/black/png/bug_icon&16.png b/client/images/icons/cc/black/png/bug_icon&16.png new file mode 100755 index 0000000..fdfd9e0 Binary files /dev/null and b/client/images/icons/cc/black/png/bug_icon&16.png differ diff --git a/client/images/icons/cc/black/png/bug_icon&24.png b/client/images/icons/cc/black/png/bug_icon&24.png new file mode 100755 index 0000000..45ce255 Binary files /dev/null and b/client/images/icons/cc/black/png/bug_icon&24.png differ diff --git a/client/images/icons/cc/black/png/bug_icon&32.png b/client/images/icons/cc/black/png/bug_icon&32.png new file mode 100755 index 0000000..d799e41 Binary files /dev/null and b/client/images/icons/cc/black/png/bug_icon&32.png differ diff --git a/client/images/icons/cc/black/png/bug_icon&48.png b/client/images/icons/cc/black/png/bug_icon&48.png new file mode 100755 index 0000000..67a4a7a Binary files /dev/null and b/client/images/icons/cc/black/png/bug_icon&48.png differ diff --git a/client/images/icons/cc/black/png/burst_icon&16.png b/client/images/icons/cc/black/png/burst_icon&16.png new file mode 100755 index 0000000..4245c0e Binary files /dev/null and b/client/images/icons/cc/black/png/burst_icon&16.png differ diff --git a/client/images/icons/cc/black/png/burst_icon&24.png b/client/images/icons/cc/black/png/burst_icon&24.png new file mode 100755 index 0000000..2d076e7 Binary files /dev/null and b/client/images/icons/cc/black/png/burst_icon&24.png differ diff --git a/client/images/icons/cc/black/png/burst_icon&32.png b/client/images/icons/cc/black/png/burst_icon&32.png new file mode 100755 index 0000000..1c21be1 Binary files /dev/null and b/client/images/icons/cc/black/png/burst_icon&32.png differ diff --git a/client/images/icons/cc/black/png/burst_icon&48.png b/client/images/icons/cc/black/png/burst_icon&48.png new file mode 100755 index 0000000..d084087 Binary files /dev/null and b/client/images/icons/cc/black/png/burst_icon&48.png differ diff --git a/client/images/icons/cc/black/png/calc_icon&16.png b/client/images/icons/cc/black/png/calc_icon&16.png new file mode 100755 index 0000000..c85f745 Binary files /dev/null and b/client/images/icons/cc/black/png/calc_icon&16.png differ diff --git a/client/images/icons/cc/black/png/calc_icon&24.png b/client/images/icons/cc/black/png/calc_icon&24.png new file mode 100755 index 0000000..8432016 Binary files /dev/null and b/client/images/icons/cc/black/png/calc_icon&24.png differ diff --git a/client/images/icons/cc/black/png/calc_icon&32.png b/client/images/icons/cc/black/png/calc_icon&32.png new file mode 100755 index 0000000..a6dae86 Binary files /dev/null and b/client/images/icons/cc/black/png/calc_icon&32.png differ diff --git a/client/images/icons/cc/black/png/calc_icon&48.png b/client/images/icons/cc/black/png/calc_icon&48.png new file mode 100755 index 0000000..0152f59 Binary files /dev/null and b/client/images/icons/cc/black/png/calc_icon&48.png differ diff --git a/client/images/icons/cc/black/png/calendar_1_icon&16.png b/client/images/icons/cc/black/png/calendar_1_icon&16.png new file mode 100755 index 0000000..5628c05 Binary files /dev/null and b/client/images/icons/cc/black/png/calendar_1_icon&16.png differ diff --git a/client/images/icons/cc/black/png/calendar_1_icon&24.png b/client/images/icons/cc/black/png/calendar_1_icon&24.png new file mode 100755 index 0000000..f43e8b4 Binary files /dev/null and b/client/images/icons/cc/black/png/calendar_1_icon&24.png differ diff --git a/client/images/icons/cc/black/png/calendar_1_icon&32.png b/client/images/icons/cc/black/png/calendar_1_icon&32.png new file mode 100755 index 0000000..e38cef6 Binary files /dev/null and b/client/images/icons/cc/black/png/calendar_1_icon&32.png differ diff --git a/client/images/icons/cc/black/png/calendar_1_icon&48.png b/client/images/icons/cc/black/png/calendar_1_icon&48.png new file mode 100755 index 0000000..36b5787 Binary files /dev/null and b/client/images/icons/cc/black/png/calendar_1_icon&48.png differ diff --git a/client/images/icons/cc/black/png/calendar_2_icon&16.png b/client/images/icons/cc/black/png/calendar_2_icon&16.png new file mode 100755 index 0000000..eca2a3b Binary files /dev/null and b/client/images/icons/cc/black/png/calendar_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/calendar_2_icon&24.png b/client/images/icons/cc/black/png/calendar_2_icon&24.png new file mode 100755 index 0000000..0cd7dc0 Binary files /dev/null and b/client/images/icons/cc/black/png/calendar_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/calendar_2_icon&32.png b/client/images/icons/cc/black/png/calendar_2_icon&32.png new file mode 100755 index 0000000..0e05413 Binary files /dev/null and b/client/images/icons/cc/black/png/calendar_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/calendar_2_icon&48.png b/client/images/icons/cc/black/png/calendar_2_icon&48.png new file mode 100755 index 0000000..49418fb Binary files /dev/null and b/client/images/icons/cc/black/png/calendar_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cancel_icon&16.png b/client/images/icons/cc/black/png/cancel_icon&16.png new file mode 100755 index 0000000..07315a4 Binary files /dev/null and b/client/images/icons/cc/black/png/cancel_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cancel_icon&24.png b/client/images/icons/cc/black/png/cancel_icon&24.png new file mode 100755 index 0000000..04894de Binary files /dev/null and b/client/images/icons/cc/black/png/cancel_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cancel_icon&32.png b/client/images/icons/cc/black/png/cancel_icon&32.png new file mode 100755 index 0000000..85b19fa Binary files /dev/null and b/client/images/icons/cc/black/png/cancel_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cancel_icon&48.png b/client/images/icons/cc/black/png/cancel_icon&48.png new file mode 100755 index 0000000..cab61b7 Binary files /dev/null and b/client/images/icons/cc/black/png/cancel_icon&48.png differ diff --git a/client/images/icons/cc/black/png/case_icon&16.png b/client/images/icons/cc/black/png/case_icon&16.png new file mode 100755 index 0000000..d24c690 Binary files /dev/null and b/client/images/icons/cc/black/png/case_icon&16.png differ diff --git a/client/images/icons/cc/black/png/case_icon&24.png b/client/images/icons/cc/black/png/case_icon&24.png new file mode 100755 index 0000000..f6783cf Binary files /dev/null and b/client/images/icons/cc/black/png/case_icon&24.png differ diff --git a/client/images/icons/cc/black/png/case_icon&32.png b/client/images/icons/cc/black/png/case_icon&32.png new file mode 100755 index 0000000..b8c8803 Binary files /dev/null and b/client/images/icons/cc/black/png/case_icon&32.png differ diff --git a/client/images/icons/cc/black/png/case_icon&48.png b/client/images/icons/cc/black/png/case_icon&48.png new file mode 100755 index 0000000..c87606b Binary files /dev/null and b/client/images/icons/cc/black/png/case_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cassette_icon&16.png b/client/images/icons/cc/black/png/cassette_icon&16.png new file mode 100755 index 0000000..1986d5e Binary files /dev/null and b/client/images/icons/cc/black/png/cassette_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cassette_icon&24.png b/client/images/icons/cc/black/png/cassette_icon&24.png new file mode 100755 index 0000000..c9549d8 Binary files /dev/null and b/client/images/icons/cc/black/png/cassette_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cassette_icon&32.png b/client/images/icons/cc/black/png/cassette_icon&32.png new file mode 100755 index 0000000..334b832 Binary files /dev/null and b/client/images/icons/cc/black/png/cassette_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cassette_icon&48.png b/client/images/icons/cc/black/png/cassette_icon&48.png new file mode 100755 index 0000000..342d1c1 Binary files /dev/null and b/client/images/icons/cc/black/png/cassette_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cc_icon&16.png b/client/images/icons/cc/black/png/cc_icon&16.png new file mode 100755 index 0000000..5c15ba8 Binary files /dev/null and b/client/images/icons/cc/black/png/cc_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cc_icon&24.png b/client/images/icons/cc/black/png/cc_icon&24.png new file mode 100755 index 0000000..81fba71 Binary files /dev/null and b/client/images/icons/cc/black/png/cc_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cc_icon&32.png b/client/images/icons/cc/black/png/cc_icon&32.png new file mode 100755 index 0000000..22a7953 Binary files /dev/null and b/client/images/icons/cc/black/png/cc_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cc_icon&48.png b/client/images/icons/cc/black/png/cc_icon&48.png new file mode 100755 index 0000000..c1e5d4e Binary files /dev/null and b/client/images/icons/cc/black/png/cc_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cert_icon&16.png b/client/images/icons/cc/black/png/cert_icon&16.png new file mode 100755 index 0000000..36fead5 Binary files /dev/null and b/client/images/icons/cc/black/png/cert_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cert_icon&24.png b/client/images/icons/cc/black/png/cert_icon&24.png new file mode 100755 index 0000000..ff2b905 Binary files /dev/null and b/client/images/icons/cc/black/png/cert_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cert_icon&32.png b/client/images/icons/cc/black/png/cert_icon&32.png new file mode 100755 index 0000000..1d38791 Binary files /dev/null and b/client/images/icons/cc/black/png/cert_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cert_icon&48.png b/client/images/icons/cc/black/png/cert_icon&48.png new file mode 100755 index 0000000..2c0c4f1 Binary files /dev/null and b/client/images/icons/cc/black/png/cert_icon&48.png differ diff --git a/client/images/icons/cc/black/png/chart_bar_icon&16.png b/client/images/icons/cc/black/png/chart_bar_icon&16.png new file mode 100755 index 0000000..2bb2746 Binary files /dev/null and b/client/images/icons/cc/black/png/chart_bar_icon&16.png differ diff --git a/client/images/icons/cc/black/png/chart_bar_icon&24.png b/client/images/icons/cc/black/png/chart_bar_icon&24.png new file mode 100755 index 0000000..6c3e148 Binary files /dev/null and b/client/images/icons/cc/black/png/chart_bar_icon&24.png differ diff --git a/client/images/icons/cc/black/png/chart_bar_icon&32.png b/client/images/icons/cc/black/png/chart_bar_icon&32.png new file mode 100755 index 0000000..69fe89b Binary files /dev/null and b/client/images/icons/cc/black/png/chart_bar_icon&32.png differ diff --git a/client/images/icons/cc/black/png/chart_bar_icon&48.png b/client/images/icons/cc/black/png/chart_bar_icon&48.png new file mode 100755 index 0000000..896d255 Binary files /dev/null and b/client/images/icons/cc/black/png/chart_bar_icon&48.png differ diff --git a/client/images/icons/cc/black/png/chart_line_2_icon&16.png b/client/images/icons/cc/black/png/chart_line_2_icon&16.png new file mode 100755 index 0000000..71d56dd Binary files /dev/null and b/client/images/icons/cc/black/png/chart_line_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/chart_line_2_icon&24.png b/client/images/icons/cc/black/png/chart_line_2_icon&24.png new file mode 100755 index 0000000..afdcbac Binary files /dev/null and b/client/images/icons/cc/black/png/chart_line_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/chart_line_2_icon&32.png b/client/images/icons/cc/black/png/chart_line_2_icon&32.png new file mode 100755 index 0000000..5340ddd Binary files /dev/null and b/client/images/icons/cc/black/png/chart_line_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/chart_line_2_icon&48.png b/client/images/icons/cc/black/png/chart_line_2_icon&48.png new file mode 100755 index 0000000..bfcd65b Binary files /dev/null and b/client/images/icons/cc/black/png/chart_line_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/chart_line_icon&16.png b/client/images/icons/cc/black/png/chart_line_icon&16.png new file mode 100755 index 0000000..25fa767 Binary files /dev/null and b/client/images/icons/cc/black/png/chart_line_icon&16.png differ diff --git a/client/images/icons/cc/black/png/chart_line_icon&24.png b/client/images/icons/cc/black/png/chart_line_icon&24.png new file mode 100755 index 0000000..ca39518 Binary files /dev/null and b/client/images/icons/cc/black/png/chart_line_icon&24.png differ diff --git a/client/images/icons/cc/black/png/chart_line_icon&32.png b/client/images/icons/cc/black/png/chart_line_icon&32.png new file mode 100755 index 0000000..5d0cafa Binary files /dev/null and b/client/images/icons/cc/black/png/chart_line_icon&32.png differ diff --git a/client/images/icons/cc/black/png/chart_line_icon&48.png b/client/images/icons/cc/black/png/chart_line_icon&48.png new file mode 100755 index 0000000..a84a332 Binary files /dev/null and b/client/images/icons/cc/black/png/chart_line_icon&48.png differ diff --git a/client/images/icons/cc/black/png/chart_pie_icon&16.png b/client/images/icons/cc/black/png/chart_pie_icon&16.png new file mode 100755 index 0000000..f4c93fc Binary files /dev/null and b/client/images/icons/cc/black/png/chart_pie_icon&16.png differ diff --git a/client/images/icons/cc/black/png/chart_pie_icon&24.png b/client/images/icons/cc/black/png/chart_pie_icon&24.png new file mode 100755 index 0000000..20d9380 Binary files /dev/null and b/client/images/icons/cc/black/png/chart_pie_icon&24.png differ diff --git a/client/images/icons/cc/black/png/chart_pie_icon&32.png b/client/images/icons/cc/black/png/chart_pie_icon&32.png new file mode 100755 index 0000000..34155e5 Binary files /dev/null and b/client/images/icons/cc/black/png/chart_pie_icon&32.png differ diff --git a/client/images/icons/cc/black/png/chart_pie_icon&48.png b/client/images/icons/cc/black/png/chart_pie_icon&48.png new file mode 100755 index 0000000..071ddac Binary files /dev/null and b/client/images/icons/cc/black/png/chart_pie_icon&48.png differ diff --git a/client/images/icons/cc/black/png/chat_bubble_message_square_icon&16.png b/client/images/icons/cc/black/png/chat_bubble_message_square_icon&16.png new file mode 100755 index 0000000..d3cb234 Binary files /dev/null and b/client/images/icons/cc/black/png/chat_bubble_message_square_icon&16.png differ diff --git a/client/images/icons/cc/black/png/chat_bubble_message_square_icon&24.png b/client/images/icons/cc/black/png/chat_bubble_message_square_icon&24.png new file mode 100755 index 0000000..538d829 Binary files /dev/null and b/client/images/icons/cc/black/png/chat_bubble_message_square_icon&24.png differ diff --git a/client/images/icons/cc/black/png/chat_bubble_message_square_icon&32.png b/client/images/icons/cc/black/png/chat_bubble_message_square_icon&32.png new file mode 100755 index 0000000..01fc515 Binary files /dev/null and b/client/images/icons/cc/black/png/chat_bubble_message_square_icon&32.png differ diff --git a/client/images/icons/cc/black/png/chat_bubble_message_square_icon&48.png b/client/images/icons/cc/black/png/chat_bubble_message_square_icon&48.png new file mode 100755 index 0000000..872894c Binary files /dev/null and b/client/images/icons/cc/black/png/chat_bubble_message_square_icon&48.png differ diff --git a/client/images/icons/cc/black/png/checkbox_checked_icon&16.png b/client/images/icons/cc/black/png/checkbox_checked_icon&16.png new file mode 100755 index 0000000..67f98f5 Binary files /dev/null and b/client/images/icons/cc/black/png/checkbox_checked_icon&16.png differ diff --git a/client/images/icons/cc/black/png/checkbox_checked_icon&24.png b/client/images/icons/cc/black/png/checkbox_checked_icon&24.png new file mode 100755 index 0000000..66420f1 Binary files /dev/null and b/client/images/icons/cc/black/png/checkbox_checked_icon&24.png differ diff --git a/client/images/icons/cc/black/png/checkbox_checked_icon&32.png b/client/images/icons/cc/black/png/checkbox_checked_icon&32.png new file mode 100755 index 0000000..889704f Binary files /dev/null and b/client/images/icons/cc/black/png/checkbox_checked_icon&32.png differ diff --git a/client/images/icons/cc/black/png/checkbox_checked_icon&48.png b/client/images/icons/cc/black/png/checkbox_checked_icon&48.png new file mode 100755 index 0000000..bdf1b24 Binary files /dev/null and b/client/images/icons/cc/black/png/checkbox_checked_icon&48.png differ diff --git a/client/images/icons/cc/black/png/checkbox_unchecked_icon&16.png b/client/images/icons/cc/black/png/checkbox_unchecked_icon&16.png new file mode 100755 index 0000000..7b46c5f Binary files /dev/null and b/client/images/icons/cc/black/png/checkbox_unchecked_icon&16.png differ diff --git a/client/images/icons/cc/black/png/checkbox_unchecked_icon&24.png b/client/images/icons/cc/black/png/checkbox_unchecked_icon&24.png new file mode 100755 index 0000000..04a429b Binary files /dev/null and b/client/images/icons/cc/black/png/checkbox_unchecked_icon&24.png differ diff --git a/client/images/icons/cc/black/png/checkbox_unchecked_icon&32.png b/client/images/icons/cc/black/png/checkbox_unchecked_icon&32.png new file mode 100755 index 0000000..5ba0d79 Binary files /dev/null and b/client/images/icons/cc/black/png/checkbox_unchecked_icon&32.png differ diff --git a/client/images/icons/cc/black/png/checkbox_unchecked_icon&48.png b/client/images/icons/cc/black/png/checkbox_unchecked_icon&48.png new file mode 100755 index 0000000..6d0c923 Binary files /dev/null and b/client/images/icons/cc/black/png/checkbox_unchecked_icon&48.png differ diff --git a/client/images/icons/cc/black/png/checkmark_icon&16.png b/client/images/icons/cc/black/png/checkmark_icon&16.png new file mode 100755 index 0000000..7da7a71 Binary files /dev/null and b/client/images/icons/cc/black/png/checkmark_icon&16.png differ diff --git a/client/images/icons/cc/black/png/checkmark_icon&24.png b/client/images/icons/cc/black/png/checkmark_icon&24.png new file mode 100755 index 0000000..da6a30e Binary files /dev/null and b/client/images/icons/cc/black/png/checkmark_icon&24.png differ diff --git a/client/images/icons/cc/black/png/checkmark_icon&32.png b/client/images/icons/cc/black/png/checkmark_icon&32.png new file mode 100755 index 0000000..cfc5ff4 Binary files /dev/null and b/client/images/icons/cc/black/png/checkmark_icon&32.png differ diff --git a/client/images/icons/cc/black/png/checkmark_icon&48.png b/client/images/icons/cc/black/png/checkmark_icon&48.png new file mode 100755 index 0000000..d2b0c33 Binary files /dev/null and b/client/images/icons/cc/black/png/checkmark_icon&48.png differ diff --git a/client/images/icons/cc/black/png/clip_icon&16.png b/client/images/icons/cc/black/png/clip_icon&16.png new file mode 100755 index 0000000..22ec200 Binary files /dev/null and b/client/images/icons/cc/black/png/clip_icon&16.png differ diff --git a/client/images/icons/cc/black/png/clip_icon&24.png b/client/images/icons/cc/black/png/clip_icon&24.png new file mode 100755 index 0000000..80d4166 Binary files /dev/null and b/client/images/icons/cc/black/png/clip_icon&24.png differ diff --git a/client/images/icons/cc/black/png/clip_icon&32.png b/client/images/icons/cc/black/png/clip_icon&32.png new file mode 100755 index 0000000..370c323 Binary files /dev/null and b/client/images/icons/cc/black/png/clip_icon&32.png differ diff --git a/client/images/icons/cc/black/png/clip_icon&48.png b/client/images/icons/cc/black/png/clip_icon&48.png new file mode 100755 index 0000000..fc2a5be Binary files /dev/null and b/client/images/icons/cc/black/png/clip_icon&48.png differ diff --git a/client/images/icons/cc/black/png/clipboard_copy_icon&16.png b/client/images/icons/cc/black/png/clipboard_copy_icon&16.png new file mode 100755 index 0000000..5f97982 Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_copy_icon&16.png differ diff --git a/client/images/icons/cc/black/png/clipboard_copy_icon&24.png b/client/images/icons/cc/black/png/clipboard_copy_icon&24.png new file mode 100755 index 0000000..6e647ae Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_copy_icon&24.png differ diff --git a/client/images/icons/cc/black/png/clipboard_copy_icon&32.png b/client/images/icons/cc/black/png/clipboard_copy_icon&32.png new file mode 100755 index 0000000..e0fc693 Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_copy_icon&32.png differ diff --git a/client/images/icons/cc/black/png/clipboard_copy_icon&48.png b/client/images/icons/cc/black/png/clipboard_copy_icon&48.png new file mode 100755 index 0000000..f1387b8 Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_copy_icon&48.png differ diff --git a/client/images/icons/cc/black/png/clipboard_cut_icon&16.png b/client/images/icons/cc/black/png/clipboard_cut_icon&16.png new file mode 100755 index 0000000..c324f4b Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_cut_icon&16.png differ diff --git a/client/images/icons/cc/black/png/clipboard_cut_icon&24.png b/client/images/icons/cc/black/png/clipboard_cut_icon&24.png new file mode 100755 index 0000000..d0bf678 Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_cut_icon&24.png differ diff --git a/client/images/icons/cc/black/png/clipboard_cut_icon&32.png b/client/images/icons/cc/black/png/clipboard_cut_icon&32.png new file mode 100755 index 0000000..82b5dad Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_cut_icon&32.png differ diff --git a/client/images/icons/cc/black/png/clipboard_cut_icon&48.png b/client/images/icons/cc/black/png/clipboard_cut_icon&48.png new file mode 100755 index 0000000..82be5f4 Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_cut_icon&48.png differ diff --git a/client/images/icons/cc/black/png/clipboard_past_icon&16.png b/client/images/icons/cc/black/png/clipboard_past_icon&16.png new file mode 100755 index 0000000..e3f3759 Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_past_icon&16.png differ diff --git a/client/images/icons/cc/black/png/clipboard_past_icon&24.png b/client/images/icons/cc/black/png/clipboard_past_icon&24.png new file mode 100755 index 0000000..50b616e Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_past_icon&24.png differ diff --git a/client/images/icons/cc/black/png/clipboard_past_icon&32.png b/client/images/icons/cc/black/png/clipboard_past_icon&32.png new file mode 100755 index 0000000..e46784b Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_past_icon&32.png differ diff --git a/client/images/icons/cc/black/png/clipboard_past_icon&48.png b/client/images/icons/cc/black/png/clipboard_past_icon&48.png new file mode 100755 index 0000000..4d90cc0 Binary files /dev/null and b/client/images/icons/cc/black/png/clipboard_past_icon&48.png differ diff --git a/client/images/icons/cc/black/png/clock_icon&16.png b/client/images/icons/cc/black/png/clock_icon&16.png new file mode 100755 index 0000000..dc6f490 Binary files /dev/null and b/client/images/icons/cc/black/png/clock_icon&16.png differ diff --git a/client/images/icons/cc/black/png/clock_icon&24.png b/client/images/icons/cc/black/png/clock_icon&24.png new file mode 100755 index 0000000..38c6f58 Binary files /dev/null and b/client/images/icons/cc/black/png/clock_icon&24.png differ diff --git a/client/images/icons/cc/black/png/clock_icon&32.png b/client/images/icons/cc/black/png/clock_icon&32.png new file mode 100755 index 0000000..9ef107a Binary files /dev/null and b/client/images/icons/cc/black/png/clock_icon&32.png differ diff --git a/client/images/icons/cc/black/png/clock_icon&48.png b/client/images/icons/cc/black/png/clock_icon&48.png new file mode 100755 index 0000000..0f8f0ee Binary files /dev/null and b/client/images/icons/cc/black/png/clock_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cloud_icon&16.png b/client/images/icons/cc/black/png/cloud_icon&16.png new file mode 100755 index 0000000..7f1711c Binary files /dev/null and b/client/images/icons/cc/black/png/cloud_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cloud_icon&24.png b/client/images/icons/cc/black/png/cloud_icon&24.png new file mode 100755 index 0000000..cb06eda Binary files /dev/null and b/client/images/icons/cc/black/png/cloud_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cloud_icon&32.png b/client/images/icons/cc/black/png/cloud_icon&32.png new file mode 100755 index 0000000..d6a7038 Binary files /dev/null and b/client/images/icons/cc/black/png/cloud_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cloud_icon&48.png b/client/images/icons/cc/black/png/cloud_icon&48.png new file mode 100755 index 0000000..4b4005a Binary files /dev/null and b/client/images/icons/cc/black/png/cloud_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cloud_rain_icon&16.png b/client/images/icons/cc/black/png/cloud_rain_icon&16.png new file mode 100755 index 0000000..f6c83f7 Binary files /dev/null and b/client/images/icons/cc/black/png/cloud_rain_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cloud_rain_icon&24.png b/client/images/icons/cc/black/png/cloud_rain_icon&24.png new file mode 100755 index 0000000..4b94156 Binary files /dev/null and b/client/images/icons/cc/black/png/cloud_rain_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cloud_rain_icon&32.png b/client/images/icons/cc/black/png/cloud_rain_icon&32.png new file mode 100755 index 0000000..39d4383 Binary files /dev/null and b/client/images/icons/cc/black/png/cloud_rain_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cloud_rain_icon&48.png b/client/images/icons/cc/black/png/cloud_rain_icon&48.png new file mode 100755 index 0000000..3b279c5 Binary files /dev/null and b/client/images/icons/cc/black/png/cloud_rain_icon&48.png differ diff --git a/client/images/icons/cc/black/png/coffe_cup_icon&16.png b/client/images/icons/cc/black/png/coffe_cup_icon&16.png new file mode 100755 index 0000000..821ef30 Binary files /dev/null and b/client/images/icons/cc/black/png/coffe_cup_icon&16.png differ diff --git a/client/images/icons/cc/black/png/coffe_cup_icon&24.png b/client/images/icons/cc/black/png/coffe_cup_icon&24.png new file mode 100755 index 0000000..8f448ee Binary files /dev/null and b/client/images/icons/cc/black/png/coffe_cup_icon&24.png differ diff --git a/client/images/icons/cc/black/png/coffe_cup_icon&32.png b/client/images/icons/cc/black/png/coffe_cup_icon&32.png new file mode 100755 index 0000000..8813992 Binary files /dev/null and b/client/images/icons/cc/black/png/coffe_cup_icon&32.png differ diff --git a/client/images/icons/cc/black/png/coffe_cup_icon&48.png b/client/images/icons/cc/black/png/coffe_cup_icon&48.png new file mode 100755 index 0000000..a3edec8 Binary files /dev/null and b/client/images/icons/cc/black/png/coffe_cup_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cog_icon&16.png b/client/images/icons/cc/black/png/cog_icon&16.png new file mode 100755 index 0000000..5169fe1 Binary files /dev/null and b/client/images/icons/cc/black/png/cog_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cog_icon&24.png b/client/images/icons/cc/black/png/cog_icon&24.png new file mode 100755 index 0000000..12167ea Binary files /dev/null and b/client/images/icons/cc/black/png/cog_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cog_icon&32.png b/client/images/icons/cc/black/png/cog_icon&32.png new file mode 100755 index 0000000..dc3ef19 Binary files /dev/null and b/client/images/icons/cc/black/png/cog_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cog_icon&48.png b/client/images/icons/cc/black/png/cog_icon&48.png new file mode 100755 index 0000000..076b031 Binary files /dev/null and b/client/images/icons/cc/black/png/cog_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cogs_icon&16.png b/client/images/icons/cc/black/png/cogs_icon&16.png new file mode 100755 index 0000000..c266347 Binary files /dev/null and b/client/images/icons/cc/black/png/cogs_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cogs_icon&24.png b/client/images/icons/cc/black/png/cogs_icon&24.png new file mode 100755 index 0000000..ba5919a Binary files /dev/null and b/client/images/icons/cc/black/png/cogs_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cogs_icon&32.png b/client/images/icons/cc/black/png/cogs_icon&32.png new file mode 100755 index 0000000..7029496 Binary files /dev/null and b/client/images/icons/cc/black/png/cogs_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cogs_icon&48.png b/client/images/icons/cc/black/png/cogs_icon&48.png new file mode 100755 index 0000000..e683595 Binary files /dev/null and b/client/images/icons/cc/black/png/cogs_icon&48.png differ diff --git a/client/images/icons/cc/black/png/comp_icon&16.png b/client/images/icons/cc/black/png/comp_icon&16.png new file mode 100755 index 0000000..01b7c95 Binary files /dev/null and b/client/images/icons/cc/black/png/comp_icon&16.png differ diff --git a/client/images/icons/cc/black/png/comp_icon&24.png b/client/images/icons/cc/black/png/comp_icon&24.png new file mode 100755 index 0000000..14d46b0 Binary files /dev/null and b/client/images/icons/cc/black/png/comp_icon&24.png differ diff --git a/client/images/icons/cc/black/png/comp_icon&32.png b/client/images/icons/cc/black/png/comp_icon&32.png new file mode 100755 index 0000000..e4d49f0 Binary files /dev/null and b/client/images/icons/cc/black/png/comp_icon&32.png differ diff --git a/client/images/icons/cc/black/png/comp_icon&48.png b/client/images/icons/cc/black/png/comp_icon&48.png new file mode 100755 index 0000000..113659d Binary files /dev/null and b/client/images/icons/cc/black/png/comp_icon&48.png differ diff --git a/client/images/icons/cc/black/png/compass_icon&16.png b/client/images/icons/cc/black/png/compass_icon&16.png new file mode 100755 index 0000000..d06389d Binary files /dev/null and b/client/images/icons/cc/black/png/compass_icon&16.png differ diff --git a/client/images/icons/cc/black/png/compass_icon&24.png b/client/images/icons/cc/black/png/compass_icon&24.png new file mode 100755 index 0000000..87abeaf Binary files /dev/null and b/client/images/icons/cc/black/png/compass_icon&24.png differ diff --git a/client/images/icons/cc/black/png/compass_icon&32.png b/client/images/icons/cc/black/png/compass_icon&32.png new file mode 100755 index 0000000..c7f6cbc Binary files /dev/null and b/client/images/icons/cc/black/png/compass_icon&32.png differ diff --git a/client/images/icons/cc/black/png/compass_icon&48.png b/client/images/icons/cc/black/png/compass_icon&48.png new file mode 100755 index 0000000..9a7fb39 Binary files /dev/null and b/client/images/icons/cc/black/png/compass_icon&48.png differ diff --git a/client/images/icons/cc/black/png/connect_icon&16.png b/client/images/icons/cc/black/png/connect_icon&16.png new file mode 100755 index 0000000..0754ee9 Binary files /dev/null and b/client/images/icons/cc/black/png/connect_icon&16.png differ diff --git a/client/images/icons/cc/black/png/connect_icon&24.png b/client/images/icons/cc/black/png/connect_icon&24.png new file mode 100755 index 0000000..be45aa9 Binary files /dev/null and b/client/images/icons/cc/black/png/connect_icon&24.png differ diff --git a/client/images/icons/cc/black/png/connect_icon&32.png b/client/images/icons/cc/black/png/connect_icon&32.png new file mode 100755 index 0000000..850681e Binary files /dev/null and b/client/images/icons/cc/black/png/connect_icon&32.png differ diff --git a/client/images/icons/cc/black/png/connect_icon&48.png b/client/images/icons/cc/black/png/connect_icon&48.png new file mode 100755 index 0000000..708cc7f Binary files /dev/null and b/client/images/icons/cc/black/png/connect_icon&48.png differ diff --git a/client/images/icons/cc/black/png/contact_card_icon&16.png b/client/images/icons/cc/black/png/contact_card_icon&16.png new file mode 100755 index 0000000..1c3adfa Binary files /dev/null and b/client/images/icons/cc/black/png/contact_card_icon&16.png differ diff --git a/client/images/icons/cc/black/png/contact_card_icon&24.png b/client/images/icons/cc/black/png/contact_card_icon&24.png new file mode 100755 index 0000000..7e1813e Binary files /dev/null and b/client/images/icons/cc/black/png/contact_card_icon&24.png differ diff --git a/client/images/icons/cc/black/png/contact_card_icon&32.png b/client/images/icons/cc/black/png/contact_card_icon&32.png new file mode 100755 index 0000000..bbda42b Binary files /dev/null and b/client/images/icons/cc/black/png/contact_card_icon&32.png differ diff --git a/client/images/icons/cc/black/png/contact_card_icon&48.png b/client/images/icons/cc/black/png/contact_card_icon&48.png new file mode 100755 index 0000000..d6794d1 Binary files /dev/null and b/client/images/icons/cc/black/png/contact_card_icon&48.png differ diff --git a/client/images/icons/cc/black/png/contact_icon&16.png b/client/images/icons/cc/black/png/contact_icon&16.png new file mode 100755 index 0000000..bb6bd29 Binary files /dev/null and b/client/images/icons/cc/black/png/contact_icon&16.png differ diff --git a/client/images/icons/cc/black/png/contact_icon&24.png b/client/images/icons/cc/black/png/contact_icon&24.png new file mode 100755 index 0000000..3a80dba Binary files /dev/null and b/client/images/icons/cc/black/png/contact_icon&24.png differ diff --git a/client/images/icons/cc/black/png/contact_icon&32.png b/client/images/icons/cc/black/png/contact_icon&32.png new file mode 100755 index 0000000..826cd04 Binary files /dev/null and b/client/images/icons/cc/black/png/contact_icon&32.png differ diff --git a/client/images/icons/cc/black/png/contact_icon&48.png b/client/images/icons/cc/black/png/contact_icon&48.png new file mode 100755 index 0000000..d3ea4ff Binary files /dev/null and b/client/images/icons/cc/black/png/contact_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cube_icon&16.png b/client/images/icons/cc/black/png/cube_icon&16.png new file mode 100755 index 0000000..f69016f Binary files /dev/null and b/client/images/icons/cc/black/png/cube_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cube_icon&24.png b/client/images/icons/cc/black/png/cube_icon&24.png new file mode 100755 index 0000000..f91353f Binary files /dev/null and b/client/images/icons/cc/black/png/cube_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cube_icon&32.png b/client/images/icons/cc/black/png/cube_icon&32.png new file mode 100755 index 0000000..2cef1d1 Binary files /dev/null and b/client/images/icons/cc/black/png/cube_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cube_icon&48.png b/client/images/icons/cc/black/png/cube_icon&48.png new file mode 100755 index 0000000..c1a3129 Binary files /dev/null and b/client/images/icons/cc/black/png/cube_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cur_bp_icon&16.png b/client/images/icons/cc/black/png/cur_bp_icon&16.png new file mode 100755 index 0000000..1e53a36 Binary files /dev/null and b/client/images/icons/cc/black/png/cur_bp_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cur_bp_icon&24.png b/client/images/icons/cc/black/png/cur_bp_icon&24.png new file mode 100755 index 0000000..2ac8bce Binary files /dev/null and b/client/images/icons/cc/black/png/cur_bp_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cur_bp_icon&32.png b/client/images/icons/cc/black/png/cur_bp_icon&32.png new file mode 100755 index 0000000..69350f7 Binary files /dev/null and b/client/images/icons/cc/black/png/cur_bp_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cur_bp_icon&48.png b/client/images/icons/cc/black/png/cur_bp_icon&48.png new file mode 100755 index 0000000..c50025d Binary files /dev/null and b/client/images/icons/cc/black/png/cur_bp_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cur_dollar_icon&16.png b/client/images/icons/cc/black/png/cur_dollar_icon&16.png new file mode 100755 index 0000000..d521dfa Binary files /dev/null and b/client/images/icons/cc/black/png/cur_dollar_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cur_dollar_icon&24.png b/client/images/icons/cc/black/png/cur_dollar_icon&24.png new file mode 100755 index 0000000..7be0d0c Binary files /dev/null and b/client/images/icons/cc/black/png/cur_dollar_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cur_dollar_icon&32.png b/client/images/icons/cc/black/png/cur_dollar_icon&32.png new file mode 100755 index 0000000..c3815da Binary files /dev/null and b/client/images/icons/cc/black/png/cur_dollar_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cur_dollar_icon&48.png b/client/images/icons/cc/black/png/cur_dollar_icon&48.png new file mode 100755 index 0000000..bb38a57 Binary files /dev/null and b/client/images/icons/cc/black/png/cur_dollar_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cur_euro_icon&16.png b/client/images/icons/cc/black/png/cur_euro_icon&16.png new file mode 100755 index 0000000..2a5e7a7 Binary files /dev/null and b/client/images/icons/cc/black/png/cur_euro_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cur_euro_icon&24.png b/client/images/icons/cc/black/png/cur_euro_icon&24.png new file mode 100755 index 0000000..66c697e Binary files /dev/null and b/client/images/icons/cc/black/png/cur_euro_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cur_euro_icon&32.png b/client/images/icons/cc/black/png/cur_euro_icon&32.png new file mode 100755 index 0000000..088bb26 Binary files /dev/null and b/client/images/icons/cc/black/png/cur_euro_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cur_euro_icon&48.png b/client/images/icons/cc/black/png/cur_euro_icon&48.png new file mode 100755 index 0000000..69902f6 Binary files /dev/null and b/client/images/icons/cc/black/png/cur_euro_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cur_yen_icon&16.png b/client/images/icons/cc/black/png/cur_yen_icon&16.png new file mode 100755 index 0000000..0dd566d Binary files /dev/null and b/client/images/icons/cc/black/png/cur_yen_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cur_yen_icon&24.png b/client/images/icons/cc/black/png/cur_yen_icon&24.png new file mode 100755 index 0000000..4446b69 Binary files /dev/null and b/client/images/icons/cc/black/png/cur_yen_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cur_yen_icon&32.png b/client/images/icons/cc/black/png/cur_yen_icon&32.png new file mode 100755 index 0000000..6e7206b Binary files /dev/null and b/client/images/icons/cc/black/png/cur_yen_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cur_yen_icon&48.png b/client/images/icons/cc/black/png/cur_yen_icon&48.png new file mode 100755 index 0000000..2e61273 Binary files /dev/null and b/client/images/icons/cc/black/png/cur_yen_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cursor_H_split_icon&16.png b/client/images/icons/cc/black/png/cursor_H_split_icon&16.png new file mode 100755 index 0000000..95c26dc Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_H_split_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cursor_H_split_icon&24.png b/client/images/icons/cc/black/png/cursor_H_split_icon&24.png new file mode 100755 index 0000000..7787692 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_H_split_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cursor_H_split_icon&32.png b/client/images/icons/cc/black/png/cursor_H_split_icon&32.png new file mode 100755 index 0000000..c25da9e Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_H_split_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cursor_H_split_icon&48.png b/client/images/icons/cc/black/png/cursor_H_split_icon&48.png new file mode 100755 index 0000000..9454939 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_H_split_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cursor_V_split_icon&16.png b/client/images/icons/cc/black/png/cursor_V_split_icon&16.png new file mode 100755 index 0000000..47178bb Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_V_split_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cursor_V_split_icon&24.png b/client/images/icons/cc/black/png/cursor_V_split_icon&24.png new file mode 100755 index 0000000..1d46afe Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_V_split_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cursor_V_split_icon&32.png b/client/images/icons/cc/black/png/cursor_V_split_icon&32.png new file mode 100755 index 0000000..fb3357e Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_V_split_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cursor_V_split_icon&48.png b/client/images/icons/cc/black/png/cursor_V_split_icon&48.png new file mode 100755 index 0000000..ba49670 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_V_split_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cursor_arrow_icon&16.png b/client/images/icons/cc/black/png/cursor_arrow_icon&16.png new file mode 100755 index 0000000..262e213 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_arrow_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cursor_arrow_icon&24.png b/client/images/icons/cc/black/png/cursor_arrow_icon&24.png new file mode 100755 index 0000000..b76534c Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_arrow_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cursor_arrow_icon&32.png b/client/images/icons/cc/black/png/cursor_arrow_icon&32.png new file mode 100755 index 0000000..f08091b Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_arrow_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cursor_arrow_icon&48.png b/client/images/icons/cc/black/png/cursor_arrow_icon&48.png new file mode 100755 index 0000000..83fcad8 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_arrow_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&16.png b/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&16.png new file mode 100755 index 0000000..11516c5 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&24.png b/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&24.png new file mode 100755 index 0000000..51720e0 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&32.png b/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&32.png new file mode 100755 index 0000000..54152aa Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&48.png b/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&48.png new file mode 100755 index 0000000..aaf74df Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_arrow_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_arrow_icon&16.png b/client/images/icons/cc/black/png/cursor_drag_arrow_icon&16.png new file mode 100755 index 0000000..f467085 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_arrow_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_arrow_icon&24.png b/client/images/icons/cc/black/png/cursor_drag_arrow_icon&24.png new file mode 100755 index 0000000..c3c7db1 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_arrow_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_arrow_icon&32.png b/client/images/icons/cc/black/png/cursor_drag_arrow_icon&32.png new file mode 100755 index 0000000..edc3ed8 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_arrow_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_arrow_icon&48.png b/client/images/icons/cc/black/png/cursor_drag_arrow_icon&48.png new file mode 100755 index 0000000..6d1af83 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_arrow_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_hand_icon&16.png b/client/images/icons/cc/black/png/cursor_drag_hand_icon&16.png new file mode 100755 index 0000000..03852c9 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_hand_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_hand_icon&24.png b/client/images/icons/cc/black/png/cursor_drag_hand_icon&24.png new file mode 100755 index 0000000..b6bfdf5 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_hand_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_hand_icon&32.png b/client/images/icons/cc/black/png/cursor_drag_hand_icon&32.png new file mode 100755 index 0000000..d02c6d6 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_hand_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cursor_drag_hand_icon&48.png b/client/images/icons/cc/black/png/cursor_drag_hand_icon&48.png new file mode 100755 index 0000000..ffab03b Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_drag_hand_icon&48.png differ diff --git a/client/images/icons/cc/black/png/cursor_hand_icon&16.png b/client/images/icons/cc/black/png/cursor_hand_icon&16.png new file mode 100755 index 0000000..1dbd17c Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_hand_icon&16.png differ diff --git a/client/images/icons/cc/black/png/cursor_hand_icon&24.png b/client/images/icons/cc/black/png/cursor_hand_icon&24.png new file mode 100755 index 0000000..02804b5 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_hand_icon&24.png differ diff --git a/client/images/icons/cc/black/png/cursor_hand_icon&32.png b/client/images/icons/cc/black/png/cursor_hand_icon&32.png new file mode 100755 index 0000000..7dc3c8a Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_hand_icon&32.png differ diff --git a/client/images/icons/cc/black/png/cursor_hand_icon&48.png b/client/images/icons/cc/black/png/cursor_hand_icon&48.png new file mode 100755 index 0000000..d79ba54 Binary files /dev/null and b/client/images/icons/cc/black/png/cursor_hand_icon&48.png differ diff --git a/client/images/icons/cc/black/png/dashboard_icon&16.png b/client/images/icons/cc/black/png/dashboard_icon&16.png new file mode 100755 index 0000000..4451223 Binary files /dev/null and b/client/images/icons/cc/black/png/dashboard_icon&16.png differ diff --git a/client/images/icons/cc/black/png/dashboard_icon&24.png b/client/images/icons/cc/black/png/dashboard_icon&24.png new file mode 100755 index 0000000..4261063 Binary files /dev/null and b/client/images/icons/cc/black/png/dashboard_icon&24.png differ diff --git a/client/images/icons/cc/black/png/dashboard_icon&32.png b/client/images/icons/cc/black/png/dashboard_icon&32.png new file mode 100755 index 0000000..75179a2 Binary files /dev/null and b/client/images/icons/cc/black/png/dashboard_icon&32.png differ diff --git a/client/images/icons/cc/black/png/dashboard_icon&48.png b/client/images/icons/cc/black/png/dashboard_icon&48.png new file mode 100755 index 0000000..b5da01b Binary files /dev/null and b/client/images/icons/cc/black/png/dashboard_icon&48.png differ diff --git a/client/images/icons/cc/black/png/db_icon&16.png b/client/images/icons/cc/black/png/db_icon&16.png new file mode 100755 index 0000000..341d1a2 Binary files /dev/null and b/client/images/icons/cc/black/png/db_icon&16.png differ diff --git a/client/images/icons/cc/black/png/db_icon&24.png b/client/images/icons/cc/black/png/db_icon&24.png new file mode 100755 index 0000000..6de8951 Binary files /dev/null and b/client/images/icons/cc/black/png/db_icon&24.png differ diff --git a/client/images/icons/cc/black/png/db_icon&32.png b/client/images/icons/cc/black/png/db_icon&32.png new file mode 100755 index 0000000..349efd3 Binary files /dev/null and b/client/images/icons/cc/black/png/db_icon&32.png differ diff --git a/client/images/icons/cc/black/png/db_icon&48.png b/client/images/icons/cc/black/png/db_icon&48.png new file mode 100755 index 0000000..fb6ec2a Binary files /dev/null and b/client/images/icons/cc/black/png/db_icon&48.png differ diff --git a/client/images/icons/cc/black/png/delete_icon&16.png b/client/images/icons/cc/black/png/delete_icon&16.png new file mode 100755 index 0000000..b59c23c Binary files /dev/null and b/client/images/icons/cc/black/png/delete_icon&16.png differ diff --git a/client/images/icons/cc/black/png/delete_icon&24.png b/client/images/icons/cc/black/png/delete_icon&24.png new file mode 100755 index 0000000..3c5123a Binary files /dev/null and b/client/images/icons/cc/black/png/delete_icon&24.png differ diff --git a/client/images/icons/cc/black/png/delete_icon&32.png b/client/images/icons/cc/black/png/delete_icon&32.png new file mode 100755 index 0000000..58c1dce Binary files /dev/null and b/client/images/icons/cc/black/png/delete_icon&32.png differ diff --git a/client/images/icons/cc/black/png/delete_icon&48.png b/client/images/icons/cc/black/png/delete_icon&48.png new file mode 100755 index 0000000..4180c6f Binary files /dev/null and b/client/images/icons/cc/black/png/delete_icon&48.png differ diff --git a/client/images/icons/cc/black/png/delete_server_icon&16.png b/client/images/icons/cc/black/png/delete_server_icon&16.png new file mode 100755 index 0000000..617969f Binary files /dev/null and b/client/images/icons/cc/black/png/delete_server_icon&16.png differ diff --git a/client/images/icons/cc/black/png/delete_server_icon&24.png b/client/images/icons/cc/black/png/delete_server_icon&24.png new file mode 100755 index 0000000..0bc56cf Binary files /dev/null and b/client/images/icons/cc/black/png/delete_server_icon&24.png differ diff --git a/client/images/icons/cc/black/png/delete_server_icon&32.png b/client/images/icons/cc/black/png/delete_server_icon&32.png new file mode 100755 index 0000000..61e7f7e Binary files /dev/null and b/client/images/icons/cc/black/png/delete_server_icon&32.png differ diff --git a/client/images/icons/cc/black/png/delete_server_icon&48.png b/client/images/icons/cc/black/png/delete_server_icon&48.png new file mode 100755 index 0000000..5dd89b8 Binary files /dev/null and b/client/images/icons/cc/black/png/delete_server_icon&48.png differ diff --git a/client/images/icons/cc/black/png/disconnected_icon&16.png b/client/images/icons/cc/black/png/disconnected_icon&16.png new file mode 100755 index 0000000..4673182 Binary files /dev/null and b/client/images/icons/cc/black/png/disconnected_icon&16.png differ diff --git a/client/images/icons/cc/black/png/disconnected_icon&24.png b/client/images/icons/cc/black/png/disconnected_icon&24.png new file mode 100755 index 0000000..bce3113 Binary files /dev/null and b/client/images/icons/cc/black/png/disconnected_icon&24.png differ diff --git a/client/images/icons/cc/black/png/disconnected_icon&32.png b/client/images/icons/cc/black/png/disconnected_icon&32.png new file mode 100755 index 0000000..31d3f3c Binary files /dev/null and b/client/images/icons/cc/black/png/disconnected_icon&32.png differ diff --git a/client/images/icons/cc/black/png/disconnected_icon&48.png b/client/images/icons/cc/black/png/disconnected_icon&48.png new file mode 100755 index 0000000..f5edf93 Binary files /dev/null and b/client/images/icons/cc/black/png/disconnected_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_delete_icon&16.png b/client/images/icons/cc/black/png/doc_delete_icon&16.png new file mode 100755 index 0000000..3fa2024 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_delete_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_delete_icon&24.png b/client/images/icons/cc/black/png/doc_delete_icon&24.png new file mode 100755 index 0000000..dab154e Binary files /dev/null and b/client/images/icons/cc/black/png/doc_delete_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_delete_icon&32.png b/client/images/icons/cc/black/png/doc_delete_icon&32.png new file mode 100755 index 0000000..5ee2157 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_delete_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_delete_icon&48.png b/client/images/icons/cc/black/png/doc_delete_icon&48.png new file mode 100755 index 0000000..94c8ade Binary files /dev/null and b/client/images/icons/cc/black/png/doc_delete_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_edit_icon&16.png b/client/images/icons/cc/black/png/doc_edit_icon&16.png new file mode 100755 index 0000000..9ec5df0 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_edit_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_edit_icon&24.png b/client/images/icons/cc/black/png/doc_edit_icon&24.png new file mode 100755 index 0000000..cf736d0 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_edit_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_edit_icon&32.png b/client/images/icons/cc/black/png/doc_edit_icon&32.png new file mode 100755 index 0000000..8f21909 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_edit_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_edit_icon&48.png b/client/images/icons/cc/black/png/doc_edit_icon&48.png new file mode 100755 index 0000000..0adb4f2 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_edit_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_empty_icon&16.png b/client/images/icons/cc/black/png/doc_empty_icon&16.png new file mode 100755 index 0000000..acd7a37 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_empty_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_empty_icon&24.png b/client/images/icons/cc/black/png/doc_empty_icon&24.png new file mode 100755 index 0000000..36278a7 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_empty_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_empty_icon&32.png b/client/images/icons/cc/black/png/doc_empty_icon&32.png new file mode 100755 index 0000000..bef6857 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_empty_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_empty_icon&48.png b/client/images/icons/cc/black/png/doc_empty_icon&48.png new file mode 100755 index 0000000..06d1053 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_empty_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_export_icon&16.png b/client/images/icons/cc/black/png/doc_export_icon&16.png new file mode 100755 index 0000000..785911e Binary files /dev/null and b/client/images/icons/cc/black/png/doc_export_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_export_icon&24.png b/client/images/icons/cc/black/png/doc_export_icon&24.png new file mode 100755 index 0000000..10209d6 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_export_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_export_icon&32.png b/client/images/icons/cc/black/png/doc_export_icon&32.png new file mode 100755 index 0000000..f037c73 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_export_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_export_icon&48.png b/client/images/icons/cc/black/png/doc_export_icon&48.png new file mode 100755 index 0000000..000d3e3 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_export_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_import_icon&16.png b/client/images/icons/cc/black/png/doc_import_icon&16.png new file mode 100755 index 0000000..714ffd3 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_import_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_import_icon&24.png b/client/images/icons/cc/black/png/doc_import_icon&24.png new file mode 100755 index 0000000..1b0fd8d Binary files /dev/null and b/client/images/icons/cc/black/png/doc_import_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_import_icon&32.png b/client/images/icons/cc/black/png/doc_import_icon&32.png new file mode 100755 index 0000000..9b1cc80 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_import_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_import_icon&48.png b/client/images/icons/cc/black/png/doc_import_icon&48.png new file mode 100755 index 0000000..e153fae Binary files /dev/null and b/client/images/icons/cc/black/png/doc_import_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_lines_icon&16.png b/client/images/icons/cc/black/png/doc_lines_icon&16.png new file mode 100755 index 0000000..0c79ead Binary files /dev/null and b/client/images/icons/cc/black/png/doc_lines_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_lines_icon&24.png b/client/images/icons/cc/black/png/doc_lines_icon&24.png new file mode 100755 index 0000000..b2488c6 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_lines_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_lines_icon&32.png b/client/images/icons/cc/black/png/doc_lines_icon&32.png new file mode 100755 index 0000000..4072919 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_lines_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_lines_icon&48.png b/client/images/icons/cc/black/png/doc_lines_icon&48.png new file mode 100755 index 0000000..4e119c8 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_lines_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_lines_stright_icon&16.png b/client/images/icons/cc/black/png/doc_lines_stright_icon&16.png new file mode 100755 index 0000000..3c25f77 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_lines_stright_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_lines_stright_icon&24.png b/client/images/icons/cc/black/png/doc_lines_stright_icon&24.png new file mode 100755 index 0000000..b93a25a Binary files /dev/null and b/client/images/icons/cc/black/png/doc_lines_stright_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_lines_stright_icon&32.png b/client/images/icons/cc/black/png/doc_lines_stright_icon&32.png new file mode 100755 index 0000000..f6882b8 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_lines_stright_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_lines_stright_icon&48.png b/client/images/icons/cc/black/png/doc_lines_stright_icon&48.png new file mode 100755 index 0000000..27a6e26 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_lines_stright_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_minus_icon&16.png b/client/images/icons/cc/black/png/doc_minus_icon&16.png new file mode 100755 index 0000000..3f66b9b Binary files /dev/null and b/client/images/icons/cc/black/png/doc_minus_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_minus_icon&24.png b/client/images/icons/cc/black/png/doc_minus_icon&24.png new file mode 100755 index 0000000..d4cb19a Binary files /dev/null and b/client/images/icons/cc/black/png/doc_minus_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_minus_icon&32.png b/client/images/icons/cc/black/png/doc_minus_icon&32.png new file mode 100755 index 0000000..01f1313 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_minus_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_minus_icon&48.png b/client/images/icons/cc/black/png/doc_minus_icon&48.png new file mode 100755 index 0000000..22aab35 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_minus_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_new_icon&16.png b/client/images/icons/cc/black/png/doc_new_icon&16.png new file mode 100755 index 0000000..27e7249 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_new_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_new_icon&24.png b/client/images/icons/cc/black/png/doc_new_icon&24.png new file mode 100755 index 0000000..9ea3b70 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_new_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_new_icon&32.png b/client/images/icons/cc/black/png/doc_new_icon&32.png new file mode 100755 index 0000000..632b3aa Binary files /dev/null and b/client/images/icons/cc/black/png/doc_new_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_new_icon&48.png b/client/images/icons/cc/black/png/doc_new_icon&48.png new file mode 100755 index 0000000..a80f872 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_new_icon&48.png differ diff --git a/client/images/icons/cc/black/png/doc_plus_icon&16.png b/client/images/icons/cc/black/png/doc_plus_icon&16.png new file mode 100755 index 0000000..45b148a Binary files /dev/null and b/client/images/icons/cc/black/png/doc_plus_icon&16.png differ diff --git a/client/images/icons/cc/black/png/doc_plus_icon&24.png b/client/images/icons/cc/black/png/doc_plus_icon&24.png new file mode 100755 index 0000000..7fb4ef9 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_plus_icon&24.png differ diff --git a/client/images/icons/cc/black/png/doc_plus_icon&32.png b/client/images/icons/cc/black/png/doc_plus_icon&32.png new file mode 100755 index 0000000..215df16 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_plus_icon&32.png differ diff --git a/client/images/icons/cc/black/png/doc_plus_icon&48.png b/client/images/icons/cc/black/png/doc_plus_icon&48.png new file mode 100755 index 0000000..85f36a6 Binary files /dev/null and b/client/images/icons/cc/black/png/doc_plus_icon&48.png differ diff --git a/client/images/icons/cc/black/png/document_icon&16.png b/client/images/icons/cc/black/png/document_icon&16.png new file mode 100755 index 0000000..2e8894a Binary files /dev/null and b/client/images/icons/cc/black/png/document_icon&16.png differ diff --git a/client/images/icons/cc/black/png/document_icon&24.png b/client/images/icons/cc/black/png/document_icon&24.png new file mode 100755 index 0000000..5a4555d Binary files /dev/null and b/client/images/icons/cc/black/png/document_icon&24.png differ diff --git a/client/images/icons/cc/black/png/document_icon&32.png b/client/images/icons/cc/black/png/document_icon&32.png new file mode 100755 index 0000000..1c9ffa9 Binary files /dev/null and b/client/images/icons/cc/black/png/document_icon&32.png differ diff --git a/client/images/icons/cc/black/png/document_icon&48.png b/client/images/icons/cc/black/png/document_icon&48.png new file mode 100755 index 0000000..141001a Binary files /dev/null and b/client/images/icons/cc/black/png/document_icon&48.png differ diff --git a/client/images/icons/cc/black/png/download_icon&16.png b/client/images/icons/cc/black/png/download_icon&16.png new file mode 100755 index 0000000..32776ae Binary files /dev/null and b/client/images/icons/cc/black/png/download_icon&16.png differ diff --git a/client/images/icons/cc/black/png/download_icon&24.png b/client/images/icons/cc/black/png/download_icon&24.png new file mode 100755 index 0000000..2c3b263 Binary files /dev/null and b/client/images/icons/cc/black/png/download_icon&24.png differ diff --git a/client/images/icons/cc/black/png/download_icon&32.png b/client/images/icons/cc/black/png/download_icon&32.png new file mode 100755 index 0000000..a1ce027 Binary files /dev/null and b/client/images/icons/cc/black/png/download_icon&32.png differ diff --git a/client/images/icons/cc/black/png/download_icon&48.png b/client/images/icons/cc/black/png/download_icon&48.png new file mode 100755 index 0000000..2e3e1a6 Binary files /dev/null and b/client/images/icons/cc/black/png/download_icon&48.png differ diff --git a/client/images/icons/cc/black/png/eject_icon&16.png b/client/images/icons/cc/black/png/eject_icon&16.png new file mode 100755 index 0000000..8af8f82 Binary files /dev/null and b/client/images/icons/cc/black/png/eject_icon&16.png differ diff --git a/client/images/icons/cc/black/png/eject_icon&24.png b/client/images/icons/cc/black/png/eject_icon&24.png new file mode 100755 index 0000000..7f7a9c9 Binary files /dev/null and b/client/images/icons/cc/black/png/eject_icon&24.png differ diff --git a/client/images/icons/cc/black/png/eject_icon&32.png b/client/images/icons/cc/black/png/eject_icon&32.png new file mode 100755 index 0000000..3a92628 Binary files /dev/null and b/client/images/icons/cc/black/png/eject_icon&32.png differ diff --git a/client/images/icons/cc/black/png/eject_icon&48.png b/client/images/icons/cc/black/png/eject_icon&48.png new file mode 100755 index 0000000..038a5bf Binary files /dev/null and b/client/images/icons/cc/black/png/eject_icon&48.png differ diff --git a/client/images/icons/cc/black/png/emotion_sad_icon&16.png b/client/images/icons/cc/black/png/emotion_sad_icon&16.png new file mode 100755 index 0000000..16c0e19 Binary files /dev/null and b/client/images/icons/cc/black/png/emotion_sad_icon&16.png differ diff --git a/client/images/icons/cc/black/png/emotion_sad_icon&24.png b/client/images/icons/cc/black/png/emotion_sad_icon&24.png new file mode 100755 index 0000000..7948f35 Binary files /dev/null and b/client/images/icons/cc/black/png/emotion_sad_icon&24.png differ diff --git a/client/images/icons/cc/black/png/emotion_sad_icon&32.png b/client/images/icons/cc/black/png/emotion_sad_icon&32.png new file mode 100755 index 0000000..85f0096 Binary files /dev/null and b/client/images/icons/cc/black/png/emotion_sad_icon&32.png differ diff --git a/client/images/icons/cc/black/png/emotion_sad_icon&48.png b/client/images/icons/cc/black/png/emotion_sad_icon&48.png new file mode 100755 index 0000000..83db944 Binary files /dev/null and b/client/images/icons/cc/black/png/emotion_sad_icon&48.png differ diff --git a/client/images/icons/cc/black/png/emotion_smile_icon&16.png b/client/images/icons/cc/black/png/emotion_smile_icon&16.png new file mode 100755 index 0000000..5be3896 Binary files /dev/null and b/client/images/icons/cc/black/png/emotion_smile_icon&16.png differ diff --git a/client/images/icons/cc/black/png/emotion_smile_icon&24.png b/client/images/icons/cc/black/png/emotion_smile_icon&24.png new file mode 100755 index 0000000..f49a97c Binary files /dev/null and b/client/images/icons/cc/black/png/emotion_smile_icon&24.png differ diff --git a/client/images/icons/cc/black/png/emotion_smile_icon&32.png b/client/images/icons/cc/black/png/emotion_smile_icon&32.png new file mode 100755 index 0000000..ec77b08 Binary files /dev/null and b/client/images/icons/cc/black/png/emotion_smile_icon&32.png differ diff --git a/client/images/icons/cc/black/png/emotion_smile_icon&48.png b/client/images/icons/cc/black/png/emotion_smile_icon&48.png new file mode 100755 index 0000000..d3dff58 Binary files /dev/null and b/client/images/icons/cc/black/png/emotion_smile_icon&48.png differ diff --git a/client/images/icons/cc/black/png/expand_icon&16.png b/client/images/icons/cc/black/png/expand_icon&16.png new file mode 100755 index 0000000..56010a3 Binary files /dev/null and b/client/images/icons/cc/black/png/expand_icon&16.png differ diff --git a/client/images/icons/cc/black/png/expand_icon&24.png b/client/images/icons/cc/black/png/expand_icon&24.png new file mode 100755 index 0000000..8dff9eb Binary files /dev/null and b/client/images/icons/cc/black/png/expand_icon&24.png differ diff --git a/client/images/icons/cc/black/png/expand_icon&32.png b/client/images/icons/cc/black/png/expand_icon&32.png new file mode 100755 index 0000000..efbb8b4 Binary files /dev/null and b/client/images/icons/cc/black/png/expand_icon&32.png differ diff --git a/client/images/icons/cc/black/png/expand_icon&48.png b/client/images/icons/cc/black/png/expand_icon&48.png new file mode 100755 index 0000000..4e0eac9 Binary files /dev/null and b/client/images/icons/cc/black/png/expand_icon&48.png differ diff --git a/client/images/icons/cc/black/png/export_icon&16.png b/client/images/icons/cc/black/png/export_icon&16.png new file mode 100755 index 0000000..dc24646 Binary files /dev/null and b/client/images/icons/cc/black/png/export_icon&16.png differ diff --git a/client/images/icons/cc/black/png/export_icon&24.png b/client/images/icons/cc/black/png/export_icon&24.png new file mode 100755 index 0000000..cef0d17 Binary files /dev/null and b/client/images/icons/cc/black/png/export_icon&24.png differ diff --git a/client/images/icons/cc/black/png/export_icon&32.png b/client/images/icons/cc/black/png/export_icon&32.png new file mode 100755 index 0000000..2bfa793 Binary files /dev/null and b/client/images/icons/cc/black/png/export_icon&32.png differ diff --git a/client/images/icons/cc/black/png/export_icon&48.png b/client/images/icons/cc/black/png/export_icon&48.png new file mode 100755 index 0000000..92fbf8a Binary files /dev/null and b/client/images/icons/cc/black/png/export_icon&48.png differ diff --git a/client/images/icons/cc/black/png/eye_icon&16.png b/client/images/icons/cc/black/png/eye_icon&16.png new file mode 100755 index 0000000..3363458 Binary files /dev/null and b/client/images/icons/cc/black/png/eye_icon&16.png differ diff --git a/client/images/icons/cc/black/png/eye_icon&24.png b/client/images/icons/cc/black/png/eye_icon&24.png new file mode 100755 index 0000000..10004ec Binary files /dev/null and b/client/images/icons/cc/black/png/eye_icon&24.png differ diff --git a/client/images/icons/cc/black/png/eye_icon&32.png b/client/images/icons/cc/black/png/eye_icon&32.png new file mode 100755 index 0000000..b7eec06 Binary files /dev/null and b/client/images/icons/cc/black/png/eye_icon&32.png differ diff --git a/client/images/icons/cc/black/png/eye_icon&48.png b/client/images/icons/cc/black/png/eye_icon&48.png new file mode 100755 index 0000000..3e784aa Binary files /dev/null and b/client/images/icons/cc/black/png/eye_icon&48.png differ diff --git a/client/images/icons/cc/black/png/eye_inv_icon&16.png b/client/images/icons/cc/black/png/eye_inv_icon&16.png new file mode 100755 index 0000000..2b6daca Binary files /dev/null and b/client/images/icons/cc/black/png/eye_inv_icon&16.png differ diff --git a/client/images/icons/cc/black/png/eye_inv_icon&24.png b/client/images/icons/cc/black/png/eye_inv_icon&24.png new file mode 100755 index 0000000..ca073d2 Binary files /dev/null and b/client/images/icons/cc/black/png/eye_inv_icon&24.png differ diff --git a/client/images/icons/cc/black/png/eye_inv_icon&32.png b/client/images/icons/cc/black/png/eye_inv_icon&32.png new file mode 100755 index 0000000..45e5483 Binary files /dev/null and b/client/images/icons/cc/black/png/eye_inv_icon&32.png differ diff --git a/client/images/icons/cc/black/png/eye_inv_icon&48.png b/client/images/icons/cc/black/png/eye_inv_icon&48.png new file mode 100755 index 0000000..c5bcf57 Binary files /dev/null and b/client/images/icons/cc/black/png/eye_inv_icon&48.png differ diff --git a/client/images/icons/cc/black/png/facebook_icon&16.png b/client/images/icons/cc/black/png/facebook_icon&16.png new file mode 100755 index 0000000..6f9cd35 Binary files /dev/null and b/client/images/icons/cc/black/png/facebook_icon&16.png differ diff --git a/client/images/icons/cc/black/png/facebook_icon&24.png b/client/images/icons/cc/black/png/facebook_icon&24.png new file mode 100755 index 0000000..713d588 Binary files /dev/null and b/client/images/icons/cc/black/png/facebook_icon&24.png differ diff --git a/client/images/icons/cc/black/png/facebook_icon&32.png b/client/images/icons/cc/black/png/facebook_icon&32.png new file mode 100755 index 0000000..b7711b3 Binary files /dev/null and b/client/images/icons/cc/black/png/facebook_icon&32.png differ diff --git a/client/images/icons/cc/black/png/facebook_icon&48.png b/client/images/icons/cc/black/png/facebook_icon&48.png new file mode 100755 index 0000000..79aa298 Binary files /dev/null and b/client/images/icons/cc/black/png/facebook_icon&48.png differ diff --git a/client/images/icons/cc/black/png/fastforward_next_icon&16.png b/client/images/icons/cc/black/png/fastforward_next_icon&16.png new file mode 100755 index 0000000..e24f218 Binary files /dev/null and b/client/images/icons/cc/black/png/fastforward_next_icon&16.png differ diff --git a/client/images/icons/cc/black/png/fastforward_next_icon&24.png b/client/images/icons/cc/black/png/fastforward_next_icon&24.png new file mode 100755 index 0000000..636c8a8 Binary files /dev/null and b/client/images/icons/cc/black/png/fastforward_next_icon&24.png differ diff --git a/client/images/icons/cc/black/png/fastforward_next_icon&32.png b/client/images/icons/cc/black/png/fastforward_next_icon&32.png new file mode 100755 index 0000000..fcf9341 Binary files /dev/null and b/client/images/icons/cc/black/png/fastforward_next_icon&32.png differ diff --git a/client/images/icons/cc/black/png/fastforward_next_icon&48.png b/client/images/icons/cc/black/png/fastforward_next_icon&48.png new file mode 100755 index 0000000..86f911c Binary files /dev/null and b/client/images/icons/cc/black/png/fastforward_next_icon&48.png differ diff --git a/client/images/icons/cc/black/png/fill_icon&16.png b/client/images/icons/cc/black/png/fill_icon&16.png new file mode 100755 index 0000000..b885a64 Binary files /dev/null and b/client/images/icons/cc/black/png/fill_icon&16.png differ diff --git a/client/images/icons/cc/black/png/fill_icon&24.png b/client/images/icons/cc/black/png/fill_icon&24.png new file mode 100755 index 0000000..da8561d Binary files /dev/null and b/client/images/icons/cc/black/png/fill_icon&24.png differ diff --git a/client/images/icons/cc/black/png/fill_icon&32.png b/client/images/icons/cc/black/png/fill_icon&32.png new file mode 100755 index 0000000..f904d72 Binary files /dev/null and b/client/images/icons/cc/black/png/fill_icon&32.png differ diff --git a/client/images/icons/cc/black/png/fill_icon&48.png b/client/images/icons/cc/black/png/fill_icon&48.png new file mode 100755 index 0000000..6d3e08d Binary files /dev/null and b/client/images/icons/cc/black/png/fill_icon&48.png differ diff --git a/client/images/icons/cc/black/png/filter_icon&16.png b/client/images/icons/cc/black/png/filter_icon&16.png new file mode 100755 index 0000000..0a4b94c Binary files /dev/null and b/client/images/icons/cc/black/png/filter_icon&16.png differ diff --git a/client/images/icons/cc/black/png/filter_icon&24.png b/client/images/icons/cc/black/png/filter_icon&24.png new file mode 100755 index 0000000..e65657a Binary files /dev/null and b/client/images/icons/cc/black/png/filter_icon&24.png differ diff --git a/client/images/icons/cc/black/png/filter_icon&32.png b/client/images/icons/cc/black/png/filter_icon&32.png new file mode 100755 index 0000000..a973aa5 Binary files /dev/null and b/client/images/icons/cc/black/png/filter_icon&32.png differ diff --git a/client/images/icons/cc/black/png/filter_icon&48.png b/client/images/icons/cc/black/png/filter_icon&48.png new file mode 100755 index 0000000..e30e8e1 Binary files /dev/null and b/client/images/icons/cc/black/png/filter_icon&48.png differ diff --git a/client/images/icons/cc/black/png/fire_icon&16.png b/client/images/icons/cc/black/png/fire_icon&16.png new file mode 100755 index 0000000..d62abe7 Binary files /dev/null and b/client/images/icons/cc/black/png/fire_icon&16.png differ diff --git a/client/images/icons/cc/black/png/fire_icon&24.png b/client/images/icons/cc/black/png/fire_icon&24.png new file mode 100755 index 0000000..4dcca40 Binary files /dev/null and b/client/images/icons/cc/black/png/fire_icon&24.png differ diff --git a/client/images/icons/cc/black/png/fire_icon&32.png b/client/images/icons/cc/black/png/fire_icon&32.png new file mode 100755 index 0000000..99beddd Binary files /dev/null and b/client/images/icons/cc/black/png/fire_icon&32.png differ diff --git a/client/images/icons/cc/black/png/fire_icon&48.png b/client/images/icons/cc/black/png/fire_icon&48.png new file mode 100755 index 0000000..1be3e2b Binary files /dev/null and b/client/images/icons/cc/black/png/fire_icon&48.png differ diff --git a/client/images/icons/cc/black/png/flag_2_icon&16.png b/client/images/icons/cc/black/png/flag_2_icon&16.png new file mode 100755 index 0000000..e060bbd Binary files /dev/null and b/client/images/icons/cc/black/png/flag_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/flag_2_icon&24.png b/client/images/icons/cc/black/png/flag_2_icon&24.png new file mode 100755 index 0000000..b271717 Binary files /dev/null and b/client/images/icons/cc/black/png/flag_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/flag_2_icon&32.png b/client/images/icons/cc/black/png/flag_2_icon&32.png new file mode 100755 index 0000000..130bdc1 Binary files /dev/null and b/client/images/icons/cc/black/png/flag_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/flag_2_icon&48.png b/client/images/icons/cc/black/png/flag_2_icon&48.png new file mode 100755 index 0000000..68d545b Binary files /dev/null and b/client/images/icons/cc/black/png/flag_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/flag_icon&16.png b/client/images/icons/cc/black/png/flag_icon&16.png new file mode 100755 index 0000000..c9e6a00 Binary files /dev/null and b/client/images/icons/cc/black/png/flag_icon&16.png differ diff --git a/client/images/icons/cc/black/png/flag_icon&24.png b/client/images/icons/cc/black/png/flag_icon&24.png new file mode 100755 index 0000000..9be6f30 Binary files /dev/null and b/client/images/icons/cc/black/png/flag_icon&24.png differ diff --git a/client/images/icons/cc/black/png/flag_icon&32.png b/client/images/icons/cc/black/png/flag_icon&32.png new file mode 100755 index 0000000..e493094 Binary files /dev/null and b/client/images/icons/cc/black/png/flag_icon&32.png differ diff --git a/client/images/icons/cc/black/png/flag_icon&48.png b/client/images/icons/cc/black/png/flag_icon&48.png new file mode 100755 index 0000000..cc7d9e8 Binary files /dev/null and b/client/images/icons/cc/black/png/flag_icon&48.png differ diff --git a/client/images/icons/cc/black/png/folder_arrow_icon&16.png b/client/images/icons/cc/black/png/folder_arrow_icon&16.png new file mode 100755 index 0000000..0ebd58d Binary files /dev/null and b/client/images/icons/cc/black/png/folder_arrow_icon&16.png differ diff --git a/client/images/icons/cc/black/png/folder_arrow_icon&24.png b/client/images/icons/cc/black/png/folder_arrow_icon&24.png new file mode 100755 index 0000000..d57ea44 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_arrow_icon&24.png differ diff --git a/client/images/icons/cc/black/png/folder_arrow_icon&32.png b/client/images/icons/cc/black/png/folder_arrow_icon&32.png new file mode 100755 index 0000000..05caa66 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_arrow_icon&32.png differ diff --git a/client/images/icons/cc/black/png/folder_arrow_icon&48.png b/client/images/icons/cc/black/png/folder_arrow_icon&48.png new file mode 100755 index 0000000..291416f Binary files /dev/null and b/client/images/icons/cc/black/png/folder_arrow_icon&48.png differ diff --git a/client/images/icons/cc/black/png/folder_delete_icon&16.png b/client/images/icons/cc/black/png/folder_delete_icon&16.png new file mode 100755 index 0000000..a6224a4 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_delete_icon&16.png differ diff --git a/client/images/icons/cc/black/png/folder_delete_icon&24.png b/client/images/icons/cc/black/png/folder_delete_icon&24.png new file mode 100755 index 0000000..3adb025 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_delete_icon&24.png differ diff --git a/client/images/icons/cc/black/png/folder_delete_icon&32.png b/client/images/icons/cc/black/png/folder_delete_icon&32.png new file mode 100755 index 0000000..5687851 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_delete_icon&32.png differ diff --git a/client/images/icons/cc/black/png/folder_delete_icon&48.png b/client/images/icons/cc/black/png/folder_delete_icon&48.png new file mode 100755 index 0000000..57ea526 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_delete_icon&48.png differ diff --git a/client/images/icons/cc/black/png/folder_icon&16.png b/client/images/icons/cc/black/png/folder_icon&16.png new file mode 100755 index 0000000..242e235 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_icon&16.png differ diff --git a/client/images/icons/cc/black/png/folder_icon&24.png b/client/images/icons/cc/black/png/folder_icon&24.png new file mode 100755 index 0000000..e368429 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_icon&24.png differ diff --git a/client/images/icons/cc/black/png/folder_icon&32.png b/client/images/icons/cc/black/png/folder_icon&32.png new file mode 100755 index 0000000..c74e94c Binary files /dev/null and b/client/images/icons/cc/black/png/folder_icon&32.png differ diff --git a/client/images/icons/cc/black/png/folder_icon&48.png b/client/images/icons/cc/black/png/folder_icon&48.png new file mode 100755 index 0000000..19676ec Binary files /dev/null and b/client/images/icons/cc/black/png/folder_icon&48.png differ diff --git a/client/images/icons/cc/black/png/folder_minus_icon&16.png b/client/images/icons/cc/black/png/folder_minus_icon&16.png new file mode 100755 index 0000000..082952e Binary files /dev/null and b/client/images/icons/cc/black/png/folder_minus_icon&16.png differ diff --git a/client/images/icons/cc/black/png/folder_minus_icon&24.png b/client/images/icons/cc/black/png/folder_minus_icon&24.png new file mode 100755 index 0000000..f22ab23 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_minus_icon&24.png differ diff --git a/client/images/icons/cc/black/png/folder_minus_icon&32.png b/client/images/icons/cc/black/png/folder_minus_icon&32.png new file mode 100755 index 0000000..39dc392 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_minus_icon&32.png differ diff --git a/client/images/icons/cc/black/png/folder_minus_icon&48.png b/client/images/icons/cc/black/png/folder_minus_icon&48.png new file mode 100755 index 0000000..fdd694c Binary files /dev/null and b/client/images/icons/cc/black/png/folder_minus_icon&48.png differ diff --git a/client/images/icons/cc/black/png/folder_open_icon&16.png b/client/images/icons/cc/black/png/folder_open_icon&16.png new file mode 100755 index 0000000..ed18cbb Binary files /dev/null and b/client/images/icons/cc/black/png/folder_open_icon&16.png differ diff --git a/client/images/icons/cc/black/png/folder_open_icon&24.png b/client/images/icons/cc/black/png/folder_open_icon&24.png new file mode 100755 index 0000000..3c63a00 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_open_icon&24.png differ diff --git a/client/images/icons/cc/black/png/folder_open_icon&32.png b/client/images/icons/cc/black/png/folder_open_icon&32.png new file mode 100755 index 0000000..a35d13e Binary files /dev/null and b/client/images/icons/cc/black/png/folder_open_icon&32.png differ diff --git a/client/images/icons/cc/black/png/folder_open_icon&48.png b/client/images/icons/cc/black/png/folder_open_icon&48.png new file mode 100755 index 0000000..7cdc921 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_open_icon&48.png differ diff --git a/client/images/icons/cc/black/png/folder_plus_icon&16.png b/client/images/icons/cc/black/png/folder_plus_icon&16.png new file mode 100755 index 0000000..aa00b88 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_plus_icon&16.png differ diff --git a/client/images/icons/cc/black/png/folder_plus_icon&24.png b/client/images/icons/cc/black/png/folder_plus_icon&24.png new file mode 100755 index 0000000..4fa6a16 Binary files /dev/null and b/client/images/icons/cc/black/png/folder_plus_icon&24.png differ diff --git a/client/images/icons/cc/black/png/folder_plus_icon&32.png b/client/images/icons/cc/black/png/folder_plus_icon&32.png new file mode 100755 index 0000000..a6d9e1a Binary files /dev/null and b/client/images/icons/cc/black/png/folder_plus_icon&32.png differ diff --git a/client/images/icons/cc/black/png/folder_plus_icon&48.png b/client/images/icons/cc/black/png/folder_plus_icon&48.png new file mode 100755 index 0000000..902591c Binary files /dev/null and b/client/images/icons/cc/black/png/folder_plus_icon&48.png differ diff --git a/client/images/icons/cc/black/png/font_bold_icon&16.png b/client/images/icons/cc/black/png/font_bold_icon&16.png new file mode 100755 index 0000000..47962cf Binary files /dev/null and b/client/images/icons/cc/black/png/font_bold_icon&16.png differ diff --git a/client/images/icons/cc/black/png/font_bold_icon&24.png b/client/images/icons/cc/black/png/font_bold_icon&24.png new file mode 100755 index 0000000..49d363d Binary files /dev/null and b/client/images/icons/cc/black/png/font_bold_icon&24.png differ diff --git a/client/images/icons/cc/black/png/font_bold_icon&32.png b/client/images/icons/cc/black/png/font_bold_icon&32.png new file mode 100755 index 0000000..90f305e Binary files /dev/null and b/client/images/icons/cc/black/png/font_bold_icon&32.png differ diff --git a/client/images/icons/cc/black/png/font_bold_icon&48.png b/client/images/icons/cc/black/png/font_bold_icon&48.png new file mode 100755 index 0000000..42dd021 Binary files /dev/null and b/client/images/icons/cc/black/png/font_bold_icon&48.png differ diff --git a/client/images/icons/cc/black/png/font_italic_icon&16.png b/client/images/icons/cc/black/png/font_italic_icon&16.png new file mode 100755 index 0000000..637e338 Binary files /dev/null and b/client/images/icons/cc/black/png/font_italic_icon&16.png differ diff --git a/client/images/icons/cc/black/png/font_italic_icon&24.png b/client/images/icons/cc/black/png/font_italic_icon&24.png new file mode 100755 index 0000000..b5c1da3 Binary files /dev/null and b/client/images/icons/cc/black/png/font_italic_icon&24.png differ diff --git a/client/images/icons/cc/black/png/font_italic_icon&32.png b/client/images/icons/cc/black/png/font_italic_icon&32.png new file mode 100755 index 0000000..2612289 Binary files /dev/null and b/client/images/icons/cc/black/png/font_italic_icon&32.png differ diff --git a/client/images/icons/cc/black/png/font_italic_icon&48.png b/client/images/icons/cc/black/png/font_italic_icon&48.png new file mode 100755 index 0000000..21c3d67 Binary files /dev/null and b/client/images/icons/cc/black/png/font_italic_icon&48.png differ diff --git a/client/images/icons/cc/black/png/font_size_icon&16.png b/client/images/icons/cc/black/png/font_size_icon&16.png new file mode 100755 index 0000000..3d9bda3 Binary files /dev/null and b/client/images/icons/cc/black/png/font_size_icon&16.png differ diff --git a/client/images/icons/cc/black/png/font_size_icon&24.png b/client/images/icons/cc/black/png/font_size_icon&24.png new file mode 100755 index 0000000..c09e3cc Binary files /dev/null and b/client/images/icons/cc/black/png/font_size_icon&24.png differ diff --git a/client/images/icons/cc/black/png/font_size_icon&32.png b/client/images/icons/cc/black/png/font_size_icon&32.png new file mode 100755 index 0000000..214b06e Binary files /dev/null and b/client/images/icons/cc/black/png/font_size_icon&32.png differ diff --git a/client/images/icons/cc/black/png/font_size_icon&48.png b/client/images/icons/cc/black/png/font_size_icon&48.png new file mode 100755 index 0000000..c5a18dc Binary files /dev/null and b/client/images/icons/cc/black/png/font_size_icon&48.png differ diff --git a/client/images/icons/cc/black/png/font_strokethrough_icon&16.png b/client/images/icons/cc/black/png/font_strokethrough_icon&16.png new file mode 100755 index 0000000..63ab625 Binary files /dev/null and b/client/images/icons/cc/black/png/font_strokethrough_icon&16.png differ diff --git a/client/images/icons/cc/black/png/font_strokethrough_icon&24.png b/client/images/icons/cc/black/png/font_strokethrough_icon&24.png new file mode 100755 index 0000000..61af67c Binary files /dev/null and b/client/images/icons/cc/black/png/font_strokethrough_icon&24.png differ diff --git a/client/images/icons/cc/black/png/font_strokethrough_icon&32.png b/client/images/icons/cc/black/png/font_strokethrough_icon&32.png new file mode 100755 index 0000000..4609e40 Binary files /dev/null and b/client/images/icons/cc/black/png/font_strokethrough_icon&32.png differ diff --git a/client/images/icons/cc/black/png/font_strokethrough_icon&48.png b/client/images/icons/cc/black/png/font_strokethrough_icon&48.png new file mode 100755 index 0000000..1268a3b Binary files /dev/null and b/client/images/icons/cc/black/png/font_strokethrough_icon&48.png differ diff --git a/client/images/icons/cc/black/png/font_underline_icon&16.png b/client/images/icons/cc/black/png/font_underline_icon&16.png new file mode 100755 index 0000000..743de05 Binary files /dev/null and b/client/images/icons/cc/black/png/font_underline_icon&16.png differ diff --git a/client/images/icons/cc/black/png/font_underline_icon&24.png b/client/images/icons/cc/black/png/font_underline_icon&24.png new file mode 100755 index 0000000..7d98275 Binary files /dev/null and b/client/images/icons/cc/black/png/font_underline_icon&24.png differ diff --git a/client/images/icons/cc/black/png/font_underline_icon&32.png b/client/images/icons/cc/black/png/font_underline_icon&32.png new file mode 100755 index 0000000..a54afe2 Binary files /dev/null and b/client/images/icons/cc/black/png/font_underline_icon&32.png differ diff --git a/client/images/icons/cc/black/png/font_underline_icon&48.png b/client/images/icons/cc/black/png/font_underline_icon&48.png new file mode 100755 index 0000000..1bf4471 Binary files /dev/null and b/client/images/icons/cc/black/png/font_underline_icon&48.png differ diff --git a/client/images/icons/cc/black/png/game_pad_icon&16.png b/client/images/icons/cc/black/png/game_pad_icon&16.png new file mode 100755 index 0000000..74aa975 Binary files /dev/null and b/client/images/icons/cc/black/png/game_pad_icon&16.png differ diff --git a/client/images/icons/cc/black/png/game_pad_icon&24.png b/client/images/icons/cc/black/png/game_pad_icon&24.png new file mode 100755 index 0000000..6db9532 Binary files /dev/null and b/client/images/icons/cc/black/png/game_pad_icon&24.png differ diff --git a/client/images/icons/cc/black/png/game_pad_icon&32.png b/client/images/icons/cc/black/png/game_pad_icon&32.png new file mode 100755 index 0000000..5397635 Binary files /dev/null and b/client/images/icons/cc/black/png/game_pad_icon&32.png differ diff --git a/client/images/icons/cc/black/png/game_pad_icon&48.png b/client/images/icons/cc/black/png/game_pad_icon&48.png new file mode 100755 index 0000000..2bf82f3 Binary files /dev/null and b/client/images/icons/cc/black/png/game_pad_icon&48.png differ diff --git a/client/images/icons/cc/black/png/glasses_icon&16.png b/client/images/icons/cc/black/png/glasses_icon&16.png new file mode 100755 index 0000000..e96e8d0 Binary files /dev/null and b/client/images/icons/cc/black/png/glasses_icon&16.png differ diff --git a/client/images/icons/cc/black/png/glasses_icon&24.png b/client/images/icons/cc/black/png/glasses_icon&24.png new file mode 100755 index 0000000..ad1f194 Binary files /dev/null and b/client/images/icons/cc/black/png/glasses_icon&24.png differ diff --git a/client/images/icons/cc/black/png/glasses_icon&32.png b/client/images/icons/cc/black/png/glasses_icon&32.png new file mode 100755 index 0000000..9d9980b Binary files /dev/null and b/client/images/icons/cc/black/png/glasses_icon&32.png differ diff --git a/client/images/icons/cc/black/png/glasses_icon&48.png b/client/images/icons/cc/black/png/glasses_icon&48.png new file mode 100755 index 0000000..aa58756 Binary files /dev/null and b/client/images/icons/cc/black/png/glasses_icon&48.png differ diff --git a/client/images/icons/cc/black/png/globe_1_icon&16.png b/client/images/icons/cc/black/png/globe_1_icon&16.png new file mode 100755 index 0000000..a209119 Binary files /dev/null and b/client/images/icons/cc/black/png/globe_1_icon&16.png differ diff --git a/client/images/icons/cc/black/png/globe_1_icon&24.png b/client/images/icons/cc/black/png/globe_1_icon&24.png new file mode 100755 index 0000000..83187c0 Binary files /dev/null and b/client/images/icons/cc/black/png/globe_1_icon&24.png differ diff --git a/client/images/icons/cc/black/png/globe_1_icon&32.png b/client/images/icons/cc/black/png/globe_1_icon&32.png new file mode 100755 index 0000000..6f05bd0 Binary files /dev/null and b/client/images/icons/cc/black/png/globe_1_icon&32.png differ diff --git a/client/images/icons/cc/black/png/globe_1_icon&48.png b/client/images/icons/cc/black/png/globe_1_icon&48.png new file mode 100755 index 0000000..3e250bc Binary files /dev/null and b/client/images/icons/cc/black/png/globe_1_icon&48.png differ diff --git a/client/images/icons/cc/black/png/globe_2_icon&16.png b/client/images/icons/cc/black/png/globe_2_icon&16.png new file mode 100755 index 0000000..f40c32c Binary files /dev/null and b/client/images/icons/cc/black/png/globe_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/globe_2_icon&24.png b/client/images/icons/cc/black/png/globe_2_icon&24.png new file mode 100755 index 0000000..afa383b Binary files /dev/null and b/client/images/icons/cc/black/png/globe_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/globe_2_icon&32.png b/client/images/icons/cc/black/png/globe_2_icon&32.png new file mode 100755 index 0000000..8f45a65 Binary files /dev/null and b/client/images/icons/cc/black/png/globe_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/globe_2_icon&48.png b/client/images/icons/cc/black/png/globe_2_icon&48.png new file mode 100755 index 0000000..4416b09 Binary files /dev/null and b/client/images/icons/cc/black/png/globe_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/globe_3_icon&16.png b/client/images/icons/cc/black/png/globe_3_icon&16.png new file mode 100755 index 0000000..b502881 Binary files /dev/null and b/client/images/icons/cc/black/png/globe_3_icon&16.png differ diff --git a/client/images/icons/cc/black/png/globe_3_icon&24.png b/client/images/icons/cc/black/png/globe_3_icon&24.png new file mode 100755 index 0000000..8baf61b Binary files /dev/null and b/client/images/icons/cc/black/png/globe_3_icon&24.png differ diff --git a/client/images/icons/cc/black/png/globe_3_icon&32.png b/client/images/icons/cc/black/png/globe_3_icon&32.png new file mode 100755 index 0000000..2818c34 Binary files /dev/null and b/client/images/icons/cc/black/png/globe_3_icon&32.png differ diff --git a/client/images/icons/cc/black/png/globe_3_icon&48.png b/client/images/icons/cc/black/png/globe_3_icon&48.png new file mode 100755 index 0000000..bd0f645 Binary files /dev/null and b/client/images/icons/cc/black/png/globe_3_icon&48.png differ diff --git a/client/images/icons/cc/black/png/google_icon&16.png b/client/images/icons/cc/black/png/google_icon&16.png new file mode 100755 index 0000000..b581693 Binary files /dev/null and b/client/images/icons/cc/black/png/google_icon&16.png differ diff --git a/client/images/icons/cc/black/png/google_icon&24.png b/client/images/icons/cc/black/png/google_icon&24.png new file mode 100755 index 0000000..a531186 Binary files /dev/null and b/client/images/icons/cc/black/png/google_icon&24.png differ diff --git a/client/images/icons/cc/black/png/google_icon&32.png b/client/images/icons/cc/black/png/google_icon&32.png new file mode 100755 index 0000000..51dc990 Binary files /dev/null and b/client/images/icons/cc/black/png/google_icon&32.png differ diff --git a/client/images/icons/cc/black/png/google_icon&48.png b/client/images/icons/cc/black/png/google_icon&48.png new file mode 100755 index 0000000..17aa8fe Binary files /dev/null and b/client/images/icons/cc/black/png/google_icon&48.png differ diff --git a/client/images/icons/cc/black/png/hand_1_icon&16.png b/client/images/icons/cc/black/png/hand_1_icon&16.png new file mode 100755 index 0000000..0194c78 Binary files /dev/null and b/client/images/icons/cc/black/png/hand_1_icon&16.png differ diff --git a/client/images/icons/cc/black/png/hand_1_icon&24.png b/client/images/icons/cc/black/png/hand_1_icon&24.png new file mode 100755 index 0000000..9996422 Binary files /dev/null and b/client/images/icons/cc/black/png/hand_1_icon&24.png differ diff --git a/client/images/icons/cc/black/png/hand_1_icon&32.png b/client/images/icons/cc/black/png/hand_1_icon&32.png new file mode 100755 index 0000000..acd938e Binary files /dev/null and b/client/images/icons/cc/black/png/hand_1_icon&32.png differ diff --git a/client/images/icons/cc/black/png/hand_1_icon&48.png b/client/images/icons/cc/black/png/hand_1_icon&48.png new file mode 100755 index 0000000..352d4b2 Binary files /dev/null and b/client/images/icons/cc/black/png/hand_1_icon&48.png differ diff --git a/client/images/icons/cc/black/png/hand_2_icon&16.png b/client/images/icons/cc/black/png/hand_2_icon&16.png new file mode 100755 index 0000000..67b405d Binary files /dev/null and b/client/images/icons/cc/black/png/hand_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/hand_2_icon&24.png b/client/images/icons/cc/black/png/hand_2_icon&24.png new file mode 100755 index 0000000..a773fe2 Binary files /dev/null and b/client/images/icons/cc/black/png/hand_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/hand_2_icon&32.png b/client/images/icons/cc/black/png/hand_2_icon&32.png new file mode 100755 index 0000000..a3e30cf Binary files /dev/null and b/client/images/icons/cc/black/png/hand_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/hand_2_icon&48.png b/client/images/icons/cc/black/png/hand_2_icon&48.png new file mode 100755 index 0000000..24b0336 Binary files /dev/null and b/client/images/icons/cc/black/png/hand_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/hand_contra_icon&16.png b/client/images/icons/cc/black/png/hand_contra_icon&16.png new file mode 100755 index 0000000..b8c5a62 Binary files /dev/null and b/client/images/icons/cc/black/png/hand_contra_icon&16.png differ diff --git a/client/images/icons/cc/black/png/hand_contra_icon&24.png b/client/images/icons/cc/black/png/hand_contra_icon&24.png new file mode 100755 index 0000000..a0622cf Binary files /dev/null and b/client/images/icons/cc/black/png/hand_contra_icon&24.png differ diff --git a/client/images/icons/cc/black/png/hand_contra_icon&32.png b/client/images/icons/cc/black/png/hand_contra_icon&32.png new file mode 100755 index 0000000..f56db34 Binary files /dev/null and b/client/images/icons/cc/black/png/hand_contra_icon&32.png differ diff --git a/client/images/icons/cc/black/png/hand_contra_icon&48.png b/client/images/icons/cc/black/png/hand_contra_icon&48.png new file mode 100755 index 0000000..7de5a02 Binary files /dev/null and b/client/images/icons/cc/black/png/hand_contra_icon&48.png differ diff --git a/client/images/icons/cc/black/png/hand_pro_icon&16.png b/client/images/icons/cc/black/png/hand_pro_icon&16.png new file mode 100755 index 0000000..270ca6b Binary files /dev/null and b/client/images/icons/cc/black/png/hand_pro_icon&16.png differ diff --git a/client/images/icons/cc/black/png/hand_pro_icon&24.png b/client/images/icons/cc/black/png/hand_pro_icon&24.png new file mode 100755 index 0000000..9fa81bd Binary files /dev/null and b/client/images/icons/cc/black/png/hand_pro_icon&24.png differ diff --git a/client/images/icons/cc/black/png/hand_pro_icon&32.png b/client/images/icons/cc/black/png/hand_pro_icon&32.png new file mode 100755 index 0000000..18ab53f Binary files /dev/null and b/client/images/icons/cc/black/png/hand_pro_icon&32.png differ diff --git a/client/images/icons/cc/black/png/hand_pro_icon&48.png b/client/images/icons/cc/black/png/hand_pro_icon&48.png new file mode 100755 index 0000000..8fe4678 Binary files /dev/null and b/client/images/icons/cc/black/png/hand_pro_icon&48.png differ diff --git a/client/images/icons/cc/black/png/hanger_icon&16.png b/client/images/icons/cc/black/png/hanger_icon&16.png new file mode 100755 index 0000000..a151537 Binary files /dev/null and b/client/images/icons/cc/black/png/hanger_icon&16.png differ diff --git a/client/images/icons/cc/black/png/hanger_icon&24.png b/client/images/icons/cc/black/png/hanger_icon&24.png new file mode 100755 index 0000000..1431f07 Binary files /dev/null and b/client/images/icons/cc/black/png/hanger_icon&24.png differ diff --git a/client/images/icons/cc/black/png/hanger_icon&32.png b/client/images/icons/cc/black/png/hanger_icon&32.png new file mode 100755 index 0000000..0708825 Binary files /dev/null and b/client/images/icons/cc/black/png/hanger_icon&32.png differ diff --git a/client/images/icons/cc/black/png/hanger_icon&48.png b/client/images/icons/cc/black/png/hanger_icon&48.png new file mode 100755 index 0000000..cc4e536 Binary files /dev/null and b/client/images/icons/cc/black/png/hanger_icon&48.png differ diff --git a/client/images/icons/cc/black/png/headphones_icon&16.png b/client/images/icons/cc/black/png/headphones_icon&16.png new file mode 100755 index 0000000..406344d Binary files /dev/null and b/client/images/icons/cc/black/png/headphones_icon&16.png differ diff --git a/client/images/icons/cc/black/png/headphones_icon&24.png b/client/images/icons/cc/black/png/headphones_icon&24.png new file mode 100755 index 0000000..127d185 Binary files /dev/null and b/client/images/icons/cc/black/png/headphones_icon&24.png differ diff --git a/client/images/icons/cc/black/png/headphones_icon&32.png b/client/images/icons/cc/black/png/headphones_icon&32.png new file mode 100755 index 0000000..60157f7 Binary files /dev/null and b/client/images/icons/cc/black/png/headphones_icon&32.png differ diff --git a/client/images/icons/cc/black/png/headphones_icon&48.png b/client/images/icons/cc/black/png/headphones_icon&48.png new file mode 100755 index 0000000..f16522e Binary files /dev/null and b/client/images/icons/cc/black/png/headphones_icon&48.png differ diff --git a/client/images/icons/cc/black/png/heart_empty_icon&16.png b/client/images/icons/cc/black/png/heart_empty_icon&16.png new file mode 100755 index 0000000..f1869d2 Binary files /dev/null and b/client/images/icons/cc/black/png/heart_empty_icon&16.png differ diff --git a/client/images/icons/cc/black/png/heart_empty_icon&24.png b/client/images/icons/cc/black/png/heart_empty_icon&24.png new file mode 100755 index 0000000..96c905f Binary files /dev/null and b/client/images/icons/cc/black/png/heart_empty_icon&24.png differ diff --git a/client/images/icons/cc/black/png/heart_empty_icon&32.png b/client/images/icons/cc/black/png/heart_empty_icon&32.png new file mode 100755 index 0000000..9c324dc Binary files /dev/null and b/client/images/icons/cc/black/png/heart_empty_icon&32.png differ diff --git a/client/images/icons/cc/black/png/heart_empty_icon&48.png b/client/images/icons/cc/black/png/heart_empty_icon&48.png new file mode 100755 index 0000000..a2705b4 Binary files /dev/null and b/client/images/icons/cc/black/png/heart_empty_icon&48.png differ diff --git a/client/images/icons/cc/black/png/heart_icon&16.png b/client/images/icons/cc/black/png/heart_icon&16.png new file mode 100755 index 0000000..a10cb20 Binary files /dev/null and b/client/images/icons/cc/black/png/heart_icon&16.png differ diff --git a/client/images/icons/cc/black/png/heart_icon&24.png b/client/images/icons/cc/black/png/heart_icon&24.png new file mode 100755 index 0000000..b572565 Binary files /dev/null and b/client/images/icons/cc/black/png/heart_icon&24.png differ diff --git a/client/images/icons/cc/black/png/heart_icon&32.png b/client/images/icons/cc/black/png/heart_icon&32.png new file mode 100755 index 0000000..ba444e8 Binary files /dev/null and b/client/images/icons/cc/black/png/heart_icon&32.png differ diff --git a/client/images/icons/cc/black/png/heart_icon&48.png b/client/images/icons/cc/black/png/heart_icon&48.png new file mode 100755 index 0000000..3eacb6e Binary files /dev/null and b/client/images/icons/cc/black/png/heart_icon&48.png differ diff --git a/client/images/icons/cc/black/png/home_icon&16.png b/client/images/icons/cc/black/png/home_icon&16.png new file mode 100755 index 0000000..603f656 Binary files /dev/null and b/client/images/icons/cc/black/png/home_icon&16.png differ diff --git a/client/images/icons/cc/black/png/home_icon&24.png b/client/images/icons/cc/black/png/home_icon&24.png new file mode 100755 index 0000000..e949dca Binary files /dev/null and b/client/images/icons/cc/black/png/home_icon&24.png differ diff --git a/client/images/icons/cc/black/png/home_icon&32.png b/client/images/icons/cc/black/png/home_icon&32.png new file mode 100755 index 0000000..430ebaf Binary files /dev/null and b/client/images/icons/cc/black/png/home_icon&32.png differ diff --git a/client/images/icons/cc/black/png/home_icon&48.png b/client/images/icons/cc/black/png/home_icon&48.png new file mode 100755 index 0000000..78dfcd4 Binary files /dev/null and b/client/images/icons/cc/black/png/home_icon&48.png differ diff --git a/client/images/icons/cc/black/png/image_text_icon&16.png b/client/images/icons/cc/black/png/image_text_icon&16.png new file mode 100755 index 0000000..936b516 Binary files /dev/null and b/client/images/icons/cc/black/png/image_text_icon&16.png differ diff --git a/client/images/icons/cc/black/png/image_text_icon&24.png b/client/images/icons/cc/black/png/image_text_icon&24.png new file mode 100755 index 0000000..262f16b Binary files /dev/null and b/client/images/icons/cc/black/png/image_text_icon&24.png differ diff --git a/client/images/icons/cc/black/png/image_text_icon&32.png b/client/images/icons/cc/black/png/image_text_icon&32.png new file mode 100755 index 0000000..2deb2da Binary files /dev/null and b/client/images/icons/cc/black/png/image_text_icon&32.png differ diff --git a/client/images/icons/cc/black/png/image_text_icon&48.png b/client/images/icons/cc/black/png/image_text_icon&48.png new file mode 100755 index 0000000..126238b Binary files /dev/null and b/client/images/icons/cc/black/png/image_text_icon&48.png differ diff --git a/client/images/icons/cc/black/png/import_icon&16.png b/client/images/icons/cc/black/png/import_icon&16.png new file mode 100755 index 0000000..2ae8371 Binary files /dev/null and b/client/images/icons/cc/black/png/import_icon&16.png differ diff --git a/client/images/icons/cc/black/png/import_icon&24.png b/client/images/icons/cc/black/png/import_icon&24.png new file mode 100755 index 0000000..c5e825d Binary files /dev/null and b/client/images/icons/cc/black/png/import_icon&24.png differ diff --git a/client/images/icons/cc/black/png/import_icon&32.png b/client/images/icons/cc/black/png/import_icon&32.png new file mode 100755 index 0000000..428612f Binary files /dev/null and b/client/images/icons/cc/black/png/import_icon&32.png differ diff --git a/client/images/icons/cc/black/png/import_icon&48.png b/client/images/icons/cc/black/png/import_icon&48.png new file mode 100755 index 0000000..1134e19 Binary files /dev/null and b/client/images/icons/cc/black/png/import_icon&48.png differ diff --git a/client/images/icons/cc/black/png/inbox_icon&16.png b/client/images/icons/cc/black/png/inbox_icon&16.png new file mode 100755 index 0000000..7c17468 Binary files /dev/null and b/client/images/icons/cc/black/png/inbox_icon&16.png differ diff --git a/client/images/icons/cc/black/png/inbox_icon&24.png b/client/images/icons/cc/black/png/inbox_icon&24.png new file mode 100755 index 0000000..a5667b9 Binary files /dev/null and b/client/images/icons/cc/black/png/inbox_icon&24.png differ diff --git a/client/images/icons/cc/black/png/inbox_icon&32.png b/client/images/icons/cc/black/png/inbox_icon&32.png new file mode 100755 index 0000000..b126323 Binary files /dev/null and b/client/images/icons/cc/black/png/inbox_icon&32.png differ diff --git a/client/images/icons/cc/black/png/inbox_icon&48.png b/client/images/icons/cc/black/png/inbox_icon&48.png new file mode 100755 index 0000000..9d3b423 Binary files /dev/null and b/client/images/icons/cc/black/png/inbox_icon&48.png differ diff --git a/client/images/icons/cc/black/png/indent_decrease_icon&16.png b/client/images/icons/cc/black/png/indent_decrease_icon&16.png new file mode 100755 index 0000000..428b832 Binary files /dev/null and b/client/images/icons/cc/black/png/indent_decrease_icon&16.png differ diff --git a/client/images/icons/cc/black/png/indent_decrease_icon&24.png b/client/images/icons/cc/black/png/indent_decrease_icon&24.png new file mode 100755 index 0000000..5f09c0b Binary files /dev/null and b/client/images/icons/cc/black/png/indent_decrease_icon&24.png differ diff --git a/client/images/icons/cc/black/png/indent_decrease_icon&32.png b/client/images/icons/cc/black/png/indent_decrease_icon&32.png new file mode 100755 index 0000000..5d4d65e Binary files /dev/null and b/client/images/icons/cc/black/png/indent_decrease_icon&32.png differ diff --git a/client/images/icons/cc/black/png/indent_decrease_icon&48.png b/client/images/icons/cc/black/png/indent_decrease_icon&48.png new file mode 100755 index 0000000..89bb251 Binary files /dev/null and b/client/images/icons/cc/black/png/indent_decrease_icon&48.png differ diff --git a/client/images/icons/cc/black/png/indent_increase_icon&16.png b/client/images/icons/cc/black/png/indent_increase_icon&16.png new file mode 100755 index 0000000..8e62827 Binary files /dev/null and b/client/images/icons/cc/black/png/indent_increase_icon&16.png differ diff --git a/client/images/icons/cc/black/png/indent_increase_icon&24.png b/client/images/icons/cc/black/png/indent_increase_icon&24.png new file mode 100755 index 0000000..b9d0d52 Binary files /dev/null and b/client/images/icons/cc/black/png/indent_increase_icon&24.png differ diff --git a/client/images/icons/cc/black/png/indent_increase_icon&32.png b/client/images/icons/cc/black/png/indent_increase_icon&32.png new file mode 100755 index 0000000..fab0eb5 Binary files /dev/null and b/client/images/icons/cc/black/png/indent_increase_icon&32.png differ diff --git a/client/images/icons/cc/black/png/indent_increase_icon&48.png b/client/images/icons/cc/black/png/indent_increase_icon&48.png new file mode 100755 index 0000000..31e895f Binary files /dev/null and b/client/images/icons/cc/black/png/indent_increase_icon&48.png differ diff --git a/client/images/icons/cc/black/png/info_icon&16.png b/client/images/icons/cc/black/png/info_icon&16.png new file mode 100755 index 0000000..3055bef Binary files /dev/null and b/client/images/icons/cc/black/png/info_icon&16.png differ diff --git a/client/images/icons/cc/black/png/info_icon&24.png b/client/images/icons/cc/black/png/info_icon&24.png new file mode 100755 index 0000000..845ac86 Binary files /dev/null and b/client/images/icons/cc/black/png/info_icon&24.png differ diff --git a/client/images/icons/cc/black/png/info_icon&32.png b/client/images/icons/cc/black/png/info_icon&32.png new file mode 100755 index 0000000..33140ef Binary files /dev/null and b/client/images/icons/cc/black/png/info_icon&32.png differ diff --git a/client/images/icons/cc/black/png/info_icon&48.png b/client/images/icons/cc/black/png/info_icon&48.png new file mode 100755 index 0000000..071cb87 Binary files /dev/null and b/client/images/icons/cc/black/png/info_icon&48.png differ diff --git a/client/images/icons/cc/black/png/inject_icon&16.png b/client/images/icons/cc/black/png/inject_icon&16.png new file mode 100755 index 0000000..6d954f6 Binary files /dev/null and b/client/images/icons/cc/black/png/inject_icon&16.png differ diff --git a/client/images/icons/cc/black/png/inject_icon&24.png b/client/images/icons/cc/black/png/inject_icon&24.png new file mode 100755 index 0000000..895dbe1 Binary files /dev/null and b/client/images/icons/cc/black/png/inject_icon&24.png differ diff --git a/client/images/icons/cc/black/png/inject_icon&32.png b/client/images/icons/cc/black/png/inject_icon&32.png new file mode 100755 index 0000000..f54c2ed Binary files /dev/null and b/client/images/icons/cc/black/png/inject_icon&32.png differ diff --git a/client/images/icons/cc/black/png/inject_icon&48.png b/client/images/icons/cc/black/png/inject_icon&48.png new file mode 100755 index 0000000..d00adb0 Binary files /dev/null and b/client/images/icons/cc/black/png/inject_icon&48.png differ diff --git a/client/images/icons/cc/black/png/invisible_light_icon&16.png b/client/images/icons/cc/black/png/invisible_light_icon&16.png new file mode 100755 index 0000000..8fb729b Binary files /dev/null and b/client/images/icons/cc/black/png/invisible_light_icon&16.png differ diff --git a/client/images/icons/cc/black/png/invisible_light_icon&24.png b/client/images/icons/cc/black/png/invisible_light_icon&24.png new file mode 100755 index 0000000..1cf45c0 Binary files /dev/null and b/client/images/icons/cc/black/png/invisible_light_icon&24.png differ diff --git a/client/images/icons/cc/black/png/invisible_light_icon&32.png b/client/images/icons/cc/black/png/invisible_light_icon&32.png new file mode 100755 index 0000000..4eeba30 Binary files /dev/null and b/client/images/icons/cc/black/png/invisible_light_icon&32.png differ diff --git a/client/images/icons/cc/black/png/invisible_light_icon&48.png b/client/images/icons/cc/black/png/invisible_light_icon&48.png new file mode 100755 index 0000000..490c966 Binary files /dev/null and b/client/images/icons/cc/black/png/invisible_light_icon&48.png differ diff --git a/client/images/icons/cc/black/png/invisible_revert_icon&16.png b/client/images/icons/cc/black/png/invisible_revert_icon&16.png new file mode 100755 index 0000000..cba7985 Binary files /dev/null and b/client/images/icons/cc/black/png/invisible_revert_icon&16.png differ diff --git a/client/images/icons/cc/black/png/invisible_revert_icon&24.png b/client/images/icons/cc/black/png/invisible_revert_icon&24.png new file mode 100755 index 0000000..4be08c9 Binary files /dev/null and b/client/images/icons/cc/black/png/invisible_revert_icon&24.png differ diff --git a/client/images/icons/cc/black/png/invisible_revert_icon&32.png b/client/images/icons/cc/black/png/invisible_revert_icon&32.png new file mode 100755 index 0000000..912621c Binary files /dev/null and b/client/images/icons/cc/black/png/invisible_revert_icon&32.png differ diff --git a/client/images/icons/cc/black/png/invisible_revert_icon&48.png b/client/images/icons/cc/black/png/invisible_revert_icon&48.png new file mode 100755 index 0000000..224f696 Binary files /dev/null and b/client/images/icons/cc/black/png/invisible_revert_icon&48.png differ diff --git a/client/images/icons/cc/black/png/iphone_icon&16.png b/client/images/icons/cc/black/png/iphone_icon&16.png new file mode 100755 index 0000000..722a08f Binary files /dev/null and b/client/images/icons/cc/black/png/iphone_icon&16.png differ diff --git a/client/images/icons/cc/black/png/iphone_icon&24.png b/client/images/icons/cc/black/png/iphone_icon&24.png new file mode 100755 index 0000000..76b7bb1 Binary files /dev/null and b/client/images/icons/cc/black/png/iphone_icon&24.png differ diff --git a/client/images/icons/cc/black/png/iphone_icon&32.png b/client/images/icons/cc/black/png/iphone_icon&32.png new file mode 100755 index 0000000..5b5b6c4 Binary files /dev/null and b/client/images/icons/cc/black/png/iphone_icon&32.png differ diff --git a/client/images/icons/cc/black/png/iphone_icon&48.png b/client/images/icons/cc/black/png/iphone_icon&48.png new file mode 100755 index 0000000..0c59fc5 Binary files /dev/null and b/client/images/icons/cc/black/png/iphone_icon&48.png differ diff --git a/client/images/icons/cc/black/png/key_icon&16.png b/client/images/icons/cc/black/png/key_icon&16.png new file mode 100755 index 0000000..0bef9a3 Binary files /dev/null and b/client/images/icons/cc/black/png/key_icon&16.png differ diff --git a/client/images/icons/cc/black/png/key_icon&24.png b/client/images/icons/cc/black/png/key_icon&24.png new file mode 100755 index 0000000..9389713 Binary files /dev/null and b/client/images/icons/cc/black/png/key_icon&24.png differ diff --git a/client/images/icons/cc/black/png/key_icon&32.png b/client/images/icons/cc/black/png/key_icon&32.png new file mode 100755 index 0000000..e241f06 Binary files /dev/null and b/client/images/icons/cc/black/png/key_icon&32.png differ diff --git a/client/images/icons/cc/black/png/key_icon&48.png b/client/images/icons/cc/black/png/key_icon&48.png new file mode 100755 index 0000000..96b66a7 Binary files /dev/null and b/client/images/icons/cc/black/png/key_icon&48.png differ diff --git a/client/images/icons/cc/black/png/layers_1_icon&16.png b/client/images/icons/cc/black/png/layers_1_icon&16.png new file mode 100755 index 0000000..31abb40 Binary files /dev/null and b/client/images/icons/cc/black/png/layers_1_icon&16.png differ diff --git a/client/images/icons/cc/black/png/layers_1_icon&24.png b/client/images/icons/cc/black/png/layers_1_icon&24.png new file mode 100755 index 0000000..683ee38 Binary files /dev/null and b/client/images/icons/cc/black/png/layers_1_icon&24.png differ diff --git a/client/images/icons/cc/black/png/layers_1_icon&32.png b/client/images/icons/cc/black/png/layers_1_icon&32.png new file mode 100755 index 0000000..32df2b7 Binary files /dev/null and b/client/images/icons/cc/black/png/layers_1_icon&32.png differ diff --git a/client/images/icons/cc/black/png/layers_1_icon&48.png b/client/images/icons/cc/black/png/layers_1_icon&48.png new file mode 100755 index 0000000..8b97af3 Binary files /dev/null and b/client/images/icons/cc/black/png/layers_1_icon&48.png differ diff --git a/client/images/icons/cc/black/png/layers_2_icon&16.png b/client/images/icons/cc/black/png/layers_2_icon&16.png new file mode 100755 index 0000000..eeb1192 Binary files /dev/null and b/client/images/icons/cc/black/png/layers_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/layers_2_icon&24.png b/client/images/icons/cc/black/png/layers_2_icon&24.png new file mode 100755 index 0000000..3e4ca7b Binary files /dev/null and b/client/images/icons/cc/black/png/layers_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/layers_2_icon&32.png b/client/images/icons/cc/black/png/layers_2_icon&32.png new file mode 100755 index 0000000..9a0c8cc Binary files /dev/null and b/client/images/icons/cc/black/png/layers_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/layers_2_icon&48.png b/client/images/icons/cc/black/png/layers_2_icon&48.png new file mode 100755 index 0000000..c62fe8e Binary files /dev/null and b/client/images/icons/cc/black/png/layers_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/lightbulb_icon&16.png b/client/images/icons/cc/black/png/lightbulb_icon&16.png new file mode 100755 index 0000000..e355a52 Binary files /dev/null and b/client/images/icons/cc/black/png/lightbulb_icon&16.png differ diff --git a/client/images/icons/cc/black/png/lightbulb_icon&24.png b/client/images/icons/cc/black/png/lightbulb_icon&24.png new file mode 100755 index 0000000..2f733bc Binary files /dev/null and b/client/images/icons/cc/black/png/lightbulb_icon&24.png differ diff --git a/client/images/icons/cc/black/png/lightbulb_icon&32.png b/client/images/icons/cc/black/png/lightbulb_icon&32.png new file mode 100755 index 0000000..72bb9d4 Binary files /dev/null and b/client/images/icons/cc/black/png/lightbulb_icon&32.png differ diff --git a/client/images/icons/cc/black/png/lightbulb_icon&48.png b/client/images/icons/cc/black/png/lightbulb_icon&48.png new file mode 100755 index 0000000..ba5596e Binary files /dev/null and b/client/images/icons/cc/black/png/lightbulb_icon&48.png differ diff --git a/client/images/icons/cc/black/png/lighting_icon&16.png b/client/images/icons/cc/black/png/lighting_icon&16.png new file mode 100755 index 0000000..453d5b0 Binary files /dev/null and b/client/images/icons/cc/black/png/lighting_icon&16.png differ diff --git a/client/images/icons/cc/black/png/lighting_icon&24.png b/client/images/icons/cc/black/png/lighting_icon&24.png new file mode 100755 index 0000000..497390e Binary files /dev/null and b/client/images/icons/cc/black/png/lighting_icon&24.png differ diff --git a/client/images/icons/cc/black/png/lighting_icon&32.png b/client/images/icons/cc/black/png/lighting_icon&32.png new file mode 100755 index 0000000..6687a2b Binary files /dev/null and b/client/images/icons/cc/black/png/lighting_icon&32.png differ diff --git a/client/images/icons/cc/black/png/lighting_icon&48.png b/client/images/icons/cc/black/png/lighting_icon&48.png new file mode 100755 index 0000000..41184c6 Binary files /dev/null and b/client/images/icons/cc/black/png/lighting_icon&48.png differ diff --git a/client/images/icons/cc/black/png/link_icon&16.png b/client/images/icons/cc/black/png/link_icon&16.png new file mode 100755 index 0000000..9ae1274 Binary files /dev/null and b/client/images/icons/cc/black/png/link_icon&16.png differ diff --git a/client/images/icons/cc/black/png/link_icon&24.png b/client/images/icons/cc/black/png/link_icon&24.png new file mode 100755 index 0000000..2a1c5e7 Binary files /dev/null and b/client/images/icons/cc/black/png/link_icon&24.png differ diff --git a/client/images/icons/cc/black/png/link_icon&32.png b/client/images/icons/cc/black/png/link_icon&32.png new file mode 100755 index 0000000..4e606ed Binary files /dev/null and b/client/images/icons/cc/black/png/link_icon&32.png differ diff --git a/client/images/icons/cc/black/png/link_icon&48.png b/client/images/icons/cc/black/png/link_icon&48.png new file mode 100755 index 0000000..5d23ffc Binary files /dev/null and b/client/images/icons/cc/black/png/link_icon&48.png differ diff --git a/client/images/icons/cc/black/png/list_bullets_icon&16.png b/client/images/icons/cc/black/png/list_bullets_icon&16.png new file mode 100755 index 0000000..4fc55e0 Binary files /dev/null and b/client/images/icons/cc/black/png/list_bullets_icon&16.png differ diff --git a/client/images/icons/cc/black/png/list_bullets_icon&24.png b/client/images/icons/cc/black/png/list_bullets_icon&24.png new file mode 100755 index 0000000..781e75e Binary files /dev/null and b/client/images/icons/cc/black/png/list_bullets_icon&24.png differ diff --git a/client/images/icons/cc/black/png/list_bullets_icon&32.png b/client/images/icons/cc/black/png/list_bullets_icon&32.png new file mode 100755 index 0000000..209660b Binary files /dev/null and b/client/images/icons/cc/black/png/list_bullets_icon&32.png differ diff --git a/client/images/icons/cc/black/png/list_bullets_icon&48.png b/client/images/icons/cc/black/png/list_bullets_icon&48.png new file mode 100755 index 0000000..58c9d5b Binary files /dev/null and b/client/images/icons/cc/black/png/list_bullets_icon&48.png differ diff --git a/client/images/icons/cc/black/png/list_num_icon&16.png b/client/images/icons/cc/black/png/list_num_icon&16.png new file mode 100755 index 0000000..a9c8cb8 Binary files /dev/null and b/client/images/icons/cc/black/png/list_num_icon&16.png differ diff --git a/client/images/icons/cc/black/png/list_num_icon&24.png b/client/images/icons/cc/black/png/list_num_icon&24.png new file mode 100755 index 0000000..51f617d Binary files /dev/null and b/client/images/icons/cc/black/png/list_num_icon&24.png differ diff --git a/client/images/icons/cc/black/png/list_num_icon&32.png b/client/images/icons/cc/black/png/list_num_icon&32.png new file mode 100755 index 0000000..68c5c26 Binary files /dev/null and b/client/images/icons/cc/black/png/list_num_icon&32.png differ diff --git a/client/images/icons/cc/black/png/list_num_icon&48.png b/client/images/icons/cc/black/png/list_num_icon&48.png new file mode 100755 index 0000000..4b551e8 Binary files /dev/null and b/client/images/icons/cc/black/png/list_num_icon&48.png differ diff --git a/client/images/icons/cc/black/png/loading_throbber_icon&16.png b/client/images/icons/cc/black/png/loading_throbber_icon&16.png new file mode 100755 index 0000000..58e4599 Binary files /dev/null and b/client/images/icons/cc/black/png/loading_throbber_icon&16.png differ diff --git a/client/images/icons/cc/black/png/loading_throbber_icon&24.png b/client/images/icons/cc/black/png/loading_throbber_icon&24.png new file mode 100755 index 0000000..d9b51da Binary files /dev/null and b/client/images/icons/cc/black/png/loading_throbber_icon&24.png differ diff --git a/client/images/icons/cc/black/png/loading_throbber_icon&32.png b/client/images/icons/cc/black/png/loading_throbber_icon&32.png new file mode 100755 index 0000000..e8b260c Binary files /dev/null and b/client/images/icons/cc/black/png/loading_throbber_icon&32.png differ diff --git a/client/images/icons/cc/black/png/loading_throbber_icon&48.png b/client/images/icons/cc/black/png/loading_throbber_icon&48.png new file mode 100755 index 0000000..9706332 Binary files /dev/null and b/client/images/icons/cc/black/png/loading_throbber_icon&48.png differ diff --git a/client/images/icons/cc/black/png/lock_open_icon&16.png b/client/images/icons/cc/black/png/lock_open_icon&16.png new file mode 100755 index 0000000..4384187 Binary files /dev/null and b/client/images/icons/cc/black/png/lock_open_icon&16.png differ diff --git a/client/images/icons/cc/black/png/lock_open_icon&24.png b/client/images/icons/cc/black/png/lock_open_icon&24.png new file mode 100755 index 0000000..3660ebe Binary files /dev/null and b/client/images/icons/cc/black/png/lock_open_icon&24.png differ diff --git a/client/images/icons/cc/black/png/lock_open_icon&32.png b/client/images/icons/cc/black/png/lock_open_icon&32.png new file mode 100755 index 0000000..b598a1f Binary files /dev/null and b/client/images/icons/cc/black/png/lock_open_icon&32.png differ diff --git a/client/images/icons/cc/black/png/lock_open_icon&48.png b/client/images/icons/cc/black/png/lock_open_icon&48.png new file mode 100755 index 0000000..b181b9c Binary files /dev/null and b/client/images/icons/cc/black/png/lock_open_icon&48.png differ diff --git a/client/images/icons/cc/black/png/magic_wand_2_icon&16.png b/client/images/icons/cc/black/png/magic_wand_2_icon&16.png new file mode 100755 index 0000000..76d61d3 Binary files /dev/null and b/client/images/icons/cc/black/png/magic_wand_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/magic_wand_2_icon&24.png b/client/images/icons/cc/black/png/magic_wand_2_icon&24.png new file mode 100755 index 0000000..5e91fc1 Binary files /dev/null and b/client/images/icons/cc/black/png/magic_wand_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/magic_wand_2_icon&32.png b/client/images/icons/cc/black/png/magic_wand_2_icon&32.png new file mode 100755 index 0000000..5daf2c6 Binary files /dev/null and b/client/images/icons/cc/black/png/magic_wand_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/magic_wand_2_icon&48.png b/client/images/icons/cc/black/png/magic_wand_2_icon&48.png new file mode 100755 index 0000000..79503fe Binary files /dev/null and b/client/images/icons/cc/black/png/magic_wand_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/magic_wand_icon&16.png b/client/images/icons/cc/black/png/magic_wand_icon&16.png new file mode 100755 index 0000000..a324cfd Binary files /dev/null and b/client/images/icons/cc/black/png/magic_wand_icon&16.png differ diff --git a/client/images/icons/cc/black/png/magic_wand_icon&24.png b/client/images/icons/cc/black/png/magic_wand_icon&24.png new file mode 100755 index 0000000..8e9f39d Binary files /dev/null and b/client/images/icons/cc/black/png/magic_wand_icon&24.png differ diff --git a/client/images/icons/cc/black/png/magic_wand_icon&32.png b/client/images/icons/cc/black/png/magic_wand_icon&32.png new file mode 100755 index 0000000..0e30ff9 Binary files /dev/null and b/client/images/icons/cc/black/png/magic_wand_icon&32.png differ diff --git a/client/images/icons/cc/black/png/magic_wand_icon&48.png b/client/images/icons/cc/black/png/magic_wand_icon&48.png new file mode 100755 index 0000000..5cc1e41 Binary files /dev/null and b/client/images/icons/cc/black/png/magic_wand_icon&48.png differ diff --git a/client/images/icons/cc/black/png/mail_2_icon&16.png b/client/images/icons/cc/black/png/mail_2_icon&16.png new file mode 100755 index 0000000..d544050 Binary files /dev/null and b/client/images/icons/cc/black/png/mail_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/mail_2_icon&24.png b/client/images/icons/cc/black/png/mail_2_icon&24.png new file mode 100755 index 0000000..51d6ca5 Binary files /dev/null and b/client/images/icons/cc/black/png/mail_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/mail_2_icon&32.png b/client/images/icons/cc/black/png/mail_2_icon&32.png new file mode 100755 index 0000000..5a51fe8 Binary files /dev/null and b/client/images/icons/cc/black/png/mail_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/mail_2_icon&48.png b/client/images/icons/cc/black/png/mail_2_icon&48.png new file mode 100755 index 0000000..4b2ced4 Binary files /dev/null and b/client/images/icons/cc/black/png/mail_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/mail_icon&16.png b/client/images/icons/cc/black/png/mail_icon&16.png new file mode 100755 index 0000000..53ea8d8 Binary files /dev/null and b/client/images/icons/cc/black/png/mail_icon&16.png differ diff --git a/client/images/icons/cc/black/png/mail_icon&24.png b/client/images/icons/cc/black/png/mail_icon&24.png new file mode 100755 index 0000000..6a4586e Binary files /dev/null and b/client/images/icons/cc/black/png/mail_icon&24.png differ diff --git a/client/images/icons/cc/black/png/mail_icon&32.png b/client/images/icons/cc/black/png/mail_icon&32.png new file mode 100755 index 0000000..e7bf038 Binary files /dev/null and b/client/images/icons/cc/black/png/mail_icon&32.png differ diff --git a/client/images/icons/cc/black/png/mail_icon&48.png b/client/images/icons/cc/black/png/mail_icon&48.png new file mode 100755 index 0000000..9c18556 Binary files /dev/null and b/client/images/icons/cc/black/png/mail_icon&48.png differ diff --git a/client/images/icons/cc/black/png/message_attention_icon&16.png b/client/images/icons/cc/black/png/message_attention_icon&16.png new file mode 100755 index 0000000..6ba64d0 Binary files /dev/null and b/client/images/icons/cc/black/png/message_attention_icon&16.png differ diff --git a/client/images/icons/cc/black/png/message_attention_icon&24.png b/client/images/icons/cc/black/png/message_attention_icon&24.png new file mode 100755 index 0000000..ecaa2ce Binary files /dev/null and b/client/images/icons/cc/black/png/message_attention_icon&24.png differ diff --git a/client/images/icons/cc/black/png/message_attention_icon&32.png b/client/images/icons/cc/black/png/message_attention_icon&32.png new file mode 100755 index 0000000..de68fef Binary files /dev/null and b/client/images/icons/cc/black/png/message_attention_icon&32.png differ diff --git a/client/images/icons/cc/black/png/message_attention_icon&48.png b/client/images/icons/cc/black/png/message_attention_icon&48.png new file mode 100755 index 0000000..da3d687 Binary files /dev/null and b/client/images/icons/cc/black/png/message_attention_icon&48.png differ diff --git a/client/images/icons/cc/black/png/mic_icon&16.png b/client/images/icons/cc/black/png/mic_icon&16.png new file mode 100755 index 0000000..6b1822c Binary files /dev/null and b/client/images/icons/cc/black/png/mic_icon&16.png differ diff --git a/client/images/icons/cc/black/png/mic_icon&24.png b/client/images/icons/cc/black/png/mic_icon&24.png new file mode 100755 index 0000000..0fbc030 Binary files /dev/null and b/client/images/icons/cc/black/png/mic_icon&24.png differ diff --git a/client/images/icons/cc/black/png/mic_icon&32.png b/client/images/icons/cc/black/png/mic_icon&32.png new file mode 100755 index 0000000..2b83189 Binary files /dev/null and b/client/images/icons/cc/black/png/mic_icon&32.png differ diff --git a/client/images/icons/cc/black/png/mic_icon&48.png b/client/images/icons/cc/black/png/mic_icon&48.png new file mode 100755 index 0000000..24038c4 Binary files /dev/null and b/client/images/icons/cc/black/png/mic_icon&48.png differ diff --git a/client/images/icons/cc/black/png/microphone_icon&16.png b/client/images/icons/cc/black/png/microphone_icon&16.png new file mode 100755 index 0000000..5f6ec1a Binary files /dev/null and b/client/images/icons/cc/black/png/microphone_icon&16.png differ diff --git a/client/images/icons/cc/black/png/microphone_icon&24.png b/client/images/icons/cc/black/png/microphone_icon&24.png new file mode 100755 index 0000000..6cb2eb9 Binary files /dev/null and b/client/images/icons/cc/black/png/microphone_icon&24.png differ diff --git a/client/images/icons/cc/black/png/microphone_icon&32.png b/client/images/icons/cc/black/png/microphone_icon&32.png new file mode 100755 index 0000000..2e838fa Binary files /dev/null and b/client/images/icons/cc/black/png/microphone_icon&32.png differ diff --git a/client/images/icons/cc/black/png/microphone_icon&48.png b/client/images/icons/cc/black/png/microphone_icon&48.png new file mode 100755 index 0000000..43bf3ba Binary files /dev/null and b/client/images/icons/cc/black/png/microphone_icon&48.png differ diff --git a/client/images/icons/cc/black/png/money_icon&16.png b/client/images/icons/cc/black/png/money_icon&16.png new file mode 100755 index 0000000..e52910c Binary files /dev/null and b/client/images/icons/cc/black/png/money_icon&16.png differ diff --git a/client/images/icons/cc/black/png/money_icon&24.png b/client/images/icons/cc/black/png/money_icon&24.png new file mode 100755 index 0000000..b85be48 Binary files /dev/null and b/client/images/icons/cc/black/png/money_icon&24.png differ diff --git a/client/images/icons/cc/black/png/money_icon&32.png b/client/images/icons/cc/black/png/money_icon&32.png new file mode 100755 index 0000000..8b0bedc Binary files /dev/null and b/client/images/icons/cc/black/png/money_icon&32.png differ diff --git a/client/images/icons/cc/black/png/money_icon&48.png b/client/images/icons/cc/black/png/money_icon&48.png new file mode 100755 index 0000000..951dbd0 Binary files /dev/null and b/client/images/icons/cc/black/png/money_icon&48.png differ diff --git a/client/images/icons/cc/black/png/monitor_icon&16.png b/client/images/icons/cc/black/png/monitor_icon&16.png new file mode 100755 index 0000000..43e28ea Binary files /dev/null and b/client/images/icons/cc/black/png/monitor_icon&16.png differ diff --git a/client/images/icons/cc/black/png/monitor_icon&24.png b/client/images/icons/cc/black/png/monitor_icon&24.png new file mode 100755 index 0000000..fb3c2a7 Binary files /dev/null and b/client/images/icons/cc/black/png/monitor_icon&24.png differ diff --git a/client/images/icons/cc/black/png/monitor_icon&32.png b/client/images/icons/cc/black/png/monitor_icon&32.png new file mode 100755 index 0000000..09aa5bc Binary files /dev/null and b/client/images/icons/cc/black/png/monitor_icon&32.png differ diff --git a/client/images/icons/cc/black/png/monitor_icon&48.png b/client/images/icons/cc/black/png/monitor_icon&48.png new file mode 100755 index 0000000..8eb9f5a Binary files /dev/null and b/client/images/icons/cc/black/png/monitor_icon&48.png differ diff --git a/client/images/icons/cc/black/png/movie_icon&16.png b/client/images/icons/cc/black/png/movie_icon&16.png new file mode 100755 index 0000000..1301f44 Binary files /dev/null and b/client/images/icons/cc/black/png/movie_icon&16.png differ diff --git a/client/images/icons/cc/black/png/movie_icon&24.png b/client/images/icons/cc/black/png/movie_icon&24.png new file mode 100755 index 0000000..b279856 Binary files /dev/null and b/client/images/icons/cc/black/png/movie_icon&24.png differ diff --git a/client/images/icons/cc/black/png/movie_icon&32.png b/client/images/icons/cc/black/png/movie_icon&32.png new file mode 100755 index 0000000..99e8103 Binary files /dev/null and b/client/images/icons/cc/black/png/movie_icon&32.png differ diff --git a/client/images/icons/cc/black/png/movie_icon&48.png b/client/images/icons/cc/black/png/movie_icon&48.png new file mode 100755 index 0000000..afcfb90 Binary files /dev/null and b/client/images/icons/cc/black/png/movie_icon&48.png differ diff --git a/client/images/icons/cc/black/png/music_icon&16.png b/client/images/icons/cc/black/png/music_icon&16.png new file mode 100755 index 0000000..51f1bf9 Binary files /dev/null and b/client/images/icons/cc/black/png/music_icon&16.png differ diff --git a/client/images/icons/cc/black/png/music_icon&24.png b/client/images/icons/cc/black/png/music_icon&24.png new file mode 100755 index 0000000..4bfb404 Binary files /dev/null and b/client/images/icons/cc/black/png/music_icon&24.png differ diff --git a/client/images/icons/cc/black/png/music_icon&32.png b/client/images/icons/cc/black/png/music_icon&32.png new file mode 100755 index 0000000..4d03e6a Binary files /dev/null and b/client/images/icons/cc/black/png/music_icon&32.png differ diff --git a/client/images/icons/cc/black/png/music_icon&48.png b/client/images/icons/cc/black/png/music_icon&48.png new file mode 100755 index 0000000..8611360 Binary files /dev/null and b/client/images/icons/cc/black/png/music_icon&48.png differ diff --git a/client/images/icons/cc/black/png/music_square_icon&16.png b/client/images/icons/cc/black/png/music_square_icon&16.png new file mode 100755 index 0000000..9377347 Binary files /dev/null and b/client/images/icons/cc/black/png/music_square_icon&16.png differ diff --git a/client/images/icons/cc/black/png/music_square_icon&24.png b/client/images/icons/cc/black/png/music_square_icon&24.png new file mode 100755 index 0000000..00cc8cc Binary files /dev/null and b/client/images/icons/cc/black/png/music_square_icon&24.png differ diff --git a/client/images/icons/cc/black/png/music_square_icon&32.png b/client/images/icons/cc/black/png/music_square_icon&32.png new file mode 100755 index 0000000..b6d7ff4 Binary files /dev/null and b/client/images/icons/cc/black/png/music_square_icon&32.png differ diff --git a/client/images/icons/cc/black/png/music_square_icon&48.png b/client/images/icons/cc/black/png/music_square_icon&48.png new file mode 100755 index 0000000..b8f0c42 Binary files /dev/null and b/client/images/icons/cc/black/png/music_square_icon&48.png differ diff --git a/client/images/icons/cc/black/png/net_comp_icon&16.png b/client/images/icons/cc/black/png/net_comp_icon&16.png new file mode 100755 index 0000000..1c0af62 Binary files /dev/null and b/client/images/icons/cc/black/png/net_comp_icon&16.png differ diff --git a/client/images/icons/cc/black/png/net_comp_icon&24.png b/client/images/icons/cc/black/png/net_comp_icon&24.png new file mode 100755 index 0000000..f85664f Binary files /dev/null and b/client/images/icons/cc/black/png/net_comp_icon&24.png differ diff --git a/client/images/icons/cc/black/png/net_comp_icon&32.png b/client/images/icons/cc/black/png/net_comp_icon&32.png new file mode 100755 index 0000000..fb4355c Binary files /dev/null and b/client/images/icons/cc/black/png/net_comp_icon&32.png differ diff --git a/client/images/icons/cc/black/png/net_comp_icon&48.png b/client/images/icons/cc/black/png/net_comp_icon&48.png new file mode 100755 index 0000000..146b4f2 Binary files /dev/null and b/client/images/icons/cc/black/png/net_comp_icon&48.png differ diff --git a/client/images/icons/cc/black/png/network_icon&16.png b/client/images/icons/cc/black/png/network_icon&16.png new file mode 100755 index 0000000..5083cea Binary files /dev/null and b/client/images/icons/cc/black/png/network_icon&16.png differ diff --git a/client/images/icons/cc/black/png/network_icon&24.png b/client/images/icons/cc/black/png/network_icon&24.png new file mode 100755 index 0000000..eef20f2 Binary files /dev/null and b/client/images/icons/cc/black/png/network_icon&24.png differ diff --git a/client/images/icons/cc/black/png/network_icon&32.png b/client/images/icons/cc/black/png/network_icon&32.png new file mode 100755 index 0000000..2c99d04 Binary files /dev/null and b/client/images/icons/cc/black/png/network_icon&32.png differ diff --git a/client/images/icons/cc/black/png/network_icon&48.png b/client/images/icons/cc/black/png/network_icon&48.png new file mode 100755 index 0000000..f78807a Binary files /dev/null and b/client/images/icons/cc/black/png/network_icon&48.png differ diff --git a/client/images/icons/cc/black/png/not_connected_icon&16.png b/client/images/icons/cc/black/png/not_connected_icon&16.png new file mode 100755 index 0000000..c77a4d0 Binary files /dev/null and b/client/images/icons/cc/black/png/not_connected_icon&16.png differ diff --git a/client/images/icons/cc/black/png/not_connected_icon&24.png b/client/images/icons/cc/black/png/not_connected_icon&24.png new file mode 100755 index 0000000..3836161 Binary files /dev/null and b/client/images/icons/cc/black/png/not_connected_icon&24.png differ diff --git a/client/images/icons/cc/black/png/not_connected_icon&32.png b/client/images/icons/cc/black/png/not_connected_icon&32.png new file mode 100755 index 0000000..e7c802c Binary files /dev/null and b/client/images/icons/cc/black/png/not_connected_icon&32.png differ diff --git a/client/images/icons/cc/black/png/not_connected_icon&48.png b/client/images/icons/cc/black/png/not_connected_icon&48.png new file mode 100755 index 0000000..ba207bf Binary files /dev/null and b/client/images/icons/cc/black/png/not_connected_icon&48.png differ diff --git a/client/images/icons/cc/black/png/notepad_2_icon&16.png b/client/images/icons/cc/black/png/notepad_2_icon&16.png new file mode 100755 index 0000000..87adc8c Binary files /dev/null and b/client/images/icons/cc/black/png/notepad_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/notepad_2_icon&24.png b/client/images/icons/cc/black/png/notepad_2_icon&24.png new file mode 100755 index 0000000..623edeb Binary files /dev/null and b/client/images/icons/cc/black/png/notepad_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/notepad_2_icon&32.png b/client/images/icons/cc/black/png/notepad_2_icon&32.png new file mode 100755 index 0000000..69ac4ca Binary files /dev/null and b/client/images/icons/cc/black/png/notepad_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/notepad_2_icon&48.png b/client/images/icons/cc/black/png/notepad_2_icon&48.png new file mode 100755 index 0000000..5fd4874 Binary files /dev/null and b/client/images/icons/cc/black/png/notepad_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/notepad_icon&16.png b/client/images/icons/cc/black/png/notepad_icon&16.png new file mode 100755 index 0000000..5e1b75e Binary files /dev/null and b/client/images/icons/cc/black/png/notepad_icon&16.png differ diff --git a/client/images/icons/cc/black/png/notepad_icon&24.png b/client/images/icons/cc/black/png/notepad_icon&24.png new file mode 100755 index 0000000..bf7a0f8 Binary files /dev/null and b/client/images/icons/cc/black/png/notepad_icon&24.png differ diff --git a/client/images/icons/cc/black/png/notepad_icon&32.png b/client/images/icons/cc/black/png/notepad_icon&32.png new file mode 100755 index 0000000..a01fbe8 Binary files /dev/null and b/client/images/icons/cc/black/png/notepad_icon&32.png differ diff --git a/client/images/icons/cc/black/png/notepad_icon&48.png b/client/images/icons/cc/black/png/notepad_icon&48.png new file mode 100755 index 0000000..acf2a3e Binary files /dev/null and b/client/images/icons/cc/black/png/notepad_icon&48.png differ diff --git a/client/images/icons/cc/black/png/off_icon&16.png b/client/images/icons/cc/black/png/off_icon&16.png new file mode 100755 index 0000000..3c44cae Binary files /dev/null and b/client/images/icons/cc/black/png/off_icon&16.png differ diff --git a/client/images/icons/cc/black/png/off_icon&24.png b/client/images/icons/cc/black/png/off_icon&24.png new file mode 100755 index 0000000..74dbeb3 Binary files /dev/null and b/client/images/icons/cc/black/png/off_icon&24.png differ diff --git a/client/images/icons/cc/black/png/off_icon&32.png b/client/images/icons/cc/black/png/off_icon&32.png new file mode 100755 index 0000000..752677f Binary files /dev/null and b/client/images/icons/cc/black/png/off_icon&32.png differ diff --git a/client/images/icons/cc/black/png/off_icon&48.png b/client/images/icons/cc/black/png/off_icon&48.png new file mode 100755 index 0000000..b326ca9 Binary files /dev/null and b/client/images/icons/cc/black/png/off_icon&48.png differ diff --git a/client/images/icons/cc/black/png/on-off_icon&16.png b/client/images/icons/cc/black/png/on-off_icon&16.png new file mode 100755 index 0000000..a9b0ab6 Binary files /dev/null and b/client/images/icons/cc/black/png/on-off_icon&16.png differ diff --git a/client/images/icons/cc/black/png/on-off_icon&24.png b/client/images/icons/cc/black/png/on-off_icon&24.png new file mode 100755 index 0000000..bd5997c Binary files /dev/null and b/client/images/icons/cc/black/png/on-off_icon&24.png differ diff --git a/client/images/icons/cc/black/png/on-off_icon&32.png b/client/images/icons/cc/black/png/on-off_icon&32.png new file mode 100755 index 0000000..75af5bd Binary files /dev/null and b/client/images/icons/cc/black/png/on-off_icon&32.png differ diff --git a/client/images/icons/cc/black/png/on-off_icon&48.png b/client/images/icons/cc/black/png/on-off_icon&48.png new file mode 100755 index 0000000..ee14ac0 Binary files /dev/null and b/client/images/icons/cc/black/png/on-off_icon&48.png differ diff --git a/client/images/icons/cc/black/png/on_icon&16.png b/client/images/icons/cc/black/png/on_icon&16.png new file mode 100755 index 0000000..a1b4745 Binary files /dev/null and b/client/images/icons/cc/black/png/on_icon&16.png differ diff --git a/client/images/icons/cc/black/png/on_icon&24.png b/client/images/icons/cc/black/png/on_icon&24.png new file mode 100755 index 0000000..73e6990 Binary files /dev/null and b/client/images/icons/cc/black/png/on_icon&24.png differ diff --git a/client/images/icons/cc/black/png/on_icon&32.png b/client/images/icons/cc/black/png/on_icon&32.png new file mode 100755 index 0000000..380ba73 Binary files /dev/null and b/client/images/icons/cc/black/png/on_icon&32.png differ diff --git a/client/images/icons/cc/black/png/on_icon&48.png b/client/images/icons/cc/black/png/on_icon&48.png new file mode 100755 index 0000000..653bce9 Binary files /dev/null and b/client/images/icons/cc/black/png/on_icon&48.png differ diff --git a/client/images/icons/cc/black/png/openid_icon&16.png b/client/images/icons/cc/black/png/openid_icon&16.png new file mode 100755 index 0000000..dea1cf6 Binary files /dev/null and b/client/images/icons/cc/black/png/openid_icon&16.png differ diff --git a/client/images/icons/cc/black/png/openid_icon&24.png b/client/images/icons/cc/black/png/openid_icon&24.png new file mode 100755 index 0000000..99e67c8 Binary files /dev/null and b/client/images/icons/cc/black/png/openid_icon&24.png differ diff --git a/client/images/icons/cc/black/png/openid_icon&32.png b/client/images/icons/cc/black/png/openid_icon&32.png new file mode 100755 index 0000000..4869b85 Binary files /dev/null and b/client/images/icons/cc/black/png/openid_icon&32.png differ diff --git a/client/images/icons/cc/black/png/openid_icon&48.png b/client/images/icons/cc/black/png/openid_icon&48.png new file mode 100755 index 0000000..2b1aff7 Binary files /dev/null and b/client/images/icons/cc/black/png/openid_icon&48.png differ diff --git a/client/images/icons/cc/black/png/padlock_closed_icon&16.png b/client/images/icons/cc/black/png/padlock_closed_icon&16.png new file mode 100755 index 0000000..91d184a Binary files /dev/null and b/client/images/icons/cc/black/png/padlock_closed_icon&16.png differ diff --git a/client/images/icons/cc/black/png/padlock_closed_icon&24.png b/client/images/icons/cc/black/png/padlock_closed_icon&24.png new file mode 100755 index 0000000..d3ccbc1 Binary files /dev/null and b/client/images/icons/cc/black/png/padlock_closed_icon&24.png differ diff --git a/client/images/icons/cc/black/png/padlock_closed_icon&32.png b/client/images/icons/cc/black/png/padlock_closed_icon&32.png new file mode 100755 index 0000000..bf0501d Binary files /dev/null and b/client/images/icons/cc/black/png/padlock_closed_icon&32.png differ diff --git a/client/images/icons/cc/black/png/padlock_closed_icon&48.png b/client/images/icons/cc/black/png/padlock_closed_icon&48.png new file mode 100755 index 0000000..903f231 Binary files /dev/null and b/client/images/icons/cc/black/png/padlock_closed_icon&48.png differ diff --git a/client/images/icons/cc/black/png/padlock_open_icon&16.png b/client/images/icons/cc/black/png/padlock_open_icon&16.png new file mode 100755 index 0000000..9836503 Binary files /dev/null and b/client/images/icons/cc/black/png/padlock_open_icon&16.png differ diff --git a/client/images/icons/cc/black/png/padlock_open_icon&24.png b/client/images/icons/cc/black/png/padlock_open_icon&24.png new file mode 100755 index 0000000..8d5f8bb Binary files /dev/null and b/client/images/icons/cc/black/png/padlock_open_icon&24.png differ diff --git a/client/images/icons/cc/black/png/padlock_open_icon&32.png b/client/images/icons/cc/black/png/padlock_open_icon&32.png new file mode 100755 index 0000000..16ec609 Binary files /dev/null and b/client/images/icons/cc/black/png/padlock_open_icon&32.png differ diff --git a/client/images/icons/cc/black/png/padlock_open_icon&48.png b/client/images/icons/cc/black/png/padlock_open_icon&48.png new file mode 100755 index 0000000..62fb8e0 Binary files /dev/null and b/client/images/icons/cc/black/png/padlock_open_icon&48.png differ diff --git a/client/images/icons/cc/black/png/page_layout_icon&16.png b/client/images/icons/cc/black/png/page_layout_icon&16.png new file mode 100755 index 0000000..1b352b2 Binary files /dev/null and b/client/images/icons/cc/black/png/page_layout_icon&16.png differ diff --git a/client/images/icons/cc/black/png/page_layout_icon&24.png b/client/images/icons/cc/black/png/page_layout_icon&24.png new file mode 100755 index 0000000..2c288ea Binary files /dev/null and b/client/images/icons/cc/black/png/page_layout_icon&24.png differ diff --git a/client/images/icons/cc/black/png/page_layout_icon&32.png b/client/images/icons/cc/black/png/page_layout_icon&32.png new file mode 100755 index 0000000..180f36e Binary files /dev/null and b/client/images/icons/cc/black/png/page_layout_icon&32.png differ diff --git a/client/images/icons/cc/black/png/page_layout_icon&48.png b/client/images/icons/cc/black/png/page_layout_icon&48.png new file mode 100755 index 0000000..3683a3c Binary files /dev/null and b/client/images/icons/cc/black/png/page_layout_icon&48.png differ diff --git a/client/images/icons/cc/black/png/paper_airplane_icon&16.png b/client/images/icons/cc/black/png/paper_airplane_icon&16.png new file mode 100755 index 0000000..da42327 Binary files /dev/null and b/client/images/icons/cc/black/png/paper_airplane_icon&16.png differ diff --git a/client/images/icons/cc/black/png/paper_airplane_icon&24.png b/client/images/icons/cc/black/png/paper_airplane_icon&24.png new file mode 100755 index 0000000..3453aa4 Binary files /dev/null and b/client/images/icons/cc/black/png/paper_airplane_icon&24.png differ diff --git a/client/images/icons/cc/black/png/paper_airplane_icon&32.png b/client/images/icons/cc/black/png/paper_airplane_icon&32.png new file mode 100755 index 0000000..1433510 Binary files /dev/null and b/client/images/icons/cc/black/png/paper_airplane_icon&32.png differ diff --git a/client/images/icons/cc/black/png/paper_airplane_icon&48.png b/client/images/icons/cc/black/png/paper_airplane_icon&48.png new file mode 100755 index 0000000..f3686f9 Binary files /dev/null and b/client/images/icons/cc/black/png/paper_airplane_icon&48.png differ diff --git a/client/images/icons/cc/black/png/paragraph_icon&16.png b/client/images/icons/cc/black/png/paragraph_icon&16.png new file mode 100755 index 0000000..7858dfe Binary files /dev/null and b/client/images/icons/cc/black/png/paragraph_icon&16.png differ diff --git a/client/images/icons/cc/black/png/paragraph_icon&24.png b/client/images/icons/cc/black/png/paragraph_icon&24.png new file mode 100755 index 0000000..37a6227 Binary files /dev/null and b/client/images/icons/cc/black/png/paragraph_icon&24.png differ diff --git a/client/images/icons/cc/black/png/paragraph_icon&32.png b/client/images/icons/cc/black/png/paragraph_icon&32.png new file mode 100755 index 0000000..6283f55 Binary files /dev/null and b/client/images/icons/cc/black/png/paragraph_icon&32.png differ diff --git a/client/images/icons/cc/black/png/paragraph_icon&48.png b/client/images/icons/cc/black/png/paragraph_icon&48.png new file mode 100755 index 0000000..8896bba Binary files /dev/null and b/client/images/icons/cc/black/png/paragraph_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pencil_icon&16.png b/client/images/icons/cc/black/png/pencil_icon&16.png new file mode 100755 index 0000000..c48e5e6 Binary files /dev/null and b/client/images/icons/cc/black/png/pencil_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pencil_icon&24.png b/client/images/icons/cc/black/png/pencil_icon&24.png new file mode 100755 index 0000000..41e55b3 Binary files /dev/null and b/client/images/icons/cc/black/png/pencil_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pencil_icon&32.png b/client/images/icons/cc/black/png/pencil_icon&32.png new file mode 100755 index 0000000..9ec171a Binary files /dev/null and b/client/images/icons/cc/black/png/pencil_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pencil_icon&48.png b/client/images/icons/cc/black/png/pencil_icon&48.png new file mode 100755 index 0000000..4a7ada8 Binary files /dev/null and b/client/images/icons/cc/black/png/pencil_icon&48.png differ diff --git a/client/images/icons/cc/black/png/phone_1_icon&16.png b/client/images/icons/cc/black/png/phone_1_icon&16.png new file mode 100755 index 0000000..e8a2737 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_1_icon&16.png differ diff --git a/client/images/icons/cc/black/png/phone_1_icon&24.png b/client/images/icons/cc/black/png/phone_1_icon&24.png new file mode 100755 index 0000000..529550a Binary files /dev/null and b/client/images/icons/cc/black/png/phone_1_icon&24.png differ diff --git a/client/images/icons/cc/black/png/phone_1_icon&32.png b/client/images/icons/cc/black/png/phone_1_icon&32.png new file mode 100755 index 0000000..d5a2c24 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_1_icon&32.png differ diff --git a/client/images/icons/cc/black/png/phone_1_icon&48.png b/client/images/icons/cc/black/png/phone_1_icon&48.png new file mode 100755 index 0000000..f682e57 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_1_icon&48.png differ diff --git a/client/images/icons/cc/black/png/phone_2_icon&16.png b/client/images/icons/cc/black/png/phone_2_icon&16.png new file mode 100755 index 0000000..03223b4 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/phone_2_icon&24.png b/client/images/icons/cc/black/png/phone_2_icon&24.png new file mode 100755 index 0000000..d8e6f32 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/phone_2_icon&32.png b/client/images/icons/cc/black/png/phone_2_icon&32.png new file mode 100755 index 0000000..33acc48 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/phone_2_icon&48.png b/client/images/icons/cc/black/png/phone_2_icon&48.png new file mode 100755 index 0000000..391b4d6 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/phone_icon&16.png b/client/images/icons/cc/black/png/phone_icon&16.png new file mode 100755 index 0000000..663b4ce Binary files /dev/null and b/client/images/icons/cc/black/png/phone_icon&16.png differ diff --git a/client/images/icons/cc/black/png/phone_icon&24.png b/client/images/icons/cc/black/png/phone_icon&24.png new file mode 100755 index 0000000..1afd46f Binary files /dev/null and b/client/images/icons/cc/black/png/phone_icon&24.png differ diff --git a/client/images/icons/cc/black/png/phone_icon&32.png b/client/images/icons/cc/black/png/phone_icon&32.png new file mode 100755 index 0000000..bbfa454 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_icon&32.png differ diff --git a/client/images/icons/cc/black/png/phone_icon&48.png b/client/images/icons/cc/black/png/phone_icon&48.png new file mode 100755 index 0000000..aee3b60 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_icon&48.png differ diff --git a/client/images/icons/cc/black/png/phone_touch_icon&16.png b/client/images/icons/cc/black/png/phone_touch_icon&16.png new file mode 100755 index 0000000..192ffa3 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_touch_icon&16.png differ diff --git a/client/images/icons/cc/black/png/phone_touch_icon&24.png b/client/images/icons/cc/black/png/phone_touch_icon&24.png new file mode 100755 index 0000000..a82af81 Binary files /dev/null and b/client/images/icons/cc/black/png/phone_touch_icon&24.png differ diff --git a/client/images/icons/cc/black/png/phone_touch_icon&32.png b/client/images/icons/cc/black/png/phone_touch_icon&32.png new file mode 100755 index 0000000..643eddd Binary files /dev/null and b/client/images/icons/cc/black/png/phone_touch_icon&32.png differ diff --git a/client/images/icons/cc/black/png/phone_touch_icon&48.png b/client/images/icons/cc/black/png/phone_touch_icon&48.png new file mode 100755 index 0000000..44c624b Binary files /dev/null and b/client/images/icons/cc/black/png/phone_touch_icon&48.png differ diff --git a/client/images/icons/cc/black/png/photo_icon&16.png b/client/images/icons/cc/black/png/photo_icon&16.png new file mode 100755 index 0000000..43480d1 Binary files /dev/null and b/client/images/icons/cc/black/png/photo_icon&16.png differ diff --git a/client/images/icons/cc/black/png/photo_icon&24.png b/client/images/icons/cc/black/png/photo_icon&24.png new file mode 100755 index 0000000..cecddf9 Binary files /dev/null and b/client/images/icons/cc/black/png/photo_icon&24.png differ diff --git a/client/images/icons/cc/black/png/photo_icon&32.png b/client/images/icons/cc/black/png/photo_icon&32.png new file mode 100755 index 0000000..6b5b1db Binary files /dev/null and b/client/images/icons/cc/black/png/photo_icon&32.png differ diff --git a/client/images/icons/cc/black/png/photo_icon&48.png b/client/images/icons/cc/black/png/photo_icon&48.png new file mode 100755 index 0000000..c413647 Binary files /dev/null and b/client/images/icons/cc/black/png/photo_icon&48.png differ diff --git a/client/images/icons/cc/black/png/picture_icon&16.png b/client/images/icons/cc/black/png/picture_icon&16.png new file mode 100755 index 0000000..93f2c94 Binary files /dev/null and b/client/images/icons/cc/black/png/picture_icon&16.png differ diff --git a/client/images/icons/cc/black/png/picture_icon&24.png b/client/images/icons/cc/black/png/picture_icon&24.png new file mode 100755 index 0000000..48f22cf Binary files /dev/null and b/client/images/icons/cc/black/png/picture_icon&24.png differ diff --git a/client/images/icons/cc/black/png/picture_icon&32.png b/client/images/icons/cc/black/png/picture_icon&32.png new file mode 100755 index 0000000..15b1569 Binary files /dev/null and b/client/images/icons/cc/black/png/picture_icon&32.png differ diff --git a/client/images/icons/cc/black/png/picture_icon&48.png b/client/images/icons/cc/black/png/picture_icon&48.png new file mode 100755 index 0000000..9177b9b Binary files /dev/null and b/client/images/icons/cc/black/png/picture_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_2_icon&16.png b/client/images/icons/cc/black/png/pin_2_icon&16.png new file mode 100755 index 0000000..4821838 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_2_icon&24.png b/client/images/icons/cc/black/png/pin_2_icon&24.png new file mode 100755 index 0000000..9168884 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_2_icon&32.png b/client/images/icons/cc/black/png/pin_2_icon&32.png new file mode 100755 index 0000000..36c8f39 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_2_icon&48.png b/client/images/icons/cc/black/png/pin_2_icon&48.png new file mode 100755 index 0000000..c171125 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_icon&16.png b/client/images/icons/cc/black/png/pin_icon&16.png new file mode 100755 index 0000000..5876da0 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_icon&24.png b/client/images/icons/cc/black/png/pin_icon&24.png new file mode 100755 index 0000000..efd8749 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_icon&32.png b/client/images/icons/cc/black/png/pin_icon&32.png new file mode 100755 index 0000000..ba28fce Binary files /dev/null and b/client/images/icons/cc/black/png/pin_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_icon&48.png b/client/images/icons/cc/black/png/pin_icon&48.png new file mode 100755 index 0000000..4f14786 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_map_down_icon&16.png b/client/images/icons/cc/black/png/pin_map_down_icon&16.png new file mode 100755 index 0000000..b5fc9b2 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_down_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_map_down_icon&24.png b/client/images/icons/cc/black/png/pin_map_down_icon&24.png new file mode 100755 index 0000000..2c845fe Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_down_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_map_down_icon&32.png b/client/images/icons/cc/black/png/pin_map_down_icon&32.png new file mode 100755 index 0000000..eced803 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_down_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_map_down_icon&48.png b/client/images/icons/cc/black/png/pin_map_down_icon&48.png new file mode 100755 index 0000000..e4d6cd5 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_down_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_map_icon&16.png b/client/images/icons/cc/black/png/pin_map_icon&16.png new file mode 100755 index 0000000..b92fba7 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_map_icon&24.png b/client/images/icons/cc/black/png/pin_map_icon&24.png new file mode 100755 index 0000000..61960a6 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_map_icon&32.png b/client/images/icons/cc/black/png/pin_map_icon&32.png new file mode 100755 index 0000000..1f7422f Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_map_icon&48.png b/client/images/icons/cc/black/png/pin_map_icon&48.png new file mode 100755 index 0000000..300cf65 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_map_left_icon&16.png b/client/images/icons/cc/black/png/pin_map_left_icon&16.png new file mode 100755 index 0000000..833f4b4 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_left_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_map_left_icon&24.png b/client/images/icons/cc/black/png/pin_map_left_icon&24.png new file mode 100755 index 0000000..ba08829 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_left_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_map_left_icon&32.png b/client/images/icons/cc/black/png/pin_map_left_icon&32.png new file mode 100755 index 0000000..2de9ad8 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_left_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_map_left_icon&48.png b/client/images/icons/cc/black/png/pin_map_left_icon&48.png new file mode 100755 index 0000000..1a54353 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_left_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_map_right_icon&16.png b/client/images/icons/cc/black/png/pin_map_right_icon&16.png new file mode 100755 index 0000000..e31a3b5 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_right_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_map_right_icon&24.png b/client/images/icons/cc/black/png/pin_map_right_icon&24.png new file mode 100755 index 0000000..8efcfa4 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_right_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_map_right_icon&32.png b/client/images/icons/cc/black/png/pin_map_right_icon&32.png new file mode 100755 index 0000000..6bb110f Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_right_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_map_right_icon&48.png b/client/images/icons/cc/black/png/pin_map_right_icon&48.png new file mode 100755 index 0000000..b84a360 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_right_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_map_top_icon&16.png b/client/images/icons/cc/black/png/pin_map_top_icon&16.png new file mode 100755 index 0000000..0479a71 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_top_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_map_top_icon&24.png b/client/images/icons/cc/black/png/pin_map_top_icon&24.png new file mode 100755 index 0000000..2d38b8a Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_top_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_map_top_icon&32.png b/client/images/icons/cc/black/png/pin_map_top_icon&32.png new file mode 100755 index 0000000..836e953 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_top_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_map_top_icon&48.png b/client/images/icons/cc/black/png/pin_map_top_icon&48.png new file mode 100755 index 0000000..a404409 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_map_top_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_down_icon&16.png b/client/images/icons/cc/black/png/pin_sq_down_icon&16.png new file mode 100755 index 0000000..d322a32 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_down_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_down_icon&24.png b/client/images/icons/cc/black/png/pin_sq_down_icon&24.png new file mode 100755 index 0000000..2bb2e5f Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_down_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_down_icon&32.png b/client/images/icons/cc/black/png/pin_sq_down_icon&32.png new file mode 100755 index 0000000..1e2e2cb Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_down_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_down_icon&48.png b/client/images/icons/cc/black/png/pin_sq_down_icon&48.png new file mode 100755 index 0000000..fb240f3 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_down_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_left_icon&16.png b/client/images/icons/cc/black/png/pin_sq_left_icon&16.png new file mode 100755 index 0000000..c97653b Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_left_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_left_icon&24.png b/client/images/icons/cc/black/png/pin_sq_left_icon&24.png new file mode 100755 index 0000000..387b2f4 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_left_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_left_icon&32.png b/client/images/icons/cc/black/png/pin_sq_left_icon&32.png new file mode 100755 index 0000000..bfdab48 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_left_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_left_icon&48.png b/client/images/icons/cc/black/png/pin_sq_left_icon&48.png new file mode 100755 index 0000000..b7b5d3c Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_left_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_right_icon&16.png b/client/images/icons/cc/black/png/pin_sq_right_icon&16.png new file mode 100755 index 0000000..4847bf5 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_right_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_right_icon&24.png b/client/images/icons/cc/black/png/pin_sq_right_icon&24.png new file mode 100755 index 0000000..5ba6585 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_right_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_right_icon&32.png b/client/images/icons/cc/black/png/pin_sq_right_icon&32.png new file mode 100755 index 0000000..6abab8a Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_right_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_right_icon&48.png b/client/images/icons/cc/black/png/pin_sq_right_icon&48.png new file mode 100755 index 0000000..4c11c0e Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_right_icon&48.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_top_icon&16.png b/client/images/icons/cc/black/png/pin_sq_top_icon&16.png new file mode 100755 index 0000000..34ca896 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_top_icon&16.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_top_icon&24.png b/client/images/icons/cc/black/png/pin_sq_top_icon&24.png new file mode 100755 index 0000000..a19fb70 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_top_icon&24.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_top_icon&32.png b/client/images/icons/cc/black/png/pin_sq_top_icon&32.png new file mode 100755 index 0000000..b4256bd Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_top_icon&32.png differ diff --git a/client/images/icons/cc/black/png/pin_sq_top_icon&48.png b/client/images/icons/cc/black/png/pin_sq_top_icon&48.png new file mode 100755 index 0000000..846bf39 Binary files /dev/null and b/client/images/icons/cc/black/png/pin_sq_top_icon&48.png differ diff --git a/client/images/icons/cc/black/png/playback_ff_icon&16.png b/client/images/icons/cc/black/png/playback_ff_icon&16.png new file mode 100755 index 0000000..9726960 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_ff_icon&16.png differ diff --git a/client/images/icons/cc/black/png/playback_ff_icon&24.png b/client/images/icons/cc/black/png/playback_ff_icon&24.png new file mode 100755 index 0000000..c959ab8 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_ff_icon&24.png differ diff --git a/client/images/icons/cc/black/png/playback_ff_icon&32.png b/client/images/icons/cc/black/png/playback_ff_icon&32.png new file mode 100755 index 0000000..cefc5ee Binary files /dev/null and b/client/images/icons/cc/black/png/playback_ff_icon&32.png differ diff --git a/client/images/icons/cc/black/png/playback_ff_icon&48.png b/client/images/icons/cc/black/png/playback_ff_icon&48.png new file mode 100755 index 0000000..4930e9d Binary files /dev/null and b/client/images/icons/cc/black/png/playback_ff_icon&48.png differ diff --git a/client/images/icons/cc/black/png/playback_next_icon&16.png b/client/images/icons/cc/black/png/playback_next_icon&16.png new file mode 100755 index 0000000..00a4c8d Binary files /dev/null and b/client/images/icons/cc/black/png/playback_next_icon&16.png differ diff --git a/client/images/icons/cc/black/png/playback_next_icon&24.png b/client/images/icons/cc/black/png/playback_next_icon&24.png new file mode 100755 index 0000000..d82f4bc Binary files /dev/null and b/client/images/icons/cc/black/png/playback_next_icon&24.png differ diff --git a/client/images/icons/cc/black/png/playback_next_icon&32.png b/client/images/icons/cc/black/png/playback_next_icon&32.png new file mode 100755 index 0000000..791b065 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_next_icon&32.png differ diff --git a/client/images/icons/cc/black/png/playback_next_icon&48.png b/client/images/icons/cc/black/png/playback_next_icon&48.png new file mode 100755 index 0000000..ef109b9 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_next_icon&48.png differ diff --git a/client/images/icons/cc/black/png/playback_pause_icon&16.png b/client/images/icons/cc/black/png/playback_pause_icon&16.png new file mode 100755 index 0000000..1202d6c Binary files /dev/null and b/client/images/icons/cc/black/png/playback_pause_icon&16.png differ diff --git a/client/images/icons/cc/black/png/playback_pause_icon&24.png b/client/images/icons/cc/black/png/playback_pause_icon&24.png new file mode 100755 index 0000000..90d5b44 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_pause_icon&24.png differ diff --git a/client/images/icons/cc/black/png/playback_pause_icon&32.png b/client/images/icons/cc/black/png/playback_pause_icon&32.png new file mode 100755 index 0000000..5a510b1 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_pause_icon&32.png differ diff --git a/client/images/icons/cc/black/png/playback_pause_icon&48.png b/client/images/icons/cc/black/png/playback_pause_icon&48.png new file mode 100755 index 0000000..cab2878 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_pause_icon&48.png differ diff --git a/client/images/icons/cc/black/png/playback_play_icon&16.png b/client/images/icons/cc/black/png/playback_play_icon&16.png new file mode 100755 index 0000000..941d3fb Binary files /dev/null and b/client/images/icons/cc/black/png/playback_play_icon&16.png differ diff --git a/client/images/icons/cc/black/png/playback_play_icon&24.png b/client/images/icons/cc/black/png/playback_play_icon&24.png new file mode 100755 index 0000000..1bc399c Binary files /dev/null and b/client/images/icons/cc/black/png/playback_play_icon&24.png differ diff --git a/client/images/icons/cc/black/png/playback_play_icon&32.png b/client/images/icons/cc/black/png/playback_play_icon&32.png new file mode 100755 index 0000000..d0ed2fb Binary files /dev/null and b/client/images/icons/cc/black/png/playback_play_icon&32.png differ diff --git a/client/images/icons/cc/black/png/playback_play_icon&48.png b/client/images/icons/cc/black/png/playback_play_icon&48.png new file mode 100755 index 0000000..5422b39 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_play_icon&48.png differ diff --git a/client/images/icons/cc/black/png/playback_prev_icon&16.png b/client/images/icons/cc/black/png/playback_prev_icon&16.png new file mode 100755 index 0000000..e68df4a Binary files /dev/null and b/client/images/icons/cc/black/png/playback_prev_icon&16.png differ diff --git a/client/images/icons/cc/black/png/playback_prev_icon&24.png b/client/images/icons/cc/black/png/playback_prev_icon&24.png new file mode 100755 index 0000000..3783d30 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_prev_icon&24.png differ diff --git a/client/images/icons/cc/black/png/playback_prev_icon&32.png b/client/images/icons/cc/black/png/playback_prev_icon&32.png new file mode 100755 index 0000000..1bbcc24 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_prev_icon&32.png differ diff --git a/client/images/icons/cc/black/png/playback_prev_icon&48.png b/client/images/icons/cc/black/png/playback_prev_icon&48.png new file mode 100755 index 0000000..5884f0f Binary files /dev/null and b/client/images/icons/cc/black/png/playback_prev_icon&48.png differ diff --git a/client/images/icons/cc/black/png/playback_rec_icon&16.png b/client/images/icons/cc/black/png/playback_rec_icon&16.png new file mode 100755 index 0000000..7560503 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_rec_icon&16.png differ diff --git a/client/images/icons/cc/black/png/playback_rec_icon&24.png b/client/images/icons/cc/black/png/playback_rec_icon&24.png new file mode 100755 index 0000000..5f30ffe Binary files /dev/null and b/client/images/icons/cc/black/png/playback_rec_icon&24.png differ diff --git a/client/images/icons/cc/black/png/playback_rec_icon&32.png b/client/images/icons/cc/black/png/playback_rec_icon&32.png new file mode 100755 index 0000000..e5a634d Binary files /dev/null and b/client/images/icons/cc/black/png/playback_rec_icon&32.png differ diff --git a/client/images/icons/cc/black/png/playback_rec_icon&48.png b/client/images/icons/cc/black/png/playback_rec_icon&48.png new file mode 100755 index 0000000..2ce965a Binary files /dev/null and b/client/images/icons/cc/black/png/playback_rec_icon&48.png differ diff --git a/client/images/icons/cc/black/png/playback_reload_icon&16.png b/client/images/icons/cc/black/png/playback_reload_icon&16.png new file mode 100755 index 0000000..cb2c8cf Binary files /dev/null and b/client/images/icons/cc/black/png/playback_reload_icon&16.png differ diff --git a/client/images/icons/cc/black/png/playback_reload_icon&24.png b/client/images/icons/cc/black/png/playback_reload_icon&24.png new file mode 100755 index 0000000..0c4ffac Binary files /dev/null and b/client/images/icons/cc/black/png/playback_reload_icon&24.png differ diff --git a/client/images/icons/cc/black/png/playback_reload_icon&32.png b/client/images/icons/cc/black/png/playback_reload_icon&32.png new file mode 100755 index 0000000..ae79637 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_reload_icon&32.png differ diff --git a/client/images/icons/cc/black/png/playback_reload_icon&48.png b/client/images/icons/cc/black/png/playback_reload_icon&48.png new file mode 100755 index 0000000..d0150b5 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_reload_icon&48.png differ diff --git a/client/images/icons/cc/black/png/playback_rew_icon&16.png b/client/images/icons/cc/black/png/playback_rew_icon&16.png new file mode 100755 index 0000000..9a24e6e Binary files /dev/null and b/client/images/icons/cc/black/png/playback_rew_icon&16.png differ diff --git a/client/images/icons/cc/black/png/playback_rew_icon&24.png b/client/images/icons/cc/black/png/playback_rew_icon&24.png new file mode 100755 index 0000000..cd62212 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_rew_icon&24.png differ diff --git a/client/images/icons/cc/black/png/playback_rew_icon&32.png b/client/images/icons/cc/black/png/playback_rew_icon&32.png new file mode 100755 index 0000000..a96eb6d Binary files /dev/null and b/client/images/icons/cc/black/png/playback_rew_icon&32.png differ diff --git a/client/images/icons/cc/black/png/playback_rew_icon&48.png b/client/images/icons/cc/black/png/playback_rew_icon&48.png new file mode 100755 index 0000000..42826b9 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_rew_icon&48.png differ diff --git a/client/images/icons/cc/black/png/playback_stop_icon&16.png b/client/images/icons/cc/black/png/playback_stop_icon&16.png new file mode 100755 index 0000000..c58c5cd Binary files /dev/null and b/client/images/icons/cc/black/png/playback_stop_icon&16.png differ diff --git a/client/images/icons/cc/black/png/playback_stop_icon&24.png b/client/images/icons/cc/black/png/playback_stop_icon&24.png new file mode 100755 index 0000000..3964261 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_stop_icon&24.png differ diff --git a/client/images/icons/cc/black/png/playback_stop_icon&32.png b/client/images/icons/cc/black/png/playback_stop_icon&32.png new file mode 100755 index 0000000..1d17234 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_stop_icon&32.png differ diff --git a/client/images/icons/cc/black/png/playback_stop_icon&48.png b/client/images/icons/cc/black/png/playback_stop_icon&48.png new file mode 100755 index 0000000..ca2af38 Binary files /dev/null and b/client/images/icons/cc/black/png/playback_stop_icon&48.png differ diff --git a/client/images/icons/cc/black/png/podcast_icon&16.png b/client/images/icons/cc/black/png/podcast_icon&16.png new file mode 100755 index 0000000..5d919af Binary files /dev/null and b/client/images/icons/cc/black/png/podcast_icon&16.png differ diff --git a/client/images/icons/cc/black/png/podcast_icon&24.png b/client/images/icons/cc/black/png/podcast_icon&24.png new file mode 100755 index 0000000..e600fb6 Binary files /dev/null and b/client/images/icons/cc/black/png/podcast_icon&24.png differ diff --git a/client/images/icons/cc/black/png/podcast_icon&32.png b/client/images/icons/cc/black/png/podcast_icon&32.png new file mode 100755 index 0000000..cfccf3f Binary files /dev/null and b/client/images/icons/cc/black/png/podcast_icon&32.png differ diff --git a/client/images/icons/cc/black/png/podcast_icon&48.png b/client/images/icons/cc/black/png/podcast_icon&48.png new file mode 100755 index 0000000..53a940c Binary files /dev/null and b/client/images/icons/cc/black/png/podcast_icon&48.png differ diff --git a/client/images/icons/cc/black/png/preso_icon&16.png b/client/images/icons/cc/black/png/preso_icon&16.png new file mode 100755 index 0000000..1522a0b Binary files /dev/null and b/client/images/icons/cc/black/png/preso_icon&16.png differ diff --git a/client/images/icons/cc/black/png/preso_icon&24.png b/client/images/icons/cc/black/png/preso_icon&24.png new file mode 100755 index 0000000..08b27b8 Binary files /dev/null and b/client/images/icons/cc/black/png/preso_icon&24.png differ diff --git a/client/images/icons/cc/black/png/preso_icon&32.png b/client/images/icons/cc/black/png/preso_icon&32.png new file mode 100755 index 0000000..ae35c87 Binary files /dev/null and b/client/images/icons/cc/black/png/preso_icon&32.png differ diff --git a/client/images/icons/cc/black/png/preso_icon&48.png b/client/images/icons/cc/black/png/preso_icon&48.png new file mode 100755 index 0000000..48f7cfe Binary files /dev/null and b/client/images/icons/cc/black/png/preso_icon&48.png differ diff --git a/client/images/icons/cc/black/png/print_icon&16.png b/client/images/icons/cc/black/png/print_icon&16.png new file mode 100755 index 0000000..901bb3f Binary files /dev/null and b/client/images/icons/cc/black/png/print_icon&16.png differ diff --git a/client/images/icons/cc/black/png/print_icon&24.png b/client/images/icons/cc/black/png/print_icon&24.png new file mode 100755 index 0000000..d4c8d7c Binary files /dev/null and b/client/images/icons/cc/black/png/print_icon&24.png differ diff --git a/client/images/icons/cc/black/png/print_icon&32.png b/client/images/icons/cc/black/png/print_icon&32.png new file mode 100755 index 0000000..40c5c87 Binary files /dev/null and b/client/images/icons/cc/black/png/print_icon&32.png differ diff --git a/client/images/icons/cc/black/png/print_icon&48.png b/client/images/icons/cc/black/png/print_icon&48.png new file mode 100755 index 0000000..74e47d8 Binary files /dev/null and b/client/images/icons/cc/black/png/print_icon&48.png differ diff --git a/client/images/icons/cc/black/png/push_pin_icon&16.png b/client/images/icons/cc/black/png/push_pin_icon&16.png new file mode 100755 index 0000000..72dae24 Binary files /dev/null and b/client/images/icons/cc/black/png/push_pin_icon&16.png differ diff --git a/client/images/icons/cc/black/png/push_pin_icon&24.png b/client/images/icons/cc/black/png/push_pin_icon&24.png new file mode 100755 index 0000000..e230982 Binary files /dev/null and b/client/images/icons/cc/black/png/push_pin_icon&24.png differ diff --git a/client/images/icons/cc/black/png/push_pin_icon&32.png b/client/images/icons/cc/black/png/push_pin_icon&32.png new file mode 100755 index 0000000..7d6700c Binary files /dev/null and b/client/images/icons/cc/black/png/push_pin_icon&32.png differ diff --git a/client/images/icons/cc/black/png/push_pin_icon&48.png b/client/images/icons/cc/black/png/push_pin_icon&48.png new file mode 100755 index 0000000..4546253 Binary files /dev/null and b/client/images/icons/cc/black/png/push_pin_icon&48.png differ diff --git a/client/images/icons/cc/black/png/redo_icon&16.png b/client/images/icons/cc/black/png/redo_icon&16.png new file mode 100755 index 0000000..e54860d Binary files /dev/null and b/client/images/icons/cc/black/png/redo_icon&16.png differ diff --git a/client/images/icons/cc/black/png/redo_icon&24.png b/client/images/icons/cc/black/png/redo_icon&24.png new file mode 100755 index 0000000..87cdce7 Binary files /dev/null and b/client/images/icons/cc/black/png/redo_icon&24.png differ diff --git a/client/images/icons/cc/black/png/redo_icon&32.png b/client/images/icons/cc/black/png/redo_icon&32.png new file mode 100755 index 0000000..cbf3961 Binary files /dev/null and b/client/images/icons/cc/black/png/redo_icon&32.png differ diff --git a/client/images/icons/cc/black/png/redo_icon&48.png b/client/images/icons/cc/black/png/redo_icon&48.png new file mode 100755 index 0000000..4486db1 Binary files /dev/null and b/client/images/icons/cc/black/png/redo_icon&48.png differ diff --git a/client/images/icons/cc/black/png/refresh_icon&16.png b/client/images/icons/cc/black/png/refresh_icon&16.png new file mode 100755 index 0000000..87a2fa2 Binary files /dev/null and b/client/images/icons/cc/black/png/refresh_icon&16.png differ diff --git a/client/images/icons/cc/black/png/refresh_icon&24.png b/client/images/icons/cc/black/png/refresh_icon&24.png new file mode 100755 index 0000000..36c2e0c Binary files /dev/null and b/client/images/icons/cc/black/png/refresh_icon&24.png differ diff --git a/client/images/icons/cc/black/png/refresh_icon&32.png b/client/images/icons/cc/black/png/refresh_icon&32.png new file mode 100755 index 0000000..1115a61 Binary files /dev/null and b/client/images/icons/cc/black/png/refresh_icon&32.png differ diff --git a/client/images/icons/cc/black/png/refresh_icon&48.png b/client/images/icons/cc/black/png/refresh_icon&48.png new file mode 100755 index 0000000..0fc0742 Binary files /dev/null and b/client/images/icons/cc/black/png/refresh_icon&48.png differ diff --git a/client/images/icons/cc/black/png/reload_icon&16.png b/client/images/icons/cc/black/png/reload_icon&16.png new file mode 100755 index 0000000..d281c8a Binary files /dev/null and b/client/images/icons/cc/black/png/reload_icon&16.png differ diff --git a/client/images/icons/cc/black/png/reload_icon&24.png b/client/images/icons/cc/black/png/reload_icon&24.png new file mode 100755 index 0000000..63b9089 Binary files /dev/null and b/client/images/icons/cc/black/png/reload_icon&24.png differ diff --git a/client/images/icons/cc/black/png/reload_icon&32.png b/client/images/icons/cc/black/png/reload_icon&32.png new file mode 100755 index 0000000..b385bcb Binary files /dev/null and b/client/images/icons/cc/black/png/reload_icon&32.png differ diff --git a/client/images/icons/cc/black/png/reload_icon&48.png b/client/images/icons/cc/black/png/reload_icon&48.png new file mode 100755 index 0000000..2823a6c Binary files /dev/null and b/client/images/icons/cc/black/png/reload_icon&48.png differ diff --git a/client/images/icons/cc/black/png/rewind_previous_icon&16.png b/client/images/icons/cc/black/png/rewind_previous_icon&16.png new file mode 100755 index 0000000..0588cbc Binary files /dev/null and b/client/images/icons/cc/black/png/rewind_previous_icon&16.png differ diff --git a/client/images/icons/cc/black/png/rewind_previous_icon&24.png b/client/images/icons/cc/black/png/rewind_previous_icon&24.png new file mode 100755 index 0000000..93d7216 Binary files /dev/null and b/client/images/icons/cc/black/png/rewind_previous_icon&24.png differ diff --git a/client/images/icons/cc/black/png/rewind_previous_icon&32.png b/client/images/icons/cc/black/png/rewind_previous_icon&32.png new file mode 100755 index 0000000..73489b1 Binary files /dev/null and b/client/images/icons/cc/black/png/rewind_previous_icon&32.png differ diff --git a/client/images/icons/cc/black/png/rewind_previous_icon&48.png b/client/images/icons/cc/black/png/rewind_previous_icon&48.png new file mode 100755 index 0000000..6843d9f Binary files /dev/null and b/client/images/icons/cc/black/png/rewind_previous_icon&48.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_down_icon&16.png b/client/images/icons/cc/black/png/rnd_br_down_icon&16.png new file mode 100755 index 0000000..23ed57b Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_down_icon&16.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_down_icon&24.png b/client/images/icons/cc/black/png/rnd_br_down_icon&24.png new file mode 100755 index 0000000..0d6d8fb Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_down_icon&24.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_down_icon&32.png b/client/images/icons/cc/black/png/rnd_br_down_icon&32.png new file mode 100755 index 0000000..1d85c90 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_down_icon&32.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_down_icon&48.png b/client/images/icons/cc/black/png/rnd_br_down_icon&48.png new file mode 100755 index 0000000..26ee94a Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_down_icon&48.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_first_icon&16.png b/client/images/icons/cc/black/png/rnd_br_first_icon&16.png new file mode 100755 index 0000000..21510d8 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_first_icon&16.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_first_icon&24.png b/client/images/icons/cc/black/png/rnd_br_first_icon&24.png new file mode 100755 index 0000000..5d18553 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_first_icon&24.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_first_icon&32.png b/client/images/icons/cc/black/png/rnd_br_first_icon&32.png new file mode 100755 index 0000000..0aa9246 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_first_icon&32.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_first_icon&48.png b/client/images/icons/cc/black/png/rnd_br_first_icon&48.png new file mode 100755 index 0000000..67b4276 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_first_icon&48.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_last_icon&16.png b/client/images/icons/cc/black/png/rnd_br_last_icon&16.png new file mode 100755 index 0000000..f22f934 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_last_icon&16.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_last_icon&24.png b/client/images/icons/cc/black/png/rnd_br_last_icon&24.png new file mode 100755 index 0000000..01da56b Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_last_icon&24.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_last_icon&32.png b/client/images/icons/cc/black/png/rnd_br_last_icon&32.png new file mode 100755 index 0000000..608eeb4 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_last_icon&32.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_last_icon&48.png b/client/images/icons/cc/black/png/rnd_br_last_icon&48.png new file mode 100755 index 0000000..57f01c4 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_last_icon&48.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_next_icon&16.png b/client/images/icons/cc/black/png/rnd_br_next_icon&16.png new file mode 100755 index 0000000..e69a92e Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_next_icon&16.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_next_icon&24.png b/client/images/icons/cc/black/png/rnd_br_next_icon&24.png new file mode 100755 index 0000000..a564ce0 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_next_icon&24.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_next_icon&32.png b/client/images/icons/cc/black/png/rnd_br_next_icon&32.png new file mode 100755 index 0000000..8f4c99f Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_next_icon&32.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_next_icon&48.png b/client/images/icons/cc/black/png/rnd_br_next_icon&48.png new file mode 100755 index 0000000..76ce5cb Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_next_icon&48.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_prev_icon&16.png b/client/images/icons/cc/black/png/rnd_br_prev_icon&16.png new file mode 100755 index 0000000..589380d Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_prev_icon&16.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_prev_icon&24.png b/client/images/icons/cc/black/png/rnd_br_prev_icon&24.png new file mode 100755 index 0000000..bf077f4 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_prev_icon&24.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_prev_icon&32.png b/client/images/icons/cc/black/png/rnd_br_prev_icon&32.png new file mode 100755 index 0000000..4dde524 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_prev_icon&32.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_prev_icon&48.png b/client/images/icons/cc/black/png/rnd_br_prev_icon&48.png new file mode 100755 index 0000000..4ea4e2d Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_prev_icon&48.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_up_icon&16.png b/client/images/icons/cc/black/png/rnd_br_up_icon&16.png new file mode 100755 index 0000000..dc2f735 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_up_icon&16.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_up_icon&24.png b/client/images/icons/cc/black/png/rnd_br_up_icon&24.png new file mode 100755 index 0000000..0b25f15 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_up_icon&24.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_up_icon&32.png b/client/images/icons/cc/black/png/rnd_br_up_icon&32.png new file mode 100755 index 0000000..e02e0e6 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_up_icon&32.png differ diff --git a/client/images/icons/cc/black/png/rnd_br_up_icon&48.png b/client/images/icons/cc/black/png/rnd_br_up_icon&48.png new file mode 100755 index 0000000..bedf458 Binary files /dev/null and b/client/images/icons/cc/black/png/rnd_br_up_icon&48.png differ diff --git a/client/images/icons/cc/black/png/round_and_up_icon&16.png b/client/images/icons/cc/black/png/round_and_up_icon&16.png new file mode 100755 index 0000000..6482580 Binary files /dev/null and b/client/images/icons/cc/black/png/round_and_up_icon&16.png differ diff --git a/client/images/icons/cc/black/png/round_and_up_icon&24.png b/client/images/icons/cc/black/png/round_and_up_icon&24.png new file mode 100755 index 0000000..bee74ac Binary files /dev/null and b/client/images/icons/cc/black/png/round_and_up_icon&24.png differ diff --git a/client/images/icons/cc/black/png/round_and_up_icon&32.png b/client/images/icons/cc/black/png/round_and_up_icon&32.png new file mode 100755 index 0000000..75a2f1d Binary files /dev/null and b/client/images/icons/cc/black/png/round_and_up_icon&32.png differ diff --git a/client/images/icons/cc/black/png/round_and_up_icon&48.png b/client/images/icons/cc/black/png/round_and_up_icon&48.png new file mode 100755 index 0000000..ddc9cc0 Binary files /dev/null and b/client/images/icons/cc/black/png/round_and_up_icon&48.png differ diff --git a/client/images/icons/cc/black/png/round_arrow_left_icon&16.png b/client/images/icons/cc/black/png/round_arrow_left_icon&16.png new file mode 100755 index 0000000..a9c67de Binary files /dev/null and b/client/images/icons/cc/black/png/round_arrow_left_icon&16.png differ diff --git a/client/images/icons/cc/black/png/round_arrow_left_icon&24.png b/client/images/icons/cc/black/png/round_arrow_left_icon&24.png new file mode 100755 index 0000000..4c2888c Binary files /dev/null and b/client/images/icons/cc/black/png/round_arrow_left_icon&24.png differ diff --git a/client/images/icons/cc/black/png/round_arrow_left_icon&32.png b/client/images/icons/cc/black/png/round_arrow_left_icon&32.png new file mode 100755 index 0000000..7f3e64c Binary files /dev/null and b/client/images/icons/cc/black/png/round_arrow_left_icon&32.png differ diff --git a/client/images/icons/cc/black/png/round_arrow_left_icon&48.png b/client/images/icons/cc/black/png/round_arrow_left_icon&48.png new file mode 100755 index 0000000..c9383c1 Binary files /dev/null and b/client/images/icons/cc/black/png/round_arrow_left_icon&48.png differ diff --git a/client/images/icons/cc/black/png/round_arrow_right_icon&16.png b/client/images/icons/cc/black/png/round_arrow_right_icon&16.png new file mode 100755 index 0000000..8713d0d Binary files /dev/null and b/client/images/icons/cc/black/png/round_arrow_right_icon&16.png differ diff --git a/client/images/icons/cc/black/png/round_arrow_right_icon&24.png b/client/images/icons/cc/black/png/round_arrow_right_icon&24.png new file mode 100755 index 0000000..9992e0e Binary files /dev/null and b/client/images/icons/cc/black/png/round_arrow_right_icon&24.png differ diff --git a/client/images/icons/cc/black/png/round_arrow_right_icon&32.png b/client/images/icons/cc/black/png/round_arrow_right_icon&32.png new file mode 100755 index 0000000..39aa0d8 Binary files /dev/null and b/client/images/icons/cc/black/png/round_arrow_right_icon&32.png differ diff --git a/client/images/icons/cc/black/png/round_arrow_right_icon&48.png b/client/images/icons/cc/black/png/round_arrow_right_icon&48.png new file mode 100755 index 0000000..1866729 Binary files /dev/null and b/client/images/icons/cc/black/png/round_arrow_right_icon&48.png differ diff --git a/client/images/icons/cc/black/png/round_checkmark_icon&16.png b/client/images/icons/cc/black/png/round_checkmark_icon&16.png new file mode 100755 index 0000000..42590ec Binary files /dev/null and b/client/images/icons/cc/black/png/round_checkmark_icon&16.png differ diff --git a/client/images/icons/cc/black/png/round_checkmark_icon&24.png b/client/images/icons/cc/black/png/round_checkmark_icon&24.png new file mode 100755 index 0000000..17c157a Binary files /dev/null and b/client/images/icons/cc/black/png/round_checkmark_icon&24.png differ diff --git a/client/images/icons/cc/black/png/round_checkmark_icon&32.png b/client/images/icons/cc/black/png/round_checkmark_icon&32.png new file mode 100755 index 0000000..148095b Binary files /dev/null and b/client/images/icons/cc/black/png/round_checkmark_icon&32.png differ diff --git a/client/images/icons/cc/black/png/round_checkmark_icon&48.png b/client/images/icons/cc/black/png/round_checkmark_icon&48.png new file mode 100755 index 0000000..5e27238 Binary files /dev/null and b/client/images/icons/cc/black/png/round_checkmark_icon&48.png differ diff --git a/client/images/icons/cc/black/png/round_delete_icon&16.png b/client/images/icons/cc/black/png/round_delete_icon&16.png new file mode 100755 index 0000000..2f5d665 Binary files /dev/null and b/client/images/icons/cc/black/png/round_delete_icon&16.png differ diff --git a/client/images/icons/cc/black/png/round_delete_icon&24.png b/client/images/icons/cc/black/png/round_delete_icon&24.png new file mode 100755 index 0000000..2a6bf9a Binary files /dev/null and b/client/images/icons/cc/black/png/round_delete_icon&24.png differ diff --git a/client/images/icons/cc/black/png/round_delete_icon&32.png b/client/images/icons/cc/black/png/round_delete_icon&32.png new file mode 100755 index 0000000..c92514f Binary files /dev/null and b/client/images/icons/cc/black/png/round_delete_icon&32.png differ diff --git a/client/images/icons/cc/black/png/round_delete_icon&48.png b/client/images/icons/cc/black/png/round_delete_icon&48.png new file mode 100755 index 0000000..eae548f Binary files /dev/null and b/client/images/icons/cc/black/png/round_delete_icon&48.png differ diff --git a/client/images/icons/cc/black/png/round_icon&16.png b/client/images/icons/cc/black/png/round_icon&16.png new file mode 100755 index 0000000..d3b83be Binary files /dev/null and b/client/images/icons/cc/black/png/round_icon&16.png differ diff --git a/client/images/icons/cc/black/png/round_icon&24.png b/client/images/icons/cc/black/png/round_icon&24.png new file mode 100755 index 0000000..ea41a24 Binary files /dev/null and b/client/images/icons/cc/black/png/round_icon&24.png differ diff --git a/client/images/icons/cc/black/png/round_icon&32.png b/client/images/icons/cc/black/png/round_icon&32.png new file mode 100755 index 0000000..8951eb2 Binary files /dev/null and b/client/images/icons/cc/black/png/round_icon&32.png differ diff --git a/client/images/icons/cc/black/png/round_icon&48.png b/client/images/icons/cc/black/png/round_icon&48.png new file mode 100755 index 0000000..e1e428f Binary files /dev/null and b/client/images/icons/cc/black/png/round_icon&48.png differ diff --git a/client/images/icons/cc/black/png/round_minus_icon&16.png b/client/images/icons/cc/black/png/round_minus_icon&16.png new file mode 100755 index 0000000..d3e4e30 Binary files /dev/null and b/client/images/icons/cc/black/png/round_minus_icon&16.png differ diff --git a/client/images/icons/cc/black/png/round_minus_icon&24.png b/client/images/icons/cc/black/png/round_minus_icon&24.png new file mode 100755 index 0000000..010f2d7 Binary files /dev/null and b/client/images/icons/cc/black/png/round_minus_icon&24.png differ diff --git a/client/images/icons/cc/black/png/round_minus_icon&32.png b/client/images/icons/cc/black/png/round_minus_icon&32.png new file mode 100755 index 0000000..e8935c9 Binary files /dev/null and b/client/images/icons/cc/black/png/round_minus_icon&32.png differ diff --git a/client/images/icons/cc/black/png/round_minus_icon&48.png b/client/images/icons/cc/black/png/round_minus_icon&48.png new file mode 100755 index 0000000..7fe2864 Binary files /dev/null and b/client/images/icons/cc/black/png/round_minus_icon&48.png differ diff --git a/client/images/icons/cc/black/png/round_plus_icon&16.png b/client/images/icons/cc/black/png/round_plus_icon&16.png new file mode 100755 index 0000000..e4f6ca1 Binary files /dev/null and b/client/images/icons/cc/black/png/round_plus_icon&16.png differ diff --git a/client/images/icons/cc/black/png/round_plus_icon&24.png b/client/images/icons/cc/black/png/round_plus_icon&24.png new file mode 100755 index 0000000..aaf0169 Binary files /dev/null and b/client/images/icons/cc/black/png/round_plus_icon&24.png differ diff --git a/client/images/icons/cc/black/png/round_plus_icon&32.png b/client/images/icons/cc/black/png/round_plus_icon&32.png new file mode 100755 index 0000000..d756154 Binary files /dev/null and b/client/images/icons/cc/black/png/round_plus_icon&32.png differ diff --git a/client/images/icons/cc/black/png/round_plus_icon&48.png b/client/images/icons/cc/black/png/round_plus_icon&48.png new file mode 100755 index 0000000..ccf3031 Binary files /dev/null and b/client/images/icons/cc/black/png/round_plus_icon&48.png differ diff --git a/client/images/icons/cc/black/png/rss_icon&16.png b/client/images/icons/cc/black/png/rss_icon&16.png new file mode 100755 index 0000000..f437f1c Binary files /dev/null and b/client/images/icons/cc/black/png/rss_icon&16.png differ diff --git a/client/images/icons/cc/black/png/rss_icon&24.png b/client/images/icons/cc/black/png/rss_icon&24.png new file mode 100755 index 0000000..e515d4d Binary files /dev/null and b/client/images/icons/cc/black/png/rss_icon&24.png differ diff --git a/client/images/icons/cc/black/png/rss_icon&32.png b/client/images/icons/cc/black/png/rss_icon&32.png new file mode 100755 index 0000000..4cc5e74 Binary files /dev/null and b/client/images/icons/cc/black/png/rss_icon&32.png differ diff --git a/client/images/icons/cc/black/png/rss_icon&48.png b/client/images/icons/cc/black/png/rss_icon&48.png new file mode 100755 index 0000000..807b462 Binary files /dev/null and b/client/images/icons/cc/black/png/rss_icon&48.png differ diff --git a/client/images/icons/cc/black/png/rss_sq_icon&16.png b/client/images/icons/cc/black/png/rss_sq_icon&16.png new file mode 100755 index 0000000..fda1b57 Binary files /dev/null and b/client/images/icons/cc/black/png/rss_sq_icon&16.png differ diff --git a/client/images/icons/cc/black/png/rss_sq_icon&24.png b/client/images/icons/cc/black/png/rss_sq_icon&24.png new file mode 100755 index 0000000..e09e96f Binary files /dev/null and b/client/images/icons/cc/black/png/rss_sq_icon&24.png differ diff --git a/client/images/icons/cc/black/png/rss_sq_icon&32.png b/client/images/icons/cc/black/png/rss_sq_icon&32.png new file mode 100755 index 0000000..679254d Binary files /dev/null and b/client/images/icons/cc/black/png/rss_sq_icon&32.png differ diff --git a/client/images/icons/cc/black/png/rss_sq_icon&48.png b/client/images/icons/cc/black/png/rss_sq_icon&48.png new file mode 100755 index 0000000..eb86c0e Binary files /dev/null and b/client/images/icons/cc/black/png/rss_sq_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sand_icon&16.png b/client/images/icons/cc/black/png/sand_icon&16.png new file mode 100755 index 0000000..540f06a Binary files /dev/null and b/client/images/icons/cc/black/png/sand_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sand_icon&24.png b/client/images/icons/cc/black/png/sand_icon&24.png new file mode 100755 index 0000000..2c60d2d Binary files /dev/null and b/client/images/icons/cc/black/png/sand_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sand_icon&32.png b/client/images/icons/cc/black/png/sand_icon&32.png new file mode 100755 index 0000000..42fbc40 Binary files /dev/null and b/client/images/icons/cc/black/png/sand_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sand_icon&48.png b/client/images/icons/cc/black/png/sand_icon&48.png new file mode 100755 index 0000000..b1afae1 Binary files /dev/null and b/client/images/icons/cc/black/png/sand_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sat_dish_icon&16.png b/client/images/icons/cc/black/png/sat_dish_icon&16.png new file mode 100755 index 0000000..bb2907c Binary files /dev/null and b/client/images/icons/cc/black/png/sat_dish_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sat_dish_icon&24.png b/client/images/icons/cc/black/png/sat_dish_icon&24.png new file mode 100755 index 0000000..d6918e4 Binary files /dev/null and b/client/images/icons/cc/black/png/sat_dish_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sat_dish_icon&32.png b/client/images/icons/cc/black/png/sat_dish_icon&32.png new file mode 100755 index 0000000..22f9b0b Binary files /dev/null and b/client/images/icons/cc/black/png/sat_dish_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sat_dish_icon&48.png b/client/images/icons/cc/black/png/sat_dish_icon&48.png new file mode 100755 index 0000000..f9be319 Binary files /dev/null and b/client/images/icons/cc/black/png/sat_dish_icon&48.png differ diff --git a/client/images/icons/cc/black/png/save_icon&16.png b/client/images/icons/cc/black/png/save_icon&16.png new file mode 100755 index 0000000..857d4ef Binary files /dev/null and b/client/images/icons/cc/black/png/save_icon&16.png differ diff --git a/client/images/icons/cc/black/png/save_icon&24.png b/client/images/icons/cc/black/png/save_icon&24.png new file mode 100755 index 0000000..08ed3d9 Binary files /dev/null and b/client/images/icons/cc/black/png/save_icon&24.png differ diff --git a/client/images/icons/cc/black/png/save_icon&32.png b/client/images/icons/cc/black/png/save_icon&32.png new file mode 100755 index 0000000..f184706 Binary files /dev/null and b/client/images/icons/cc/black/png/save_icon&32.png differ diff --git a/client/images/icons/cc/black/png/save_icon&48.png b/client/images/icons/cc/black/png/save_icon&48.png new file mode 100755 index 0000000..838358e Binary files /dev/null and b/client/images/icons/cc/black/png/save_icon&48.png differ diff --git a/client/images/icons/cc/black/png/server_icon&16.png b/client/images/icons/cc/black/png/server_icon&16.png new file mode 100755 index 0000000..4324d71 Binary files /dev/null and b/client/images/icons/cc/black/png/server_icon&16.png differ diff --git a/client/images/icons/cc/black/png/server_icon&24.png b/client/images/icons/cc/black/png/server_icon&24.png new file mode 100755 index 0000000..dfd11b4 Binary files /dev/null and b/client/images/icons/cc/black/png/server_icon&24.png differ diff --git a/client/images/icons/cc/black/png/server_icon&32.png b/client/images/icons/cc/black/png/server_icon&32.png new file mode 100755 index 0000000..58ed468 Binary files /dev/null and b/client/images/icons/cc/black/png/server_icon&32.png differ diff --git a/client/images/icons/cc/black/png/server_icon&48.png b/client/images/icons/cc/black/png/server_icon&48.png new file mode 100755 index 0000000..acca2e0 Binary files /dev/null and b/client/images/icons/cc/black/png/server_icon&48.png differ diff --git a/client/images/icons/cc/black/png/shapes_icon&16.png b/client/images/icons/cc/black/png/shapes_icon&16.png new file mode 100755 index 0000000..b12165d Binary files /dev/null and b/client/images/icons/cc/black/png/shapes_icon&16.png differ diff --git a/client/images/icons/cc/black/png/shapes_icon&24.png b/client/images/icons/cc/black/png/shapes_icon&24.png new file mode 100755 index 0000000..b642a42 Binary files /dev/null and b/client/images/icons/cc/black/png/shapes_icon&24.png differ diff --git a/client/images/icons/cc/black/png/shapes_icon&32.png b/client/images/icons/cc/black/png/shapes_icon&32.png new file mode 100755 index 0000000..f8c8386 Binary files /dev/null and b/client/images/icons/cc/black/png/shapes_icon&32.png differ diff --git a/client/images/icons/cc/black/png/shapes_icon&48.png b/client/images/icons/cc/black/png/shapes_icon&48.png new file mode 100755 index 0000000..4beb9b6 Binary files /dev/null and b/client/images/icons/cc/black/png/shapes_icon&48.png differ diff --git a/client/images/icons/cc/black/png/share_2_icon&16.png b/client/images/icons/cc/black/png/share_2_icon&16.png new file mode 100755 index 0000000..5be1654 Binary files /dev/null and b/client/images/icons/cc/black/png/share_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/share_2_icon&24.png b/client/images/icons/cc/black/png/share_2_icon&24.png new file mode 100755 index 0000000..241f25b Binary files /dev/null and b/client/images/icons/cc/black/png/share_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/share_2_icon&32.png b/client/images/icons/cc/black/png/share_2_icon&32.png new file mode 100755 index 0000000..b66fcfb Binary files /dev/null and b/client/images/icons/cc/black/png/share_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/share_2_icon&48.png b/client/images/icons/cc/black/png/share_2_icon&48.png new file mode 100755 index 0000000..ed750b1 Binary files /dev/null and b/client/images/icons/cc/black/png/share_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/share_icon&16.png b/client/images/icons/cc/black/png/share_icon&16.png new file mode 100755 index 0000000..3e63316 Binary files /dev/null and b/client/images/icons/cc/black/png/share_icon&16.png differ diff --git a/client/images/icons/cc/black/png/share_icon&24.png b/client/images/icons/cc/black/png/share_icon&24.png new file mode 100755 index 0000000..b82ace5 Binary files /dev/null and b/client/images/icons/cc/black/png/share_icon&24.png differ diff --git a/client/images/icons/cc/black/png/share_icon&32.png b/client/images/icons/cc/black/png/share_icon&32.png new file mode 100755 index 0000000..07d0d6d Binary files /dev/null and b/client/images/icons/cc/black/png/share_icon&32.png differ diff --git a/client/images/icons/cc/black/png/share_icon&48.png b/client/images/icons/cc/black/png/share_icon&48.png new file mode 100755 index 0000000..ddc05f1 Binary files /dev/null and b/client/images/icons/cc/black/png/share_icon&48.png differ diff --git a/client/images/icons/cc/black/png/shield_2_icon&16.png b/client/images/icons/cc/black/png/shield_2_icon&16.png new file mode 100755 index 0000000..1745f75 Binary files /dev/null and b/client/images/icons/cc/black/png/shield_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/shield_2_icon&24.png b/client/images/icons/cc/black/png/shield_2_icon&24.png new file mode 100755 index 0000000..a0d12d8 Binary files /dev/null and b/client/images/icons/cc/black/png/shield_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/shield_2_icon&32.png b/client/images/icons/cc/black/png/shield_2_icon&32.png new file mode 100755 index 0000000..7e80013 Binary files /dev/null and b/client/images/icons/cc/black/png/shield_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/shield_2_icon&48.png b/client/images/icons/cc/black/png/shield_2_icon&48.png new file mode 100755 index 0000000..539cdc5 Binary files /dev/null and b/client/images/icons/cc/black/png/shield_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/shield_icon&16.png b/client/images/icons/cc/black/png/shield_icon&16.png new file mode 100755 index 0000000..34e713c Binary files /dev/null and b/client/images/icons/cc/black/png/shield_icon&16.png differ diff --git a/client/images/icons/cc/black/png/shield_icon&24.png b/client/images/icons/cc/black/png/shield_icon&24.png new file mode 100755 index 0000000..fe06c68 Binary files /dev/null and b/client/images/icons/cc/black/png/shield_icon&24.png differ diff --git a/client/images/icons/cc/black/png/shield_icon&32.png b/client/images/icons/cc/black/png/shield_icon&32.png new file mode 100755 index 0000000..d0219d1 Binary files /dev/null and b/client/images/icons/cc/black/png/shield_icon&32.png differ diff --git a/client/images/icons/cc/black/png/shield_icon&48.png b/client/images/icons/cc/black/png/shield_icon&48.png new file mode 100755 index 0000000..566e3ff Binary files /dev/null and b/client/images/icons/cc/black/png/shield_icon&48.png differ diff --git a/client/images/icons/cc/black/png/shop_cart_icon&16.png b/client/images/icons/cc/black/png/shop_cart_icon&16.png new file mode 100755 index 0000000..a3a5eaf Binary files /dev/null and b/client/images/icons/cc/black/png/shop_cart_icon&16.png differ diff --git a/client/images/icons/cc/black/png/shop_cart_icon&24.png b/client/images/icons/cc/black/png/shop_cart_icon&24.png new file mode 100755 index 0000000..7f5e462 Binary files /dev/null and b/client/images/icons/cc/black/png/shop_cart_icon&24.png differ diff --git a/client/images/icons/cc/black/png/shop_cart_icon&32.png b/client/images/icons/cc/black/png/shop_cart_icon&32.png new file mode 100755 index 0000000..6c71e74 Binary files /dev/null and b/client/images/icons/cc/black/png/shop_cart_icon&32.png differ diff --git a/client/images/icons/cc/black/png/shop_cart_icon&48.png b/client/images/icons/cc/black/png/shop_cart_icon&48.png new file mode 100755 index 0000000..8800f9e Binary files /dev/null and b/client/images/icons/cc/black/png/shop_cart_icon&48.png differ diff --git a/client/images/icons/cc/black/png/shopping_bag_dollar_icon&16.png b/client/images/icons/cc/black/png/shopping_bag_dollar_icon&16.png new file mode 100755 index 0000000..f2e45a7 Binary files /dev/null and b/client/images/icons/cc/black/png/shopping_bag_dollar_icon&16.png differ diff --git a/client/images/icons/cc/black/png/shopping_bag_dollar_icon&24.png b/client/images/icons/cc/black/png/shopping_bag_dollar_icon&24.png new file mode 100755 index 0000000..e69003c Binary files /dev/null and b/client/images/icons/cc/black/png/shopping_bag_dollar_icon&24.png differ diff --git a/client/images/icons/cc/black/png/shopping_bag_dollar_icon&32.png b/client/images/icons/cc/black/png/shopping_bag_dollar_icon&32.png new file mode 100755 index 0000000..69ccd7d Binary files /dev/null and b/client/images/icons/cc/black/png/shopping_bag_dollar_icon&32.png differ diff --git a/client/images/icons/cc/black/png/shopping_bag_dollar_icon&48.png b/client/images/icons/cc/black/png/shopping_bag_dollar_icon&48.png new file mode 100755 index 0000000..825fb58 Binary files /dev/null and b/client/images/icons/cc/black/png/shopping_bag_dollar_icon&48.png differ diff --git a/client/images/icons/cc/black/png/shopping_bag_icon&16.png b/client/images/icons/cc/black/png/shopping_bag_icon&16.png new file mode 100755 index 0000000..3b6bd2a Binary files /dev/null and b/client/images/icons/cc/black/png/shopping_bag_icon&16.png differ diff --git a/client/images/icons/cc/black/png/shopping_bag_icon&24.png b/client/images/icons/cc/black/png/shopping_bag_icon&24.png new file mode 100755 index 0000000..46a093e Binary files /dev/null and b/client/images/icons/cc/black/png/shopping_bag_icon&24.png differ diff --git a/client/images/icons/cc/black/png/shopping_bag_icon&32.png b/client/images/icons/cc/black/png/shopping_bag_icon&32.png new file mode 100755 index 0000000..d36881d Binary files /dev/null and b/client/images/icons/cc/black/png/shopping_bag_icon&32.png differ diff --git a/client/images/icons/cc/black/png/shopping_bag_icon&48.png b/client/images/icons/cc/black/png/shopping_bag_icon&48.png new file mode 100755 index 0000000..7a99af2 Binary files /dev/null and b/client/images/icons/cc/black/png/shopping_bag_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sound_high_icon&16.png b/client/images/icons/cc/black/png/sound_high_icon&16.png new file mode 100755 index 0000000..de92e71 Binary files /dev/null and b/client/images/icons/cc/black/png/sound_high_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sound_high_icon&24.png b/client/images/icons/cc/black/png/sound_high_icon&24.png new file mode 100755 index 0000000..51d2e44 Binary files /dev/null and b/client/images/icons/cc/black/png/sound_high_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sound_high_icon&32.png b/client/images/icons/cc/black/png/sound_high_icon&32.png new file mode 100755 index 0000000..fe620b8 Binary files /dev/null and b/client/images/icons/cc/black/png/sound_high_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sound_high_icon&48.png b/client/images/icons/cc/black/png/sound_high_icon&48.png new file mode 100755 index 0000000..0bc0481 Binary files /dev/null and b/client/images/icons/cc/black/png/sound_high_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sound_low_icon&16.png b/client/images/icons/cc/black/png/sound_low_icon&16.png new file mode 100755 index 0000000..7ddc98b Binary files /dev/null and b/client/images/icons/cc/black/png/sound_low_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sound_low_icon&24.png b/client/images/icons/cc/black/png/sound_low_icon&24.png new file mode 100755 index 0000000..514f848 Binary files /dev/null and b/client/images/icons/cc/black/png/sound_low_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sound_low_icon&32.png b/client/images/icons/cc/black/png/sound_low_icon&32.png new file mode 100755 index 0000000..a9eeece Binary files /dev/null and b/client/images/icons/cc/black/png/sound_low_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sound_low_icon&48.png b/client/images/icons/cc/black/png/sound_low_icon&48.png new file mode 100755 index 0000000..8fe8df2 Binary files /dev/null and b/client/images/icons/cc/black/png/sound_low_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sound_mute_icon&16.png b/client/images/icons/cc/black/png/sound_mute_icon&16.png new file mode 100755 index 0000000..f0be6dd Binary files /dev/null and b/client/images/icons/cc/black/png/sound_mute_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sound_mute_icon&24.png b/client/images/icons/cc/black/png/sound_mute_icon&24.png new file mode 100755 index 0000000..8b4cf03 Binary files /dev/null and b/client/images/icons/cc/black/png/sound_mute_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sound_mute_icon&32.png b/client/images/icons/cc/black/png/sound_mute_icon&32.png new file mode 100755 index 0000000..38cd66e Binary files /dev/null and b/client/images/icons/cc/black/png/sound_mute_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sound_mute_icon&48.png b/client/images/icons/cc/black/png/sound_mute_icon&48.png new file mode 100755 index 0000000..58548ad Binary files /dev/null and b/client/images/icons/cc/black/png/sound_mute_icon&48.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_2_icon&16.png b/client/images/icons/cc/black/png/spechbubble_2_icon&16.png new file mode 100755 index 0000000..a5675fa Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_2_icon&24.png b/client/images/icons/cc/black/png/spechbubble_2_icon&24.png new file mode 100755 index 0000000..5546b35 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_2_icon&32.png b/client/images/icons/cc/black/png/spechbubble_2_icon&32.png new file mode 100755 index 0000000..7e4a485 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_2_icon&48.png b/client/images/icons/cc/black/png/spechbubble_2_icon&48.png new file mode 100755 index 0000000..91d7126 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_icon&16.png b/client/images/icons/cc/black/png/spechbubble_icon&16.png new file mode 100755 index 0000000..4309f02 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_icon&16.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_icon&24.png b/client/images/icons/cc/black/png/spechbubble_icon&24.png new file mode 100755 index 0000000..6fe1a8f Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_icon&24.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_icon&32.png b/client/images/icons/cc/black/png/spechbubble_icon&32.png new file mode 100755 index 0000000..2b08dc1 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_icon&32.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_icon&48.png b/client/images/icons/cc/black/png/spechbubble_icon&48.png new file mode 100755 index 0000000..31844dc Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_icon&48.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_sq_icon&16.png b/client/images/icons/cc/black/png/spechbubble_sq_icon&16.png new file mode 100755 index 0000000..7105e33 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_sq_icon&16.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_sq_icon&24.png b/client/images/icons/cc/black/png/spechbubble_sq_icon&24.png new file mode 100755 index 0000000..859a769 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_sq_icon&24.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_sq_icon&32.png b/client/images/icons/cc/black/png/spechbubble_sq_icon&32.png new file mode 100755 index 0000000..3c51a05 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_sq_icon&32.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_sq_icon&48.png b/client/images/icons/cc/black/png/spechbubble_sq_icon&48.png new file mode 100755 index 0000000..a4f8db5 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_sq_icon&48.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_sq_line_icon&16.png b/client/images/icons/cc/black/png/spechbubble_sq_line_icon&16.png new file mode 100755 index 0000000..1c8650c Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_sq_line_icon&16.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_sq_line_icon&24.png b/client/images/icons/cc/black/png/spechbubble_sq_line_icon&24.png new file mode 100755 index 0000000..43b1ff3 Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_sq_line_icon&24.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_sq_line_icon&32.png b/client/images/icons/cc/black/png/spechbubble_sq_line_icon&32.png new file mode 100755 index 0000000..beb39fe Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_sq_line_icon&32.png differ diff --git a/client/images/icons/cc/black/png/spechbubble_sq_line_icon&48.png b/client/images/icons/cc/black/png/spechbubble_sq_line_icon&48.png new file mode 100755 index 0000000..92c622c Binary files /dev/null and b/client/images/icons/cc/black/png/spechbubble_sq_line_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_br_down_icon&16.png b/client/images/icons/cc/black/png/sq_br_down_icon&16.png new file mode 100755 index 0000000..fd134b8 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_down_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_br_down_icon&24.png b/client/images/icons/cc/black/png/sq_br_down_icon&24.png new file mode 100755 index 0000000..691a9cb Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_down_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_br_down_icon&32.png b/client/images/icons/cc/black/png/sq_br_down_icon&32.png new file mode 100755 index 0000000..d1de627 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_down_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_br_down_icon&48.png b/client/images/icons/cc/black/png/sq_br_down_icon&48.png new file mode 100755 index 0000000..26af48c Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_down_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_br_first_icon&16.png b/client/images/icons/cc/black/png/sq_br_first_icon&16.png new file mode 100755 index 0000000..5b87f39 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_first_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_br_first_icon&24.png b/client/images/icons/cc/black/png/sq_br_first_icon&24.png new file mode 100755 index 0000000..5719ae3 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_first_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_br_first_icon&32.png b/client/images/icons/cc/black/png/sq_br_first_icon&32.png new file mode 100755 index 0000000..28c1097 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_first_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_br_first_icon&48.png b/client/images/icons/cc/black/png/sq_br_first_icon&48.png new file mode 100755 index 0000000..7ae4ee7 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_first_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_br_last_icon&16.png b/client/images/icons/cc/black/png/sq_br_last_icon&16.png new file mode 100755 index 0000000..4303b1b Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_last_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_br_last_icon&24.png b/client/images/icons/cc/black/png/sq_br_last_icon&24.png new file mode 100755 index 0000000..b3a9ad0 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_last_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_br_last_icon&32.png b/client/images/icons/cc/black/png/sq_br_last_icon&32.png new file mode 100755 index 0000000..594a1fb Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_last_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_br_last_icon&48.png b/client/images/icons/cc/black/png/sq_br_last_icon&48.png new file mode 100755 index 0000000..5605bbf Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_last_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_br_next_icon&16.png b/client/images/icons/cc/black/png/sq_br_next_icon&16.png new file mode 100755 index 0000000..0964af2 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_next_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_br_next_icon&24.png b/client/images/icons/cc/black/png/sq_br_next_icon&24.png new file mode 100755 index 0000000..6bd2cde Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_next_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_br_next_icon&32.png b/client/images/icons/cc/black/png/sq_br_next_icon&32.png new file mode 100755 index 0000000..0151ec9 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_next_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_br_next_icon&48.png b/client/images/icons/cc/black/png/sq_br_next_icon&48.png new file mode 100755 index 0000000..3053355 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_next_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_br_prev_icon&16.png b/client/images/icons/cc/black/png/sq_br_prev_icon&16.png new file mode 100755 index 0000000..0da7d0a Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_prev_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_br_prev_icon&24.png b/client/images/icons/cc/black/png/sq_br_prev_icon&24.png new file mode 100755 index 0000000..7a6741e Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_prev_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_br_prev_icon&32.png b/client/images/icons/cc/black/png/sq_br_prev_icon&32.png new file mode 100755 index 0000000..ab89419 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_prev_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_br_prev_icon&48.png b/client/images/icons/cc/black/png/sq_br_prev_icon&48.png new file mode 100755 index 0000000..0cd6e4c Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_prev_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_br_up_icon&16.png b/client/images/icons/cc/black/png/sq_br_up_icon&16.png new file mode 100755 index 0000000..befa994 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_up_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_br_up_icon&24.png b/client/images/icons/cc/black/png/sq_br_up_icon&24.png new file mode 100755 index 0000000..0ed7089 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_up_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_br_up_icon&32.png b/client/images/icons/cc/black/png/sq_br_up_icon&32.png new file mode 100755 index 0000000..bef8a61 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_up_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_br_up_icon&48.png b/client/images/icons/cc/black/png/sq_br_up_icon&48.png new file mode 100755 index 0000000..02958fc Binary files /dev/null and b/client/images/icons/cc/black/png/sq_br_up_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_down_icon&16.png b/client/images/icons/cc/black/png/sq_down_icon&16.png new file mode 100755 index 0000000..b8784b2 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_down_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_down_icon&24.png b/client/images/icons/cc/black/png/sq_down_icon&24.png new file mode 100755 index 0000000..aa04069 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_down_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_down_icon&32.png b/client/images/icons/cc/black/png/sq_down_icon&32.png new file mode 100755 index 0000000..8b5e5ed Binary files /dev/null and b/client/images/icons/cc/black/png/sq_down_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_down_icon&48.png b/client/images/icons/cc/black/png/sq_down_icon&48.png new file mode 100755 index 0000000..c25ce05 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_down_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_minus_icon&16.png b/client/images/icons/cc/black/png/sq_minus_icon&16.png new file mode 100755 index 0000000..348aaf0 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_minus_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_minus_icon&24.png b/client/images/icons/cc/black/png/sq_minus_icon&24.png new file mode 100755 index 0000000..9298a26 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_minus_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_minus_icon&32.png b/client/images/icons/cc/black/png/sq_minus_icon&32.png new file mode 100755 index 0000000..978c217 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_minus_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_minus_icon&48.png b/client/images/icons/cc/black/png/sq_minus_icon&48.png new file mode 100755 index 0000000..709a569 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_minus_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_next_icon&16.png b/client/images/icons/cc/black/png/sq_next_icon&16.png new file mode 100755 index 0000000..979fb62 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_next_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_next_icon&24.png b/client/images/icons/cc/black/png/sq_next_icon&24.png new file mode 100755 index 0000000..aac1189 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_next_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_next_icon&32.png b/client/images/icons/cc/black/png/sq_next_icon&32.png new file mode 100755 index 0000000..7a79cd7 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_next_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_next_icon&48.png b/client/images/icons/cc/black/png/sq_next_icon&48.png new file mode 100755 index 0000000..ff758a9 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_next_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_plus_icon&16.png b/client/images/icons/cc/black/png/sq_plus_icon&16.png new file mode 100755 index 0000000..8587199 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_plus_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_plus_icon&24.png b/client/images/icons/cc/black/png/sq_plus_icon&24.png new file mode 100755 index 0000000..2032a77 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_plus_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_plus_icon&32.png b/client/images/icons/cc/black/png/sq_plus_icon&32.png new file mode 100755 index 0000000..5f23c8d Binary files /dev/null and b/client/images/icons/cc/black/png/sq_plus_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_plus_icon&48.png b/client/images/icons/cc/black/png/sq_plus_icon&48.png new file mode 100755 index 0000000..1228e5a Binary files /dev/null and b/client/images/icons/cc/black/png/sq_plus_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_prev_icon&16.png b/client/images/icons/cc/black/png/sq_prev_icon&16.png new file mode 100755 index 0000000..7d9aaf2 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_prev_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_prev_icon&24.png b/client/images/icons/cc/black/png/sq_prev_icon&24.png new file mode 100755 index 0000000..71e1f0e Binary files /dev/null and b/client/images/icons/cc/black/png/sq_prev_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_prev_icon&32.png b/client/images/icons/cc/black/png/sq_prev_icon&32.png new file mode 100755 index 0000000..09e0bb5 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_prev_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_prev_icon&48.png b/client/images/icons/cc/black/png/sq_prev_icon&48.png new file mode 100755 index 0000000..d586b4d Binary files /dev/null and b/client/images/icons/cc/black/png/sq_prev_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sq_up_icon&16.png b/client/images/icons/cc/black/png/sq_up_icon&16.png new file mode 100755 index 0000000..9a47e2f Binary files /dev/null and b/client/images/icons/cc/black/png/sq_up_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sq_up_icon&24.png b/client/images/icons/cc/black/png/sq_up_icon&24.png new file mode 100755 index 0000000..e03a424 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_up_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sq_up_icon&32.png b/client/images/icons/cc/black/png/sq_up_icon&32.png new file mode 100755 index 0000000..14694fb Binary files /dev/null and b/client/images/icons/cc/black/png/sq_up_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sq_up_icon&48.png b/client/images/icons/cc/black/png/sq_up_icon&48.png new file mode 100755 index 0000000..75408e6 Binary files /dev/null and b/client/images/icons/cc/black/png/sq_up_icon&48.png differ diff --git a/client/images/icons/cc/black/png/square_shape_icon&16.png b/client/images/icons/cc/black/png/square_shape_icon&16.png new file mode 100755 index 0000000..af8df1e Binary files /dev/null and b/client/images/icons/cc/black/png/square_shape_icon&16.png differ diff --git a/client/images/icons/cc/black/png/square_shape_icon&24.png b/client/images/icons/cc/black/png/square_shape_icon&24.png new file mode 100755 index 0000000..2219ee8 Binary files /dev/null and b/client/images/icons/cc/black/png/square_shape_icon&24.png differ diff --git a/client/images/icons/cc/black/png/square_shape_icon&32.png b/client/images/icons/cc/black/png/square_shape_icon&32.png new file mode 100755 index 0000000..1db6790 Binary files /dev/null and b/client/images/icons/cc/black/png/square_shape_icon&32.png differ diff --git a/client/images/icons/cc/black/png/square_shape_icon&48.png b/client/images/icons/cc/black/png/square_shape_icon&48.png new file mode 100755 index 0000000..4460b9e Binary files /dev/null and b/client/images/icons/cc/black/png/square_shape_icon&48.png differ diff --git a/client/images/icons/cc/black/png/stairs_down_icon&16.png b/client/images/icons/cc/black/png/stairs_down_icon&16.png new file mode 100755 index 0000000..7e3a05d Binary files /dev/null and b/client/images/icons/cc/black/png/stairs_down_icon&16.png differ diff --git a/client/images/icons/cc/black/png/stairs_down_icon&24.png b/client/images/icons/cc/black/png/stairs_down_icon&24.png new file mode 100755 index 0000000..a4fd83c Binary files /dev/null and b/client/images/icons/cc/black/png/stairs_down_icon&24.png differ diff --git a/client/images/icons/cc/black/png/stairs_down_icon&32.png b/client/images/icons/cc/black/png/stairs_down_icon&32.png new file mode 100755 index 0000000..4d76eb9 Binary files /dev/null and b/client/images/icons/cc/black/png/stairs_down_icon&32.png differ diff --git a/client/images/icons/cc/black/png/stairs_down_icon&48.png b/client/images/icons/cc/black/png/stairs_down_icon&48.png new file mode 100755 index 0000000..32b30b4 Binary files /dev/null and b/client/images/icons/cc/black/png/stairs_down_icon&48.png differ diff --git a/client/images/icons/cc/black/png/stairs_up_icon&16.png b/client/images/icons/cc/black/png/stairs_up_icon&16.png new file mode 100755 index 0000000..b815558 Binary files /dev/null and b/client/images/icons/cc/black/png/stairs_up_icon&16.png differ diff --git a/client/images/icons/cc/black/png/stairs_up_icon&24.png b/client/images/icons/cc/black/png/stairs_up_icon&24.png new file mode 100755 index 0000000..233632c Binary files /dev/null and b/client/images/icons/cc/black/png/stairs_up_icon&24.png differ diff --git a/client/images/icons/cc/black/png/stairs_up_icon&32.png b/client/images/icons/cc/black/png/stairs_up_icon&32.png new file mode 100755 index 0000000..d3b196a Binary files /dev/null and b/client/images/icons/cc/black/png/stairs_up_icon&32.png differ diff --git a/client/images/icons/cc/black/png/stairs_up_icon&48.png b/client/images/icons/cc/black/png/stairs_up_icon&48.png new file mode 100755 index 0000000..29b6e5b Binary files /dev/null and b/client/images/icons/cc/black/png/stairs_up_icon&48.png differ diff --git a/client/images/icons/cc/black/png/star_fav_empty_icon&16.png b/client/images/icons/cc/black/png/star_fav_empty_icon&16.png new file mode 100755 index 0000000..3708cb7 Binary files /dev/null and b/client/images/icons/cc/black/png/star_fav_empty_icon&16.png differ diff --git a/client/images/icons/cc/black/png/star_fav_empty_icon&24.png b/client/images/icons/cc/black/png/star_fav_empty_icon&24.png new file mode 100755 index 0000000..6844a37 Binary files /dev/null and b/client/images/icons/cc/black/png/star_fav_empty_icon&24.png differ diff --git a/client/images/icons/cc/black/png/star_fav_empty_icon&32.png b/client/images/icons/cc/black/png/star_fav_empty_icon&32.png new file mode 100755 index 0000000..0a8a86f Binary files /dev/null and b/client/images/icons/cc/black/png/star_fav_empty_icon&32.png differ diff --git a/client/images/icons/cc/black/png/star_fav_empty_icon&48.png b/client/images/icons/cc/black/png/star_fav_empty_icon&48.png new file mode 100755 index 0000000..2b09983 Binary files /dev/null and b/client/images/icons/cc/black/png/star_fav_empty_icon&48.png differ diff --git a/client/images/icons/cc/black/png/star_fav_icon&16.png b/client/images/icons/cc/black/png/star_fav_icon&16.png new file mode 100755 index 0000000..3964ca1 Binary files /dev/null and b/client/images/icons/cc/black/png/star_fav_icon&16.png differ diff --git a/client/images/icons/cc/black/png/star_fav_icon&24.png b/client/images/icons/cc/black/png/star_fav_icon&24.png new file mode 100755 index 0000000..d23faaf Binary files /dev/null and b/client/images/icons/cc/black/png/star_fav_icon&24.png differ diff --git a/client/images/icons/cc/black/png/star_fav_icon&32.png b/client/images/icons/cc/black/png/star_fav_icon&32.png new file mode 100755 index 0000000..ac9c44f Binary files /dev/null and b/client/images/icons/cc/black/png/star_fav_icon&32.png differ diff --git a/client/images/icons/cc/black/png/star_fav_icon&48.png b/client/images/icons/cc/black/png/star_fav_icon&48.png new file mode 100755 index 0000000..86167bb Binary files /dev/null and b/client/images/icons/cc/black/png/star_fav_icon&48.png differ diff --git a/client/images/icons/cc/black/png/star_icon&16.png b/client/images/icons/cc/black/png/star_icon&16.png new file mode 100755 index 0000000..77ded12 Binary files /dev/null and b/client/images/icons/cc/black/png/star_icon&16.png differ diff --git a/client/images/icons/cc/black/png/star_icon&24.png b/client/images/icons/cc/black/png/star_icon&24.png new file mode 100755 index 0000000..1380e34 Binary files /dev/null and b/client/images/icons/cc/black/png/star_icon&24.png differ diff --git a/client/images/icons/cc/black/png/star_icon&32.png b/client/images/icons/cc/black/png/star_icon&32.png new file mode 100755 index 0000000..e8acc4e Binary files /dev/null and b/client/images/icons/cc/black/png/star_icon&32.png differ diff --git a/client/images/icons/cc/black/png/star_icon&48.png b/client/images/icons/cc/black/png/star_icon&48.png new file mode 100755 index 0000000..62e8b20 Binary files /dev/null and b/client/images/icons/cc/black/png/star_icon&48.png differ diff --git a/client/images/icons/cc/black/png/stop_watch_icon&16.png b/client/images/icons/cc/black/png/stop_watch_icon&16.png new file mode 100755 index 0000000..007ccf8 Binary files /dev/null and b/client/images/icons/cc/black/png/stop_watch_icon&16.png differ diff --git a/client/images/icons/cc/black/png/stop_watch_icon&24.png b/client/images/icons/cc/black/png/stop_watch_icon&24.png new file mode 100755 index 0000000..2b003ba Binary files /dev/null and b/client/images/icons/cc/black/png/stop_watch_icon&24.png differ diff --git a/client/images/icons/cc/black/png/stop_watch_icon&32.png b/client/images/icons/cc/black/png/stop_watch_icon&32.png new file mode 100755 index 0000000..5623de8 Binary files /dev/null and b/client/images/icons/cc/black/png/stop_watch_icon&32.png differ diff --git a/client/images/icons/cc/black/png/stop_watch_icon&48.png b/client/images/icons/cc/black/png/stop_watch_icon&48.png new file mode 100755 index 0000000..e245167 Binary files /dev/null and b/client/images/icons/cc/black/png/stop_watch_icon&48.png differ diff --git a/client/images/icons/cc/black/png/sun_icon&16.png b/client/images/icons/cc/black/png/sun_icon&16.png new file mode 100755 index 0000000..bf7b6d4 Binary files /dev/null and b/client/images/icons/cc/black/png/sun_icon&16.png differ diff --git a/client/images/icons/cc/black/png/sun_icon&24.png b/client/images/icons/cc/black/png/sun_icon&24.png new file mode 100755 index 0000000..ed3831d Binary files /dev/null and b/client/images/icons/cc/black/png/sun_icon&24.png differ diff --git a/client/images/icons/cc/black/png/sun_icon&32.png b/client/images/icons/cc/black/png/sun_icon&32.png new file mode 100755 index 0000000..18e9444 Binary files /dev/null and b/client/images/icons/cc/black/png/sun_icon&32.png differ diff --git a/client/images/icons/cc/black/png/sun_icon&48.png b/client/images/icons/cc/black/png/sun_icon&48.png new file mode 100755 index 0000000..d2b0367 Binary files /dev/null and b/client/images/icons/cc/black/png/sun_icon&48.png differ diff --git a/client/images/icons/cc/black/png/tag_icon&16.png b/client/images/icons/cc/black/png/tag_icon&16.png new file mode 100755 index 0000000..26dd94e Binary files /dev/null and b/client/images/icons/cc/black/png/tag_icon&16.png differ diff --git a/client/images/icons/cc/black/png/tag_icon&24.png b/client/images/icons/cc/black/png/tag_icon&24.png new file mode 100755 index 0000000..a1e71c6 Binary files /dev/null and b/client/images/icons/cc/black/png/tag_icon&24.png differ diff --git a/client/images/icons/cc/black/png/tag_icon&32.png b/client/images/icons/cc/black/png/tag_icon&32.png new file mode 100755 index 0000000..1c33d04 Binary files /dev/null and b/client/images/icons/cc/black/png/tag_icon&32.png differ diff --git a/client/images/icons/cc/black/png/tag_icon&48.png b/client/images/icons/cc/black/png/tag_icon&48.png new file mode 100755 index 0000000..d06e814 Binary files /dev/null and b/client/images/icons/cc/black/png/tag_icon&48.png differ diff --git a/client/images/icons/cc/black/png/tape_icon&16.png b/client/images/icons/cc/black/png/tape_icon&16.png new file mode 100755 index 0000000..aa314e9 Binary files /dev/null and b/client/images/icons/cc/black/png/tape_icon&16.png differ diff --git a/client/images/icons/cc/black/png/tape_icon&24.png b/client/images/icons/cc/black/png/tape_icon&24.png new file mode 100755 index 0000000..7a568c1 Binary files /dev/null and b/client/images/icons/cc/black/png/tape_icon&24.png differ diff --git a/client/images/icons/cc/black/png/tape_icon&32.png b/client/images/icons/cc/black/png/tape_icon&32.png new file mode 100755 index 0000000..2e01b78 Binary files /dev/null and b/client/images/icons/cc/black/png/tape_icon&32.png differ diff --git a/client/images/icons/cc/black/png/tape_icon&48.png b/client/images/icons/cc/black/png/tape_icon&48.png new file mode 100755 index 0000000..f36c850 Binary files /dev/null and b/client/images/icons/cc/black/png/tape_icon&48.png differ diff --git a/client/images/icons/cc/black/png/target_icon&16.png b/client/images/icons/cc/black/png/target_icon&16.png new file mode 100755 index 0000000..c246abe Binary files /dev/null and b/client/images/icons/cc/black/png/target_icon&16.png differ diff --git a/client/images/icons/cc/black/png/target_icon&24.png b/client/images/icons/cc/black/png/target_icon&24.png new file mode 100755 index 0000000..b0bad7e Binary files /dev/null and b/client/images/icons/cc/black/png/target_icon&24.png differ diff --git a/client/images/icons/cc/black/png/target_icon&32.png b/client/images/icons/cc/black/png/target_icon&32.png new file mode 100755 index 0000000..1204c7e Binary files /dev/null and b/client/images/icons/cc/black/png/target_icon&32.png differ diff --git a/client/images/icons/cc/black/png/target_icon&48.png b/client/images/icons/cc/black/png/target_icon&48.png new file mode 100755 index 0000000..a1cc54b Binary files /dev/null and b/client/images/icons/cc/black/png/target_icon&48.png differ diff --git a/client/images/icons/cc/black/png/text_curstor_icon&16.png b/client/images/icons/cc/black/png/text_curstor_icon&16.png new file mode 100755 index 0000000..75aeb95 Binary files /dev/null and b/client/images/icons/cc/black/png/text_curstor_icon&16.png differ diff --git a/client/images/icons/cc/black/png/text_curstor_icon&24.png b/client/images/icons/cc/black/png/text_curstor_icon&24.png new file mode 100755 index 0000000..72c580d Binary files /dev/null and b/client/images/icons/cc/black/png/text_curstor_icon&24.png differ diff --git a/client/images/icons/cc/black/png/text_curstor_icon&32.png b/client/images/icons/cc/black/png/text_curstor_icon&32.png new file mode 100755 index 0000000..16553b2 Binary files /dev/null and b/client/images/icons/cc/black/png/text_curstor_icon&32.png differ diff --git a/client/images/icons/cc/black/png/text_curstor_icon&48.png b/client/images/icons/cc/black/png/text_curstor_icon&48.png new file mode 100755 index 0000000..01455ff Binary files /dev/null and b/client/images/icons/cc/black/png/text_curstor_icon&48.png differ diff --git a/client/images/icons/cc/black/png/text_letter_t_icon&16.png b/client/images/icons/cc/black/png/text_letter_t_icon&16.png new file mode 100755 index 0000000..4e3098a Binary files /dev/null and b/client/images/icons/cc/black/png/text_letter_t_icon&16.png differ diff --git a/client/images/icons/cc/black/png/text_letter_t_icon&24.png b/client/images/icons/cc/black/png/text_letter_t_icon&24.png new file mode 100755 index 0000000..32ff8ad Binary files /dev/null and b/client/images/icons/cc/black/png/text_letter_t_icon&24.png differ diff --git a/client/images/icons/cc/black/png/text_letter_t_icon&32.png b/client/images/icons/cc/black/png/text_letter_t_icon&32.png new file mode 100755 index 0000000..cad8bcb Binary files /dev/null and b/client/images/icons/cc/black/png/text_letter_t_icon&32.png differ diff --git a/client/images/icons/cc/black/png/text_letter_t_icon&48.png b/client/images/icons/cc/black/png/text_letter_t_icon&48.png new file mode 100755 index 0000000..b7fb890 Binary files /dev/null and b/client/images/icons/cc/black/png/text_letter_t_icon&48.png differ diff --git a/client/images/icons/cc/black/png/top_right_expand_icon&16.png b/client/images/icons/cc/black/png/top_right_expand_icon&16.png new file mode 100755 index 0000000..05bb3c4 Binary files /dev/null and b/client/images/icons/cc/black/png/top_right_expand_icon&16.png differ diff --git a/client/images/icons/cc/black/png/top_right_expand_icon&24.png b/client/images/icons/cc/black/png/top_right_expand_icon&24.png new file mode 100755 index 0000000..938333e Binary files /dev/null and b/client/images/icons/cc/black/png/top_right_expand_icon&24.png differ diff --git a/client/images/icons/cc/black/png/top_right_expand_icon&32.png b/client/images/icons/cc/black/png/top_right_expand_icon&32.png new file mode 100755 index 0000000..2e5e07d Binary files /dev/null and b/client/images/icons/cc/black/png/top_right_expand_icon&32.png differ diff --git a/client/images/icons/cc/black/png/top_right_expand_icon&48.png b/client/images/icons/cc/black/png/top_right_expand_icon&48.png new file mode 100755 index 0000000..87510ea Binary files /dev/null and b/client/images/icons/cc/black/png/top_right_expand_icon&48.png differ diff --git a/client/images/icons/cc/black/png/track_icon&16.png b/client/images/icons/cc/black/png/track_icon&16.png new file mode 100755 index 0000000..d2509e5 Binary files /dev/null and b/client/images/icons/cc/black/png/track_icon&16.png differ diff --git a/client/images/icons/cc/black/png/track_icon&24.png b/client/images/icons/cc/black/png/track_icon&24.png new file mode 100755 index 0000000..091e92c Binary files /dev/null and b/client/images/icons/cc/black/png/track_icon&24.png differ diff --git a/client/images/icons/cc/black/png/track_icon&32.png b/client/images/icons/cc/black/png/track_icon&32.png new file mode 100755 index 0000000..a6ee7d2 Binary files /dev/null and b/client/images/icons/cc/black/png/track_icon&32.png differ diff --git a/client/images/icons/cc/black/png/track_icon&48.png b/client/images/icons/cc/black/png/track_icon&48.png new file mode 100755 index 0000000..e90c336 Binary files /dev/null and b/client/images/icons/cc/black/png/track_icon&48.png differ diff --git a/client/images/icons/cc/black/png/trash_icon&16.png b/client/images/icons/cc/black/png/trash_icon&16.png new file mode 100755 index 0000000..b0ef5fc Binary files /dev/null and b/client/images/icons/cc/black/png/trash_icon&16.png differ diff --git a/client/images/icons/cc/black/png/trash_icon&24.png b/client/images/icons/cc/black/png/trash_icon&24.png new file mode 100755 index 0000000..b37dfcd Binary files /dev/null and b/client/images/icons/cc/black/png/trash_icon&24.png differ diff --git a/client/images/icons/cc/black/png/trash_icon&32.png b/client/images/icons/cc/black/png/trash_icon&32.png new file mode 100755 index 0000000..d260375 Binary files /dev/null and b/client/images/icons/cc/black/png/trash_icon&32.png differ diff --git a/client/images/icons/cc/black/png/trash_icon&48.png b/client/images/icons/cc/black/png/trash_icon&48.png new file mode 100755 index 0000000..38264d2 Binary files /dev/null and b/client/images/icons/cc/black/png/trash_icon&48.png differ diff --git a/client/images/icons/cc/black/png/twitter_2_icon&16.png b/client/images/icons/cc/black/png/twitter_2_icon&16.png new file mode 100755 index 0000000..29f4796 Binary files /dev/null and b/client/images/icons/cc/black/png/twitter_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/twitter_2_icon&24.png b/client/images/icons/cc/black/png/twitter_2_icon&24.png new file mode 100755 index 0000000..d51cf9f Binary files /dev/null and b/client/images/icons/cc/black/png/twitter_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/twitter_2_icon&32.png b/client/images/icons/cc/black/png/twitter_2_icon&32.png new file mode 100755 index 0000000..0d205ce Binary files /dev/null and b/client/images/icons/cc/black/png/twitter_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/twitter_2_icon&48.png b/client/images/icons/cc/black/png/twitter_2_icon&48.png new file mode 100755 index 0000000..bfa57ac Binary files /dev/null and b/client/images/icons/cc/black/png/twitter_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/twitter_icon&16.png b/client/images/icons/cc/black/png/twitter_icon&16.png new file mode 100755 index 0000000..e68facb Binary files /dev/null and b/client/images/icons/cc/black/png/twitter_icon&16.png differ diff --git a/client/images/icons/cc/black/png/twitter_icon&24.png b/client/images/icons/cc/black/png/twitter_icon&24.png new file mode 100755 index 0000000..4fd4b90 Binary files /dev/null and b/client/images/icons/cc/black/png/twitter_icon&24.png differ diff --git a/client/images/icons/cc/black/png/twitter_icon&32.png b/client/images/icons/cc/black/png/twitter_icon&32.png new file mode 100755 index 0000000..753e674 Binary files /dev/null and b/client/images/icons/cc/black/png/twitter_icon&32.png differ diff --git a/client/images/icons/cc/black/png/twitter_icon&48.png b/client/images/icons/cc/black/png/twitter_icon&48.png new file mode 100755 index 0000000..21e5594 Binary files /dev/null and b/client/images/icons/cc/black/png/twitter_icon&48.png differ diff --git a/client/images/icons/cc/black/png/undo_icon&16.png b/client/images/icons/cc/black/png/undo_icon&16.png new file mode 100755 index 0000000..723fb66 Binary files /dev/null and b/client/images/icons/cc/black/png/undo_icon&16.png differ diff --git a/client/images/icons/cc/black/png/undo_icon&24.png b/client/images/icons/cc/black/png/undo_icon&24.png new file mode 100755 index 0000000..9529b42 Binary files /dev/null and b/client/images/icons/cc/black/png/undo_icon&24.png differ diff --git a/client/images/icons/cc/black/png/undo_icon&32.png b/client/images/icons/cc/black/png/undo_icon&32.png new file mode 100755 index 0000000..0c715ac Binary files /dev/null and b/client/images/icons/cc/black/png/undo_icon&32.png differ diff --git a/client/images/icons/cc/black/png/undo_icon&48.png b/client/images/icons/cc/black/png/undo_icon&48.png new file mode 100755 index 0000000..13bad19 Binary files /dev/null and b/client/images/icons/cc/black/png/undo_icon&48.png differ diff --git a/client/images/icons/cc/black/png/user_icon&16.png b/client/images/icons/cc/black/png/user_icon&16.png new file mode 100755 index 0000000..f13e2e6 Binary files /dev/null and b/client/images/icons/cc/black/png/user_icon&16.png differ diff --git a/client/images/icons/cc/black/png/user_icon&24.png b/client/images/icons/cc/black/png/user_icon&24.png new file mode 100755 index 0000000..f6a3421 Binary files /dev/null and b/client/images/icons/cc/black/png/user_icon&24.png differ diff --git a/client/images/icons/cc/black/png/user_icon&32.png b/client/images/icons/cc/black/png/user_icon&32.png new file mode 100755 index 0000000..34f46c9 Binary files /dev/null and b/client/images/icons/cc/black/png/user_icon&32.png differ diff --git a/client/images/icons/cc/black/png/user_icon&48.png b/client/images/icons/cc/black/png/user_icon&48.png new file mode 100755 index 0000000..76403e1 Binary files /dev/null and b/client/images/icons/cc/black/png/user_icon&48.png differ diff --git a/client/images/icons/cc/black/png/users_icon&16.png b/client/images/icons/cc/black/png/users_icon&16.png new file mode 100755 index 0000000..702b585 Binary files /dev/null and b/client/images/icons/cc/black/png/users_icon&16.png differ diff --git a/client/images/icons/cc/black/png/users_icon&24.png b/client/images/icons/cc/black/png/users_icon&24.png new file mode 100755 index 0000000..d94c3b9 Binary files /dev/null and b/client/images/icons/cc/black/png/users_icon&24.png differ diff --git a/client/images/icons/cc/black/png/users_icon&32.png b/client/images/icons/cc/black/png/users_icon&32.png new file mode 100755 index 0000000..9311680 Binary files /dev/null and b/client/images/icons/cc/black/png/users_icon&32.png differ diff --git a/client/images/icons/cc/black/png/users_icon&48.png b/client/images/icons/cc/black/png/users_icon&48.png new file mode 100755 index 0000000..7919b3c Binary files /dev/null and b/client/images/icons/cc/black/png/users_icon&48.png differ diff --git a/client/images/icons/cc/black/png/vault_icon&16.png b/client/images/icons/cc/black/png/vault_icon&16.png new file mode 100755 index 0000000..2b10333 Binary files /dev/null and b/client/images/icons/cc/black/png/vault_icon&16.png differ diff --git a/client/images/icons/cc/black/png/vault_icon&24.png b/client/images/icons/cc/black/png/vault_icon&24.png new file mode 100755 index 0000000..ff40975 Binary files /dev/null and b/client/images/icons/cc/black/png/vault_icon&24.png differ diff --git a/client/images/icons/cc/black/png/vault_icon&32.png b/client/images/icons/cc/black/png/vault_icon&32.png new file mode 100755 index 0000000..0dfda78 Binary files /dev/null and b/client/images/icons/cc/black/png/vault_icon&32.png differ diff --git a/client/images/icons/cc/black/png/vault_icon&48.png b/client/images/icons/cc/black/png/vault_icon&48.png new file mode 100755 index 0000000..1a4d7fd Binary files /dev/null and b/client/images/icons/cc/black/png/vault_icon&48.png differ diff --git a/client/images/icons/cc/black/png/wallet_icon&16.png b/client/images/icons/cc/black/png/wallet_icon&16.png new file mode 100755 index 0000000..5464bca Binary files /dev/null and b/client/images/icons/cc/black/png/wallet_icon&16.png differ diff --git a/client/images/icons/cc/black/png/wallet_icon&24.png b/client/images/icons/cc/black/png/wallet_icon&24.png new file mode 100755 index 0000000..167953e Binary files /dev/null and b/client/images/icons/cc/black/png/wallet_icon&24.png differ diff --git a/client/images/icons/cc/black/png/wallet_icon&32.png b/client/images/icons/cc/black/png/wallet_icon&32.png new file mode 100755 index 0000000..71c6734 Binary files /dev/null and b/client/images/icons/cc/black/png/wallet_icon&32.png differ diff --git a/client/images/icons/cc/black/png/wallet_icon&48.png b/client/images/icons/cc/black/png/wallet_icon&48.png new file mode 100755 index 0000000..302d956 Binary files /dev/null and b/client/images/icons/cc/black/png/wallet_icon&48.png differ diff --git a/client/images/icons/cc/black/png/wifi_router_icon&16.png b/client/images/icons/cc/black/png/wifi_router_icon&16.png new file mode 100755 index 0000000..fc0bdce Binary files /dev/null and b/client/images/icons/cc/black/png/wifi_router_icon&16.png differ diff --git a/client/images/icons/cc/black/png/wifi_router_icon&24.png b/client/images/icons/cc/black/png/wifi_router_icon&24.png new file mode 100755 index 0000000..099a53a Binary files /dev/null and b/client/images/icons/cc/black/png/wifi_router_icon&24.png differ diff --git a/client/images/icons/cc/black/png/wifi_router_icon&32.png b/client/images/icons/cc/black/png/wifi_router_icon&32.png new file mode 100755 index 0000000..d94de7d Binary files /dev/null and b/client/images/icons/cc/black/png/wifi_router_icon&32.png differ diff --git a/client/images/icons/cc/black/png/wifi_router_icon&48.png b/client/images/icons/cc/black/png/wifi_router_icon&48.png new file mode 100755 index 0000000..48c462d Binary files /dev/null and b/client/images/icons/cc/black/png/wifi_router_icon&48.png differ diff --git a/client/images/icons/cc/black/png/wireless_signal_icon&16.png b/client/images/icons/cc/black/png/wireless_signal_icon&16.png new file mode 100755 index 0000000..03052cf Binary files /dev/null and b/client/images/icons/cc/black/png/wireless_signal_icon&16.png differ diff --git a/client/images/icons/cc/black/png/wireless_signal_icon&24.png b/client/images/icons/cc/black/png/wireless_signal_icon&24.png new file mode 100755 index 0000000..c5d7f4d Binary files /dev/null and b/client/images/icons/cc/black/png/wireless_signal_icon&24.png differ diff --git a/client/images/icons/cc/black/png/wireless_signal_icon&32.png b/client/images/icons/cc/black/png/wireless_signal_icon&32.png new file mode 100755 index 0000000..f62684a Binary files /dev/null and b/client/images/icons/cc/black/png/wireless_signal_icon&32.png differ diff --git a/client/images/icons/cc/black/png/wireless_signal_icon&48.png b/client/images/icons/cc/black/png/wireless_signal_icon&48.png new file mode 100755 index 0000000..675127e Binary files /dev/null and b/client/images/icons/cc/black/png/wireless_signal_icon&48.png differ diff --git a/client/images/icons/cc/black/png/wrench_icon&16.png b/client/images/icons/cc/black/png/wrench_icon&16.png new file mode 100755 index 0000000..4576117 Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_icon&16.png differ diff --git a/client/images/icons/cc/black/png/wrench_icon&24.png b/client/images/icons/cc/black/png/wrench_icon&24.png new file mode 100755 index 0000000..e8351d6 Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_icon&24.png differ diff --git a/client/images/icons/cc/black/png/wrench_icon&32.png b/client/images/icons/cc/black/png/wrench_icon&32.png new file mode 100755 index 0000000..ecf188e Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_icon&32.png differ diff --git a/client/images/icons/cc/black/png/wrench_icon&48.png b/client/images/icons/cc/black/png/wrench_icon&48.png new file mode 100755 index 0000000..eab70c4 Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_icon&48.png differ diff --git a/client/images/icons/cc/black/png/wrench_plus_2_icon&16.png b/client/images/icons/cc/black/png/wrench_plus_2_icon&16.png new file mode 100755 index 0000000..67f88a3 Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_plus_2_icon&16.png differ diff --git a/client/images/icons/cc/black/png/wrench_plus_2_icon&24.png b/client/images/icons/cc/black/png/wrench_plus_2_icon&24.png new file mode 100755 index 0000000..5057248 Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_plus_2_icon&24.png differ diff --git a/client/images/icons/cc/black/png/wrench_plus_2_icon&32.png b/client/images/icons/cc/black/png/wrench_plus_2_icon&32.png new file mode 100755 index 0000000..cce6b16 Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_plus_2_icon&32.png differ diff --git a/client/images/icons/cc/black/png/wrench_plus_2_icon&48.png b/client/images/icons/cc/black/png/wrench_plus_2_icon&48.png new file mode 100755 index 0000000..7db7434 Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_plus_2_icon&48.png differ diff --git a/client/images/icons/cc/black/png/wrench_plus_icon&16.png b/client/images/icons/cc/black/png/wrench_plus_icon&16.png new file mode 100755 index 0000000..6501bcc Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_plus_icon&16.png differ diff --git a/client/images/icons/cc/black/png/wrench_plus_icon&24.png b/client/images/icons/cc/black/png/wrench_plus_icon&24.png new file mode 100755 index 0000000..e935fc6 Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_plus_icon&24.png differ diff --git a/client/images/icons/cc/black/png/wrench_plus_icon&32.png b/client/images/icons/cc/black/png/wrench_plus_icon&32.png new file mode 100755 index 0000000..14282aa Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_plus_icon&32.png differ diff --git a/client/images/icons/cc/black/png/wrench_plus_icon&48.png b/client/images/icons/cc/black/png/wrench_plus_icon&48.png new file mode 100755 index 0000000..47e8809 Binary files /dev/null and b/client/images/icons/cc/black/png/wrench_plus_icon&48.png differ diff --git a/client/images/icons/cc/black/png/youtube_icon&16.png b/client/images/icons/cc/black/png/youtube_icon&16.png new file mode 100755 index 0000000..14b1474 Binary files /dev/null and b/client/images/icons/cc/black/png/youtube_icon&16.png differ diff --git a/client/images/icons/cc/black/png/youtube_icon&24.png b/client/images/icons/cc/black/png/youtube_icon&24.png new file mode 100755 index 0000000..eed925a Binary files /dev/null and b/client/images/icons/cc/black/png/youtube_icon&24.png differ diff --git a/client/images/icons/cc/black/png/youtube_icon&32.png b/client/images/icons/cc/black/png/youtube_icon&32.png new file mode 100755 index 0000000..fe497d2 Binary files /dev/null and b/client/images/icons/cc/black/png/youtube_icon&32.png differ diff --git a/client/images/icons/cc/black/png/youtube_icon&48.png b/client/images/icons/cc/black/png/youtube_icon&48.png new file mode 100755 index 0000000..750fb68 Binary files /dev/null and b/client/images/icons/cc/black/png/youtube_icon&48.png differ diff --git a/client/images/icons/cc/black/png/zoom_icon&16.png b/client/images/icons/cc/black/png/zoom_icon&16.png new file mode 100755 index 0000000..9ccf1d6 Binary files /dev/null and b/client/images/icons/cc/black/png/zoom_icon&16.png differ diff --git a/client/images/icons/cc/black/png/zoom_icon&24.png b/client/images/icons/cc/black/png/zoom_icon&24.png new file mode 100755 index 0000000..d6b5615 Binary files /dev/null and b/client/images/icons/cc/black/png/zoom_icon&24.png differ diff --git a/client/images/icons/cc/black/png/zoom_icon&32.png b/client/images/icons/cc/black/png/zoom_icon&32.png new file mode 100755 index 0000000..463253e Binary files /dev/null and b/client/images/icons/cc/black/png/zoom_icon&32.png differ diff --git a/client/images/icons/cc/black/png/zoom_icon&48.png b/client/images/icons/cc/black/png/zoom_icon&48.png new file mode 100755 index 0000000..9d9e881 Binary files /dev/null and b/client/images/icons/cc/black/png/zoom_icon&48.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_12x12.png b/client/images/icons/iconic/raster/black/arrow_down_12x12.png new file mode 100644 index 0000000..464823e Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_16x16.png b/client/images/icons/iconic/raster/black/arrow_down_16x16.png new file mode 100644 index 0000000..3aa5f7f Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_24x24.png b/client/images/icons/iconic/raster/black/arrow_down_24x24.png new file mode 100644 index 0000000..ac917ee Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_32x32.png b/client/images/icons/iconic/raster/black/arrow_down_32x32.png new file mode 100644 index 0000000..248bb80 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_8x8.png b/client/images/icons/iconic/raster/black/arrow_down_8x8.png new file mode 100644 index 0000000..1c7b58b Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt1_12x12.png b/client/images/icons/iconic/raster/black/arrow_down_alt1_12x12.png new file mode 100644 index 0000000..487698d Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt1_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt1_16x16.png b/client/images/icons/iconic/raster/black/arrow_down_alt1_16x16.png new file mode 100644 index 0000000..a9d8e4b Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt1_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt1_24x24.png b/client/images/icons/iconic/raster/black/arrow_down_alt1_24x24.png new file mode 100644 index 0000000..10f5dc0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt1_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt1_32x32.png b/client/images/icons/iconic/raster/black/arrow_down_alt1_32x32.png new file mode 100644 index 0000000..c37f870 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt1_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt1_8x8.png b/client/images/icons/iconic/raster/black/arrow_down_alt1_8x8.png new file mode 100644 index 0000000..b31f285 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt1_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt2_12x12.png b/client/images/icons/iconic/raster/black/arrow_down_alt2_12x12.png new file mode 100644 index 0000000..1712cd1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt2_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt2_16x16.png b/client/images/icons/iconic/raster/black/arrow_down_alt2_16x16.png new file mode 100644 index 0000000..a9a0e73 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt2_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt2_24x24.png b/client/images/icons/iconic/raster/black/arrow_down_alt2_24x24.png new file mode 100644 index 0000000..10e8cbf Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt2_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt2_32x32.png b/client/images/icons/iconic/raster/black/arrow_down_alt2_32x32.png new file mode 100644 index 0000000..309de7f Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt2_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_down_alt2_8x8.png b/client/images/icons/iconic/raster/black/arrow_down_alt2_8x8.png new file mode 100644 index 0000000..3e0e38f Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_down_alt2_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_12x12.png b/client/images/icons/iconic/raster/black/arrow_left_12x12.png new file mode 100644 index 0000000..5e72c0e Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_16x16.png b/client/images/icons/iconic/raster/black/arrow_left_16x16.png new file mode 100644 index 0000000..f354ab6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_24x24.png b/client/images/icons/iconic/raster/black/arrow_left_24x24.png new file mode 100644 index 0000000..dede343 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_32x32.png b/client/images/icons/iconic/raster/black/arrow_left_32x32.png new file mode 100644 index 0000000..01ae6bb Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_8x8.png b/client/images/icons/iconic/raster/black/arrow_left_8x8.png new file mode 100644 index 0000000..41ed016 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt1_12x12.png b/client/images/icons/iconic/raster/black/arrow_left_alt1_12x12.png new file mode 100644 index 0000000..21e473f Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt1_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt1_16x16.png b/client/images/icons/iconic/raster/black/arrow_left_alt1_16x16.png new file mode 100644 index 0000000..7572b66 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt1_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt1_24x24.png b/client/images/icons/iconic/raster/black/arrow_left_alt1_24x24.png new file mode 100644 index 0000000..9a86042 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt1_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt1_32x32.png b/client/images/icons/iconic/raster/black/arrow_left_alt1_32x32.png new file mode 100644 index 0000000..0e8ab48 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt1_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt1_8x8.png b/client/images/icons/iconic/raster/black/arrow_left_alt1_8x8.png new file mode 100644 index 0000000..5549170 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt1_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt2_12x12.png b/client/images/icons/iconic/raster/black/arrow_left_alt2_12x12.png new file mode 100644 index 0000000..ece6874 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt2_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt2_16x16.png b/client/images/icons/iconic/raster/black/arrow_left_alt2_16x16.png new file mode 100644 index 0000000..b5662ac Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt2_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt2_24x24.png b/client/images/icons/iconic/raster/black/arrow_left_alt2_24x24.png new file mode 100644 index 0000000..85e326c Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt2_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt2_32x32.png b/client/images/icons/iconic/raster/black/arrow_left_alt2_32x32.png new file mode 100644 index 0000000..956324a Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt2_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_left_alt2_8x8.png b/client/images/icons/iconic/raster/black/arrow_left_alt2_8x8.png new file mode 100644 index 0000000..2612a63 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_left_alt2_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_12x12.png b/client/images/icons/iconic/raster/black/arrow_right_12x12.png new file mode 100644 index 0000000..2cc707b Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_16x16.png b/client/images/icons/iconic/raster/black/arrow_right_16x16.png new file mode 100644 index 0000000..5f0b7c0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_24x24.png b/client/images/icons/iconic/raster/black/arrow_right_24x24.png new file mode 100644 index 0000000..a1efe8c Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_32x32.png b/client/images/icons/iconic/raster/black/arrow_right_32x32.png new file mode 100644 index 0000000..98e720f Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_8x8.png b/client/images/icons/iconic/raster/black/arrow_right_8x8.png new file mode 100644 index 0000000..5812397 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt1_12x12.png b/client/images/icons/iconic/raster/black/arrow_right_alt1_12x12.png new file mode 100644 index 0000000..224e097 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt1_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt1_16x16.png b/client/images/icons/iconic/raster/black/arrow_right_alt1_16x16.png new file mode 100644 index 0000000..e5c9407 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt1_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt1_24x24.png b/client/images/icons/iconic/raster/black/arrow_right_alt1_24x24.png new file mode 100644 index 0000000..597ff54 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt1_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt1_32x32.png b/client/images/icons/iconic/raster/black/arrow_right_alt1_32x32.png new file mode 100644 index 0000000..915d25e Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt1_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt1_8x8.png b/client/images/icons/iconic/raster/black/arrow_right_alt1_8x8.png new file mode 100644 index 0000000..12cbd2d Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt1_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt2_12x12.png b/client/images/icons/iconic/raster/black/arrow_right_alt2_12x12.png new file mode 100644 index 0000000..1c3bab4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt2_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt2_16x16.png b/client/images/icons/iconic/raster/black/arrow_right_alt2_16x16.png new file mode 100644 index 0000000..383a763 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt2_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt2_24x24.png b/client/images/icons/iconic/raster/black/arrow_right_alt2_24x24.png new file mode 100644 index 0000000..314e7a3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt2_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt2_32x32.png b/client/images/icons/iconic/raster/black/arrow_right_alt2_32x32.png new file mode 100644 index 0000000..1e38c3d Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt2_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_right_alt2_8x8.png b/client/images/icons/iconic/raster/black/arrow_right_alt2_8x8.png new file mode 100644 index 0000000..fd66916 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_right_alt2_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_12x12.png b/client/images/icons/iconic/raster/black/arrow_up_12x12.png new file mode 100644 index 0000000..b572648 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_16x16.png b/client/images/icons/iconic/raster/black/arrow_up_16x16.png new file mode 100644 index 0000000..bf1e93d Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_24x24.png b/client/images/icons/iconic/raster/black/arrow_up_24x24.png new file mode 100644 index 0000000..3549df5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_32x32.png b/client/images/icons/iconic/raster/black/arrow_up_32x32.png new file mode 100644 index 0000000..ac482c1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_8x8.png b/client/images/icons/iconic/raster/black/arrow_up_8x8.png new file mode 100644 index 0000000..9b798bd Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt1_12x12.png b/client/images/icons/iconic/raster/black/arrow_up_alt1_12x12.png new file mode 100644 index 0000000..5880bb9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt1_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt1_16x16.png b/client/images/icons/iconic/raster/black/arrow_up_alt1_16x16.png new file mode 100644 index 0000000..2b1623e Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt1_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt1_24x24.png b/client/images/icons/iconic/raster/black/arrow_up_alt1_24x24.png new file mode 100644 index 0000000..dfdc144 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt1_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt1_32x32.png b/client/images/icons/iconic/raster/black/arrow_up_alt1_32x32.png new file mode 100644 index 0000000..ddf1fdc Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt1_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt1_8x8.png b/client/images/icons/iconic/raster/black/arrow_up_alt1_8x8.png new file mode 100644 index 0000000..927d03c Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt1_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt2_12x12.png b/client/images/icons/iconic/raster/black/arrow_up_alt2_12x12.png new file mode 100644 index 0000000..748ccc9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt2_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt2_16x16.png b/client/images/icons/iconic/raster/black/arrow_up_alt2_16x16.png new file mode 100644 index 0000000..d186fa2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt2_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt2_24x24.png b/client/images/icons/iconic/raster/black/arrow_up_alt2_24x24.png new file mode 100644 index 0000000..ff8fa4c Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt2_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt2_32x32.png b/client/images/icons/iconic/raster/black/arrow_up_alt2_32x32.png new file mode 100644 index 0000000..2a3ee51 Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt2_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/arrow_up_alt2_8x8.png b/client/images/icons/iconic/raster/black/arrow_up_alt2_8x8.png new file mode 100644 index 0000000..bf8fcff Binary files /dev/null and b/client/images/icons/iconic/raster/black/arrow_up_alt2_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/article_12x12.png b/client/images/icons/iconic/raster/black/article_12x12.png new file mode 100644 index 0000000..82a1c9e Binary files /dev/null and b/client/images/icons/iconic/raster/black/article_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/article_16x16.png b/client/images/icons/iconic/raster/black/article_16x16.png new file mode 100644 index 0000000..f6f863c Binary files /dev/null and b/client/images/icons/iconic/raster/black/article_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/article_24x24.png b/client/images/icons/iconic/raster/black/article_24x24.png new file mode 100644 index 0000000..b43c186 Binary files /dev/null and b/client/images/icons/iconic/raster/black/article_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/article_32x32.png b/client/images/icons/iconic/raster/black/article_32x32.png new file mode 100644 index 0000000..600b4f7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/article_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/article_8x8.png b/client/images/icons/iconic/raster/black/article_8x8.png new file mode 100644 index 0000000..664b240 Binary files /dev/null and b/client/images/icons/iconic/raster/black/article_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/at_12x12.png b/client/images/icons/iconic/raster/black/at_12x12.png new file mode 100644 index 0000000..5301a6e Binary files /dev/null and b/client/images/icons/iconic/raster/black/at_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/at_16x16.png b/client/images/icons/iconic/raster/black/at_16x16.png new file mode 100644 index 0000000..0cb6a4e Binary files /dev/null and b/client/images/icons/iconic/raster/black/at_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/at_24x24.png b/client/images/icons/iconic/raster/black/at_24x24.png new file mode 100644 index 0000000..3bf02b8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/at_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/at_32x32.png b/client/images/icons/iconic/raster/black/at_32x32.png new file mode 100644 index 0000000..d9695e9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/at_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/at_8x8.png b/client/images/icons/iconic/raster/black/at_8x8.png new file mode 100644 index 0000000..27dad91 Binary files /dev/null and b/client/images/icons/iconic/raster/black/at_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/battery_charging_12x6.png b/client/images/icons/iconic/raster/black/battery_charging_12x6.png new file mode 100644 index 0000000..f19b8eb Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_charging_12x6.png differ diff --git a/client/images/icons/iconic/raster/black/battery_charging_16x8.png b/client/images/icons/iconic/raster/black/battery_charging_16x8.png new file mode 100644 index 0000000..4ee25fa Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_charging_16x8.png differ diff --git a/client/images/icons/iconic/raster/black/battery_charging_24x12.png b/client/images/icons/iconic/raster/black/battery_charging_24x12.png new file mode 100644 index 0000000..0274b9b Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_charging_24x12.png differ diff --git a/client/images/icons/iconic/raster/black/battery_charging_32x16.png b/client/images/icons/iconic/raster/black/battery_charging_32x16.png new file mode 100644 index 0000000..53a2f5a Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_charging_32x16.png differ diff --git a/client/images/icons/iconic/raster/black/battery_charging_8x4.png b/client/images/icons/iconic/raster/black/battery_charging_8x4.png new file mode 100644 index 0000000..7f653b5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_charging_8x4.png differ diff --git a/client/images/icons/iconic/raster/black/battery_empty_12x6.png b/client/images/icons/iconic/raster/black/battery_empty_12x6.png new file mode 100644 index 0000000..3344362 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_empty_12x6.png differ diff --git a/client/images/icons/iconic/raster/black/battery_empty_16x8.png b/client/images/icons/iconic/raster/black/battery_empty_16x8.png new file mode 100644 index 0000000..94e86e8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_empty_16x8.png differ diff --git a/client/images/icons/iconic/raster/black/battery_empty_24x12.png b/client/images/icons/iconic/raster/black/battery_empty_24x12.png new file mode 100644 index 0000000..0af4f38 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_empty_24x12.png differ diff --git a/client/images/icons/iconic/raster/black/battery_empty_32x16.png b/client/images/icons/iconic/raster/black/battery_empty_32x16.png new file mode 100644 index 0000000..cab7868 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_empty_32x16.png differ diff --git a/client/images/icons/iconic/raster/black/battery_empty_8x4.png b/client/images/icons/iconic/raster/black/battery_empty_8x4.png new file mode 100644 index 0000000..e19ab65 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_empty_8x4.png differ diff --git a/client/images/icons/iconic/raster/black/battery_full_12x6.png b/client/images/icons/iconic/raster/black/battery_full_12x6.png new file mode 100644 index 0000000..fba8a9d Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_full_12x6.png differ diff --git a/client/images/icons/iconic/raster/black/battery_full_16x8.png b/client/images/icons/iconic/raster/black/battery_full_16x8.png new file mode 100644 index 0000000..5165cc0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_full_16x8.png differ diff --git a/client/images/icons/iconic/raster/black/battery_full_24x12.png b/client/images/icons/iconic/raster/black/battery_full_24x12.png new file mode 100644 index 0000000..4082658 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_full_24x12.png differ diff --git a/client/images/icons/iconic/raster/black/battery_full_32x16.png b/client/images/icons/iconic/raster/black/battery_full_32x16.png new file mode 100644 index 0000000..1f7deb3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_full_32x16.png differ diff --git a/client/images/icons/iconic/raster/black/battery_full_8x4.png b/client/images/icons/iconic/raster/black/battery_full_8x4.png new file mode 100644 index 0000000..08031f0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_full_8x4.png differ diff --git a/client/images/icons/iconic/raster/black/battery_half_12x6.png b/client/images/icons/iconic/raster/black/battery_half_12x6.png new file mode 100644 index 0000000..79d573e Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_half_12x6.png differ diff --git a/client/images/icons/iconic/raster/black/battery_half_16x8.png b/client/images/icons/iconic/raster/black/battery_half_16x8.png new file mode 100644 index 0000000..47541e2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_half_16x8.png differ diff --git a/client/images/icons/iconic/raster/black/battery_half_24x12.png b/client/images/icons/iconic/raster/black/battery_half_24x12.png new file mode 100644 index 0000000..6f3d9c5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_half_24x12.png differ diff --git a/client/images/icons/iconic/raster/black/battery_half_32x16.png b/client/images/icons/iconic/raster/black/battery_half_32x16.png new file mode 100644 index 0000000..f199f58 Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_half_32x16.png differ diff --git a/client/images/icons/iconic/raster/black/battery_half_8x4.png b/client/images/icons/iconic/raster/black/battery_half_8x4.png new file mode 100644 index 0000000..1cf2bcf Binary files /dev/null and b/client/images/icons/iconic/raster/black/battery_half_8x4.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_12x24.png b/client/images/icons/iconic/raster/black/beaker_12x24.png new file mode 100644 index 0000000..52ada89 Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_12x24.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_16x32.png b/client/images/icons/iconic/raster/black/beaker_16x32.png new file mode 100644 index 0000000..cbf6cac Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_16x32.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_4x8.png b/client/images/icons/iconic/raster/black/beaker_4x8.png new file mode 100644 index 0000000..da12f0a Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_4x8.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_6x12.png b/client/images/icons/iconic/raster/black/beaker_6x12.png new file mode 100644 index 0000000..da3a9e3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_6x12.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_8x16.png b/client/images/icons/iconic/raster/black/beaker_8x16.png new file mode 100644 index 0000000..060fd10 Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_8x16.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_alt_12x24.png b/client/images/icons/iconic/raster/black/beaker_alt_12x24.png new file mode 100644 index 0000000..37010df Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_alt_12x24.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_alt_16x32.png b/client/images/icons/iconic/raster/black/beaker_alt_16x32.png new file mode 100644 index 0000000..5ef4fd1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_alt_16x32.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_alt_4x8.png b/client/images/icons/iconic/raster/black/beaker_alt_4x8.png new file mode 100644 index 0000000..4aceb7c Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_alt_4x8.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_alt_6x12.png b/client/images/icons/iconic/raster/black/beaker_alt_6x12.png new file mode 100644 index 0000000..585d21d Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_alt_6x12.png differ diff --git a/client/images/icons/iconic/raster/black/beaker_alt_8x16.png b/client/images/icons/iconic/raster/black/beaker_alt_8x16.png new file mode 100644 index 0000000..5e91704 Binary files /dev/null and b/client/images/icons/iconic/raster/black/beaker_alt_8x16.png differ diff --git a/client/images/icons/iconic/raster/black/bolt_12x12.png b/client/images/icons/iconic/raster/black/bolt_12x12.png new file mode 100644 index 0000000..399c71b Binary files /dev/null and b/client/images/icons/iconic/raster/black/bolt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/bolt_16x16.png b/client/images/icons/iconic/raster/black/bolt_16x16.png new file mode 100644 index 0000000..bb3395f Binary files /dev/null and b/client/images/icons/iconic/raster/black/bolt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/bolt_24x24.png b/client/images/icons/iconic/raster/black/bolt_24x24.png new file mode 100644 index 0000000..a03a340 Binary files /dev/null and b/client/images/icons/iconic/raster/black/bolt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/bolt_32x32.png b/client/images/icons/iconic/raster/black/bolt_32x32.png new file mode 100644 index 0000000..92591c5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/bolt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/bolt_8x8.png b/client/images/icons/iconic/raster/black/bolt_8x8.png new file mode 100644 index 0000000..a3580f4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/bolt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/book_12x12.png b/client/images/icons/iconic/raster/black/book_12x12.png new file mode 100644 index 0000000..651c39d Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/book_16x16.png b/client/images/icons/iconic/raster/black/book_16x16.png new file mode 100644 index 0000000..e8280f9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/book_24x24.png b/client/images/icons/iconic/raster/black/book_24x24.png new file mode 100644 index 0000000..1dc028b Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/book_32x32.png b/client/images/icons/iconic/raster/black/book_32x32.png new file mode 100644 index 0000000..ba1c959 Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/book_8x8.png b/client/images/icons/iconic/raster/black/book_8x8.png new file mode 100644 index 0000000..88128d5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/book_alt_12x12.png b/client/images/icons/iconic/raster/black/book_alt_12x12.png new file mode 100644 index 0000000..c708e97 Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/book_alt_16x16.png b/client/images/icons/iconic/raster/black/book_alt_16x16.png new file mode 100644 index 0000000..f69147c Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/book_alt_24x24.png b/client/images/icons/iconic/raster/black/book_alt_24x24.png new file mode 100644 index 0000000..70c9fe7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/book_alt_32x32.png b/client/images/icons/iconic/raster/black/book_alt_32x32.png new file mode 100644 index 0000000..44563a7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/book_alt_8x8.png b/client/images/icons/iconic/raster/black/book_alt_8x8.png new file mode 100644 index 0000000..8cb7e85 Binary files /dev/null and b/client/images/icons/iconic/raster/black/book_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/box_12x12.png b/client/images/icons/iconic/raster/black/box_12x12.png new file mode 100644 index 0000000..85a2465 Binary files /dev/null and b/client/images/icons/iconic/raster/black/box_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/box_16x16.png b/client/images/icons/iconic/raster/black/box_16x16.png new file mode 100644 index 0000000..c004cba Binary files /dev/null and b/client/images/icons/iconic/raster/black/box_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/box_24x24.png b/client/images/icons/iconic/raster/black/box_24x24.png new file mode 100644 index 0000000..08b9ad7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/box_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/box_32x32.png b/client/images/icons/iconic/raster/black/box_32x32.png new file mode 100644 index 0000000..582e144 Binary files /dev/null and b/client/images/icons/iconic/raster/black/box_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/box_8x8.png b/client/images/icons/iconic/raster/black/box_8x8.png new file mode 100644 index 0000000..41b765c Binary files /dev/null and b/client/images/icons/iconic/raster/black/box_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_12x12.png b/client/images/icons/iconic/raster/black/calendar_12x12.png new file mode 100644 index 0000000..0bc7ea1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_16x16.png b/client/images/icons/iconic/raster/black/calendar_16x16.png new file mode 100644 index 0000000..0ff7d16 Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_24x24.png b/client/images/icons/iconic/raster/black/calendar_24x24.png new file mode 100644 index 0000000..3bbfdd7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_32x32.png b/client/images/icons/iconic/raster/black/calendar_32x32.png new file mode 100644 index 0000000..49d68fa Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_8x8.png b/client/images/icons/iconic/raster/black/calendar_8x8.png new file mode 100644 index 0000000..4e3e11e Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_fill_12x12.png b/client/images/icons/iconic/raster/black/calendar_alt_fill_12x12.png new file mode 100644 index 0000000..f1cf851 Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_fill_16x16.png b/client/images/icons/iconic/raster/black/calendar_alt_fill_16x16.png new file mode 100644 index 0000000..570a1b5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_fill_24x24.png b/client/images/icons/iconic/raster/black/calendar_alt_fill_24x24.png new file mode 100644 index 0000000..7aef3ca Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_fill_32x32.png b/client/images/icons/iconic/raster/black/calendar_alt_fill_32x32.png new file mode 100644 index 0000000..dbe256a Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_fill_8x8.png b/client/images/icons/iconic/raster/black/calendar_alt_fill_8x8.png new file mode 100644 index 0000000..de0ecf9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_stroke_12x12.png b/client/images/icons/iconic/raster/black/calendar_alt_stroke_12x12.png new file mode 100644 index 0000000..dc821d6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_stroke_16x16.png b/client/images/icons/iconic/raster/black/calendar_alt_stroke_16x16.png new file mode 100644 index 0000000..0c06510 Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_stroke_24x24.png b/client/images/icons/iconic/raster/black/calendar_alt_stroke_24x24.png new file mode 100644 index 0000000..5aa0e9a Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_stroke_32x32.png b/client/images/icons/iconic/raster/black/calendar_alt_stroke_32x32.png new file mode 100644 index 0000000..df3df82 Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/calendar_alt_stroke_8x8.png b/client/images/icons/iconic/raster/black/calendar_alt_stroke_8x8.png new file mode 100644 index 0000000..429192f Binary files /dev/null and b/client/images/icons/iconic/raster/black/calendar_alt_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/cd_12x12.png b/client/images/icons/iconic/raster/black/cd_12x12.png new file mode 100644 index 0000000..f8dd49f Binary files /dev/null and b/client/images/icons/iconic/raster/black/cd_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/cd_16x16.png b/client/images/icons/iconic/raster/black/cd_16x16.png new file mode 100644 index 0000000..43b7fc4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cd_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/cd_24x24.png b/client/images/icons/iconic/raster/black/cd_24x24.png new file mode 100644 index 0000000..72d906b Binary files /dev/null and b/client/images/icons/iconic/raster/black/cd_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/cd_32x32.png b/client/images/icons/iconic/raster/black/cd_32x32.png new file mode 100644 index 0000000..08af0cc Binary files /dev/null and b/client/images/icons/iconic/raster/black/cd_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/cd_8x8.png b/client/images/icons/iconic/raster/black/cd_8x8.png new file mode 100644 index 0000000..300fcc0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cd_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/chat_12x12.png b/client/images/icons/iconic/raster/black/chat_12x12.png new file mode 100644 index 0000000..0001e5e Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/chat_16x16.png b/client/images/icons/iconic/raster/black/chat_16x16.png new file mode 100644 index 0000000..ca60452 Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/chat_24x24.png b/client/images/icons/iconic/raster/black/chat_24x24.png new file mode 100644 index 0000000..f8e767a Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/chat_32x32.png b/client/images/icons/iconic/raster/black/chat_32x32.png new file mode 100644 index 0000000..2fa374c Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/chat_8x8.png b/client/images/icons/iconic/raster/black/chat_8x8.png new file mode 100644 index 0000000..6214572 Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_fill_12x12.png b/client/images/icons/iconic/raster/black/chat_alt_fill_12x12.png new file mode 100644 index 0000000..855a657 Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_fill_16x16.png b/client/images/icons/iconic/raster/black/chat_alt_fill_16x16.png new file mode 100644 index 0000000..30d07cd Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_fill_24x24.png b/client/images/icons/iconic/raster/black/chat_alt_fill_24x24.png new file mode 100644 index 0000000..da790a1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_fill_32x32.png b/client/images/icons/iconic/raster/black/chat_alt_fill_32x32.png new file mode 100644 index 0000000..8dd7d8a Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_fill_8x8.png b/client/images/icons/iconic/raster/black/chat_alt_fill_8x8.png new file mode 100644 index 0000000..4867d52 Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_stroke_12x12.png b/client/images/icons/iconic/raster/black/chat_alt_stroke_12x12.png new file mode 100644 index 0000000..7f65377 Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_stroke_16x16.png b/client/images/icons/iconic/raster/black/chat_alt_stroke_16x16.png new file mode 100644 index 0000000..71d1200 Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_stroke_24x24.png b/client/images/icons/iconic/raster/black/chat_alt_stroke_24x24.png new file mode 100644 index 0000000..791db92 Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_stroke_32x32.png b/client/images/icons/iconic/raster/black/chat_alt_stroke_32x32.png new file mode 100644 index 0000000..30e7a2b Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/chat_alt_stroke_8x8.png b/client/images/icons/iconic/raster/black/chat_alt_stroke_8x8.png new file mode 100644 index 0000000..54a8a21 Binary files /dev/null and b/client/images/icons/iconic/raster/black/chat_alt_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/check_12x10.png b/client/images/icons/iconic/raster/black/check_12x10.png new file mode 100644 index 0000000..bbace11 Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_12x10.png differ diff --git a/client/images/icons/iconic/raster/black/check_16x13.png b/client/images/icons/iconic/raster/black/check_16x13.png new file mode 100644 index 0000000..654a1d1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_16x13.png differ diff --git a/client/images/icons/iconic/raster/black/check_24x20.png b/client/images/icons/iconic/raster/black/check_24x20.png new file mode 100644 index 0000000..970e4ec Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_24x20.png differ diff --git a/client/images/icons/iconic/raster/black/check_32x26.png b/client/images/icons/iconic/raster/black/check_32x26.png new file mode 100644 index 0000000..c1f7664 Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_32x26.png differ diff --git a/client/images/icons/iconic/raster/black/check_8x7.png b/client/images/icons/iconic/raster/black/check_8x7.png new file mode 100644 index 0000000..aafa070 Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_8x7.png differ diff --git a/client/images/icons/iconic/raster/black/check_alt_12x12.png b/client/images/icons/iconic/raster/black/check_alt_12x12.png new file mode 100644 index 0000000..f73e0d2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/check_alt_16x16.png b/client/images/icons/iconic/raster/black/check_alt_16x16.png new file mode 100644 index 0000000..21a5302 Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/check_alt_24x24.png b/client/images/icons/iconic/raster/black/check_alt_24x24.png new file mode 100644 index 0000000..7a0b8b8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/check_alt_32x32.png b/client/images/icons/iconic/raster/black/check_alt_32x32.png new file mode 100644 index 0000000..bbf79fb Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/check_alt_8x8.png b/client/images/icons/iconic/raster/black/check_alt_8x8.png new file mode 100644 index 0000000..2ce8313 Binary files /dev/null and b/client/images/icons/iconic/raster/black/check_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/clock_12x12.png b/client/images/icons/iconic/raster/black/clock_12x12.png new file mode 100644 index 0000000..567acd9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/clock_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/clock_16x16.png b/client/images/icons/iconic/raster/black/clock_16x16.png new file mode 100644 index 0000000..722fcd7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/clock_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/clock_24x24.png b/client/images/icons/iconic/raster/black/clock_24x24.png new file mode 100644 index 0000000..95ea9d2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/clock_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/clock_32x32.png b/client/images/icons/iconic/raster/black/clock_32x32.png new file mode 100644 index 0000000..bd00e1e Binary files /dev/null and b/client/images/icons/iconic/raster/black/clock_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/clock_8x8.png b/client/images/icons/iconic/raster/black/clock_8x8.png new file mode 100644 index 0000000..21ddcc1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/clock_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/cloud_12x8.png b/client/images/icons/iconic/raster/black/cloud_12x8.png new file mode 100644 index 0000000..1dce56d Binary files /dev/null and b/client/images/icons/iconic/raster/black/cloud_12x8.png differ diff --git a/client/images/icons/iconic/raster/black/cloud_16x10.png b/client/images/icons/iconic/raster/black/cloud_16x10.png new file mode 100644 index 0000000..b37bbab Binary files /dev/null and b/client/images/icons/iconic/raster/black/cloud_16x10.png differ diff --git a/client/images/icons/iconic/raster/black/cloud_24x15.png b/client/images/icons/iconic/raster/black/cloud_24x15.png new file mode 100644 index 0000000..b3374e4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cloud_24x15.png differ diff --git a/client/images/icons/iconic/raster/black/cloud_32x20.png b/client/images/icons/iconic/raster/black/cloud_32x20.png new file mode 100644 index 0000000..b3b0c4b Binary files /dev/null and b/client/images/icons/iconic/raster/black/cloud_32x20.png differ diff --git a/client/images/icons/iconic/raster/black/cloud_8x5.png b/client/images/icons/iconic/raster/black/cloud_8x5.png new file mode 100644 index 0000000..472b0d9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cloud_8x5.png differ diff --git a/client/images/icons/iconic/raster/black/cog_12x12.png b/client/images/icons/iconic/raster/black/cog_12x12.png new file mode 100644 index 0000000..070efc9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/cog_16x16.png b/client/images/icons/iconic/raster/black/cog_16x16.png new file mode 100644 index 0000000..8dfe59f Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/cog_24x24.png b/client/images/icons/iconic/raster/black/cog_24x24.png new file mode 100644 index 0000000..5949284 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/cog_32x32.png b/client/images/icons/iconic/raster/black/cog_32x32.png new file mode 100644 index 0000000..c303f41 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/cog_8x8.png b/client/images/icons/iconic/raster/black/cog_8x8.png new file mode 100644 index 0000000..67dd67d Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/cog_alt_12x12.png b/client/images/icons/iconic/raster/black/cog_alt_12x12.png new file mode 100644 index 0000000..9f4830d Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/cog_alt_16x16.png b/client/images/icons/iconic/raster/black/cog_alt_16x16.png new file mode 100644 index 0000000..bdca35a Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/cog_alt_24x24.png b/client/images/icons/iconic/raster/black/cog_alt_24x24.png new file mode 100644 index 0000000..50a7f6b Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/cog_alt_32x32.png b/client/images/icons/iconic/raster/black/cog_alt_32x32.png new file mode 100644 index 0000000..f1a9a86 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/cog_alt_8x8.png b/client/images/icons/iconic/raster/black/cog_alt_8x8.png new file mode 100644 index 0000000..ad8eb91 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cog_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_fill_12x12.png b/client/images/icons/iconic/raster/black/comment_alt1_fill_12x12.png new file mode 100644 index 0000000..69a7d5e Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_fill_16x16.png b/client/images/icons/iconic/raster/black/comment_alt1_fill_16x16.png new file mode 100644 index 0000000..42713bf Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_fill_24x24.png b/client/images/icons/iconic/raster/black/comment_alt1_fill_24x24.png new file mode 100644 index 0000000..1047b99 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_fill_32x32.png b/client/images/icons/iconic/raster/black/comment_alt1_fill_32x32.png new file mode 100644 index 0000000..22e5061 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_fill_8x8.png b/client/images/icons/iconic/raster/black/comment_alt1_fill_8x8.png new file mode 100644 index 0000000..552444b Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_stroke_12x12.png b/client/images/icons/iconic/raster/black/comment_alt1_stroke_12x12.png new file mode 100644 index 0000000..c37c0a0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_stroke_16x16.png b/client/images/icons/iconic/raster/black/comment_alt1_stroke_16x16.png new file mode 100644 index 0000000..f08b6c3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_stroke_24x24.png b/client/images/icons/iconic/raster/black/comment_alt1_stroke_24x24.png new file mode 100644 index 0000000..20f4f95 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_stroke_32x32.png b/client/images/icons/iconic/raster/black/comment_alt1_stroke_32x32.png new file mode 100644 index 0000000..a7da78b Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt1_stroke_8x8.png b/client/images/icons/iconic/raster/black/comment_alt1_stroke_8x8.png new file mode 100644 index 0000000..9bc16dd Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt1_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_fill_12x16.png b/client/images/icons/iconic/raster/black/comment_alt2_fill_12x16.png new file mode 100644 index 0000000..607babc Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_fill_12x16.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_fill_18x24.png b/client/images/icons/iconic/raster/black/comment_alt2_fill_18x24.png new file mode 100644 index 0000000..85fc464 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_fill_18x24.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_fill_24x32.png b/client/images/icons/iconic/raster/black/comment_alt2_fill_24x32.png new file mode 100644 index 0000000..b97059a Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_fill_24x32.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_fill_6x8.png b/client/images/icons/iconic/raster/black/comment_alt2_fill_6x8.png new file mode 100644 index 0000000..a0151d8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_fill_6x8.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_fill_9x12.png b/client/images/icons/iconic/raster/black/comment_alt2_fill_9x12.png new file mode 100644 index 0000000..a33467c Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_fill_9x12.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_stroke_12x9.png b/client/images/icons/iconic/raster/black/comment_alt2_stroke_12x9.png new file mode 100644 index 0000000..f2c16e5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_stroke_12x9.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_stroke_16x12.png b/client/images/icons/iconic/raster/black/comment_alt2_stroke_16x12.png new file mode 100644 index 0000000..91d3ec1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_stroke_16x12.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_stroke_24x18.png b/client/images/icons/iconic/raster/black/comment_alt2_stroke_24x18.png new file mode 100644 index 0000000..b110d85 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_stroke_24x18.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_stroke_32x24.png b/client/images/icons/iconic/raster/black/comment_alt2_stroke_32x24.png new file mode 100644 index 0000000..698d320 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_stroke_32x24.png differ diff --git a/client/images/icons/iconic/raster/black/comment_alt2_stroke_8x6.png b/client/images/icons/iconic/raster/black/comment_alt2_stroke_8x6.png new file mode 100644 index 0000000..f7dd9b8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_alt2_stroke_8x6.png differ diff --git a/client/images/icons/iconic/raster/black/comment_fill_12x11.png b/client/images/icons/iconic/raster/black/comment_fill_12x11.png new file mode 100644 index 0000000..9ecf961 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_fill_12x11.png differ diff --git a/client/images/icons/iconic/raster/black/comment_fill_16x14.png b/client/images/icons/iconic/raster/black/comment_fill_16x14.png new file mode 100644 index 0000000..2ae2eac Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_fill_16x14.png differ diff --git a/client/images/icons/iconic/raster/black/comment_fill_24x21.png b/client/images/icons/iconic/raster/black/comment_fill_24x21.png new file mode 100644 index 0000000..736ae30 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_fill_24x21.png differ diff --git a/client/images/icons/iconic/raster/black/comment_fill_32x28.png b/client/images/icons/iconic/raster/black/comment_fill_32x28.png new file mode 100644 index 0000000..a9dfc6e Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_fill_32x28.png differ diff --git a/client/images/icons/iconic/raster/black/comment_fill_8x7.png b/client/images/icons/iconic/raster/black/comment_fill_8x7.png new file mode 100644 index 0000000..0cb9368 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_fill_8x7.png differ diff --git a/client/images/icons/iconic/raster/black/comment_stroke_12x11.png b/client/images/icons/iconic/raster/black/comment_stroke_12x11.png new file mode 100644 index 0000000..38b4ceb Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_stroke_12x11.png differ diff --git a/client/images/icons/iconic/raster/black/comment_stroke_16x14.png b/client/images/icons/iconic/raster/black/comment_stroke_16x14.png new file mode 100644 index 0000000..e4ee36b Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_stroke_16x14.png differ diff --git a/client/images/icons/iconic/raster/black/comment_stroke_24x21.png b/client/images/icons/iconic/raster/black/comment_stroke_24x21.png new file mode 100644 index 0000000..802f6ea Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_stroke_24x21.png differ diff --git a/client/images/icons/iconic/raster/black/comment_stroke_32x28.png b/client/images/icons/iconic/raster/black/comment_stroke_32x28.png new file mode 100644 index 0000000..52231e0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_stroke_32x28.png differ diff --git a/client/images/icons/iconic/raster/black/comment_stroke_8x7.png b/client/images/icons/iconic/raster/black/comment_stroke_8x7.png new file mode 100644 index 0000000..42c6397 Binary files /dev/null and b/client/images/icons/iconic/raster/black/comment_stroke_8x7.png differ diff --git a/client/images/icons/iconic/raster/black/compass_12x12.png b/client/images/icons/iconic/raster/black/compass_12x12.png new file mode 100644 index 0000000..23e898b Binary files /dev/null and b/client/images/icons/iconic/raster/black/compass_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/compass_16x16.png b/client/images/icons/iconic/raster/black/compass_16x16.png new file mode 100644 index 0000000..3aad6c4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/compass_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/compass_24x24.png b/client/images/icons/iconic/raster/black/compass_24x24.png new file mode 100644 index 0000000..38d7a5d Binary files /dev/null and b/client/images/icons/iconic/raster/black/compass_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/compass_32x32.png b/client/images/icons/iconic/raster/black/compass_32x32.png new file mode 100644 index 0000000..fbe3bc7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/compass_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/compass_8x8.png b/client/images/icons/iconic/raster/black/compass_8x8.png new file mode 100644 index 0000000..e332e47 Binary files /dev/null and b/client/images/icons/iconic/raster/black/compass_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/cursor_12x12.png b/client/images/icons/iconic/raster/black/cursor_12x12.png new file mode 100644 index 0000000..ca12b1a Binary files /dev/null and b/client/images/icons/iconic/raster/black/cursor_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/cursor_16x16.png b/client/images/icons/iconic/raster/black/cursor_16x16.png new file mode 100644 index 0000000..8ea1c4c Binary files /dev/null and b/client/images/icons/iconic/raster/black/cursor_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/cursor_24x24.png b/client/images/icons/iconic/raster/black/cursor_24x24.png new file mode 100644 index 0000000..04ad99e Binary files /dev/null and b/client/images/icons/iconic/raster/black/cursor_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/cursor_32x32.png b/client/images/icons/iconic/raster/black/cursor_32x32.png new file mode 100644 index 0000000..028c15d Binary files /dev/null and b/client/images/icons/iconic/raster/black/cursor_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/cursor_8x8.png b/client/images/icons/iconic/raster/black/cursor_8x8.png new file mode 100644 index 0000000..6952dd9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/cursor_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/denied_12x12.png b/client/images/icons/iconic/raster/black/denied_12x12.png new file mode 100644 index 0000000..a81e58a Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/denied_16x16.png b/client/images/icons/iconic/raster/black/denied_16x16.png new file mode 100644 index 0000000..ad7ce38 Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/denied_24x24.png b/client/images/icons/iconic/raster/black/denied_24x24.png new file mode 100644 index 0000000..6639964 Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/denied_32x32.png b/client/images/icons/iconic/raster/black/denied_32x32.png new file mode 100644 index 0000000..0202303 Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/denied_8x8.png b/client/images/icons/iconic/raster/black/denied_8x8.png new file mode 100644 index 0000000..88318a6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/denied_alt_12x12.png b/client/images/icons/iconic/raster/black/denied_alt_12x12.png new file mode 100644 index 0000000..16d156b Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/denied_alt_16x16.png b/client/images/icons/iconic/raster/black/denied_alt_16x16.png new file mode 100644 index 0000000..3789186 Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/denied_alt_24x24.png b/client/images/icons/iconic/raster/black/denied_alt_24x24.png new file mode 100644 index 0000000..05381a7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/denied_alt_32x32.png b/client/images/icons/iconic/raster/black/denied_alt_32x32.png new file mode 100644 index 0000000..de28c19 Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/denied_alt_8x8.png b/client/images/icons/iconic/raster/black/denied_alt_8x8.png new file mode 100644 index 0000000..c0c51db Binary files /dev/null and b/client/images/icons/iconic/raster/black/denied_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/dial_12x12.png b/client/images/icons/iconic/raster/black/dial_12x12.png new file mode 100644 index 0000000..db8458c Binary files /dev/null and b/client/images/icons/iconic/raster/black/dial_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/dial_16x16.png b/client/images/icons/iconic/raster/black/dial_16x16.png new file mode 100644 index 0000000..4e61818 Binary files /dev/null and b/client/images/icons/iconic/raster/black/dial_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/dial_24x24.png b/client/images/icons/iconic/raster/black/dial_24x24.png new file mode 100644 index 0000000..0cb174d Binary files /dev/null and b/client/images/icons/iconic/raster/black/dial_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/dial_32x32.png b/client/images/icons/iconic/raster/black/dial_32x32.png new file mode 100644 index 0000000..45cddf2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/dial_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/dial_8x8.png b/client/images/icons/iconic/raster/black/dial_8x8.png new file mode 100644 index 0000000..7a92d09 Binary files /dev/null and b/client/images/icons/iconic/raster/black/dial_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/document_fill_12x12.png b/client/images/icons/iconic/raster/black/document_fill_12x12.png new file mode 100644 index 0000000..e73cb86 Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/document_fill_16x16.png b/client/images/icons/iconic/raster/black/document_fill_16x16.png new file mode 100644 index 0000000..d076309 Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/document_fill_24x24.png b/client/images/icons/iconic/raster/black/document_fill_24x24.png new file mode 100644 index 0000000..0036441 Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/document_fill_32x32.png b/client/images/icons/iconic/raster/black/document_fill_32x32.png new file mode 100644 index 0000000..6f29b97 Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/document_fill_8x8.png b/client/images/icons/iconic/raster/black/document_fill_8x8.png new file mode 100644 index 0000000..a73b777 Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/document_stroke_12x12.png b/client/images/icons/iconic/raster/black/document_stroke_12x12.png new file mode 100644 index 0000000..2d5776c Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/document_stroke_16x16.png b/client/images/icons/iconic/raster/black/document_stroke_16x16.png new file mode 100644 index 0000000..3c1fc7b Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/document_stroke_24x24.png b/client/images/icons/iconic/raster/black/document_stroke_24x24.png new file mode 100644 index 0000000..09583d6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/document_stroke_32x32.png b/client/images/icons/iconic/raster/black/document_stroke_32x32.png new file mode 100644 index 0000000..14b4988 Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/document_stroke_8x8.png b/client/images/icons/iconic/raster/black/document_stroke_8x8.png new file mode 100644 index 0000000..051636d Binary files /dev/null and b/client/images/icons/iconic/raster/black/document_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/eject_12x12.png b/client/images/icons/iconic/raster/black/eject_12x12.png new file mode 100644 index 0000000..86018db Binary files /dev/null and b/client/images/icons/iconic/raster/black/eject_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/eject_16x16.png b/client/images/icons/iconic/raster/black/eject_16x16.png new file mode 100644 index 0000000..d1e3a2a Binary files /dev/null and b/client/images/icons/iconic/raster/black/eject_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/eject_24x24.png b/client/images/icons/iconic/raster/black/eject_24x24.png new file mode 100644 index 0000000..2b6c1a2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/eject_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/eject_32x32.png b/client/images/icons/iconic/raster/black/eject_32x32.png new file mode 100644 index 0000000..6d9fe55 Binary files /dev/null and b/client/images/icons/iconic/raster/black/eject_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/eject_8x8.png b/client/images/icons/iconic/raster/black/eject_8x8.png new file mode 100644 index 0000000..0a857a5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/eject_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/equalizer_12x12.png b/client/images/icons/iconic/raster/black/equalizer_12x12.png new file mode 100644 index 0000000..27b5735 Binary files /dev/null and b/client/images/icons/iconic/raster/black/equalizer_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/equalizer_16x16.png b/client/images/icons/iconic/raster/black/equalizer_16x16.png new file mode 100644 index 0000000..fc30158 Binary files /dev/null and b/client/images/icons/iconic/raster/black/equalizer_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/equalizer_24x24.png b/client/images/icons/iconic/raster/black/equalizer_24x24.png new file mode 100644 index 0000000..2b87147 Binary files /dev/null and b/client/images/icons/iconic/raster/black/equalizer_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/equalizer_32x32.png b/client/images/icons/iconic/raster/black/equalizer_32x32.png new file mode 100644 index 0000000..ced02f0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/equalizer_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/equalizer_8x8.png b/client/images/icons/iconic/raster/black/equalizer_8x8.png new file mode 100644 index 0000000..30b7a2f Binary files /dev/null and b/client/images/icons/iconic/raster/black/equalizer_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/eyedropper_12x12.png b/client/images/icons/iconic/raster/black/eyedropper_12x12.png new file mode 100644 index 0000000..ccaafe1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/eyedropper_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/eyedropper_16x16.png b/client/images/icons/iconic/raster/black/eyedropper_16x16.png new file mode 100644 index 0000000..a9684de Binary files /dev/null and b/client/images/icons/iconic/raster/black/eyedropper_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/eyedropper_24x24.png b/client/images/icons/iconic/raster/black/eyedropper_24x24.png new file mode 100644 index 0000000..a8faae5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/eyedropper_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/eyedropper_32x32.png b/client/images/icons/iconic/raster/black/eyedropper_32x32.png new file mode 100644 index 0000000..4544a87 Binary files /dev/null and b/client/images/icons/iconic/raster/black/eyedropper_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/eyedropper_8x8.png b/client/images/icons/iconic/raster/black/eyedropper_8x8.png new file mode 100644 index 0000000..1bfc4ca Binary files /dev/null and b/client/images/icons/iconic/raster/black/eyedropper_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/first_12x12.png b/client/images/icons/iconic/raster/black/first_12x12.png new file mode 100644 index 0000000..234dd52 Binary files /dev/null and b/client/images/icons/iconic/raster/black/first_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/first_16x16.png b/client/images/icons/iconic/raster/black/first_16x16.png new file mode 100644 index 0000000..4a8c4f2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/first_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/first_24x24.png b/client/images/icons/iconic/raster/black/first_24x24.png new file mode 100644 index 0000000..6cafb4d Binary files /dev/null and b/client/images/icons/iconic/raster/black/first_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/first_32x32.png b/client/images/icons/iconic/raster/black/first_32x32.png new file mode 100644 index 0000000..8d9abeb Binary files /dev/null and b/client/images/icons/iconic/raster/black/first_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/first_8x8.png b/client/images/icons/iconic/raster/black/first_8x8.png new file mode 100644 index 0000000..cbb2038 Binary files /dev/null and b/client/images/icons/iconic/raster/black/first_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/folder_fill_12x12.png b/client/images/icons/iconic/raster/black/folder_fill_12x12.png new file mode 100644 index 0000000..d03699f Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/folder_fill_16x16.png b/client/images/icons/iconic/raster/black/folder_fill_16x16.png new file mode 100644 index 0000000..a6cd979 Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/folder_fill_24x24.png b/client/images/icons/iconic/raster/black/folder_fill_24x24.png new file mode 100644 index 0000000..d9dc150 Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/folder_fill_32x32.png b/client/images/icons/iconic/raster/black/folder_fill_32x32.png new file mode 100644 index 0000000..f0c1018 Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/folder_fill_8x8.png b/client/images/icons/iconic/raster/black/folder_fill_8x8.png new file mode 100644 index 0000000..bc5217a Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/folder_stroke_12x12.png b/client/images/icons/iconic/raster/black/folder_stroke_12x12.png new file mode 100644 index 0000000..378ca6d Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/folder_stroke_16x16.png b/client/images/icons/iconic/raster/black/folder_stroke_16x16.png new file mode 100644 index 0000000..3c2508d Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/folder_stroke_24x24.png b/client/images/icons/iconic/raster/black/folder_stroke_24x24.png new file mode 100644 index 0000000..068300d Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/folder_stroke_32x32.png b/client/images/icons/iconic/raster/black/folder_stroke_32x32.png new file mode 100644 index 0000000..0ba3b27 Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/folder_stroke_8x8.png b/client/images/icons/iconic/raster/black/folder_stroke_8x8.png new file mode 100644 index 0000000..dfe8db3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/folder_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/fork_11x12.png b/client/images/icons/iconic/raster/black/fork_11x12.png new file mode 100644 index 0000000..a8dbfd9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fork_11x12.png differ diff --git a/client/images/icons/iconic/raster/black/fork_14x16.png b/client/images/icons/iconic/raster/black/fork_14x16.png new file mode 100644 index 0000000..cee6dea Binary files /dev/null and b/client/images/icons/iconic/raster/black/fork_14x16.png differ diff --git a/client/images/icons/iconic/raster/black/fork_21x24.png b/client/images/icons/iconic/raster/black/fork_21x24.png new file mode 100644 index 0000000..2c921fb Binary files /dev/null and b/client/images/icons/iconic/raster/black/fork_21x24.png differ diff --git a/client/images/icons/iconic/raster/black/fork_28x32.png b/client/images/icons/iconic/raster/black/fork_28x32.png new file mode 100644 index 0000000..58972af Binary files /dev/null and b/client/images/icons/iconic/raster/black/fork_28x32.png differ diff --git a/client/images/icons/iconic/raster/black/fork_7x8.png b/client/images/icons/iconic/raster/black/fork_7x8.png new file mode 100644 index 0000000..9c5909e Binary files /dev/null and b/client/images/icons/iconic/raster/black/fork_7x8.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_12x12.png b/client/images/icons/iconic/raster/black/fullscreen_12x12.png new file mode 100644 index 0000000..27d4fe6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_16x16.png b/client/images/icons/iconic/raster/black/fullscreen_16x16.png new file mode 100644 index 0000000..c3be727 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_24x24.png b/client/images/icons/iconic/raster/black/fullscreen_24x24.png new file mode 100644 index 0000000..c727e01 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_32x32.png b/client/images/icons/iconic/raster/black/fullscreen_32x32.png new file mode 100644 index 0000000..d86f3ac Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_8x8.png b/client/images/icons/iconic/raster/black/fullscreen_8x8.png new file mode 100644 index 0000000..a053016 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_alt_12x12.png b/client/images/icons/iconic/raster/black/fullscreen_alt_12x12.png new file mode 100644 index 0000000..9b4dac0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_alt_16x16.png b/client/images/icons/iconic/raster/black/fullscreen_alt_16x16.png new file mode 100644 index 0000000..4971a24 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_alt_24x24.png b/client/images/icons/iconic/raster/black/fullscreen_alt_24x24.png new file mode 100644 index 0000000..0249a7c Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_alt_32x32.png b/client/images/icons/iconic/raster/black/fullscreen_alt_32x32.png new file mode 100644 index 0000000..bcc9582 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_alt_8x8.png b/client/images/icons/iconic/raster/black/fullscreen_alt_8x8.png new file mode 100644 index 0000000..ee2e491 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_12x12.png b/client/images/icons/iconic/raster/black/fullscreen_exit_12x12.png new file mode 100644 index 0000000..244f54a Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_16x16.png b/client/images/icons/iconic/raster/black/fullscreen_exit_16x16.png new file mode 100644 index 0000000..68a73db Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_24x24.png b/client/images/icons/iconic/raster/black/fullscreen_exit_24x24.png new file mode 100644 index 0000000..669e246 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_32x32.png b/client/images/icons/iconic/raster/black/fullscreen_exit_32x32.png new file mode 100644 index 0000000..e938cdd Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_8x8.png b/client/images/icons/iconic/raster/black/fullscreen_exit_8x8.png new file mode 100644 index 0000000..83fabef Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_alt_12x12.png b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_12x12.png new file mode 100644 index 0000000..55bbcfc Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_alt_16x16.png b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_16x16.png new file mode 100644 index 0000000..b836965 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_alt_24x24.png b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_24x24.png new file mode 100644 index 0000000..38eeeb6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_alt_32x32.png b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_32x32.png new file mode 100644 index 0000000..377b64a Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/fullscreen_exit_alt_8x8.png b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_8x8.png new file mode 100644 index 0000000..e42f9c9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/fullscreen_exit_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/heaphones_12x11.png b/client/images/icons/iconic/raster/black/heaphones_12x11.png new file mode 100644 index 0000000..84f91db Binary files /dev/null and b/client/images/icons/iconic/raster/black/heaphones_12x11.png differ diff --git a/client/images/icons/iconic/raster/black/heaphones_16x14.png b/client/images/icons/iconic/raster/black/heaphones_16x14.png new file mode 100644 index 0000000..561ea8b Binary files /dev/null and b/client/images/icons/iconic/raster/black/heaphones_16x14.png differ diff --git a/client/images/icons/iconic/raster/black/heaphones_24x21.png b/client/images/icons/iconic/raster/black/heaphones_24x21.png new file mode 100644 index 0000000..ac0d34d Binary files /dev/null and b/client/images/icons/iconic/raster/black/heaphones_24x21.png differ diff --git a/client/images/icons/iconic/raster/black/heaphones_32x28.png b/client/images/icons/iconic/raster/black/heaphones_32x28.png new file mode 100644 index 0000000..0f280d7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/heaphones_32x28.png differ diff --git a/client/images/icons/iconic/raster/black/heaphones_8x7.png b/client/images/icons/iconic/raster/black/heaphones_8x7.png new file mode 100644 index 0000000..d501dfd Binary files /dev/null and b/client/images/icons/iconic/raster/black/heaphones_8x7.png differ diff --git a/client/images/icons/iconic/raster/black/heart_fill_12x11.png b/client/images/icons/iconic/raster/black/heart_fill_12x11.png new file mode 100644 index 0000000..a409dfd Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_fill_12x11.png differ diff --git a/client/images/icons/iconic/raster/black/heart_fill_16x14.png b/client/images/icons/iconic/raster/black/heart_fill_16x14.png new file mode 100644 index 0000000..997903d Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_fill_16x14.png differ diff --git a/client/images/icons/iconic/raster/black/heart_fill_24x21.png b/client/images/icons/iconic/raster/black/heart_fill_24x21.png new file mode 100644 index 0000000..6462dc4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_fill_24x21.png differ diff --git a/client/images/icons/iconic/raster/black/heart_fill_32x38.png b/client/images/icons/iconic/raster/black/heart_fill_32x38.png new file mode 100644 index 0000000..148d50b Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_fill_32x38.png differ diff --git a/client/images/icons/iconic/raster/black/heart_fill_8x7.png b/client/images/icons/iconic/raster/black/heart_fill_8x7.png new file mode 100644 index 0000000..5332f5a Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_fill_8x7.png differ diff --git a/client/images/icons/iconic/raster/black/heart_stroke_12x11.png b/client/images/icons/iconic/raster/black/heart_stroke_12x11.png new file mode 100644 index 0000000..1153e1c Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_stroke_12x11.png differ diff --git a/client/images/icons/iconic/raster/black/heart_stroke_16x14.png b/client/images/icons/iconic/raster/black/heart_stroke_16x14.png new file mode 100644 index 0000000..7976aa5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_stroke_16x14.png differ diff --git a/client/images/icons/iconic/raster/black/heart_stroke_24x21.png b/client/images/icons/iconic/raster/black/heart_stroke_24x21.png new file mode 100644 index 0000000..96a37dc Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_stroke_24x21.png differ diff --git a/client/images/icons/iconic/raster/black/heart_stroke_32x28.png b/client/images/icons/iconic/raster/black/heart_stroke_32x28.png new file mode 100644 index 0000000..cd7421b Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_stroke_32x28.png differ diff --git a/client/images/icons/iconic/raster/black/heart_stroke_8x7.png b/client/images/icons/iconic/raster/black/heart_stroke_8x7.png new file mode 100644 index 0000000..58add41 Binary files /dev/null and b/client/images/icons/iconic/raster/black/heart_stroke_8x7.png differ diff --git a/client/images/icons/iconic/raster/black/home_12x12.png b/client/images/icons/iconic/raster/black/home_12x12.png new file mode 100644 index 0000000..3dd6158 Binary files /dev/null and b/client/images/icons/iconic/raster/black/home_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/home_16x16.png b/client/images/icons/iconic/raster/black/home_16x16.png new file mode 100644 index 0000000..f9780af Binary files /dev/null and b/client/images/icons/iconic/raster/black/home_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/home_24x24.png b/client/images/icons/iconic/raster/black/home_24x24.png new file mode 100644 index 0000000..6778dbe Binary files /dev/null and b/client/images/icons/iconic/raster/black/home_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/home_32x32.png b/client/images/icons/iconic/raster/black/home_32x32.png new file mode 100644 index 0000000..02ae1d2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/home_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/home_8x8.png b/client/images/icons/iconic/raster/black/home_8x8.png new file mode 100644 index 0000000..d2dd62b Binary files /dev/null and b/client/images/icons/iconic/raster/black/home_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/image_12x12.png b/client/images/icons/iconic/raster/black/image_12x12.png new file mode 100644 index 0000000..43d6db2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/image_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/image_16x16.png b/client/images/icons/iconic/raster/black/image_16x16.png new file mode 100644 index 0000000..6e1f84c Binary files /dev/null and b/client/images/icons/iconic/raster/black/image_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/image_24x24.png b/client/images/icons/iconic/raster/black/image_24x24.png new file mode 100644 index 0000000..241e834 Binary files /dev/null and b/client/images/icons/iconic/raster/black/image_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/image_32x32.png b/client/images/icons/iconic/raster/black/image_32x32.png new file mode 100644 index 0000000..89d3932 Binary files /dev/null and b/client/images/icons/iconic/raster/black/image_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/image_8x8.png b/client/images/icons/iconic/raster/black/image_8x8.png new file mode 100644 index 0000000..23b8929 Binary files /dev/null and b/client/images/icons/iconic/raster/black/image_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/info_12x24.png b/client/images/icons/iconic/raster/black/info_12x24.png new file mode 100644 index 0000000..cec74d2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/info_12x24.png differ diff --git a/client/images/icons/iconic/raster/black/info_16x32.png b/client/images/icons/iconic/raster/black/info_16x32.png new file mode 100644 index 0000000..740a0b9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/info_16x32.png differ diff --git a/client/images/icons/iconic/raster/black/info_4x8.png b/client/images/icons/iconic/raster/black/info_4x8.png new file mode 100644 index 0000000..8d3e276 Binary files /dev/null and b/client/images/icons/iconic/raster/black/info_4x8.png differ diff --git a/client/images/icons/iconic/raster/black/info_6x12.png b/client/images/icons/iconic/raster/black/info_6x12.png new file mode 100644 index 0000000..cd43c25 Binary files /dev/null and b/client/images/icons/iconic/raster/black/info_6x12.png differ diff --git a/client/images/icons/iconic/raster/black/info_8x16.png b/client/images/icons/iconic/raster/black/info_8x16.png new file mode 100644 index 0000000..80da7ad Binary files /dev/null and b/client/images/icons/iconic/raster/black/info_8x16.png differ diff --git a/client/images/icons/iconic/raster/black/iphone_12x16.png b/client/images/icons/iconic/raster/black/iphone_12x16.png new file mode 100644 index 0000000..2fe3b6b Binary files /dev/null and b/client/images/icons/iconic/raster/black/iphone_12x16.png differ diff --git a/client/images/icons/iconic/raster/black/iphone_18x24.png b/client/images/icons/iconic/raster/black/iphone_18x24.png new file mode 100644 index 0000000..b5a57b5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/iphone_18x24.png differ diff --git a/client/images/icons/iconic/raster/black/iphone_24x32.png b/client/images/icons/iconic/raster/black/iphone_24x32.png new file mode 100644 index 0000000..7200213 Binary files /dev/null and b/client/images/icons/iconic/raster/black/iphone_24x32.png differ diff --git a/client/images/icons/iconic/raster/black/iphone_6x8.png b/client/images/icons/iconic/raster/black/iphone_6x8.png new file mode 100644 index 0000000..666387d Binary files /dev/null and b/client/images/icons/iconic/raster/black/iphone_6x8.png differ diff --git a/client/images/icons/iconic/raster/black/iphone_9x12.png b/client/images/icons/iconic/raster/black/iphone_9x12.png new file mode 100644 index 0000000..1ee816f Binary files /dev/null and b/client/images/icons/iconic/raster/black/iphone_9x12.png differ diff --git a/client/images/icons/iconic/raster/black/key_fill_12x12.png b/client/images/icons/iconic/raster/black/key_fill_12x12.png new file mode 100644 index 0000000..0fef477 Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/key_fill_16x16.png b/client/images/icons/iconic/raster/black/key_fill_16x16.png new file mode 100644 index 0000000..e8ba6ad Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/key_fill_24x24.png b/client/images/icons/iconic/raster/black/key_fill_24x24.png new file mode 100644 index 0000000..436bf04 Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/key_fill_32x32.png b/client/images/icons/iconic/raster/black/key_fill_32x32.png new file mode 100644 index 0000000..4b216e2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/key_fill_8x8.png b/client/images/icons/iconic/raster/black/key_fill_8x8.png new file mode 100644 index 0000000..517573a Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/key_stroke_12x12.png b/client/images/icons/iconic/raster/black/key_stroke_12x12.png new file mode 100644 index 0000000..a539b02 Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/key_stroke_16x16.png b/client/images/icons/iconic/raster/black/key_stroke_16x16.png new file mode 100644 index 0000000..a97da8f Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/key_stroke_24x24.png b/client/images/icons/iconic/raster/black/key_stroke_24x24.png new file mode 100644 index 0000000..a89800f Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/key_stroke_32x32.png b/client/images/icons/iconic/raster/black/key_stroke_32x32.png new file mode 100644 index 0000000..72a255b Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/key_stroke_8x8.png b/client/images/icons/iconic/raster/black/key_stroke_8x8.png new file mode 100644 index 0000000..4240540 Binary files /dev/null and b/client/images/icons/iconic/raster/black/key_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/last_12x12.png b/client/images/icons/iconic/raster/black/last_12x12.png new file mode 100644 index 0000000..8b03324 Binary files /dev/null and b/client/images/icons/iconic/raster/black/last_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/last_16x16.png b/client/images/icons/iconic/raster/black/last_16x16.png new file mode 100644 index 0000000..d1c4c42 Binary files /dev/null and b/client/images/icons/iconic/raster/black/last_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/last_24x24.png b/client/images/icons/iconic/raster/black/last_24x24.png new file mode 100644 index 0000000..e4bdade Binary files /dev/null and b/client/images/icons/iconic/raster/black/last_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/last_32x32.png b/client/images/icons/iconic/raster/black/last_32x32.png new file mode 100644 index 0000000..3b5ec6e Binary files /dev/null and b/client/images/icons/iconic/raster/black/last_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/last_8x8.png b/client/images/icons/iconic/raster/black/last_8x8.png new file mode 100644 index 0000000..2816239 Binary files /dev/null and b/client/images/icons/iconic/raster/black/last_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_12x12.png b/client/images/icons/iconic/raster/black/left_quote_12x12.png new file mode 100644 index 0000000..a56e5d6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_16x16.png b/client/images/icons/iconic/raster/black/left_quote_16x16.png new file mode 100644 index 0000000..2ed4964 Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_24x24.png b/client/images/icons/iconic/raster/black/left_quote_24x24.png new file mode 100644 index 0000000..1cb2c7b Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_32x32.png b/client/images/icons/iconic/raster/black/left_quote_32x32.png new file mode 100644 index 0000000..e408916 Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_8x8.png b/client/images/icons/iconic/raster/black/left_quote_8x8.png new file mode 100644 index 0000000..a54c823 Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_alt_12x12.png b/client/images/icons/iconic/raster/black/left_quote_alt_12x12.png new file mode 100644 index 0000000..31991a5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_alt_16x16.png b/client/images/icons/iconic/raster/black/left_quote_alt_16x16.png new file mode 100644 index 0000000..bd6cdb1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_alt_24x24.png b/client/images/icons/iconic/raster/black/left_quote_alt_24x24.png new file mode 100644 index 0000000..ee770ff Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_alt_32x32.png b/client/images/icons/iconic/raster/black/left_quote_alt_32x32.png new file mode 100644 index 0000000..e91d093 Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/left_quote_alt_8x8.png b/client/images/icons/iconic/raster/black/left_quote_alt_8x8.png new file mode 100644 index 0000000..03fb0a3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/left_quote_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/lightbulb_10x16.png b/client/images/icons/iconic/raster/black/lightbulb_10x16.png new file mode 100644 index 0000000..b8f9431 Binary files /dev/null and b/client/images/icons/iconic/raster/black/lightbulb_10x16.png differ diff --git a/client/images/icons/iconic/raster/black/lightbulb_15x24.png b/client/images/icons/iconic/raster/black/lightbulb_15x24.png new file mode 100644 index 0000000..e3faffd Binary files /dev/null and b/client/images/icons/iconic/raster/black/lightbulb_15x24.png differ diff --git a/client/images/icons/iconic/raster/black/lightbulb_20x32.png b/client/images/icons/iconic/raster/black/lightbulb_20x32.png new file mode 100644 index 0000000..b7983af Binary files /dev/null and b/client/images/icons/iconic/raster/black/lightbulb_20x32.png differ diff --git a/client/images/icons/iconic/raster/black/lightbulb_5x8.png b/client/images/icons/iconic/raster/black/lightbulb_5x8.png new file mode 100644 index 0000000..e48e027 Binary files /dev/null and b/client/images/icons/iconic/raster/black/lightbulb_5x8.png differ diff --git a/client/images/icons/iconic/raster/black/lightbulb_8x12.png b/client/images/icons/iconic/raster/black/lightbulb_8x12.png new file mode 100644 index 0000000..b6efc12 Binary files /dev/null and b/client/images/icons/iconic/raster/black/lightbulb_8x12.png differ diff --git a/client/images/icons/iconic/raster/black/link_12x12.png b/client/images/icons/iconic/raster/black/link_12x12.png new file mode 100644 index 0000000..afb2739 Binary files /dev/null and b/client/images/icons/iconic/raster/black/link_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/link_16x16.png b/client/images/icons/iconic/raster/black/link_16x16.png new file mode 100644 index 0000000..5e88a11 Binary files /dev/null and b/client/images/icons/iconic/raster/black/link_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/link_24x24.png b/client/images/icons/iconic/raster/black/link_24x24.png new file mode 100644 index 0000000..8d628a0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/link_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/link_32x32.png b/client/images/icons/iconic/raster/black/link_32x32.png new file mode 100644 index 0000000..94e9772 Binary files /dev/null and b/client/images/icons/iconic/raster/black/link_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/link_8x8.png b/client/images/icons/iconic/raster/black/link_8x8.png new file mode 100644 index 0000000..066e9b5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/link_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/lock_fill_12x16.png b/client/images/icons/iconic/raster/black/lock_fill_12x16.png new file mode 100644 index 0000000..505c536 Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_fill_12x16.png differ diff --git a/client/images/icons/iconic/raster/black/lock_fill_18x24.png b/client/images/icons/iconic/raster/black/lock_fill_18x24.png new file mode 100644 index 0000000..e7df903 Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_fill_18x24.png differ diff --git a/client/images/icons/iconic/raster/black/lock_fill_24x32.png b/client/images/icons/iconic/raster/black/lock_fill_24x32.png new file mode 100644 index 0000000..b2c9bc9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_fill_24x32.png differ diff --git a/client/images/icons/iconic/raster/black/lock_fill_6x8.png b/client/images/icons/iconic/raster/black/lock_fill_6x8.png new file mode 100644 index 0000000..baca50d Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_fill_6x8.png differ diff --git a/client/images/icons/iconic/raster/black/lock_fill_9x12.png b/client/images/icons/iconic/raster/black/lock_fill_9x12.png new file mode 100644 index 0000000..38e0854 Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_fill_9x12.png differ diff --git a/client/images/icons/iconic/raster/black/lock_stroke_12x16.png b/client/images/icons/iconic/raster/black/lock_stroke_12x16.png new file mode 100644 index 0000000..f7e15df Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_stroke_12x16.png differ diff --git a/client/images/icons/iconic/raster/black/lock_stroke_18x24.png b/client/images/icons/iconic/raster/black/lock_stroke_18x24.png new file mode 100644 index 0000000..924a9bb Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_stroke_18x24.png differ diff --git a/client/images/icons/iconic/raster/black/lock_stroke_24x32.png b/client/images/icons/iconic/raster/black/lock_stroke_24x32.png new file mode 100644 index 0000000..bd7a81f Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_stroke_24x32.png differ diff --git a/client/images/icons/iconic/raster/black/lock_stroke_6x8.png b/client/images/icons/iconic/raster/black/lock_stroke_6x8.png new file mode 100644 index 0000000..f12c4ea Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_stroke_6x8.png differ diff --git a/client/images/icons/iconic/raster/black/lock_stroke_9x12.png b/client/images/icons/iconic/raster/black/lock_stroke_9x12.png new file mode 100644 index 0000000..5513600 Binary files /dev/null and b/client/images/icons/iconic/raster/black/lock_stroke_9x12.png differ diff --git a/client/images/icons/iconic/raster/black/loop_12x12.png b/client/images/icons/iconic/raster/black/loop_12x12.png new file mode 100644 index 0000000..10723d2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/loop_16x16.png b/client/images/icons/iconic/raster/black/loop_16x16.png new file mode 100644 index 0000000..b1a9b1a Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/loop_24x24.png b/client/images/icons/iconic/raster/black/loop_24x24.png new file mode 100644 index 0000000..1b46f33 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/loop_32x32.png b/client/images/icons/iconic/raster/black/loop_32x32.png new file mode 100644 index 0000000..fb9d6e2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/loop_8x8.png b/client/images/icons/iconic/raster/black/loop_8x8.png new file mode 100644 index 0000000..4ad274c Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt1_12x9.png b/client/images/icons/iconic/raster/black/loop_alt1_12x9.png new file mode 100644 index 0000000..f2086f8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt1_12x9.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt1_16x12.png b/client/images/icons/iconic/raster/black/loop_alt1_16x12.png new file mode 100644 index 0000000..1c0b919 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt1_16x12.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt1_24x18.png b/client/images/icons/iconic/raster/black/loop_alt1_24x18.png new file mode 100644 index 0000000..3840eb6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt1_24x18.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt1_32x24.png b/client/images/icons/iconic/raster/black/loop_alt1_32x24.png new file mode 100644 index 0000000..edc7c01 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt1_32x24.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt1_8x6.png b/client/images/icons/iconic/raster/black/loop_alt1_8x6.png new file mode 100644 index 0000000..f857ee2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt1_8x6.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt2_12x11.png b/client/images/icons/iconic/raster/black/loop_alt2_12x11.png new file mode 100644 index 0000000..2cb36a0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt2_12x11.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt2_16x14.png b/client/images/icons/iconic/raster/black/loop_alt2_16x14.png new file mode 100644 index 0000000..e818621 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt2_16x14.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt2_24x21.png b/client/images/icons/iconic/raster/black/loop_alt2_24x21.png new file mode 100644 index 0000000..450a9dd Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt2_24x21.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt2_32x28.png b/client/images/icons/iconic/raster/black/loop_alt2_32x28.png new file mode 100644 index 0000000..189c63d Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt2_32x28.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt2_8x7.png b/client/images/icons/iconic/raster/black/loop_alt2_8x7.png new file mode 100644 index 0000000..2e5bd88 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt2_8x7.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt3_12x9.png b/client/images/icons/iconic/raster/black/loop_alt3_12x9.png new file mode 100644 index 0000000..701362e Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt3_12x9.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt3_16x12.png b/client/images/icons/iconic/raster/black/loop_alt3_16x12.png new file mode 100644 index 0000000..f192e37 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt3_16x12.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt3_24x18.png b/client/images/icons/iconic/raster/black/loop_alt3_24x18.png new file mode 100644 index 0000000..b4fe3aa Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt3_24x18.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt3_32x24.png b/client/images/icons/iconic/raster/black/loop_alt3_32x24.png new file mode 100644 index 0000000..2177ec8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt3_32x24.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt3_8x6.png b/client/images/icons/iconic/raster/black/loop_alt3_8x6.png new file mode 100644 index 0000000..ebfd9d5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt3_8x6.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt4_12x9.png b/client/images/icons/iconic/raster/black/loop_alt4_12x9.png new file mode 100644 index 0000000..7400fdc Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt4_12x9.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt4_16x12.png b/client/images/icons/iconic/raster/black/loop_alt4_16x12.png new file mode 100644 index 0000000..901ce3c Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt4_16x12.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt4_24x18.png b/client/images/icons/iconic/raster/black/loop_alt4_24x18.png new file mode 100644 index 0000000..ebbcc51 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt4_24x18.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt4_32x24.png b/client/images/icons/iconic/raster/black/loop_alt4_32x24.png new file mode 100644 index 0000000..0fecd8f Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt4_32x24.png differ diff --git a/client/images/icons/iconic/raster/black/loop_alt4_8x6.png b/client/images/icons/iconic/raster/black/loop_alt4_8x6.png new file mode 100644 index 0000000..526c3a6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/loop_alt4_8x6.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_12x12.png b/client/images/icons/iconic/raster/black/magnifying_glass_12x12.png new file mode 100644 index 0000000..c680495 Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_16x16.png b/client/images/icons/iconic/raster/black/magnifying_glass_16x16.png new file mode 100644 index 0000000..30a3ad0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_24x24.png b/client/images/icons/iconic/raster/black/magnifying_glass_24x24.png new file mode 100644 index 0000000..be33c2b Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_32x32.png b/client/images/icons/iconic/raster/black/magnifying_glass_32x32.png new file mode 100644 index 0000000..3ad5a5a Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_8x8.png b/client/images/icons/iconic/raster/black/magnifying_glass_8x8.png new file mode 100644 index 0000000..ff574af Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_alt_12x12.png b/client/images/icons/iconic/raster/black/magnifying_glass_alt_12x12.png new file mode 100644 index 0000000..960bd6b Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_alt_16x16.png b/client/images/icons/iconic/raster/black/magnifying_glass_alt_16x16.png new file mode 100644 index 0000000..32cf00d Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_alt_24x24.png b/client/images/icons/iconic/raster/black/magnifying_glass_alt_24x24.png new file mode 100644 index 0000000..bf87ec0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_alt_32x32.png b/client/images/icons/iconic/raster/black/magnifying_glass_alt_32x32.png new file mode 100644 index 0000000..a006f6b Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/magnifying_glass_alt_8x8.png b/client/images/icons/iconic/raster/black/magnifying_glass_alt_8x8.png new file mode 100644 index 0000000..ff574af Binary files /dev/null and b/client/images/icons/iconic/raster/black/magnifying_glass_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/mail_12x9.png b/client/images/icons/iconic/raster/black/mail_12x9.png new file mode 100644 index 0000000..2f5ee20 Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_12x9.png differ diff --git a/client/images/icons/iconic/raster/black/mail_16x12.png b/client/images/icons/iconic/raster/black/mail_16x12.png new file mode 100644 index 0000000..488c1d8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_16x12.png differ diff --git a/client/images/icons/iconic/raster/black/mail_24x18.png b/client/images/icons/iconic/raster/black/mail_24x18.png new file mode 100644 index 0000000..40c48da Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_24x18.png differ diff --git a/client/images/icons/iconic/raster/black/mail_32x24.png b/client/images/icons/iconic/raster/black/mail_32x24.png new file mode 100644 index 0000000..cae031d Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_32x24.png differ diff --git a/client/images/icons/iconic/raster/black/mail_8x6.png b/client/images/icons/iconic/raster/black/mail_8x6.png new file mode 100644 index 0000000..50a6438 Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_8x6.png differ diff --git a/client/images/icons/iconic/raster/black/mail_alt_12x9.png b/client/images/icons/iconic/raster/black/mail_alt_12x9.png new file mode 100644 index 0000000..c817229 Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_alt_12x9.png differ diff --git a/client/images/icons/iconic/raster/black/mail_alt_16x12.png b/client/images/icons/iconic/raster/black/mail_alt_16x12.png new file mode 100644 index 0000000..24fa701 Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_alt_16x12.png differ diff --git a/client/images/icons/iconic/raster/black/mail_alt_24x18.png b/client/images/icons/iconic/raster/black/mail_alt_24x18.png new file mode 100644 index 0000000..6c216e7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_alt_24x18.png differ diff --git a/client/images/icons/iconic/raster/black/mail_alt_32x24.png b/client/images/icons/iconic/raster/black/mail_alt_32x24.png new file mode 100644 index 0000000..d6211e5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_alt_32x24.png differ diff --git a/client/images/icons/iconic/raster/black/mail_alt_8x6.png b/client/images/icons/iconic/raster/black/mail_alt_8x6.png new file mode 100644 index 0000000..cf9720b Binary files /dev/null and b/client/images/icons/iconic/raster/black/mail_alt_8x6.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_fill_12x12.png b/client/images/icons/iconic/raster/black/map_pin_fill_12x12.png new file mode 100644 index 0000000..e48b39b Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_fill_16x16.png b/client/images/icons/iconic/raster/black/map_pin_fill_16x16.png new file mode 100644 index 0000000..9c8bb7d Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_fill_24x24.png b/client/images/icons/iconic/raster/black/map_pin_fill_24x24.png new file mode 100644 index 0000000..9dbe812 Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_fill_32x32.png b/client/images/icons/iconic/raster/black/map_pin_fill_32x32.png new file mode 100644 index 0000000..f87dabc Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_fill_8x8.png b/client/images/icons/iconic/raster/black/map_pin_fill_8x8.png new file mode 100644 index 0000000..ea4e55c Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_stroke_12x12.png b/client/images/icons/iconic/raster/black/map_pin_stroke_12x12.png new file mode 100644 index 0000000..e578412 Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_stroke_16x16.png b/client/images/icons/iconic/raster/black/map_pin_stroke_16x16.png new file mode 100644 index 0000000..afc4227 Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_stroke_24x24.png b/client/images/icons/iconic/raster/black/map_pin_stroke_24x24.png new file mode 100644 index 0000000..1996823 Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_stroke_32x32.png b/client/images/icons/iconic/raster/black/map_pin_stroke_32x32.png new file mode 100644 index 0000000..69b67e0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/map_pin_stroke_8x8.png b/client/images/icons/iconic/raster/black/map_pin_stroke_8x8.png new file mode 100644 index 0000000..e351512 Binary files /dev/null and b/client/images/icons/iconic/raster/black/map_pin_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/minus_12x3.png b/client/images/icons/iconic/raster/black/minus_12x3.png new file mode 100644 index 0000000..3b618be Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_12x3.png differ diff --git a/client/images/icons/iconic/raster/black/minus_16x4.png b/client/images/icons/iconic/raster/black/minus_16x4.png new file mode 100644 index 0000000..ca081bb Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_16x4.png differ diff --git a/client/images/icons/iconic/raster/black/minus_24x6.png b/client/images/icons/iconic/raster/black/minus_24x6.png new file mode 100644 index 0000000..a7d6c73 Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_24x6.png differ diff --git a/client/images/icons/iconic/raster/black/minus_32x8.png b/client/images/icons/iconic/raster/black/minus_32x8.png new file mode 100644 index 0000000..9fbfbb6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_32x8.png differ diff --git a/client/images/icons/iconic/raster/black/minus_8x2.png b/client/images/icons/iconic/raster/black/minus_8x2.png new file mode 100644 index 0000000..691031f Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_8x2.png differ diff --git a/client/images/icons/iconic/raster/black/minus_alt_12x12.png b/client/images/icons/iconic/raster/black/minus_alt_12x12.png new file mode 100644 index 0000000..4e82ca5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/minus_alt_16x16.png b/client/images/icons/iconic/raster/black/minus_alt_16x16.png new file mode 100644 index 0000000..3eb542c Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/minus_alt_24x24.png b/client/images/icons/iconic/raster/black/minus_alt_24x24.png new file mode 100644 index 0000000..1c60305 Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/minus_alt_32x32.png b/client/images/icons/iconic/raster/black/minus_alt_32x32.png new file mode 100644 index 0000000..df29cf3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/minus_alt_8x8.png b/client/images/icons/iconic/raster/black/minus_alt_8x8.png new file mode 100644 index 0000000..562b7f9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/minus_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/moon_fill_12x12.png b/client/images/icons/iconic/raster/black/moon_fill_12x12.png new file mode 100644 index 0000000..bd7be33 Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/moon_fill_16x16.png b/client/images/icons/iconic/raster/black/moon_fill_16x16.png new file mode 100644 index 0000000..3a19682 Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/moon_fill_24x24.png b/client/images/icons/iconic/raster/black/moon_fill_24x24.png new file mode 100644 index 0000000..b34713e Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/moon_fill_32x32.png b/client/images/icons/iconic/raster/black/moon_fill_32x32.png new file mode 100644 index 0000000..5ea4479 Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/moon_fill_8x8.png b/client/images/icons/iconic/raster/black/moon_fill_8x8.png new file mode 100644 index 0000000..8dbfb40 Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/moon_stroke_12x12.png b/client/images/icons/iconic/raster/black/moon_stroke_12x12.png new file mode 100644 index 0000000..0dc17d4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/moon_stroke_16x16.png b/client/images/icons/iconic/raster/black/moon_stroke_16x16.png new file mode 100644 index 0000000..2883411 Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/moon_stroke_24x24.png b/client/images/icons/iconic/raster/black/moon_stroke_24x24.png new file mode 100644 index 0000000..671cba2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/moon_stroke_32x32.png b/client/images/icons/iconic/raster/black/moon_stroke_32x32.png new file mode 100644 index 0000000..87147e7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/moon_stroke_8x8.png b/client/images/icons/iconic/raster/black/moon_stroke_8x8.png new file mode 100644 index 0000000..4bd407e Binary files /dev/null and b/client/images/icons/iconic/raster/black/moon_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/move_12x12.png b/client/images/icons/iconic/raster/black/move_12x12.png new file mode 100644 index 0000000..a3a9d91 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/move_16x16.png b/client/images/icons/iconic/raster/black/move_16x16.png new file mode 100644 index 0000000..55e020e Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/move_24x24.png b/client/images/icons/iconic/raster/black/move_24x24.png new file mode 100644 index 0000000..828e776 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/move_32x32.png b/client/images/icons/iconic/raster/black/move_32x32.png new file mode 100644 index 0000000..c25995d Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/move_8x8.png b/client/images/icons/iconic/raster/black/move_8x8.png new file mode 100644 index 0000000..c3b44c8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt1_12x12.png b/client/images/icons/iconic/raster/black/move_alt1_12x12.png new file mode 100644 index 0000000..bd24d56 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt1_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt1_16x16.png b/client/images/icons/iconic/raster/black/move_alt1_16x16.png new file mode 100644 index 0000000..c6858af Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt1_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt1_24x24.png b/client/images/icons/iconic/raster/black/move_alt1_24x24.png new file mode 100644 index 0000000..619cf0e Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt1_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt1_32x32.png b/client/images/icons/iconic/raster/black/move_alt1_32x32.png new file mode 100644 index 0000000..06d167f Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt1_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt1_8x8.png b/client/images/icons/iconic/raster/black/move_alt1_8x8.png new file mode 100644 index 0000000..5d1f845 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt1_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt2_12x12.png b/client/images/icons/iconic/raster/black/move_alt2_12x12.png new file mode 100644 index 0000000..cb69838 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt2_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt2_16x16.png b/client/images/icons/iconic/raster/black/move_alt2_16x16.png new file mode 100644 index 0000000..292637f Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt2_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt2_24x24.png b/client/images/icons/iconic/raster/black/move_alt2_24x24.png new file mode 100644 index 0000000..c892ea9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt2_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt2_32x32.png b/client/images/icons/iconic/raster/black/move_alt2_32x32.png new file mode 100644 index 0000000..687e070 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt2_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/move_alt2_8x8.png b/client/images/icons/iconic/raster/black/move_alt2_8x8.png new file mode 100644 index 0000000..ff1a1af Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_alt2_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_12x32.png b/client/images/icons/iconic/raster/black/move_horizontal_12x32.png new file mode 100644 index 0000000..6aeaf1e Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_12x32.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_3x8.png b/client/images/icons/iconic/raster/black/move_horizontal_3x8.png new file mode 100644 index 0000000..b2edd28 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_3x8.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_5x12.png b/client/images/icons/iconic/raster/black/move_horizontal_5x12.png new file mode 100644 index 0000000..dbcc64d Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_5x12.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_6x16.png b/client/images/icons/iconic/raster/black/move_horizontal_6x16.png new file mode 100644 index 0000000..ac458b6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_6x16.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_9x24.png b/client/images/icons/iconic/raster/black/move_horizontal_9x24.png new file mode 100644 index 0000000..fad523c Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_9x24.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt1_12x32.png b/client/images/icons/iconic/raster/black/move_horizontal_alt1_12x32.png new file mode 100644 index 0000000..e0473e0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt1_12x32.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt1_3x8.png b/client/images/icons/iconic/raster/black/move_horizontal_alt1_3x8.png new file mode 100644 index 0000000..543f769 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt1_3x8.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt1_5x12.png b/client/images/icons/iconic/raster/black/move_horizontal_alt1_5x12.png new file mode 100644 index 0000000..b2ea15d Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt1_5x12.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt1_6x16.png b/client/images/icons/iconic/raster/black/move_horizontal_alt1_6x16.png new file mode 100644 index 0000000..0863974 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt1_6x16.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt1_9x24.png b/client/images/icons/iconic/raster/black/move_horizontal_alt1_9x24.png new file mode 100644 index 0000000..367dff0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt1_9x24.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt2_12x12.png b/client/images/icons/iconic/raster/black/move_horizontal_alt2_12x12.png new file mode 100644 index 0000000..d08d0b3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt2_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt2_16x16.png b/client/images/icons/iconic/raster/black/move_horizontal_alt2_16x16.png new file mode 100644 index 0000000..f644fa5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt2_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt2_24x24.png b/client/images/icons/iconic/raster/black/move_horizontal_alt2_24x24.png new file mode 100644 index 0000000..a0ed78a Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt2_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt2_32x32.png b/client/images/icons/iconic/raster/black/move_horizontal_alt2_32x32.png new file mode 100644 index 0000000..cb40273 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt2_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/move_horizontal_alt2_8x8.png b/client/images/icons/iconic/raster/black/move_horizontal_alt2_8x8.png new file mode 100644 index 0000000..140bce7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_horizontal_alt2_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_12x32.png b/client/images/icons/iconic/raster/black/move_vertical_12x32.png new file mode 100644 index 0000000..f371ffe Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_12x32.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_3x8.png b/client/images/icons/iconic/raster/black/move_vertical_3x8.png new file mode 100644 index 0000000..cab0e0c Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_3x8.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_5x12.png b/client/images/icons/iconic/raster/black/move_vertical_5x12.png new file mode 100644 index 0000000..7ab5629 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_5x12.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_6x16.png b/client/images/icons/iconic/raster/black/move_vertical_6x16.png new file mode 100644 index 0000000..131bd07 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_6x16.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_9x24.png b/client/images/icons/iconic/raster/black/move_vertical_9x24.png new file mode 100644 index 0000000..cc9b6bd Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_9x24.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt1_12x32.png b/client/images/icons/iconic/raster/black/move_vertical_alt1_12x32.png new file mode 100644 index 0000000..1d74e2f Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt1_12x32.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt1_3x8.png b/client/images/icons/iconic/raster/black/move_vertical_alt1_3x8.png new file mode 100644 index 0000000..a392d07 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt1_3x8.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt1_5x12.png b/client/images/icons/iconic/raster/black/move_vertical_alt1_5x12.png new file mode 100644 index 0000000..ff5d709 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt1_5x12.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt1_6x16.png b/client/images/icons/iconic/raster/black/move_vertical_alt1_6x16.png new file mode 100644 index 0000000..9ecfd89 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt1_6x16.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt1_9x24.png b/client/images/icons/iconic/raster/black/move_vertical_alt1_9x24.png new file mode 100644 index 0000000..37a832c Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt1_9x24.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt2_12x12.png b/client/images/icons/iconic/raster/black/move_vertical_alt2_12x12.png new file mode 100644 index 0000000..e05c4d9 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt2_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt2_16x16.png b/client/images/icons/iconic/raster/black/move_vertical_alt2_16x16.png new file mode 100644 index 0000000..18cf549 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt2_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt2_24x24.png b/client/images/icons/iconic/raster/black/move_vertical_alt2_24x24.png new file mode 100644 index 0000000..25da6f4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt2_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt2_32x32.png b/client/images/icons/iconic/raster/black/move_vertical_alt2_32x32.png new file mode 100644 index 0000000..d10076e Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt2_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/move_vertical_alt2_8x8.png b/client/images/icons/iconic/raster/black/move_vertical_alt2_8x8.png new file mode 100644 index 0000000..9f58e16 Binary files /dev/null and b/client/images/icons/iconic/raster/black/move_vertical_alt2_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/movie_12x12.png b/client/images/icons/iconic/raster/black/movie_12x12.png new file mode 100644 index 0000000..52ea124 Binary files /dev/null and b/client/images/icons/iconic/raster/black/movie_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/movie_16x16.png b/client/images/icons/iconic/raster/black/movie_16x16.png new file mode 100644 index 0000000..6a43209 Binary files /dev/null and b/client/images/icons/iconic/raster/black/movie_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/movie_24x24.png b/client/images/icons/iconic/raster/black/movie_24x24.png new file mode 100644 index 0000000..637ab84 Binary files /dev/null and b/client/images/icons/iconic/raster/black/movie_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/movie_32x32.png b/client/images/icons/iconic/raster/black/movie_32x32.png new file mode 100644 index 0000000..5b9c2ba Binary files /dev/null and b/client/images/icons/iconic/raster/black/movie_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/movie_8x8.png b/client/images/icons/iconic/raster/black/movie_8x8.png new file mode 100644 index 0000000..1476160 Binary files /dev/null and b/client/images/icons/iconic/raster/black/movie_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/new_window_12x12.png b/client/images/icons/iconic/raster/black/new_window_12x12.png new file mode 100644 index 0000000..2ab5fc6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/new_window_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/new_window_16x16.png b/client/images/icons/iconic/raster/black/new_window_16x16.png new file mode 100644 index 0000000..32bab91 Binary files /dev/null and b/client/images/icons/iconic/raster/black/new_window_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/new_window_24x24.png b/client/images/icons/iconic/raster/black/new_window_24x24.png new file mode 100644 index 0000000..b964419 Binary files /dev/null and b/client/images/icons/iconic/raster/black/new_window_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/new_window_32x32.png b/client/images/icons/iconic/raster/black/new_window_32x32.png new file mode 100644 index 0000000..bcc8b19 Binary files /dev/null and b/client/images/icons/iconic/raster/black/new_window_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/new_window_8x8.png b/client/images/icons/iconic/raster/black/new_window_8x8.png new file mode 100644 index 0000000..c60c6f4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/new_window_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/pause_12x16.png b/client/images/icons/iconic/raster/black/pause_12x16.png new file mode 100644 index 0000000..fac90c8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pause_12x16.png differ diff --git a/client/images/icons/iconic/raster/black/pause_18x24.png b/client/images/icons/iconic/raster/black/pause_18x24.png new file mode 100644 index 0000000..6542be0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pause_18x24.png differ diff --git a/client/images/icons/iconic/raster/black/pause_24x32.png b/client/images/icons/iconic/raster/black/pause_24x32.png new file mode 100644 index 0000000..a391030 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pause_24x32.png differ diff --git a/client/images/icons/iconic/raster/black/pause_6x8.png b/client/images/icons/iconic/raster/black/pause_6x8.png new file mode 100644 index 0000000..b0f19dd Binary files /dev/null and b/client/images/icons/iconic/raster/black/pause_6x8.png differ diff --git a/client/images/icons/iconic/raster/black/pause_9x12.png b/client/images/icons/iconic/raster/black/pause_9x12.png new file mode 100644 index 0000000..27f3127 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pause_9x12.png differ diff --git a/client/images/icons/iconic/raster/black/pen_12x12.png b/client/images/icons/iconic/raster/black/pen_12x12.png new file mode 100644 index 0000000..4282388 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/pen_16x16.png b/client/images/icons/iconic/raster/black/pen_16x16.png new file mode 100644 index 0000000..4ba7f35 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/pen_24x24.png b/client/images/icons/iconic/raster/black/pen_24x24.png new file mode 100644 index 0000000..14f7f01 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/pen_32x32.png b/client/images/icons/iconic/raster/black/pen_32x32.png new file mode 100644 index 0000000..c4f1f14 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/pen_8x8.png b/client/images/icons/iconic/raster/black/pen_8x8.png new file mode 100644 index 0000000..c9213e1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_fill_12x12.png b/client/images/icons/iconic/raster/black/pen_alt_fill_12x12.png new file mode 100644 index 0000000..4c62ded Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_fill_16x16.png b/client/images/icons/iconic/raster/black/pen_alt_fill_16x16.png new file mode 100644 index 0000000..6729087 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_fill_24x24.png b/client/images/icons/iconic/raster/black/pen_alt_fill_24x24.png new file mode 100644 index 0000000..845a0cd Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_fill_32x32.png b/client/images/icons/iconic/raster/black/pen_alt_fill_32x32.png new file mode 100644 index 0000000..4e01fb8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_fill_8x8.png b/client/images/icons/iconic/raster/black/pen_alt_fill_8x8.png new file mode 100644 index 0000000..cf2fb5c Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_stroke_12x12.png b/client/images/icons/iconic/raster/black/pen_alt_stroke_12x12.png new file mode 100644 index 0000000..367552f Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_stroke_16x16.png b/client/images/icons/iconic/raster/black/pen_alt_stroke_16x16.png new file mode 100644 index 0000000..433b482 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_stroke_24x24.png b/client/images/icons/iconic/raster/black/pen_alt_stroke_24x24.png new file mode 100644 index 0000000..025e780 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_stroke_32x32.png b/client/images/icons/iconic/raster/black/pen_alt_stroke_32x32.png new file mode 100644 index 0000000..09f187a Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/pen_alt_stroke_8x8.png b/client/images/icons/iconic/raster/black/pen_alt_stroke_8x8.png new file mode 100644 index 0000000..db9221a Binary files /dev/null and b/client/images/icons/iconic/raster/black/pen_alt_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/pin_12x12.png b/client/images/icons/iconic/raster/black/pin_12x12.png new file mode 100644 index 0000000..edd93cd Binary files /dev/null and b/client/images/icons/iconic/raster/black/pin_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/pin_16x16.png b/client/images/icons/iconic/raster/black/pin_16x16.png new file mode 100644 index 0000000..2099002 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pin_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/pin_24x24.png b/client/images/icons/iconic/raster/black/pin_24x24.png new file mode 100644 index 0000000..911e1bf Binary files /dev/null and b/client/images/icons/iconic/raster/black/pin_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/pin_32x32.png b/client/images/icons/iconic/raster/black/pin_32x32.png new file mode 100644 index 0000000..4d94582 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pin_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/pin_8x8.png b/client/images/icons/iconic/raster/black/pin_8x8.png new file mode 100644 index 0000000..0ba9b25 Binary files /dev/null and b/client/images/icons/iconic/raster/black/pin_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/play_12x16.png b/client/images/icons/iconic/raster/black/play_12x16.png new file mode 100644 index 0000000..1e50bfa Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_12x16.png differ diff --git a/client/images/icons/iconic/raster/black/play_18x24.png b/client/images/icons/iconic/raster/black/play_18x24.png new file mode 100644 index 0000000..74d4cf3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_18x24.png differ diff --git a/client/images/icons/iconic/raster/black/play_24x32.png b/client/images/icons/iconic/raster/black/play_24x32.png new file mode 100644 index 0000000..2ddb861 Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_24x32.png differ diff --git a/client/images/icons/iconic/raster/black/play_6x8.png b/client/images/icons/iconic/raster/black/play_6x8.png new file mode 100644 index 0000000..5e5eb09 Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_6x8.png differ diff --git a/client/images/icons/iconic/raster/black/play_9x12.png b/client/images/icons/iconic/raster/black/play_9x12.png new file mode 100644 index 0000000..ccc37ca Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_9x12.png differ diff --git a/client/images/icons/iconic/raster/black/play_alt_12x12.png b/client/images/icons/iconic/raster/black/play_alt_12x12.png new file mode 100644 index 0000000..71c16d4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/play_alt_16x16.png b/client/images/icons/iconic/raster/black/play_alt_16x16.png new file mode 100644 index 0000000..515caff Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/play_alt_24x24.png b/client/images/icons/iconic/raster/black/play_alt_24x24.png new file mode 100644 index 0000000..01b933c Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/play_alt_32x32.png b/client/images/icons/iconic/raster/black/play_alt_32x32.png new file mode 100644 index 0000000..a5d37a6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/play_alt_8x8.png b/client/images/icons/iconic/raster/black/play_alt_8x8.png new file mode 100644 index 0000000..e259c49 Binary files /dev/null and b/client/images/icons/iconic/raster/black/play_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/plus_12x12.png b/client/images/icons/iconic/raster/black/plus_12x12.png new file mode 100644 index 0000000..cd30866 Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/plus_16x16.png b/client/images/icons/iconic/raster/black/plus_16x16.png new file mode 100644 index 0000000..3ceb4a3 Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/plus_24x24.png b/client/images/icons/iconic/raster/black/plus_24x24.png new file mode 100644 index 0000000..3af58a5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/plus_32x32.png b/client/images/icons/iconic/raster/black/plus_32x32.png new file mode 100644 index 0000000..55107c0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/plus_8x8.png b/client/images/icons/iconic/raster/black/plus_8x8.png new file mode 100644 index 0000000..81e420d Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/plus_alt_12x12.png b/client/images/icons/iconic/raster/black/plus_alt_12x12.png new file mode 100644 index 0000000..53952e7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/plus_alt_16x16.png b/client/images/icons/iconic/raster/black/plus_alt_16x16.png new file mode 100644 index 0000000..763b4ff Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/plus_alt_24x24.png b/client/images/icons/iconic/raster/black/plus_alt_24x24.png new file mode 100644 index 0000000..09605f4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/plus_alt_32x32.png b/client/images/icons/iconic/raster/black/plus_alt_32x32.png new file mode 100644 index 0000000..bb19406 Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/plus_alt_8x8.png b/client/images/icons/iconic/raster/black/plus_alt_8x8.png new file mode 100644 index 0000000..7331711 Binary files /dev/null and b/client/images/icons/iconic/raster/black/plus_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/read_more_12x12.png b/client/images/icons/iconic/raster/black/read_more_12x12.png new file mode 100644 index 0000000..037c4bd Binary files /dev/null and b/client/images/icons/iconic/raster/black/read_more_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/read_more_16x16.png b/client/images/icons/iconic/raster/black/read_more_16x16.png new file mode 100644 index 0000000..573ff81 Binary files /dev/null and b/client/images/icons/iconic/raster/black/read_more_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/read_more_24x24.png b/client/images/icons/iconic/raster/black/read_more_24x24.png new file mode 100644 index 0000000..3323f16 Binary files /dev/null and b/client/images/icons/iconic/raster/black/read_more_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/read_more_32x32.png b/client/images/icons/iconic/raster/black/read_more_32x32.png new file mode 100644 index 0000000..364efa2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/read_more_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/read_more_8x8.png b/client/images/icons/iconic/raster/black/read_more_8x8.png new file mode 100644 index 0000000..f827f93 Binary files /dev/null and b/client/images/icons/iconic/raster/black/read_more_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/reload_12x14.png b/client/images/icons/iconic/raster/black/reload_12x14.png new file mode 100644 index 0000000..1685e8c Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_12x14.png differ diff --git a/client/images/icons/iconic/raster/black/reload_18x21.png b/client/images/icons/iconic/raster/black/reload_18x21.png new file mode 100644 index 0000000..61de62b Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_18x21.png differ diff --git a/client/images/icons/iconic/raster/black/reload_24x28.png b/client/images/icons/iconic/raster/black/reload_24x28.png new file mode 100644 index 0000000..014bc1f Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_24x28.png differ diff --git a/client/images/icons/iconic/raster/black/reload_6x7.png b/client/images/icons/iconic/raster/black/reload_6x7.png new file mode 100644 index 0000000..41d1b5d Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_6x7.png differ diff --git a/client/images/icons/iconic/raster/black/reload_9x11.png b/client/images/icons/iconic/raster/black/reload_9x11.png new file mode 100644 index 0000000..645d18c Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_9x11.png differ diff --git a/client/images/icons/iconic/raster/black/reload_alt1_12x14.png b/client/images/icons/iconic/raster/black/reload_alt1_12x14.png new file mode 100644 index 0000000..e6fda16 Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_alt1_12x14.png differ diff --git a/client/images/icons/iconic/raster/black/reload_alt1_18x21.png b/client/images/icons/iconic/raster/black/reload_alt1_18x21.png new file mode 100644 index 0000000..5168848 Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_alt1_18x21.png differ diff --git a/client/images/icons/iconic/raster/black/reload_alt1_24x28.png b/client/images/icons/iconic/raster/black/reload_alt1_24x28.png new file mode 100644 index 0000000..d352f8c Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_alt1_24x28.png differ diff --git a/client/images/icons/iconic/raster/black/reload_alt1_6x7.png b/client/images/icons/iconic/raster/black/reload_alt1_6x7.png new file mode 100644 index 0000000..ad3c908 Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_alt1_6x7.png differ diff --git a/client/images/icons/iconic/raster/black/reload_alt1_9x11.png b/client/images/icons/iconic/raster/black/reload_alt1_9x11.png new file mode 100644 index 0000000..91d0def Binary files /dev/null and b/client/images/icons/iconic/raster/black/reload_alt1_9x11.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_12x12.png b/client/images/icons/iconic/raster/black/right_quote_12x12.png new file mode 100644 index 0000000..1c8bad7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_16x16.png b/client/images/icons/iconic/raster/black/right_quote_16x16.png new file mode 100644 index 0000000..0b4923d Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_24x24.png b/client/images/icons/iconic/raster/black/right_quote_24x24.png new file mode 100644 index 0000000..5d24ceb Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_32x32.png b/client/images/icons/iconic/raster/black/right_quote_32x32.png new file mode 100644 index 0000000..a1e6c46 Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_8x8.png b/client/images/icons/iconic/raster/black/right_quote_8x8.png new file mode 100644 index 0000000..525a069 Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_alt_12x12.png b/client/images/icons/iconic/raster/black/right_quote_alt_12x12.png new file mode 100644 index 0000000..0ccc4d5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_alt_16x16.png b/client/images/icons/iconic/raster/black/right_quote_alt_16x16.png new file mode 100644 index 0000000..b66906b Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_alt_24x24.png b/client/images/icons/iconic/raster/black/right_quote_alt_24x24.png new file mode 100644 index 0000000..2e05558 Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_alt_32x32.png b/client/images/icons/iconic/raster/black/right_quote_alt_32x32.png new file mode 100644 index 0000000..6bc993b Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/right_quote_alt_8x8.png b/client/images/icons/iconic/raster/black/right_quote_alt_8x8.png new file mode 100644 index 0000000..134982e Binary files /dev/null and b/client/images/icons/iconic/raster/black/right_quote_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/rss_12x12.png b/client/images/icons/iconic/raster/black/rss_12x12.png new file mode 100644 index 0000000..24de5f8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/rss_16x16.png b/client/images/icons/iconic/raster/black/rss_16x16.png new file mode 100644 index 0000000..d17f2d5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/rss_24x24.png b/client/images/icons/iconic/raster/black/rss_24x24.png new file mode 100644 index 0000000..968a67c Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/rss_32x32.png b/client/images/icons/iconic/raster/black/rss_32x32.png new file mode 100644 index 0000000..4e8ac0e Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/rss_8x8.png b/client/images/icons/iconic/raster/black/rss_8x8.png new file mode 100644 index 0000000..16ef54a Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/rss_alt_12x12.png b/client/images/icons/iconic/raster/black/rss_alt_12x12.png new file mode 100644 index 0000000..9dd199e Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/rss_alt_16x16.png b/client/images/icons/iconic/raster/black/rss_alt_16x16.png new file mode 100644 index 0000000..c4d8976 Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/rss_alt_24x24.png b/client/images/icons/iconic/raster/black/rss_alt_24x24.png new file mode 100644 index 0000000..a83766b Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/rss_alt_32x32.png b/client/images/icons/iconic/raster/black/rss_alt_32x32.png new file mode 100644 index 0000000..7696c14 Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/rss_alt_8x8.png b/client/images/icons/iconic/raster/black/rss_alt_8x8.png new file mode 100644 index 0000000..367c7f0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/rss_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/spin_11x12.png b/client/images/icons/iconic/raster/black/spin_11x12.png new file mode 100644 index 0000000..41668c6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_11x12.png differ diff --git a/client/images/icons/iconic/raster/black/spin_14x16.png b/client/images/icons/iconic/raster/black/spin_14x16.png new file mode 100644 index 0000000..727481a Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_14x16.png differ diff --git a/client/images/icons/iconic/raster/black/spin_21x24.png b/client/images/icons/iconic/raster/black/spin_21x24.png new file mode 100644 index 0000000..f7f3807 Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_21x24.png differ diff --git a/client/images/icons/iconic/raster/black/spin_28x32.png b/client/images/icons/iconic/raster/black/spin_28x32.png new file mode 100644 index 0000000..626828c Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_28x32.png differ diff --git a/client/images/icons/iconic/raster/black/spin_7x8.png b/client/images/icons/iconic/raster/black/spin_7x8.png new file mode 100644 index 0000000..4e482c8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_7x8.png differ diff --git a/client/images/icons/iconic/raster/black/spin_alt_12x12.png b/client/images/icons/iconic/raster/black/spin_alt_12x12.png new file mode 100644 index 0000000..bdda3f0 Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/spin_alt_16x16.png b/client/images/icons/iconic/raster/black/spin_alt_16x16.png new file mode 100644 index 0000000..55180b6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/spin_alt_24x24.png b/client/images/icons/iconic/raster/black/spin_alt_24x24.png new file mode 100644 index 0000000..99ed91b Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/spin_alt_32x32.png b/client/images/icons/iconic/raster/black/spin_alt_32x32.png new file mode 100644 index 0000000..bd789bd Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/spin_alt_8x8.png b/client/images/icons/iconic/raster/black/spin_alt_8x8.png new file mode 100644 index 0000000..bc620f2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/spin_alt_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/star_12x12.png b/client/images/icons/iconic/raster/black/star_12x12.png new file mode 100644 index 0000000..9b8437a Binary files /dev/null and b/client/images/icons/iconic/raster/black/star_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/star_16x16.png b/client/images/icons/iconic/raster/black/star_16x16.png new file mode 100644 index 0000000..68fddbf Binary files /dev/null and b/client/images/icons/iconic/raster/black/star_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/star_24x24.png b/client/images/icons/iconic/raster/black/star_24x24.png new file mode 100644 index 0000000..8af1bb4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/star_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/star_32x32.png b/client/images/icons/iconic/raster/black/star_32x32.png new file mode 100644 index 0000000..d8f798a Binary files /dev/null and b/client/images/icons/iconic/raster/black/star_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/star_8x8.png b/client/images/icons/iconic/raster/black/star_8x8.png new file mode 100644 index 0000000..908fe67 Binary files /dev/null and b/client/images/icons/iconic/raster/black/star_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/stop_12x12.png b/client/images/icons/iconic/raster/black/stop_12x12.png new file mode 100644 index 0000000..001965c Binary files /dev/null and b/client/images/icons/iconic/raster/black/stop_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/stop_16x16.png b/client/images/icons/iconic/raster/black/stop_16x16.png new file mode 100644 index 0000000..7123777 Binary files /dev/null and b/client/images/icons/iconic/raster/black/stop_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/stop_24x24.png b/client/images/icons/iconic/raster/black/stop_24x24.png new file mode 100644 index 0000000..22f7f88 Binary files /dev/null and b/client/images/icons/iconic/raster/black/stop_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/stop_32x32.png b/client/images/icons/iconic/raster/black/stop_32x32.png new file mode 100644 index 0000000..bd31ab4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/stop_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/stop_8x8.png b/client/images/icons/iconic/raster/black/stop_8x8.png new file mode 100644 index 0000000..3290848 Binary files /dev/null and b/client/images/icons/iconic/raster/black/stop_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/sun_12x12.png b/client/images/icons/iconic/raster/black/sun_12x12.png new file mode 100644 index 0000000..19dcd1a Binary files /dev/null and b/client/images/icons/iconic/raster/black/sun_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/sun_16x16.png b/client/images/icons/iconic/raster/black/sun_16x16.png new file mode 100644 index 0000000..0f3b18e Binary files /dev/null and b/client/images/icons/iconic/raster/black/sun_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/sun_24x24.png b/client/images/icons/iconic/raster/black/sun_24x24.png new file mode 100644 index 0000000..c6ee736 Binary files /dev/null and b/client/images/icons/iconic/raster/black/sun_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/sun_32x32.png b/client/images/icons/iconic/raster/black/sun_32x32.png new file mode 100644 index 0000000..e133bb8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/sun_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/sun_8x8.png b/client/images/icons/iconic/raster/black/sun_8x8.png new file mode 100644 index 0000000..1c9ba1b Binary files /dev/null and b/client/images/icons/iconic/raster/black/sun_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/tag_fill_12x12.png b/client/images/icons/iconic/raster/black/tag_fill_12x12.png new file mode 100644 index 0000000..ec8c5bb Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/tag_fill_16x16.png b/client/images/icons/iconic/raster/black/tag_fill_16x16.png new file mode 100644 index 0000000..e345e0f Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/tag_fill_24x24.png b/client/images/icons/iconic/raster/black/tag_fill_24x24.png new file mode 100644 index 0000000..c0e24c2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/tag_fill_32x32.png b/client/images/icons/iconic/raster/black/tag_fill_32x32.png new file mode 100644 index 0000000..1e363c4 Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/tag_fill_8x8.png b/client/images/icons/iconic/raster/black/tag_fill_8x8.png new file mode 100644 index 0000000..54f2505 Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/tag_stroke_12x12.png b/client/images/icons/iconic/raster/black/tag_stroke_12x12.png new file mode 100644 index 0000000..95f94e7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/tag_stroke_16x16.png b/client/images/icons/iconic/raster/black/tag_stroke_16x16.png new file mode 100644 index 0000000..321c362 Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/tag_stroke_24x24.png b/client/images/icons/iconic/raster/black/tag_stroke_24x24.png new file mode 100644 index 0000000..e45afae Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/tag_stroke_32x32.png b/client/images/icons/iconic/raster/black/tag_stroke_32x32.png new file mode 100644 index 0000000..e1d5f5a Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/tag_stroke_8x8.png b/client/images/icons/iconic/raster/black/tag_stroke_8x8.png new file mode 100644 index 0000000..ab9a138 Binary files /dev/null and b/client/images/icons/iconic/raster/black/tag_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/trash_fill_12x12.png b/client/images/icons/iconic/raster/black/trash_fill_12x12.png new file mode 100644 index 0000000..3575d5e Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_fill_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/trash_fill_16x16.png b/client/images/icons/iconic/raster/black/trash_fill_16x16.png new file mode 100644 index 0000000..9b97f57 Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_fill_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/trash_fill_24x24.png b/client/images/icons/iconic/raster/black/trash_fill_24x24.png new file mode 100644 index 0000000..6b4099c Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_fill_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/trash_fill_32x32.png b/client/images/icons/iconic/raster/black/trash_fill_32x32.png new file mode 100644 index 0000000..fca60b6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_fill_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/trash_fill_8x8.png b/client/images/icons/iconic/raster/black/trash_fill_8x8.png new file mode 100644 index 0000000..797f2dd Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_fill_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/trash_stroke_12x12.png b/client/images/icons/iconic/raster/black/trash_stroke_12x12.png new file mode 100644 index 0000000..ef18f08 Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_stroke_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/trash_stroke_16x16.png b/client/images/icons/iconic/raster/black/trash_stroke_16x16.png new file mode 100644 index 0000000..1f07335 Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_stroke_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/trash_stroke_24x24.png b/client/images/icons/iconic/raster/black/trash_stroke_24x24.png new file mode 100644 index 0000000..da55f7c Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_stroke_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/trash_stroke_32x32.png b/client/images/icons/iconic/raster/black/trash_stroke_32x32.png new file mode 100644 index 0000000..b3d93cf Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_stroke_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/trash_stroke_8x8.png b/client/images/icons/iconic/raster/black/trash_stroke_8x8.png new file mode 100644 index 0000000..ce3a205 Binary files /dev/null and b/client/images/icons/iconic/raster/black/trash_stroke_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/undo_12x12.png b/client/images/icons/iconic/raster/black/undo_12x12.png new file mode 100644 index 0000000..e471989 Binary files /dev/null and b/client/images/icons/iconic/raster/black/undo_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/undo_16x16.png b/client/images/icons/iconic/raster/black/undo_16x16.png new file mode 100644 index 0000000..192835d Binary files /dev/null and b/client/images/icons/iconic/raster/black/undo_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/undo_24x24.png b/client/images/icons/iconic/raster/black/undo_24x24.png new file mode 100644 index 0000000..c6324be Binary files /dev/null and b/client/images/icons/iconic/raster/black/undo_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/undo_32x32.png b/client/images/icons/iconic/raster/black/undo_32x32.png new file mode 100644 index 0000000..a9d1b95 Binary files /dev/null and b/client/images/icons/iconic/raster/black/undo_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/undo_8x8.png b/client/images/icons/iconic/raster/black/undo_8x8.png new file mode 100644 index 0000000..1ecb9ed Binary files /dev/null and b/client/images/icons/iconic/raster/black/undo_8x8.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_fill_12x16.png b/client/images/icons/iconic/raster/black/unlock_fill_12x16.png new file mode 100644 index 0000000..59a75c7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_fill_12x16.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_fill_18x24.png b/client/images/icons/iconic/raster/black/unlock_fill_18x24.png new file mode 100644 index 0000000..7cc8c76 Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_fill_18x24.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_fill_24x32.png b/client/images/icons/iconic/raster/black/unlock_fill_24x32.png new file mode 100644 index 0000000..e3956c5 Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_fill_24x32.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_fill_6x8.png b/client/images/icons/iconic/raster/black/unlock_fill_6x8.png new file mode 100644 index 0000000..3e49f78 Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_fill_6x8.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_fill_9x12.png b/client/images/icons/iconic/raster/black/unlock_fill_9x12.png new file mode 100644 index 0000000..2d8f8ac Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_fill_9x12.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_stroke_12x9.png b/client/images/icons/iconic/raster/black/unlock_stroke_12x9.png new file mode 100644 index 0000000..cc33cc1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_stroke_12x9.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_stroke_16x12.png b/client/images/icons/iconic/raster/black/unlock_stroke_16x12.png new file mode 100644 index 0000000..15539e2 Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_stroke_16x12.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_stroke_24x18.png b/client/images/icons/iconic/raster/black/unlock_stroke_24x18.png new file mode 100644 index 0000000..56b227b Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_stroke_24x18.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_stroke_32x24.png b/client/images/icons/iconic/raster/black/unlock_stroke_32x24.png new file mode 100644 index 0000000..870cf3f Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_stroke_32x24.png differ diff --git a/client/images/icons/iconic/raster/black/unlock_stroke_8x6.png b/client/images/icons/iconic/raster/black/unlock_stroke_8x6.png new file mode 100644 index 0000000..e17189f Binary files /dev/null and b/client/images/icons/iconic/raster/black/unlock_stroke_8x6.png differ diff --git a/client/images/icons/iconic/raster/black/user_12x16.png b/client/images/icons/iconic/raster/black/user_12x16.png new file mode 100644 index 0000000..2714617 Binary files /dev/null and b/client/images/icons/iconic/raster/black/user_12x16.png differ diff --git a/client/images/icons/iconic/raster/black/user_18x24.png b/client/images/icons/iconic/raster/black/user_18x24.png new file mode 100644 index 0000000..9cabe2f Binary files /dev/null and b/client/images/icons/iconic/raster/black/user_18x24.png differ diff --git a/client/images/icons/iconic/raster/black/user_24x32.png b/client/images/icons/iconic/raster/black/user_24x32.png new file mode 100644 index 0000000..e5b2e8f Binary files /dev/null and b/client/images/icons/iconic/raster/black/user_24x32.png differ diff --git a/client/images/icons/iconic/raster/black/user_6x8.png b/client/images/icons/iconic/raster/black/user_6x8.png new file mode 100644 index 0000000..eb140f1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/user_6x8.png differ diff --git a/client/images/icons/iconic/raster/black/user_9x12.png b/client/images/icons/iconic/raster/black/user_9x12.png new file mode 100644 index 0000000..b275d9e Binary files /dev/null and b/client/images/icons/iconic/raster/black/user_9x12.png differ diff --git a/client/images/icons/iconic/raster/black/volume_12x9.png b/client/images/icons/iconic/raster/black/volume_12x9.png new file mode 100644 index 0000000..b050694 Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_12x9.png differ diff --git a/client/images/icons/iconic/raster/black/volume_16x12.png b/client/images/icons/iconic/raster/black/volume_16x12.png new file mode 100644 index 0000000..53d25dd Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_16x12.png differ diff --git a/client/images/icons/iconic/raster/black/volume_24x18.png b/client/images/icons/iconic/raster/black/volume_24x18.png new file mode 100644 index 0000000..d107d37 Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_24x18.png differ diff --git a/client/images/icons/iconic/raster/black/volume_32x24.png b/client/images/icons/iconic/raster/black/volume_32x24.png new file mode 100644 index 0000000..9526122 Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_32x24.png differ diff --git a/client/images/icons/iconic/raster/black/volume_8x6.png b/client/images/icons/iconic/raster/black/volume_8x6.png new file mode 100644 index 0000000..964f25d Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_8x6.png differ diff --git a/client/images/icons/iconic/raster/black/volume_mute_12x9.png b/client/images/icons/iconic/raster/black/volume_mute_12x9.png new file mode 100644 index 0000000..ad1ead7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_mute_12x9.png differ diff --git a/client/images/icons/iconic/raster/black/volume_mute_16x12.png b/client/images/icons/iconic/raster/black/volume_mute_16x12.png new file mode 100644 index 0000000..61865c1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_mute_16x12.png differ diff --git a/client/images/icons/iconic/raster/black/volume_mute_24x18.png b/client/images/icons/iconic/raster/black/volume_mute_24x18.png new file mode 100644 index 0000000..c763f74 Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_mute_24x18.png differ diff --git a/client/images/icons/iconic/raster/black/volume_mute_32x24.png b/client/images/icons/iconic/raster/black/volume_mute_32x24.png new file mode 100644 index 0000000..155d7fe Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_mute_32x24.png differ diff --git a/client/images/icons/iconic/raster/black/volume_mute_8x6.png b/client/images/icons/iconic/raster/black/volume_mute_8x6.png new file mode 100644 index 0000000..ddbf193 Binary files /dev/null and b/client/images/icons/iconic/raster/black/volume_mute_8x6.png differ diff --git a/client/images/icons/iconic/raster/black/x_11x11.png b/client/images/icons/iconic/raster/black/x_11x11.png new file mode 100644 index 0000000..7fc2e5a Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_11x11.png differ diff --git a/client/images/icons/iconic/raster/black/x_14x14.png b/client/images/icons/iconic/raster/black/x_14x14.png new file mode 100644 index 0000000..59cb542 Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_14x14.png differ diff --git a/client/images/icons/iconic/raster/black/x_21x21.png b/client/images/icons/iconic/raster/black/x_21x21.png new file mode 100644 index 0000000..3c272d8 Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_21x21.png differ diff --git a/client/images/icons/iconic/raster/black/x_28x28.png b/client/images/icons/iconic/raster/black/x_28x28.png new file mode 100644 index 0000000..423024b Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_28x28.png differ diff --git a/client/images/icons/iconic/raster/black/x_7x7.png b/client/images/icons/iconic/raster/black/x_7x7.png new file mode 100644 index 0000000..8ddd024 Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_7x7.png differ diff --git a/client/images/icons/iconic/raster/black/x_alt_12x12.png b/client/images/icons/iconic/raster/black/x_alt_12x12.png new file mode 100644 index 0000000..ddd5650 Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_alt_12x12.png differ diff --git a/client/images/icons/iconic/raster/black/x_alt_16x16.png b/client/images/icons/iconic/raster/black/x_alt_16x16.png new file mode 100644 index 0000000..403eba7 Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_alt_16x16.png differ diff --git a/client/images/icons/iconic/raster/black/x_alt_24x24.png b/client/images/icons/iconic/raster/black/x_alt_24x24.png new file mode 100644 index 0000000..5c0e43f Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_alt_24x24.png differ diff --git a/client/images/icons/iconic/raster/black/x_alt_32x32.png b/client/images/icons/iconic/raster/black/x_alt_32x32.png new file mode 100644 index 0000000..789c9a1 Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_alt_32x32.png differ diff --git a/client/images/icons/iconic/raster/black/x_alt_8x8.png b/client/images/icons/iconic/raster/black/x_alt_8x8.png new file mode 100644 index 0000000..cf349e6 Binary files /dev/null and b/client/images/icons/iconic/raster/black/x_alt_8x8.png differ diff --git a/client/images/icons/iconic/vector/arrow_down.svg b/client/images/icons/iconic/vector/arrow_down.svg new file mode 100644 index 0000000..dda3e93 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_down.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_down_alt1.svg b/client/images/icons/iconic/vector/arrow_down_alt1.svg new file mode 100644 index 0000000..f2ad050 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_down_alt1.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_down_alt2.svg b/client/images/icons/iconic/vector/arrow_down_alt2.svg new file mode 100644 index 0000000..185be30 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_down_alt2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_left.svg b/client/images/icons/iconic/vector/arrow_left.svg new file mode 100644 index 0000000..e102421 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_left.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_left_alt1.svg b/client/images/icons/iconic/vector/arrow_left_alt1.svg new file mode 100644 index 0000000..931ce65 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_left_alt1.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_left_alt2.svg b/client/images/icons/iconic/vector/arrow_left_alt2.svg new file mode 100644 index 0000000..2d595e0 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_left_alt2.svg @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_right.svg b/client/images/icons/iconic/vector/arrow_right.svg new file mode 100644 index 0000000..8be3530 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_right.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_right_alt1.svg b/client/images/icons/iconic/vector/arrow_right_alt1.svg new file mode 100644 index 0000000..812ad5d --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_right_alt1.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_right_alt2.svg b/client/images/icons/iconic/vector/arrow_right_alt2.svg new file mode 100644 index 0000000..acceda5 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_right_alt2.svg @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_up.svg b/client/images/icons/iconic/vector/arrow_up.svg new file mode 100644 index 0000000..68a5a26 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_up.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_up_alt1.svg b/client/images/icons/iconic/vector/arrow_up_alt1.svg new file mode 100644 index 0000000..fb4c5b0 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_up_alt1.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/arrow_up_alt2.svg b/client/images/icons/iconic/vector/arrow_up_alt2.svg new file mode 100644 index 0000000..ae31c25 --- /dev/null +++ b/client/images/icons/iconic/vector/arrow_up_alt2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/article.svg b/client/images/icons/iconic/vector/article.svg new file mode 100644 index 0000000..645a3d7 --- /dev/null +++ b/client/images/icons/iconic/vector/article.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/at.svg b/client/images/icons/iconic/vector/at.svg new file mode 100644 index 0000000..34667e0 --- /dev/null +++ b/client/images/icons/iconic/vector/at.svg @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/battery_charging.svg b/client/images/icons/iconic/vector/battery_charging.svg new file mode 100644 index 0000000..a99d1ad --- /dev/null +++ b/client/images/icons/iconic/vector/battery_charging.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/battery_empty.svg b/client/images/icons/iconic/vector/battery_empty.svg new file mode 100644 index 0000000..ad77f01 --- /dev/null +++ b/client/images/icons/iconic/vector/battery_empty.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/battery_full.svg b/client/images/icons/iconic/vector/battery_full.svg new file mode 100644 index 0000000..046b86f --- /dev/null +++ b/client/images/icons/iconic/vector/battery_full.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/battery_half.svg b/client/images/icons/iconic/vector/battery_half.svg new file mode 100644 index 0000000..1802a64 --- /dev/null +++ b/client/images/icons/iconic/vector/battery_half.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/beaker.svg b/client/images/icons/iconic/vector/beaker.svg new file mode 100644 index 0000000..4747266 --- /dev/null +++ b/client/images/icons/iconic/vector/beaker.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/beaker_alt.svg b/client/images/icons/iconic/vector/beaker_alt.svg new file mode 100644 index 0000000..f2fb0c8 --- /dev/null +++ b/client/images/icons/iconic/vector/beaker_alt.svg @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/bolt.svg b/client/images/icons/iconic/vector/bolt.svg new file mode 100644 index 0000000..ed2cb4d --- /dev/null +++ b/client/images/icons/iconic/vector/bolt.svg @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/book.svg b/client/images/icons/iconic/vector/book.svg new file mode 100644 index 0000000..fa54e02 --- /dev/null +++ b/client/images/icons/iconic/vector/book.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/book_alt.svg b/client/images/icons/iconic/vector/book_alt.svg new file mode 100644 index 0000000..7a88f56 --- /dev/null +++ b/client/images/icons/iconic/vector/book_alt.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/box.svg b/client/images/icons/iconic/vector/box.svg new file mode 100644 index 0000000..a2cc65e --- /dev/null +++ b/client/images/icons/iconic/vector/box.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/calendar.svg b/client/images/icons/iconic/vector/calendar.svg new file mode 100644 index 0000000..0def24d --- /dev/null +++ b/client/images/icons/iconic/vector/calendar.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/calendar_alt_fill.svg b/client/images/icons/iconic/vector/calendar_alt_fill.svg new file mode 100644 index 0000000..650ef39 --- /dev/null +++ b/client/images/icons/iconic/vector/calendar_alt_fill.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/calendar_alt_stroke.svg b/client/images/icons/iconic/vector/calendar_alt_stroke.svg new file mode 100644 index 0000000..fb73d55 --- /dev/null +++ b/client/images/icons/iconic/vector/calendar_alt_stroke.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/cd.svg b/client/images/icons/iconic/vector/cd.svg new file mode 100644 index 0000000..8fdc6f1 --- /dev/null +++ b/client/images/icons/iconic/vector/cd.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/chat.svg b/client/images/icons/iconic/vector/chat.svg new file mode 100644 index 0000000..252fa99 --- /dev/null +++ b/client/images/icons/iconic/vector/chat.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/chat_alt_fill.svg b/client/images/icons/iconic/vector/chat_alt_fill.svg new file mode 100644 index 0000000..ce02375 --- /dev/null +++ b/client/images/icons/iconic/vector/chat_alt_fill.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/chat_alt_stroke.svg b/client/images/icons/iconic/vector/chat_alt_stroke.svg new file mode 100644 index 0000000..276d58c --- /dev/null +++ b/client/images/icons/iconic/vector/chat_alt_stroke.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/check.svg b/client/images/icons/iconic/vector/check.svg new file mode 100644 index 0000000..e185a05 --- /dev/null +++ b/client/images/icons/iconic/vector/check.svg @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/client/images/icons/iconic/vector/check_alt.svg b/client/images/icons/iconic/vector/check_alt.svg new file mode 100644 index 0000000..e9e0bfc --- /dev/null +++ b/client/images/icons/iconic/vector/check_alt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/clock.svg b/client/images/icons/iconic/vector/clock.svg new file mode 100644 index 0000000..5b42af6 --- /dev/null +++ b/client/images/icons/iconic/vector/clock.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/cloud.svg b/client/images/icons/iconic/vector/cloud.svg new file mode 100644 index 0000000..54fd53b --- /dev/null +++ b/client/images/icons/iconic/vector/cloud.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/cog.svg b/client/images/icons/iconic/vector/cog.svg new file mode 100644 index 0000000..522289b --- /dev/null +++ b/client/images/icons/iconic/vector/cog.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/cog_alt.svg b/client/images/icons/iconic/vector/cog_alt.svg new file mode 100644 index 0000000..75e9e8e --- /dev/null +++ b/client/images/icons/iconic/vector/cog_alt.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/comment_alt1_fill.svg b/client/images/icons/iconic/vector/comment_alt1_fill.svg new file mode 100644 index 0000000..28b4e13 --- /dev/null +++ b/client/images/icons/iconic/vector/comment_alt1_fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/client/images/icons/iconic/vector/comment_alt1_stroke.svg b/client/images/icons/iconic/vector/comment_alt1_stroke.svg new file mode 100644 index 0000000..db8123b --- /dev/null +++ b/client/images/icons/iconic/vector/comment_alt1_stroke.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/comment_alt2_fill.svg b/client/images/icons/iconic/vector/comment_alt2_fill.svg new file mode 100644 index 0000000..5470f53 --- /dev/null +++ b/client/images/icons/iconic/vector/comment_alt2_fill.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/comment_alt2_stroke.svg b/client/images/icons/iconic/vector/comment_alt2_stroke.svg new file mode 100644 index 0000000..54c42d5 --- /dev/null +++ b/client/images/icons/iconic/vector/comment_alt2_stroke.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/client/images/icons/iconic/vector/comment_fill.svg b/client/images/icons/iconic/vector/comment_fill.svg new file mode 100644 index 0000000..99e3f42 --- /dev/null +++ b/client/images/icons/iconic/vector/comment_fill.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/client/images/icons/iconic/vector/comment_stroke.svg b/client/images/icons/iconic/vector/comment_stroke.svg new file mode 100644 index 0000000..492d764 --- /dev/null +++ b/client/images/icons/iconic/vector/comment_stroke.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/compass.svg b/client/images/icons/iconic/vector/compass.svg new file mode 100644 index 0000000..b0968c0 --- /dev/null +++ b/client/images/icons/iconic/vector/compass.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/cursor.svg b/client/images/icons/iconic/vector/cursor.svg new file mode 100644 index 0000000..9d0c3fe --- /dev/null +++ b/client/images/icons/iconic/vector/cursor.svg @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/denied.svg b/client/images/icons/iconic/vector/denied.svg new file mode 100644 index 0000000..57804f9 --- /dev/null +++ b/client/images/icons/iconic/vector/denied.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/denied_alt.svg b/client/images/icons/iconic/vector/denied_alt.svg new file mode 100644 index 0000000..7171576 --- /dev/null +++ b/client/images/icons/iconic/vector/denied_alt.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/dial.svg b/client/images/icons/iconic/vector/dial.svg new file mode 100644 index 0000000..bc8e156 --- /dev/null +++ b/client/images/icons/iconic/vector/dial.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/document_fill.svg b/client/images/icons/iconic/vector/document_fill.svg new file mode 100644 index 0000000..d8ac312 --- /dev/null +++ b/client/images/icons/iconic/vector/document_fill.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/document_stroke.svg b/client/images/icons/iconic/vector/document_stroke.svg new file mode 100644 index 0000000..d6466de --- /dev/null +++ b/client/images/icons/iconic/vector/document_stroke.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/eject.svg b/client/images/icons/iconic/vector/eject.svg new file mode 100644 index 0000000..3c0bb08 --- /dev/null +++ b/client/images/icons/iconic/vector/eject.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/equalizer.svg b/client/images/icons/iconic/vector/equalizer.svg new file mode 100644 index 0000000..2a8277f --- /dev/null +++ b/client/images/icons/iconic/vector/equalizer.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/eyedropper.svg b/client/images/icons/iconic/vector/eyedropper.svg new file mode 100644 index 0000000..45db4d3 --- /dev/null +++ b/client/images/icons/iconic/vector/eyedropper.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/first.svg b/client/images/icons/iconic/vector/first.svg new file mode 100644 index 0000000..6802360 --- /dev/null +++ b/client/images/icons/iconic/vector/first.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/folder_fill.svg b/client/images/icons/iconic/vector/folder_fill.svg new file mode 100644 index 0000000..3dcb6ef --- /dev/null +++ b/client/images/icons/iconic/vector/folder_fill.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/folder_stroke.svg b/client/images/icons/iconic/vector/folder_stroke.svg new file mode 100644 index 0000000..a5f63d4 --- /dev/null +++ b/client/images/icons/iconic/vector/folder_stroke.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/fork.svg b/client/images/icons/iconic/vector/fork.svg new file mode 100644 index 0000000..393ba99 --- /dev/null +++ b/client/images/icons/iconic/vector/fork.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/fullscreen.svg b/client/images/icons/iconic/vector/fullscreen.svg new file mode 100644 index 0000000..8bf87aa --- /dev/null +++ b/client/images/icons/iconic/vector/fullscreen.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/fullscreen_alt.svg b/client/images/icons/iconic/vector/fullscreen_alt.svg new file mode 100644 index 0000000..fc30ea8 --- /dev/null +++ b/client/images/icons/iconic/vector/fullscreen_alt.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/fullscreen_exit.svg b/client/images/icons/iconic/vector/fullscreen_exit.svg new file mode 100644 index 0000000..7346402 --- /dev/null +++ b/client/images/icons/iconic/vector/fullscreen_exit.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/fullscreen_exit_alt.svg b/client/images/icons/iconic/vector/fullscreen_exit_alt.svg new file mode 100644 index 0000000..4746eee --- /dev/null +++ b/client/images/icons/iconic/vector/fullscreen_exit_alt.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/headphones.svg b/client/images/icons/iconic/vector/headphones.svg new file mode 100644 index 0000000..ea06e0e --- /dev/null +++ b/client/images/icons/iconic/vector/headphones.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/heart_fill.svg b/client/images/icons/iconic/vector/heart_fill.svg new file mode 100644 index 0000000..7b10e93 --- /dev/null +++ b/client/images/icons/iconic/vector/heart_fill.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/heart_stroke.svg b/client/images/icons/iconic/vector/heart_stroke.svg new file mode 100644 index 0000000..6c77ea1 --- /dev/null +++ b/client/images/icons/iconic/vector/heart_stroke.svg @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/client/images/icons/iconic/vector/home.svg b/client/images/icons/iconic/vector/home.svg new file mode 100644 index 0000000..b023250 --- /dev/null +++ b/client/images/icons/iconic/vector/home.svg @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/image.svg b/client/images/icons/iconic/vector/image.svg new file mode 100644 index 0000000..f2411db --- /dev/null +++ b/client/images/icons/iconic/vector/image.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/info.svg b/client/images/icons/iconic/vector/info.svg new file mode 100644 index 0000000..6918ce0 --- /dev/null +++ b/client/images/icons/iconic/vector/info.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/iphone.svg b/client/images/icons/iconic/vector/iphone.svg new file mode 100644 index 0000000..8e4408e --- /dev/null +++ b/client/images/icons/iconic/vector/iphone.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/key_fill.svg b/client/images/icons/iconic/vector/key_fill.svg new file mode 100644 index 0000000..a8efcc0 --- /dev/null +++ b/client/images/icons/iconic/vector/key_fill.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/key_stroke.svg b/client/images/icons/iconic/vector/key_stroke.svg new file mode 100644 index 0000000..b29f7b3 --- /dev/null +++ b/client/images/icons/iconic/vector/key_stroke.svg @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/last.svg b/client/images/icons/iconic/vector/last.svg new file mode 100644 index 0000000..11f9527 --- /dev/null +++ b/client/images/icons/iconic/vector/last.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/left_quote.svg b/client/images/icons/iconic/vector/left_quote.svg new file mode 100644 index 0000000..f64ca2f --- /dev/null +++ b/client/images/icons/iconic/vector/left_quote.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/left_quote_alt.svg b/client/images/icons/iconic/vector/left_quote_alt.svg new file mode 100644 index 0000000..b49d792 --- /dev/null +++ b/client/images/icons/iconic/vector/left_quote_alt.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/lightbulb.svg b/client/images/icons/iconic/vector/lightbulb.svg new file mode 100644 index 0000000..de3e5c4 --- /dev/null +++ b/client/images/icons/iconic/vector/lightbulb.svg @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/link.svg b/client/images/icons/iconic/vector/link.svg new file mode 100644 index 0000000..d832fed --- /dev/null +++ b/client/images/icons/iconic/vector/link.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/lock_fill.svg b/client/images/icons/iconic/vector/lock_fill.svg new file mode 100644 index 0000000..bb987a9 --- /dev/null +++ b/client/images/icons/iconic/vector/lock_fill.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/lock_stroke.svg b/client/images/icons/iconic/vector/lock_stroke.svg new file mode 100644 index 0000000..859136b --- /dev/null +++ b/client/images/icons/iconic/vector/lock_stroke.svg @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/loop.svg b/client/images/icons/iconic/vector/loop.svg new file mode 100644 index 0000000..4d4db4c --- /dev/null +++ b/client/images/icons/iconic/vector/loop.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/loop_alt1.svg b/client/images/icons/iconic/vector/loop_alt1.svg new file mode 100644 index 0000000..e3d0c0f --- /dev/null +++ b/client/images/icons/iconic/vector/loop_alt1.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/loop_alt2.svg b/client/images/icons/iconic/vector/loop_alt2.svg new file mode 100644 index 0000000..37d1ee1 --- /dev/null +++ b/client/images/icons/iconic/vector/loop_alt2.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/loop_alt3.svg b/client/images/icons/iconic/vector/loop_alt3.svg new file mode 100644 index 0000000..d4b3df4 --- /dev/null +++ b/client/images/icons/iconic/vector/loop_alt3.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/loop_alt4.svg b/client/images/icons/iconic/vector/loop_alt4.svg new file mode 100644 index 0000000..54b4bd1 --- /dev/null +++ b/client/images/icons/iconic/vector/loop_alt4.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/magnifying_glass.svg b/client/images/icons/iconic/vector/magnifying_glass.svg new file mode 100644 index 0000000..6aaa116 --- /dev/null +++ b/client/images/icons/iconic/vector/magnifying_glass.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/magnifying_glass_alt.svg b/client/images/icons/iconic/vector/magnifying_glass_alt.svg new file mode 100644 index 0000000..be692db --- /dev/null +++ b/client/images/icons/iconic/vector/magnifying_glass_alt.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/client/images/icons/iconic/vector/mail.svg b/client/images/icons/iconic/vector/mail.svg new file mode 100644 index 0000000..c738852 --- /dev/null +++ b/client/images/icons/iconic/vector/mail.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/mail_alt.svg b/client/images/icons/iconic/vector/mail_alt.svg new file mode 100644 index 0000000..f60e3cc --- /dev/null +++ b/client/images/icons/iconic/vector/mail_alt.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/map_pin_fill.svg b/client/images/icons/iconic/vector/map_pin_fill.svg new file mode 100644 index 0000000..7678208 --- /dev/null +++ b/client/images/icons/iconic/vector/map_pin_fill.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/map_pin_stroke.svg b/client/images/icons/iconic/vector/map_pin_stroke.svg new file mode 100644 index 0000000..5336db5 --- /dev/null +++ b/client/images/icons/iconic/vector/map_pin_stroke.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/minus.svg b/client/images/icons/iconic/vector/minus.svg new file mode 100644 index 0000000..acb1eb0 --- /dev/null +++ b/client/images/icons/iconic/vector/minus.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/minus_alt.svg b/client/images/icons/iconic/vector/minus_alt.svg new file mode 100644 index 0000000..8210b3a --- /dev/null +++ b/client/images/icons/iconic/vector/minus_alt.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/moon_fill.svg b/client/images/icons/iconic/vector/moon_fill.svg new file mode 100644 index 0000000..7a42213 --- /dev/null +++ b/client/images/icons/iconic/vector/moon_fill.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/moon_stroke.svg b/client/images/icons/iconic/vector/moon_stroke.svg new file mode 100644 index 0000000..c127b53 --- /dev/null +++ b/client/images/icons/iconic/vector/moon_stroke.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/move.svg b/client/images/icons/iconic/vector/move.svg new file mode 100644 index 0000000..0e4f1f1 --- /dev/null +++ b/client/images/icons/iconic/vector/move.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/move_alt1.svg b/client/images/icons/iconic/vector/move_alt1.svg new file mode 100644 index 0000000..fe9c78a --- /dev/null +++ b/client/images/icons/iconic/vector/move_alt1.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/move_alt2.svg b/client/images/icons/iconic/vector/move_alt2.svg new file mode 100644 index 0000000..cbb9f6a --- /dev/null +++ b/client/images/icons/iconic/vector/move_alt2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/move_horizontal.svg b/client/images/icons/iconic/vector/move_horizontal.svg new file mode 100644 index 0000000..e373055 --- /dev/null +++ b/client/images/icons/iconic/vector/move_horizontal.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/move_horizontal_alt1.svg b/client/images/icons/iconic/vector/move_horizontal_alt1.svg new file mode 100644 index 0000000..1ff78c3 --- /dev/null +++ b/client/images/icons/iconic/vector/move_horizontal_alt1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/move_horizontal_alt2.svg b/client/images/icons/iconic/vector/move_horizontal_alt2.svg new file mode 100644 index 0000000..f67ad98 --- /dev/null +++ b/client/images/icons/iconic/vector/move_horizontal_alt2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/move_vertical.svg b/client/images/icons/iconic/vector/move_vertical.svg new file mode 100644 index 0000000..0151f54 --- /dev/null +++ b/client/images/icons/iconic/vector/move_vertical.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/move_vertical_alt1.svg b/client/images/icons/iconic/vector/move_vertical_alt1.svg new file mode 100644 index 0000000..30505d2 --- /dev/null +++ b/client/images/icons/iconic/vector/move_vertical_alt1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/move_vertical_alt2.svg b/client/images/icons/iconic/vector/move_vertical_alt2.svg new file mode 100644 index 0000000..80e6c9c --- /dev/null +++ b/client/images/icons/iconic/vector/move_vertical_alt2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/movie.svg b/client/images/icons/iconic/vector/movie.svg new file mode 100644 index 0000000..f9501b2 --- /dev/null +++ b/client/images/icons/iconic/vector/movie.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/new_window.svg b/client/images/icons/iconic/vector/new_window.svg new file mode 100644 index 0000000..081c188 --- /dev/null +++ b/client/images/icons/iconic/vector/new_window.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/pause.svg b/client/images/icons/iconic/vector/pause.svg new file mode 100644 index 0000000..3416769 --- /dev/null +++ b/client/images/icons/iconic/vector/pause.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/pen.svg b/client/images/icons/iconic/vector/pen.svg new file mode 100644 index 0000000..91ee974 --- /dev/null +++ b/client/images/icons/iconic/vector/pen.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/pen_alt_fill.svg b/client/images/icons/iconic/vector/pen_alt_fill.svg new file mode 100644 index 0000000..48b7da9 --- /dev/null +++ b/client/images/icons/iconic/vector/pen_alt_fill.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/pen_alt_stroke.svg b/client/images/icons/iconic/vector/pen_alt_stroke.svg new file mode 100644 index 0000000..53817f0 --- /dev/null +++ b/client/images/icons/iconic/vector/pen_alt_stroke.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/pin.svg b/client/images/icons/iconic/vector/pin.svg new file mode 100644 index 0000000..eb191f4 --- /dev/null +++ b/client/images/icons/iconic/vector/pin.svg @@ -0,0 +1,17 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/play.svg b/client/images/icons/iconic/vector/play.svg new file mode 100644 index 0000000..30bef86 --- /dev/null +++ b/client/images/icons/iconic/vector/play.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/play_alt.svg b/client/images/icons/iconic/vector/play_alt.svg new file mode 100644 index 0000000..02c021b --- /dev/null +++ b/client/images/icons/iconic/vector/play_alt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/plus.svg b/client/images/icons/iconic/vector/plus.svg new file mode 100644 index 0000000..e921f54 --- /dev/null +++ b/client/images/icons/iconic/vector/plus.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/plus_alt.svg b/client/images/icons/iconic/vector/plus_alt.svg new file mode 100644 index 0000000..7dea5df --- /dev/null +++ b/client/images/icons/iconic/vector/plus_alt.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/read_more.svg b/client/images/icons/iconic/vector/read_more.svg new file mode 100644 index 0000000..f793e3a --- /dev/null +++ b/client/images/icons/iconic/vector/read_more.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/reload.svg b/client/images/icons/iconic/vector/reload.svg new file mode 100644 index 0000000..8dbb2b5 --- /dev/null +++ b/client/images/icons/iconic/vector/reload.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/client/images/icons/iconic/vector/reload_alt.svg b/client/images/icons/iconic/vector/reload_alt.svg new file mode 100644 index 0000000..8dda630 --- /dev/null +++ b/client/images/icons/iconic/vector/reload_alt.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/client/images/icons/iconic/vector/right_quote.svg b/client/images/icons/iconic/vector/right_quote.svg new file mode 100644 index 0000000..dd258ea --- /dev/null +++ b/client/images/icons/iconic/vector/right_quote.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/right_quote_alt.svg b/client/images/icons/iconic/vector/right_quote_alt.svg new file mode 100644 index 0000000..3b394f3 --- /dev/null +++ b/client/images/icons/iconic/vector/right_quote_alt.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/rss.svg b/client/images/icons/iconic/vector/rss.svg new file mode 100644 index 0000000..58501ae --- /dev/null +++ b/client/images/icons/iconic/vector/rss.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/rss_alt.svg b/client/images/icons/iconic/vector/rss_alt.svg new file mode 100644 index 0000000..3470b6e --- /dev/null +++ b/client/images/icons/iconic/vector/rss_alt.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/spin.svg b/client/images/icons/iconic/vector/spin.svg new file mode 100644 index 0000000..84bcfbf --- /dev/null +++ b/client/images/icons/iconic/vector/spin.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/spin_alt.svg b/client/images/icons/iconic/vector/spin_alt.svg new file mode 100644 index 0000000..c1446f2 --- /dev/null +++ b/client/images/icons/iconic/vector/spin_alt.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/star.svg b/client/images/icons/iconic/vector/star.svg new file mode 100644 index 0000000..6e3131a --- /dev/null +++ b/client/images/icons/iconic/vector/star.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/stop.svg b/client/images/icons/iconic/vector/stop.svg new file mode 100644 index 0000000..82f151b --- /dev/null +++ b/client/images/icons/iconic/vector/stop.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/sun.svg b/client/images/icons/iconic/vector/sun.svg new file mode 100644 index 0000000..a6a0437 --- /dev/null +++ b/client/images/icons/iconic/vector/sun.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/tag_fill.svg b/client/images/icons/iconic/vector/tag_fill.svg new file mode 100644 index 0000000..9adb655 --- /dev/null +++ b/client/images/icons/iconic/vector/tag_fill.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/tag_stroke.svg b/client/images/icons/iconic/vector/tag_stroke.svg new file mode 100644 index 0000000..5f78d5b --- /dev/null +++ b/client/images/icons/iconic/vector/tag_stroke.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/trash_fill.svg b/client/images/icons/iconic/vector/trash_fill.svg new file mode 100644 index 0000000..79ca1fb --- /dev/null +++ b/client/images/icons/iconic/vector/trash_fill.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/trash_stroke.svg b/client/images/icons/iconic/vector/trash_stroke.svg new file mode 100644 index 0000000..435a582 --- /dev/null +++ b/client/images/icons/iconic/vector/trash_stroke.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/undo.svg b/client/images/icons/iconic/vector/undo.svg new file mode 100644 index 0000000..b689383 --- /dev/null +++ b/client/images/icons/iconic/vector/undo.svg @@ -0,0 +1,13 @@ + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/unlock_fill.svg b/client/images/icons/iconic/vector/unlock_fill.svg new file mode 100644 index 0000000..973cba5 --- /dev/null +++ b/client/images/icons/iconic/vector/unlock_fill.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/iconic/vector/unlock_stroke.svg b/client/images/icons/iconic/vector/unlock_stroke.svg new file mode 100644 index 0000000..ce6674f --- /dev/null +++ b/client/images/icons/iconic/vector/unlock_stroke.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/user.svg b/client/images/icons/iconic/vector/user.svg new file mode 100644 index 0000000..678dc34 --- /dev/null +++ b/client/images/icons/iconic/vector/user.svg @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/client/images/icons/iconic/vector/volume.svg b/client/images/icons/iconic/vector/volume.svg new file mode 100644 index 0000000..44f5426 --- /dev/null +++ b/client/images/icons/iconic/vector/volume.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/volume_mute.svg b/client/images/icons/iconic/vector/volume_mute.svg new file mode 100644 index 0000000..25ba384 --- /dev/null +++ b/client/images/icons/iconic/vector/volume_mute.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/client/images/icons/iconic/vector/x.svg b/client/images/icons/iconic/vector/x.svg new file mode 100644 index 0000000..b37126b --- /dev/null +++ b/client/images/icons/iconic/vector/x.svg @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/client/images/icons/iconic/vector/x_alt.svg b/client/images/icons/iconic/vector/x_alt.svg new file mode 100644 index 0000000..7fec8a2 --- /dev/null +++ b/client/images/icons/iconic/vector/x_alt.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/client/images/icons/token/Xion.png b/client/images/icons/token/Xion.png new file mode 100644 index 0000000..fe2953b Binary files /dev/null and b/client/images/icons/token/Xion.png differ diff --git a/client/images/post-it.jpg b/client/images/post-it.jpg new file mode 100644 index 0000000..fd2ba67 Binary files /dev/null and b/client/images/post-it.jpg differ diff --git a/client/images/post-it.png b/client/images/post-it.png new file mode 100644 index 0000000..6fb9712 Binary files /dev/null and b/client/images/post-it.png differ diff --git a/client/images/psd/greenline.psd b/client/images/psd/greenline.psd new file mode 100644 index 0000000..36ba1a6 Binary files /dev/null and b/client/images/psd/greenline.psd differ diff --git a/client/images/screenshot.png b/client/images/screenshot.png new file mode 100644 index 0000000..aa3742f Binary files /dev/null and b/client/images/screenshot.png differ diff --git a/client/images/stickers/sticker-blue.png b/client/images/stickers/sticker-blue.png new file mode 100644 index 0000000..bdcbdec Binary files /dev/null and b/client/images/stickers/sticker-blue.png differ diff --git a/client/images/stickers/sticker-bluestar.png b/client/images/stickers/sticker-bluestar.png new file mode 100644 index 0000000..ae1721d Binary files /dev/null and b/client/images/stickers/sticker-bluestar.png differ diff --git a/client/images/stickers/sticker-deletestar.png b/client/images/stickers/sticker-deletestar.png new file mode 100644 index 0000000..1c66baa Binary files /dev/null and b/client/images/stickers/sticker-deletestar.png differ diff --git a/client/images/stickers/sticker-gold.png b/client/images/stickers/sticker-gold.png new file mode 100644 index 0000000..acfa727 Binary files /dev/null and b/client/images/stickers/sticker-gold.png differ diff --git a/client/images/stickers/sticker-green.png b/client/images/stickers/sticker-green.png new file mode 100644 index 0000000..08ed3ca Binary files /dev/null and b/client/images/stickers/sticker-green.png differ diff --git a/client/images/stickers/sticker-lightblue.png b/client/images/stickers/sticker-lightblue.png new file mode 100644 index 0000000..bd5900d Binary files /dev/null and b/client/images/stickers/sticker-lightblue.png differ diff --git a/client/images/stickers/sticker-orange.png b/client/images/stickers/sticker-orange.png new file mode 100644 index 0000000..26a882a Binary files /dev/null and b/client/images/stickers/sticker-orange.png differ diff --git a/client/images/stickers/sticker-pink.png b/client/images/stickers/sticker-pink.png new file mode 100644 index 0000000..1c9d06c Binary files /dev/null and b/client/images/stickers/sticker-pink.png differ diff --git a/client/images/stickers/sticker-purple.png b/client/images/stickers/sticker-purple.png new file mode 100644 index 0000000..9cf8051 Binary files /dev/null and b/client/images/stickers/sticker-purple.png differ diff --git a/client/images/stickers/sticker-red.png b/client/images/stickers/sticker-red.png new file mode 100644 index 0000000..b6057ea Binary files /dev/null and b/client/images/stickers/sticker-red.png differ diff --git a/client/images/stickers/sticker-redstar.png b/client/images/stickers/sticker-redstar.png new file mode 100644 index 0000000..72bf5f5 Binary files /dev/null and b/client/images/stickers/sticker-redstar.png differ diff --git a/client/images/stickers/sticker-silverstar.png b/client/images/stickers/sticker-silverstar.png new file mode 100644 index 0000000..ae58c22 Binary files /dev/null and b/client/images/stickers/sticker-silverstar.png differ diff --git a/client/images/stickers/sticker-yellow.png b/client/images/stickers/sticker-yellow.png new file mode 100644 index 0000000..e194b67 Binary files /dev/null and b/client/images/stickers/sticker-yellow.png differ diff --git a/client/images/white-card.png b/client/images/white-card.png new file mode 100644 index 0000000..7535f24 Binary files /dev/null and b/client/images/white-card.png differ diff --git a/client/images/yellow-card.png b/client/images/yellow-card.png new file mode 100644 index 0000000..9505b99 Binary files /dev/null and b/client/images/yellow-card.png differ diff --git a/client/lib/jquery-1.5.1.min.js b/client/lib/jquery-1.5.1.min.js new file mode 100644 index 0000000..6437874 --- /dev/null +++ b/client/lib/jquery-1.5.1.min.js @@ -0,0 +1,16 @@ +/*! + * jQuery JavaScript Library v1.5.1 + * http://jquery.com/ + * + * Copyright 2011, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Wed Feb 23 13:55:29 2011 -0500 + */ +(function(a,b){function cg(a){return d.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cd(a){if(!bZ[a]){var b=d("<"+a+">").appendTo("body"),c=b.css("display");b.remove();if(c==="none"||c==="")c="block";bZ[a]=c}return bZ[a]}function cc(a,b){var c={};d.each(cb.concat.apply([],cb.slice(0,b)),function(){c[this]=a});return c}function bY(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function bX(){try{return new a.XMLHttpRequest}catch(b){}}function bW(){d(a).unload(function(){for(var a in bU)bU[a](0,1)})}function bQ(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var e=a.dataTypes,f={},g,h,i=e.length,j,k=e[0],l,m,n,o,p;for(g=1;g=0===c})}function N(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function F(a,b){return(a&&a!=="*"?a+".":"")+b.replace(r,"`").replace(s,"&")}function E(a){var b,c,e,f,g,h,i,j,k,l,m,n,o,q=[],r=[],s=d._data(this,"events");if(a.liveFired!==this&&s&&s.live&&!a.target.disabled&&(!a.button||a.type!=="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var t=s.live.slice(0);for(i=0;ic)break;a.currentTarget=f.elem,a.data=f.handleObj.data,a.handleObj=f.handleObj,o=f.handleObj.origHandler.apply(f.elem,arguments);if(o===!1||a.isPropagationStopped()){c=f.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function C(a,c,e){var f=d.extend({},e[0]);f.type=a,f.originalEvent={},f.liveFired=b,d.event.handle.call(c,f),f.isDefaultPrevented()&&e[0].preventDefault()}function w(){return!0}function v(){return!1}function g(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function f(a,c,f){if(f===b&&a.nodeType===1){f=a.getAttribute("data-"+c);if(typeof f==="string"){try{f=f==="true"?!0:f==="false"?!1:f==="null"?null:d.isNaN(f)?e.test(f)?d.parseJSON(f):f:parseFloat(f)}catch(g){}d.data(a,c,f)}else f=b}return f}var c=a.document,d=function(){function I(){if(!d.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(I,1);return}d.ready()}}var d=function(a,b){return new d.fn.init(a,b,g)},e=a.jQuery,f=a.$,g,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,i=/\S/,j=/^\s+/,k=/\s+$/,l=/\d/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=navigator.userAgent,w,x=!1,y,z="then done fail isResolved isRejected promise".split(" "),A,B=Object.prototype.toString,C=Object.prototype.hasOwnProperty,D=Array.prototype.push,E=Array.prototype.slice,F=String.prototype.trim,G=Array.prototype.indexOf,H={};d.fn=d.prototype={constructor:d,init:function(a,e,f){var g,i,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!e&&c.body){this.context=c,this[0]=c.body,this.selector="body",this.length=1;return this}if(typeof a==="string"){g=h.exec(a);if(!g||!g[1]&&e)return!e||e.jquery?(e||f).find(a):this.constructor(e).find(a);if(g[1]){e=e instanceof d?e[0]:e,k=e?e.ownerDocument||e:c,j=m.exec(a),j?d.isPlainObject(e)?(a=[c.createElement(j[1])],d.fn.attr.call(a,e,!0)):a=[k.createElement(j[1])]:(j=d.buildFragment([g[1]],[k]),a=(j.cacheable?d.clone(j.fragment):j.fragment).childNodes);return d.merge(this,a)}i=c.getElementById(g[2]);if(i&&i.parentNode){if(i.id!==g[2])return f.find(a);this.length=1,this[0]=i}this.context=c,this.selector=a;return this}if(d.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return d.makeArray(a,this)},selector:"",jquery:"1.5.1",length:0,size:function(){return this.length},toArray:function(){return E.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var e=this.constructor();d.isArray(a)?D.apply(e,a):d.merge(e,a),e.prevObject=this,e.context=this.context,b==="find"?e.selector=this.selector+(this.selector?" ":"")+c:b&&(e.selector=this.selector+"."+b+"("+c+")");return e},each:function(a,b){return d.each(this,a,b)},ready:function(a){d.bindReady(),y.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(E.apply(this,arguments),"slice",E.call(arguments).join(","))},map:function(a){return this.pushStack(d.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:D,sort:[].sort,splice:[].splice},d.fn.init.prototype=d.fn,d.extend=d.fn.extend=function(){var a,c,e,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i==="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!=="object"&&!d.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;y.resolveWith(c,[d]),d.fn.trigger&&d(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!x){x=!0;if(c.readyState==="complete")return setTimeout(d.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",A,!1),a.addEventListener("load",d.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",A),a.attachEvent("onload",d.ready);var b=!1;try{b=a.frameElement==null}catch(e){}c.documentElement.doScroll&&b&&I()}}},isFunction:function(a){return d.type(a)==="function"},isArray:Array.isArray||function(a){return d.type(a)==="array"},isWindow:function(a){return a&&typeof a==="object"&&"setInterval"in a},isNaN:function(a){return a==null||!l.test(a)||isNaN(a)},type:function(a){return a==null?String(a):H[B.call(a)]||"object"},isPlainObject:function(a){if(!a||d.type(a)!=="object"||a.nodeType||d.isWindow(a))return!1;if(a.constructor&&!C.call(a,"constructor")&&!C.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a){}return c===b||C.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!=="string"||!b)return null;b=d.trim(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return a.JSON&&a.JSON.parse?a.JSON.parse(b):(new Function("return "+b))();d.error("Invalid JSON: "+b)},parseXML:function(b,c,e){a.DOMParser?(e=new DOMParser,c=e.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),e=c.documentElement,(!e||!e.nodeName||e.nodeName==="parsererror")&&d.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(a){if(a&&i.test(a)){var b=c.head||c.getElementsByTagName("head")[0]||c.documentElement,e=c.createElement("script");d.support.scriptEval()?e.appendChild(c.createTextNode(a)):e.text=a,b.insertBefore(e,b.firstChild),b.removeChild(e)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,e){var f,g=0,h=a.length,i=h===b||d.isFunction(a);if(e){if(i){for(f in a)if(c.apply(a[f],e)===!1)break}else for(;g1){var f=E.call(arguments,0),g=b,h=function(a){return function(b){f[a]=arguments.length>1?E.call(arguments,0):b,--g||c.resolveWith(e,f)}};while(b--)a=f[b],a&&d.isFunction(a.promise)?a.promise().then(h(b),c.reject):--g;g||c.resolveWith(e,f)}else c!==a&&c.resolve(a);return e},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}d.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.subclass=this.subclass,a.fn.init=function b(b,c){c&&c instanceof d&&!(c instanceof a)&&(c=a(c));return d.fn.init.call(this,b,c,e)},a.fn.init.prototype=a.fn;var e=a(c);return a},browser:{}}),y=d._Deferred(),d.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){H["[object "+b+"]"]=b.toLowerCase()}),w=d.uaMatch(v),w.browser&&(d.browser[w.browser]=!0,d.browser.version=w.version),d.browser.webkit&&(d.browser.safari=!0),G&&(d.inArray=function(a,b){return G.call(b,a)}),i.test(" ")&&(j=/^[\s\xA0]+/,k=/[\s\xA0]+$/),g=d(c),c.addEventListener?A=function(){c.removeEventListener("DOMContentLoaded",A,!1),d.ready()}:c.attachEvent&&(A=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",A),d.ready())});return d}();(function(){d.support={};var b=c.createElement("div");b.style.display="none",b.innerHTML="
a";var e=b.getElementsByTagName("*"),f=b.getElementsByTagName("a")[0],g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=b.getElementsByTagName("input")[0];if(e&&e.length&&f){d.support={leadingWhitespace:b.firstChild.nodeType===3,tbody:!b.getElementsByTagName("tbody").length,htmlSerialize:!!b.getElementsByTagName("link").length,style:/red/.test(f.getAttribute("style")),hrefNormalized:f.getAttribute("href")==="/a",opacity:/^0.55$/.test(f.style.opacity),cssFloat:!!f.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,deleteExpando:!0,optDisabled:!1,checkClone:!1,noCloneEvent:!0,noCloneChecked:!0,boxModel:null,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableHiddenOffsets:!0},i.checked=!0,d.support.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,d.support.optDisabled=!h.disabled;var j=null;d.support.scriptEval=function(){if(j===null){var b=c.documentElement,e=c.createElement("script"),f="script"+d.now();try{e.appendChild(c.createTextNode("window."+f+"=1;"))}catch(g){}b.insertBefore(e,b.firstChild),a[f]?(j=!0,delete a[f]):j=!1,b.removeChild(e),b=e=f=null}return j};try{delete b.test}catch(k){d.support.deleteExpando=!1}!b.addEventListener&&b.attachEvent&&b.fireEvent&&(b.attachEvent("onclick",function l(){d.support.noCloneEvent=!1,b.detachEvent("onclick",l)}),b.cloneNode(!0).fireEvent("onclick")),b=c.createElement("div"),b.innerHTML="";var m=c.createDocumentFragment();m.appendChild(b.firstChild),d.support.checkClone=m.cloneNode(!0).cloneNode(!0).lastChild.checked,d(function(){var a=c.createElement("div"),b=c.getElementsByTagName("body")[0];if(b){a.style.width=a.style.paddingLeft="1px",b.appendChild(a),d.boxModel=d.support.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,d.support.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="
",d.support.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="
t
";var e=a.getElementsByTagName("td");d.support.reliableHiddenOffsets=e[0].offsetHeight===0,e[0].style.display="",e[1].style.display="none",d.support.reliableHiddenOffsets=d.support.reliableHiddenOffsets&&e[0].offsetHeight===0,a.innerHTML="",b.removeChild(a).style.display="none",a=e=null}});var n=function(a){var b=c.createElement("div");a="on"+a;if(!b.attachEvent)return!0;var d=a in b;d||(b.setAttribute(a,"return;"),d=typeof b[a]==="function"),b=null;return d};d.support.submitBubbles=n("submit"),d.support.changeBubbles=n("change"),b=e=f=null}})();var e=/^(?:\{.*\}|\[.*\])$/;d.extend({cache:{},uuid:0,expando:"jQuery"+(d.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?d.cache[a[d.expando]]:a[d.expando];return!!a&&!g(a)},data:function(a,c,e,f){if(d.acceptData(a)){var g=d.expando,h=typeof c==="string",i,j=a.nodeType,k=j?d.cache:a,l=j?a[d.expando]:a[d.expando]&&d.expando;if((!l||f&&l&&!k[l][g])&&h&&e===b)return;l||(j?a[d.expando]=l=++d.uuid:l=d.expando),k[l]||(k[l]={},j||(k[l].toJSON=d.noop));if(typeof c==="object"||typeof c==="function")f?k[l][g]=d.extend(k[l][g],c):k[l]=d.extend(k[l],c);i=k[l],f&&(i[g]||(i[g]={}),i=i[g]),e!==b&&(i[c]=e);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[c]:i}},removeData:function(b,c,e){if(d.acceptData(b)){var f=d.expando,h=b.nodeType,i=h?d.cache:b,j=h?b[d.expando]:d.expando;if(!i[j])return;if(c){var k=e?i[j][f]:i[j];if(k){delete k[c];if(!g(k))return}}if(e){delete i[j][f];if(!g(i[j]))return}var l=i[j][f];d.support.deleteExpando||i!=a?delete i[j]:i[j]=null,l?(i[j]={},h||(i[j].toJSON=d.noop),i[j][f]=l):h&&(d.support.deleteExpando?delete b[d.expando]:b.removeAttribute?b.removeAttribute(d.expando):b[d.expando]=null)}},_data:function(a,b,c){return d.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=d.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),d.fn.extend({data:function(a,c){var e=null;if(typeof a==="undefined"){if(this.length){e=d.data(this[0]);if(this[0].nodeType===1){var g=this[0].attributes,h;for(var i=0,j=g.length;i-1)return!0;return!1},val:function(a){if(!arguments.length){var c=this[0];if(c){if(d.nodeName(c,"option")){var e=c.attributes.value;return!e||e.specified?c.value:c.text}if(d.nodeName(c,"select")){var f=c.selectedIndex,g=[],h=c.options,i=c.type==="select-one";if(f<0)return null;for(var k=i?f:0,l=i?f+1:h.length;k=0;else if(d.nodeName(this,"select")){var f=d.makeArray(e);d("option",this).each(function(){this.selected=d.inArray(d(this).val(),f)>=0}),f.length||(this.selectedIndex=-1)}else this.value=e}})}}),d.extend({attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,e,f){if(!a||a.nodeType===3||a.nodeType===8||a.nodeType===2)return b;if(f&&c in d.attrFn)return d(a)[c](e);var g=a.nodeType!==1||!d.isXMLDoc(a),h=e!==b;c=g&&d.props[c]||c;if(a.nodeType===1){var i=k.test(c);if(c==="selected"&&!d.support.optSelected){var j=a.parentNode;j&&(j.selectedIndex,j.parentNode&&j.parentNode.selectedIndex)}if((c in a||a[c]!==b)&&g&&!i){h&&(c==="type"&&l.test(a.nodeName)&&a.parentNode&&d.error("type property can't be changed"),e===null?a.nodeType===1&&a.removeAttribute(c):a[c]=e);if(d.nodeName(a,"form")&&a.getAttributeNode(c))return a.getAttributeNode(c).nodeValue;if(c==="tabIndex"){var o=a.getAttributeNode("tabIndex");return o&&o.specified?o.value:m.test(a.nodeName)||n.test(a.nodeName)&&a.href?0:b}return a[c]}if(!d.support.style&&g&&c==="style"){h&&(a.style.cssText=""+e);return a.style.cssText}h&&a.setAttribute(c,""+e);if(!a.attributes[c]&&(a.hasAttribute&&!a.hasAttribute(c)))return b;var p=!d.support.hrefNormalized&&g&&i?a.getAttribute(c,2):a.getAttribute(c);return p===null?b:p}h&&(a[c]=e);return a[c]}});var p=/\.(.*)$/,q=/^(?:textarea|input|select)$/i,r=/\./g,s=/ /g,t=/[^\w\s.|`]/g,u=function(a){return a.replace(t,"\\$&")};d.event={add:function(c,e,f,g){if(c.nodeType!==3&&c.nodeType!==8){try{d.isWindow(c)&&(c!==a&&!c.frameElement)&&(c=a)}catch(h){}if(f===!1)f=v;else if(!f)return;var i,j;f.handler&&(i=f,f=i.handler),f.guid||(f.guid=d.guid++);var k=d._data(c);if(!k)return;var l=k.events,m=k.handle;l||(k.events=l={}),m||(k.handle=m=function(){return typeof d!=="undefined"&&!d.event.triggered?d.event.handle.apply(m.elem,arguments):b}),m.elem=c,e=e.split(" ");var n,o=0,p;while(n=e[o++]){j=i?d.extend({},i):{handler:f,data:g},n.indexOf(".")>-1?(p=n.split("."),n=p.shift(),j.namespace=p.slice(0).sort().join(".")):(p=[],j.namespace=""),j.type=n,j.guid||(j.guid=f.guid);var q=l[n],r=d.event.special[n]||{};if(!q){q=l[n]=[];if(!r.setup||r.setup.call(c,g,p,m)===!1)c.addEventListener?c.addEventListener(n,m,!1):c.attachEvent&&c.attachEvent("on"+n,m)}r.add&&(r.add.call(c,j),j.handler.guid||(j.handler.guid=f.guid)),q.push(j),d.event.global[n]=!0}c=null}},global:{},remove:function(a,c,e,f){if(a.nodeType!==3&&a.nodeType!==8){e===!1&&(e=v);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=d.hasData(a)&&d._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(e=c.handler,c=c.type);if(!c||typeof c==="string"&&c.charAt(0)==="."){c=c||"";for(h in t)d.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+d.map(m.slice(0).sort(),u).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!e){for(j=0;j=0&&(a.type=f=f.slice(0,-1),a.exclusive=!0),e||(a.stopPropagation(),d.event.global[f]&&d.each(d.cache,function(){var b=d.expando,e=this[b];e&&e.events&&e.events[f]&&d.event.trigger(a,c,e.handle.elem)}));if(!e||e.nodeType===3||e.nodeType===8)return b;a.result=b,a.target=e,c=d.makeArray(c),c.unshift(a)}a.currentTarget=e;var h=d._data(e,"handle");h&&h.apply(e,c);var i=e.parentNode||e.ownerDocument;try{e&&e.nodeName&&d.noData[e.nodeName.toLowerCase()]||e["on"+f]&&e["on"+f].apply(e,c)===!1&&(a.result=!1,a.preventDefault())}catch(j){}if(!a.isPropagationStopped()&&i)d.event.trigger(a,c,i,!0);else if(!a.isDefaultPrevented()){var k,l=a.target,m=f.replace(p,""),n=d.nodeName(l,"a")&&m==="click",o=d.event.special[m]||{};if((!o._default||o._default.call(e,a)===!1)&&!n&&!(l&&l.nodeName&&d.noData[l.nodeName.toLowerCase()])){try{l[m]&&(k=l["on"+m],k&&(l["on"+m]=null),d.event.triggered=!0,l[m]())}catch(q){}k&&(l["on"+m]=k),d.event.triggered=!1}}},handle:function(c){var e,f,g,h,i,j=[],k=d.makeArray(arguments);c=k[0]=d.event.fix(c||a.event),c.currentTarget=this,e=c.type.indexOf(".")<0&&!c.exclusive,e||(g=c.type.split("."),c.type=g.shift(),j=g.slice(0).sort(),h=new RegExp("(^|\\.)"+j.join("\\.(?:.*\\.)?")+"(\\.|$)")),c.namespace=c.namespace||j.join("."),i=d._data(this,"events"),f=(i||{})[c.type];if(i&&f){f=f.slice(0);for(var l=0,m=f.length;l-1?d.map(a.options,function(a){return a.selected}).join("-"):"":a.nodeName.toLowerCase()==="select"&&(c=a.selectedIndex);return c},B=function B(a){var c=a.target,e,f;if(q.test(c.nodeName)&&!c.readOnly){e=d._data(c,"_change_data"),f=A(c),(a.type!=="focusout"||c.type!=="radio")&&d._data(c,"_change_data",f);if(e===b||f===e)return;if(e!=null||f)a.type="change",a.liveFired=b,d.event.trigger(a,arguments[1],c)}};d.event.special.change={filters:{focusout:B,beforedeactivate:B,click:function(a){var b=a.target,c=b.type;(c==="radio"||c==="checkbox"||b.nodeName.toLowerCase()==="select")&&B.call(this,a)},keydown:function(a){var b=a.target,c=b.type;(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&B.call(this,a)},beforeactivate:function(a){var b=a.target;d._data(b,"_change_data",A(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in z)d.event.add(this,c+".specialChange",z[c]);return q.test(this.nodeName)},teardown:function(a){d.event.remove(this,".specialChange");return q.test(this.nodeName)}},z=d.event.special.change.filters,z.focus=z.beforeactivate}c.addEventListener&&d.each({focus:"focusin",blur:"focusout"},function(a,b){function c(a){a=d.event.fix(a),a.type=b;return d.event.handle.call(this,a)}d.event.special[b]={setup:function(){this.addEventListener(a,c,!0)},teardown:function(){this.removeEventListener(a,c,!0)}}}),d.each(["bind","one"],function(a,c){d.fn[c]=function(a,e,f){if(typeof a==="object"){for(var g in a)this[c](g,e,a[g],f);return this}if(d.isFunction(e)||e===!1)f=e,e=b;var h=c==="one"?d.proxy(f,function(a){d(this).unbind(a,h);return f.apply(this,arguments)}):f;if(a==="unload"&&c!=="one")this.one(a,e,f);else for(var i=0,j=this.length;i0?this.bind(b,a,c):this.trigger(b)},d.attrFn&&(d.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,e,g){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!=="string")return e;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(f.call(n)==="[object Array]")if(u)if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&e.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&e.push(j[t]);else e.push.apply(e,n);else p(n,e);o&&(k(o,h,e,g),k.uniqueSort(e));return e};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e":function(a,b){var c,d=typeof b==="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){return"text"===a.getAttribute("type")},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(f.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length==="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!=="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!=="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector,d=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(e){d=!0}b&&(k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(d||!l.match.PSEUDO.test(c)&&!/!=/.test(c))return b.call(a,c)}catch(e){}return k(c,null,null,[a]).length>0})}(),function(){var a=c.createElement("div");a.innerHTML="
";if(a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!=="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g0)for(var g=c;g0},closest:function(a,b){var c=[],e,f,g=this[0];if(d.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(e=0,f=a.length;e-1:d(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=L.test(a)?d(a,b||this.context):null;for(e=0,f=this.length;e-1:d.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b)break}}c=c.length>1?d.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a==="string")return d.inArray(this[0],a?d(a):this.parent().children());return d.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a==="string"?d(a,b):d.makeArray(a),e=d.merge(this.get(),c);return this.pushStack(N(c[0])||N(e[0])?e:d.unique(e))},andSelf:function(){return this.add(this.prevObject)}}),d.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return d.dir(a,"parentNode")},parentsUntil:function(a,b,c){return d.dir(a,"parentNode",c)},next:function(a){return d.nth(a,2,"nextSibling")},prev:function(a){return d.nth(a,2,"previousSibling")},nextAll:function(a){return d.dir(a,"nextSibling")},prevAll:function(a){return d.dir(a,"previousSibling")},nextUntil:function(a,b,c){return d.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return d.dir(a,"previousSibling",c)},siblings:function(a){return d.sibling(a.parentNode.firstChild,a)},children:function(a){return d.sibling(a.firstChild)},contents:function(a){return d.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:d.makeArray(a.childNodes)}},function(a,b){d.fn[a]=function(c,e){var f=d.map(this,b,c),g=K.call(arguments);G.test(a)||(e=c),e&&typeof e==="string"&&(f=d.filter(e,f)),f=this.length>1&&!M[a]?d.unique(f):f,(this.length>1||I.test(e))&&H.test(a)&&(f=f.reverse());return this.pushStack(f,a,g.join(","))}}),d.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?d.find.matchesSelector(b[0],a)?[b[0]]:[]:d.find.matches(a,b)},dir:function(a,c,e){var f=[],g=a[c];while(g&&g.nodeType!==9&&(e===b||g.nodeType!==1||!d(g).is(e)))g.nodeType===1&&f.push(g),g=g[c];return f},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var P=/ jQuery\d+="(?:\d+|null)"/g,Q=/^\s+/,R=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,S=/<([\w:]+)/,T=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};X.optgroup=X.option,X.tbody=X.tfoot=X.colgroup=X.caption=X.thead,X.th=X.td,d.support.htmlSerialize||(X._default=[1,"div
","
"]),d.fn.extend({text:function(a){if(d.isFunction(a))return this.each(function(b){var c=d(this);c.text(a.call(this,b,c.text()))});if(typeof a!=="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return d.text(this)},wrapAll:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapAll(a.call(this,b))});if(this[0]){var b=d(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(d.isFunction(a))return this.each(function(b){d(this).wrapInner(a.call(this,b))});return this.each(function(){var b=d(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){d(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){d.nodeName(this,"body")||d(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=d(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,d(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,e;(e=this[c])!=null;c++)if(!a||d.filter(a,[e]).length)!b&&e.nodeType===1&&(d.cleanData(e.getElementsByTagName("*")),d.cleanData([e])),e.parentNode&&e.parentNode.removeChild(e);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&d.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return d.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(P,""):null;if(typeof a!=="string"||V.test(a)||!d.support.leadingWhitespace&&Q.test(a)||X[(S.exec(a)||["",""])[1].toLowerCase()])d.isFunction(a)?this.each(function(b){var c=d(this);c.html(a.call(this,b,c.html()))}):this.empty().append(a);else{a=a.replace(R,"<$1>");try{for(var c=0,e=this.length;c1&&l0?this.clone(!0):this).get();d(f[h])[b](j),e=e.concat(j)}return this.pushStack(e,a,f.selector)}}),d.extend({clone:function(a,b,c){var e=a.cloneNode(!0),f,g,h;if((!d.support.noCloneEvent||!d.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!d.isXMLDoc(a)){$(a,e),f=_(a),g=_(e);for(h=0;f[h];++h)$(f[h],g[h])}if(b){Z(a,e);if(c){f=_(a),g=_(e);for(h=0;f[h];++h)Z(f[h],g[h])}}return e},clean:function(a,b,e,f){b=b||c,typeof b.createElement==="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var g=[];for(var h=0,i;(i=a[h])!=null;h++){typeof i==="number"&&(i+="");if(!i)continue;if(typeof i!=="string"||U.test(i)){if(typeof i==="string"){i=i.replace(R,"<$1>");var j=(S.exec(i)||["",""])[1].toLowerCase(),k=X[j]||X._default,l=k[0],m=b.createElement("div");m.innerHTML=k[1]+i+k[2];while(l--)m=m.lastChild;if(!d.support.tbody){var n=T.test(i),o=j==="table"&&!n?m.firstChild&&m.firstChild.childNodes:k[1]===""&&!n?m.childNodes:[];for(var p=o.length-1;p>=0;--p)d.nodeName(o[p],"tbody")&&!o[p].childNodes.length&&o[p].parentNode.removeChild(o[p])}!d.support.leadingWhitespace&&Q.test(i)&&m.insertBefore(b.createTextNode(Q.exec(i)[0]),m.firstChild),i=m.childNodes}}else i=b.createTextNode(i);i.nodeType?g.push(i):g=d.merge(g,i)}if(e)for(h=0;g[h];h++)!f||!d.nodeName(g[h],"script")||g[h].type&&g[h].type.toLowerCase()!=="text/javascript"?(g[h].nodeType===1&&g.splice.apply(g,[h+1,0].concat(d.makeArray(g[h].getElementsByTagName("script")))),e.appendChild(g[h])):f.push(g[h].parentNode?g[h].parentNode.removeChild(g[h]):g[h]);return g},cleanData:function(a){var b,c,e=d.cache,f=d.expando,g=d.event.special,h=d.support.deleteExpando;for(var i=0,j;(j=a[i])!=null;i++){if(j.nodeName&&d.noData[j.nodeName.toLowerCase()])continue;c=j[d.expando];if(c){b=e[c]&&e[c][f];if(b&&b.events){for(var k in b.events)g[k]?d.event.remove(j,k):d.removeEvent(j,k,b.handle);b.handle&&(b.handle.elem=null)}h?delete j[d.expando]:j.removeAttribute&&j.removeAttribute(d.expando),delete e[c]}}}});var bb=/alpha\([^)]*\)/i,bc=/opacity=([^)]*)/,bd=/-([a-z])/ig,be=/([A-Z])/g,bf=/^-?\d+(?:px)?$/i,bg=/^-?\d/,bh={position:"absolute",visibility:"hidden",display:"block"},bi=["Left","Right"],bj=["Top","Bottom"],bk,bl,bm,bn=function(a,b){return b.toUpperCase()};d.fn.css=function(a,c){if(arguments.length===2&&c===b)return this;return d.access(this,a,c,!0,function(a,c,e){return e!==b?d.style(a,c,e):d.css(a,c)})},d.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bk(a,"opacity","opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{zIndex:!0,fontWeight:!0,opacity:!0,zoom:!0,lineHeight:!0},cssProps:{"float":d.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,e,f){if(a&&a.nodeType!==3&&a.nodeType!==8&&a.style){var g,h=d.camelCase(c),i=a.style,j=d.cssHooks[h];c=d.cssProps[h]||h;if(e===b){if(j&&"get"in j&&(g=j.get(a,!1,f))!==b)return g;return i[c]}if(typeof e==="number"&&isNaN(e)||e==null)return;typeof e==="number"&&!d.cssNumber[h]&&(e+="px");if(!j||!("set"in j)||(e=j.set(a,e))!==b)try{i[c]=e}catch(k){}}},css:function(a,c,e){var f,g=d.camelCase(c),h=d.cssHooks[g];c=d.cssProps[g]||g;if(h&&"get"in h&&(f=h.get(a,!0,e))!==b)return f;if(bk)return bk(a,c,g)},swap:function(a,b,c){var d={};for(var e in b)d[e]=a.style[e],a.style[e]=b[e];c.call(a);for(e in b)a.style[e]=d[e]},camelCase:function(a){return a.replace(bd,bn)}}),d.curCSS=d.css,d.each(["height","width"],function(a,b){d.cssHooks[b]={get:function(a,c,e){var f;if(c){a.offsetWidth!==0?f=bo(a,b,e):d.swap(a,bh,function(){f=bo(a,b,e)});if(f<=0){f=bk(a,b,b),f==="0px"&&bm&&(f=bm(a,b,b));if(f!=null)return f===""||f==="auto"?"0px":f}if(f<0||f==null){f=a.style[b];return f===""||f==="auto"?"0px":f}return typeof f==="string"?f:f+"px"}},set:function(a,b){if(!bf.test(b))return b;b=parseFloat(b);if(b>=0)return b+"px"}}}),d.support.opacity||(d.cssHooks.opacity={get:function(a,b){return bc.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style;c.zoom=1;var e=d.isNaN(b)?"":"alpha(opacity="+b*100+")",f=c.filter||"";c.filter=bb.test(f)?f.replace(bb,e):c.filter+" "+e}}),c.defaultView&&c.defaultView.getComputedStyle&&(bl=function(a,c,e){var f,g,h;e=e.replace(be,"-$1").toLowerCase();if(!(g=a.ownerDocument.defaultView))return b;if(h=g.getComputedStyle(a,null))f=h.getPropertyValue(e),f===""&&!d.contains(a.ownerDocument.documentElement,a)&&(f=d.style(a,e));return f}),c.documentElement.currentStyle&&(bm=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bf.test(d)&&bg.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bk=bl||bm,d.expr&&d.expr.filters&&(d.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!d.support.reliableHiddenOffsets&&(a.style.display||d.css(a,"display"))==="none"},d.expr.filters.visible=function(a){return!d.expr.filters.hidden(a)});var bp=/%20/g,bq=/\[\]$/,br=/\r?\n/g,bs=/#.*$/,bt=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bu=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bv=/(?:^file|^widget|\-extension):$/,bw=/^(?:GET|HEAD)$/,bx=/^\/\//,by=/\?/,bz=/)<[^<]*)*<\/script>/gi,bA=/^(?:select|textarea)/i,bB=/\s+/,bC=/([?&])_=[^&]*/,bD=/(^|\-)([a-z])/g,bE=function(a,b,c){return b+c.toUpperCase()},bF=/^([\w\+\.\-]+:)\/\/([^\/?#:]*)(?::(\d+))?/,bG=d.fn.load,bH={},bI={},bJ,bK;try{bJ=c.location.href}catch(bL){bJ=c.createElement("a"),bJ.href="",bJ=bJ.href}bK=bF.exec(bJ.toLowerCase()),d.fn.extend({load:function(a,c,e){if(typeof a!=="string"&&bG)return bG.apply(this,arguments);if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var g=a.slice(f,a.length);a=a.slice(0,f)}var h="GET";c&&(d.isFunction(c)?(e=c,c=b):typeof c==="object"&&(c=d.param(c,d.ajaxSettings.traditional),h="POST"));var i=this;d.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?d("
").append(c.replace(bz,"")).find(g):c)),e&&i.each(e,[c,b,a])}});return this},serialize:function(){return d.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?d.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bA.test(this.nodeName)||bu.test(this.type))}).map(function(a,b){var c=d(this).val();return c==null?null:d.isArray(c)?d.map(c,function(a,c){return{name:b.name,value:a.replace(br,"\r\n")}}):{name:b.name,value:c.replace(br,"\r\n")}}).get()}}),d.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){d.fn[b]=function(a){return this.bind(b,a)}}),d.each(["get","post"],function(a,c){d[c]=function(a,e,f,g){d.isFunction(e)&&(g=g||f,f=e,e=b);return d.ajax({type:c,url:a,data:e,success:f,dataType:g})}}),d.extend({getScript:function(a,c){return d.get(a,b,c,"script")},getJSON:function(a,b,c){return d.get(a,b,c,"json")},ajaxSetup:function(a,b){b?d.extend(!0,a,d.ajaxSettings,b):(b=a,a=d.extend(!0,d.ajaxSettings,b));for(var c in {context:1,url:1})c in b?a[c]=b[c]:c in d.ajaxSettings&&(a[c]=d.ajaxSettings[c]);return a},ajaxSettings:{url:bJ,isLocal:bv.test(bK[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":d.parseJSON,"text xml":d.parseXML}},ajaxPrefilter:bM(bH),ajaxTransport:bM(bI),ajax:function(a,c){function v(a,c,l,n){if(r!==2){r=2,p&&clearTimeout(p),o=b,m=n||"",u.readyState=a?4:0;var q,t,v,w=l?bP(e,u,l):b,x,y;if(a>=200&&a<300||a===304){if(e.ifModified){if(x=u.getResponseHeader("Last-Modified"))d.lastModified[k]=x;if(y=u.getResponseHeader("Etag"))d.etag[k]=y}if(a===304)c="notmodified",q=!0;else try{t=bQ(e,w),c="success",q=!0}catch(z){c="parsererror",v=z}}else{v=c;if(!c||a)c="error",a<0&&(a=0)}u.status=a,u.statusText=c,q?h.resolveWith(f,[t,c,u]):h.rejectWith(f,[u,c,v]),u.statusCode(j),j=b,s&&g.trigger("ajax"+(q?"Success":"Error"),[u,e,q?t:v]),i.resolveWith(f,[u,c]),s&&(g.trigger("ajaxComplete",[u,e]),--d.active||d.event.trigger("ajaxStop"))}}typeof a==="object"&&(c=a,a=b),c=c||{};var e=d.ajaxSetup({},c),f=e.context||e,g=f!==e&&(f.nodeType||f instanceof d)?d(f):d.event,h=d.Deferred(),i=d._Deferred(),j=e.statusCode||{},k,l={},m,n,o,p,q,r=0,s,t,u={readyState:0,setRequestHeader:function(a,b){r||(l[a.toLowerCase().replace(bD,bE)]=b);return this},getAllResponseHeaders:function(){return r===2?m:null},getResponseHeader:function(a){var c;if(r===2){if(!n){n={};while(c=bt.exec(m))n[c[1].toLowerCase()]=c[2]}c=n[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){r||(e.mimeType=a);return this},abort:function(a){a=a||"abort",o&&o.abort(a),v(0,a);return this}};h.promise(u),u.success=u.done,u.error=u.fail,u.complete=i.done,u.statusCode=function(a){if(a){var b;if(r<2)for(b in a)j[b]=[j[b],a[b]];else b=a[u.status],u.then(b,b)}return this},e.url=((a||e.url)+"").replace(bs,"").replace(bx,bK[1]+"//"),e.dataTypes=d.trim(e.dataType||"*").toLowerCase().split(bB),e.crossDomain||(q=bF.exec(e.url.toLowerCase()),e.crossDomain=q&&(q[1]!=bK[1]||q[2]!=bK[2]||(q[3]||(q[1]==="http:"?80:443))!=(bK[3]||(bK[1]==="http:"?80:443)))),e.data&&e.processData&&typeof e.data!=="string"&&(e.data=d.param(e.data,e.traditional)),bN(bH,e,c,u);if(r===2)return!1;s=e.global,e.type=e.type.toUpperCase(),e.hasContent=!bw.test(e.type),s&&d.active++===0&&d.event.trigger("ajaxStart");if(!e.hasContent){e.data&&(e.url+=(by.test(e.url)?"&":"?")+e.data),k=e.url;if(e.cache===!1){var w=d.now(),x=e.url.replace(bC,"$1_="+w);e.url=x+(x===e.url?(by.test(e.url)?"&":"?")+"_="+w:"")}}if(e.data&&e.hasContent&&e.contentType!==!1||c.contentType)l["Content-Type"]=e.contentType;e.ifModified&&(k=k||e.url,d.lastModified[k]&&(l["If-Modified-Since"]=d.lastModified[k]),d.etag[k]&&(l["If-None-Match"]=d.etag[k])),l.Accept=e.dataTypes[0]&&e.accepts[e.dataTypes[0]]?e.accepts[e.dataTypes[0]]+(e.dataTypes[0]!=="*"?", */*; q=0.01":""):e.accepts["*"];for(t in e.headers)u.setRequestHeader(t,e.headers[t]);if(e.beforeSend&&(e.beforeSend.call(f,u,e)===!1||r===2)){u.abort();return!1}for(t in {success:1,error:1,complete:1})u[t](e[t]);o=bN(bI,e,c,u);if(o){u.readyState=1,s&&g.trigger("ajaxSend",[u,e]),e.async&&e.timeout>0&&(p=setTimeout(function(){u.abort("timeout")},e.timeout));try{r=1,o.send(l,v)}catch(y){status<2?v(-1,y):d.error(y)}}else v(-1,"No Transport");return u},param:function(a,c){var e=[],f=function(a,b){b=d.isFunction(b)?b():b,e[e.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=d.ajaxSettings.traditional);if(d.isArray(a)||a.jquery&&!d.isPlainObject(a))d.each(a,function(){f(this.name,this.value)});else for(var g in a)bO(g,a[g],c,f);return e.join("&").replace(bp,"+")}}),d.extend({active:0,lastModified:{},etag:{}});var bR=d.now(),bS=/(\=)\?(&|$)|()\?\?()/i;d.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return d.expando+"_"+bR++}}),d.ajaxPrefilter("json jsonp",function(b,c,e){var f=typeof b.data==="string";if(b.dataTypes[0]==="jsonp"||c.jsonpCallback||c.jsonp!=null||b.jsonp!==!1&&(bS.test(b.url)||f&&bS.test(b.data))){var g,h=b.jsonpCallback=d.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2",m=function(){a[h]=i,g&&d.isFunction(i)&&a[h](g[0])};b.jsonp!==!1&&(j=j.replace(bS,l),b.url===j&&(f&&(k=k.replace(bS,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},e.then(m,m),b.converters["script json"]=function(){g||d.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),d.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){d.globalEval(a);return a}}}),d.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),d.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var bT=d.now(),bU,bV;d.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&bX()||bY()}:bX,bV=d.ajaxSettings.xhr(),d.support.ajax=!!bV,d.support.cors=bV&&"withCredentials"in bV,bV=b,d.support.ajax&&d.ajaxTransport(function(a){if(!a.crossDomain||d.support.cors){var c;return{send:function(e,f){var g=a.xhr(),h,i;a.username?g.open(a.type,a.url,a.async,a.username,a.password):g.open(a.type,a.url,a.async);if(a.xhrFields)for(i in a.xhrFields)g[i]=a.xhrFields[i];a.mimeType&&g.overrideMimeType&&g.overrideMimeType(a.mimeType),(!a.crossDomain||a.hasContent)&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(i in e)g.setRequestHeader(i,e[i])}catch(j){}g.send(a.hasContent&&a.data||null),c=function(e,i){var j,k,l,m,n;try{if(c&&(i||g.readyState===4)){c=b,h&&(g.onreadystatechange=d.noop,delete bU[h]);if(i)g.readyState!==4&&g.abort();else{j=g.status,l=g.getAllResponseHeaders(),m={},n=g.responseXML,n&&n.documentElement&&(m.xml=n),m.text=g.responseText;try{k=g.statusText}catch(o){k=""}j||!a.isLocal||a.crossDomain?j===1223&&(j=204):j=m.text?200:404}}}catch(p){i||f(-1,p)}m&&f(j,k,m,l)},a.async&&g.readyState!==4?(bU||(bU={},bW()),h=bT++,g.onreadystatechange=bU[h]=c):c()},abort:function(){c&&c(0,1)}}}});var bZ={},b$=/^(?:toggle|show|hide)$/,b_=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,ca,cb=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];d.fn.extend({show:function(a,b,c){var e,f;if(a||a===0)return this.animate(cc("show",3),a,b,c);for(var g=0,h=this.length;g=0;a--)c[a].elem===this&&(b&&c[a](!0),c.splice(a,1))}),b||this.dequeue();return this}}),d.each({slideDown:cc("show",1),slideUp:cc("hide",1),slideToggle:cc("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){d.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),d.extend({speed:function(a,b,c){var e=a&&typeof a==="object"?d.extend({},a):{complete:c||!c&&b||d.isFunction(a)&&a,duration:a,easing:c&&b||b&&!d.isFunction(b)&&b};e.duration=d.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in d.fx.speeds?d.fx.speeds[e.duration]:d.fx.speeds._default,e.old=e.complete,e.complete=function(){e.queue!==!1&&d(this).dequeue(),d.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,c,d){return c+d*a},swing:function(a,b,c,d){return(-Math.cos(a*Math.PI)/2+.5)*d+c}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig||(b.orig={})}}),d.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(d.fx.step[this.prop]||d.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=d.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,b,c){function g(a){return e.step(a)}var e=this,f=d.fx;this.startTime=d.now(),this.start=a,this.end=b,this.unit=c||this.unit||(d.cssNumber[this.prop]?"":"px"),this.now=this.start,this.pos=this.state=0,g.elem=this.elem,g()&&d.timers.push(g)&&!ca&&(ca=setInterval(f.tick,f.interval))},show:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop),this.options.show=!0,this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),d(this.elem).show()},hide:function(){this.options.orig[this.prop]=d.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b=d.now(),c=!0;if(a||b>=this.options.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),this.options.curAnim[this.prop]=!0;for(var e in this.options.curAnim)this.options.curAnim[e]!==!0&&(c=!1);if(c){if(this.options.overflow!=null&&!d.support.shrinkWrapBlocks){var f=this.elem,g=this.options;d.each(["","X","Y"],function(a,b){f.style["overflow"+b]=g.overflow[a]})}this.options.hide&&d(this.elem).hide();if(this.options.hide||this.options.show)for(var h in this.options.curAnim)d.style(this.elem,h,this.options.orig[h]);this.options.complete.call(this.elem)}return!1}var i=b-this.startTime;this.state=i/this.options.duration;var j=this.options.specialEasing&&this.options.specialEasing[this.prop],k=this.options.easing||(d.easing.swing?"swing":"linear");this.pos=d.easing[j||k](this.state,i,0,1,this.options.duration),this.now=this.start+(this.end-this.start)*this.pos,this.update();return!0}},d.extend(d.fx,{tick:function(){var a=d.timers;for(var b=0;b
";d.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),e=b.firstChild,f=e.firstChild,h=e.nextSibling.firstChild.firstChild,this.doesNotAddBorder=f.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,f.style.position="fixed",f.style.top="20px",this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15,f.style.position=f.style.top="",e.style.overflow="hidden",e.style.position="relative",this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),a=b=e=f=g=h=null,d.offset.initialize=d.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;d.offset.initialize(),d.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(d.css(a,"marginTop"))||0,c+=parseFloat(d.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var e=d.css(a,"position");e==="static"&&(a.style.position="relative");var f=d(a),g=f.offset(),h=d.css(a,"top"),i=d.css(a,"left"),j=e==="absolute"&&d.inArray("auto",[h,i])>-1,k={},l={},m,n;j&&(l=f.position()),m=j?l.top:parseInt(h,10)||0,n=j?l.left:parseInt(i,10)||0,d.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):f.css(k)}},d.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),e=cf.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(d.css(a,"marginTop"))||0,c.left-=parseFloat(d.css(a,"marginLeft"))||0,e.top+=parseFloat(d.css(b[0],"borderTopWidth"))||0,e.left+=parseFloat(d.css(b[0],"borderLeftWidth"))||0;return{top:c.top-e.top,left:c.left-e.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&(!cf.test(a.nodeName)&&d.css(a,"position")==="static"))a=a.offsetParent;return a})}}),d.each(["Left","Top"],function(a,c){var e="scroll"+c;d.fn[e]=function(c){var f=this[0],g;if(!f)return null;if(c!==b)return this.each(function(){g=cg(this),g?g.scrollTo(a?d(g).scrollLeft():c,a?c:d(g).scrollTop()):this[e]=c});g=cg(f);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:d.support.boxModel&&g.document.documentElement[e]||g.document.body[e]:f[e]}}),d.each(["Height","Width"],function(a,c){var e=c.toLowerCase();d.fn["inner"+c]=function(){return this[0]?parseFloat(d.css(this[0],e,"padding")):null},d.fn["outer"+c]=function(a){return this[0]?parseFloat(d.css(this[0],e,a?"margin":"border")):null},d.fn[e]=function(a){var f=this[0];if(!f)return a==null?null:this;if(d.isFunction(a))return this.each(function(b){var c=d(this);c[e](a.call(this,b,c[e]()))});if(d.isWindow(f)){var g=f.document.documentElement["client"+c];return f.document.compatMode==="CSS1Compat"&&g||f.document.body["client"+c]||g}if(f.nodeType===9)return Math.max(f.documentElement["client"+c],f.body["scroll"+c],f.documentElement["scroll"+c],f.body["offset"+c],f.documentElement["offset"+c]);if(a===b){var h=d.css(f,e),i=parseFloat(h);return d.isNaN(i)?h:i}return this.css(e,typeof a==="string"?a:a+"px")}}),a.jQuery=a.$=d})(window); \ No newline at end of file diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png b/client/lib/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100755 index 0000000..5b5dab2 Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png b/client/lib/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png new file mode 100755 index 0000000..ac8b229 Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100755 index 0000000..ad3d634 Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100755 index 0000000..42ccba2 Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png new file mode 100755 index 0000000..5a46b47 Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100755 index 0000000..86c2baa Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100755 index 0000000..4443fdc Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/client/lib/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100755 index 0000000..7c9fa6c Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png b/client/lib/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png new file mode 100755 index 0000000..b273ff1 Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png b/client/lib/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png new file mode 100755 index 0000000..09d1cdc Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png b/client/lib/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png new file mode 100755 index 0000000..59bd45b Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png b/client/lib/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png new file mode 100755 index 0000000..6d02426 Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png differ diff --git a/client/lib/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png b/client/lib/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png new file mode 100755 index 0000000..2ab019b Binary files /dev/null and b/client/lib/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png differ diff --git a/client/lib/jquery-ui/css/smoothness/jquery-ui-1.8.9.custom.css b/client/lib/jquery-ui/css/smoothness/jquery-ui-1.8.9.custom.css new file mode 100755 index 0000000..fd5057b --- /dev/null +++ b/client/lib/jquery-ui/css/smoothness/jquery-ui-1.8.9.custom.css @@ -0,0 +1,573 @@ +/* + * jQuery UI CSS Framework 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.ui-helper-clearfix { display: inline-block; } +/* required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { height:1%; } +.ui-helper-clearfix { display:block; } +/* end clearfix */ +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* + * jQuery UI CSS Framework 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } +.ui-widget-content a { color: #222222; } +.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } +.ui-widget-header a { color: #222222; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } +.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; } +.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } + +/* Overlays */ +.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } +.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* + * jQuery UI Resizable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Resizable#theming + */ +.ui-resizable { position: relative;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* + * jQuery UI Selectable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectable#theming + */ +.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } +/* + * jQuery UI Accordion 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Accordion#theming + */ +/* IE/Win - Fix animation bug - #4615 */ +.ui-accordion { width: 100%; } +.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } +.ui-accordion .ui-accordion-li-fix { display: inline; } +.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } +.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } +.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } +.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } +.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } +.ui-accordion .ui-accordion-content-active { display: block; } +/* + * jQuery UI Autocomplete 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete#theming + */ +.ui-autocomplete { position: absolute; cursor: default; } + +/* workarounds */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ + +/* + * jQuery UI Menu 1.8.9 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Menu#theming + */ +.ui-menu { + list-style:none; + padding: 2px; + margin: 0; + display:block; + float: left; +} +.ui-menu .ui-menu { + margin-top: -3px; +} +.ui-menu .ui-menu-item { + margin:0; + padding: 0; + zoom: 1; + float: left; + clear: left; + width: 100%; +} +.ui-menu .ui-menu-item a { + text-decoration:none; + display:block; + padding:.2em .4em; + line-height:1.5; + zoom:1; +} +.ui-menu .ui-menu-item a.ui-state-hover, +.ui-menu .ui-menu-item a.ui-state-active { + font-weight: normal; + margin: -1px; +} +/* + * jQuery UI Button 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Button#theming + */ +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ +.ui-button-icons-only { width: 3.4em; } +button.ui-button-icons-only { width: 3.7em; } + +/*button text element */ +.ui-button .ui-button-text { display: block; line-height: 1.4; } +.ui-button-text-only .ui-button-text { padding: .4em 1em; } +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } +.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } +.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } +/* no icon support for input elements, provide padding by default */ +input.ui-button { padding: .4em 1em; } + +/*button icon element(s) */ +.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } +.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } +.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } + +/*button sets*/ +.ui-buttonset { margin-right: 7px; } +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } + +/* workarounds */ +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ +/* + * jQuery UI Dialog 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog#theming + */ +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } +.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } +.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } +.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } +.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } +.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } +.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } +.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } +.ui-draggable .ui-dialog-titlebar { cursor: move; } +/* + * jQuery UI Slider 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Slider#theming + */ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: .8em; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; }/* + * jQuery UI Tabs 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs#theming + */ +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ +.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } +.ui-tabs .ui-tabs-hide { display: none !important; } +/* + * jQuery UI Datepicker 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Datepicker#theming + */ +.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } +.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } +.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } +.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } +.ui-datepicker .ui-datepicker-prev { left:2px; } +.ui-datepicker .ui-datepicker-next { right:2px; } +.ui-datepicker .ui-datepicker-prev-hover { left:1px; } +.ui-datepicker .ui-datepicker-next-hover { right:1px; } +.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } +.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } +.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } +.ui-datepicker select.ui-datepicker-month-year {width: 100%;} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { width: 49%;} +.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } +.ui-datepicker td { border: 0; padding: 1px; } +.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } +.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } +.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { width:auto; } +.ui-datepicker-multi .ui-datepicker-group { float:left; } +.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } +.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } +.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } +.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } +.ui-datepicker-row-break { clear:both; width:100%; } + +/* RTL support */ +.ui-datepicker-rtl { direction: rtl; } +.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } +.ui-datepicker-rtl .ui-datepicker-group { float:right; } +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } + +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ +.ui-datepicker-cover { + display: none; /*sorry for IE5*/ + display/**/: block; /*sorry for IE5*/ + position: absolute; /*must have*/ + z-index: -1; /*must have*/ + filter: mask(); /*must have*/ + top: -4px; /*must have*/ + left: -4px; /*must have*/ + width: 200px; /*must have*/ + height: 200px; /*must have*/ +}/* + * jQuery UI Progressbar 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar#theming + */ +.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } \ No newline at end of file diff --git a/client/lib/jquery-ui/development-bundle/AUTHORS.txt b/client/lib/jquery-ui/development-bundle/AUTHORS.txt new file mode 100755 index 0000000..b216865 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/AUTHORS.txt @@ -0,0 +1,30 @@ +jQuery UI Authors (http://jqueryui.com/about) + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +and logs, available at http://github.com/jquery/jquery-ui + +Brandon Aaron +Paul Bakaus (paulbakaus.com) +David Bolter +Rich Caloggero +Chi Cheng (cloudream@gmail.com) +Colin Clark (http://colin.atrc.utoronto.ca/) +Michelle D'Souza +Aaron Eisenberger (aaronchi@gmail.com) +Ariel Flesler +Bohdan Ganicky +Scott González +Marc Grabanski (m@marcgrabanski.com) +Klaus Hartl (stilbuero.de) +Scott Jehl +Cody Lindley +Eduardo Lundgren (eduardolundgren@gmail.com) +Todd Parker +John Resig +Patty Toland +Ca-Phun Ung (yelotofu.com) +Keith Wood (kbwood@virginbroadband.com.au) +Maggie Costello Wachs +Richard D. Worth (rdworth.org) +Jörn Zaefferer (bassistance.de) diff --git a/client/lib/jquery-ui/development-bundle/GPL-LICENSE.txt b/client/lib/jquery-ui/development-bundle/GPL-LICENSE.txt new file mode 100755 index 0000000..11dddd0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/GPL-LICENSE.txt @@ -0,0 +1,278 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, 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 or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +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 give any other recipients of the Program a copy of this License +along with the Program. + +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 Program or any portion +of it, thus forming a work based on the Program, 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) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +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 Program, 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 Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) 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; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, 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 executable. However, as a +special exception, the source code 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. + +If distribution of executable or 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 counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program 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. + + 5. 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 Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program 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 to +this License. + + 7. 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 Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program 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 Program. + +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. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program 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. + + 9. The Free Software Foundation may publish revised and/or new versions +of the 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 Program +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 Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, 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 + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "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 PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. 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 PROGRAM 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 PROGRAM (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 PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. diff --git a/client/lib/jquery-ui/development-bundle/MIT-LICENSE.txt b/client/lib/jquery-ui/development-bundle/MIT-LICENSE.txt new file mode 100755 index 0000000..be22680 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/MIT-LICENSE.txt @@ -0,0 +1,25 @@ +Copyright (c) 2011 Paul Bakaus, http://jqueryui.com/ + +This software consists of voluntary contributions made by many +individuals (AUTHORS.txt, http://jqueryui.com/about) For exact +contribution history, see the revision history and logs, available +at http://jquery-ui.googlecode.com/svn/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/client/lib/jquery-ui/development-bundle/demos/accordion/collapsible.html b/client/lib/jquery-ui/development-bundle/demos/accordion/collapsible.html new file mode 100755 index 0000000..8e27e21 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/accordion/collapsible.html @@ -0,0 +1,57 @@ + + + + + jQuery UI Accordion - Collapse content + + + + + + + + + + +
+ +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+ +
+ + + +
+

By default, accordions always keep one section open. To allow for all sections to be be collapsible, set the collapsible option to true. Click on the currently open section to collapse its content pane.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/accordion/custom-icons.html b/client/lib/jquery-ui/development-bundle/demos/accordion/custom-icons.html new file mode 100755 index 0000000..7dff971 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/accordion/custom-icons.html @@ -0,0 +1,69 @@ + + + + + jQuery UI Accordion - Customize icons + + + + + + + + + + + +
+ +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+ + + +
+ + + +
+

Customize the header icons with the icons option, which accepts classes for the header's default and selected (open) state. Use any class from the UI CSS framework, or create custom classes with background images.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/accordion/default.html b/client/lib/jquery-ui/development-bundle/demos/accordion/default.html new file mode 100755 index 0000000..974dc05 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/accordion/default.html @@ -0,0 +1,85 @@ + + + + + jQuery UI Accordion - Default functionality + + + + + + + + + + +
+ +
+

Section 1

+
+

+ Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer + ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit + amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut + odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. +

+
+

Section 2

+
+

+ Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet + purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor + velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In + suscipit faucibus urna. +

+
+

Section 3

+
+

+ Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. + Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero + ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis + lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui. +

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

+ Cras dictum. Pellentesque habitant morbi tristique senectus et netus + et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in + faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia + mauris vel est. +

+

+ Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. + Class aptent taciti sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+ +
+ +
+

+Click headers to expand/collapse content that is broken into logical sections, much like tabs. +Optionally, toggle sections open/closed on mouseover. +

+

+The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is +usable without JavaScript. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/accordion/fillspace.html b/client/lib/jquery-ui/development-bundle/demos/accordion/fillspace.html new file mode 100755 index 0000000..f874feb --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/accordion/fillspace.html @@ -0,0 +1,76 @@ + + + + + jQuery UI Accordion - Fill space + + + + + + + + + + + + +
+ +

Resize the outer container:

+ +
+ +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+ + +
+ +
I'm another panel
+ +
+ + + +
+

Because the accordion is comprised of block-level elements, by default its width fills the available horizontal space. To fill the vertical space allocated by its container, set the boolean fillSpace option to true, and the script will automatically set the dimensions of the accordion to the height of its parent container. The accordion will also resize with its container if the container is resizable.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/accordion/hoverintent.html b/client/lib/jquery-ui/development-bundle/demos/accordion/hoverintent.html new file mode 100755 index 0000000..6633408 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/accordion/hoverintent.html @@ -0,0 +1,134 @@ + + + + + jQuery UI Accordion - Open on hoverintent + + + + + + + + + + +
+ +
+

Section 1

+
+

+ Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer + ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit + amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut + odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate. +

+
+

Section 2

+
+

+ Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet + purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor + velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In + suscipit faucibus urna. +

+
+

Section 3

+
+

+ Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. + Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero + ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis + lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui. +

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

+ Cras dictum. Pellentesque habitant morbi tristique senectus et netus + et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in + faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia + mauris vel est. +

+

+ Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. + Class aptent taciti sociosqu ad litora torquent per conubia nostra, per + inceptos himenaeos. +

+
+
+ +
+ +
+

+Click headers to expand/collapse content that is broken into logical sections, much like tabs. +Optionally, toggle sections open/closed on mouseover. +

+

+The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is +usable without JavaScript. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/accordion/index.html b/client/lib/jquery-ui/development-bundle/demos/accordion/index.html new file mode 100755 index 0000000..d107dd8 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/accordion/index.html @@ -0,0 +1,25 @@ + + + + + jQuery UI Accordion Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/accordion/mouseover.html b/client/lib/jquery-ui/development-bundle/demos/accordion/mouseover.html new file mode 100755 index 0000000..836f355 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/accordion/mouseover.html @@ -0,0 +1,57 @@ + + + + + jQuery UI Accordion - Open on mouseover + + + + + + + + + + +
+ +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+ +
+ + + +
+

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/accordion/no-auto-height.html b/client/lib/jquery-ui/development-bundle/demos/accordion/no-auto-height.html new file mode 100755 index 0000000..96183c9 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/accordion/no-auto-height.html @@ -0,0 +1,60 @@ + + + + + jQuery UI Accordion - No auto height + + + + + + + + + + +
+ +
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, susceros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
  • List item
  • +
+ Link to other content +
+
+ +
+ + + +
+

Setting autoHeight: false allows to accordion panels to keep their native height.

+

In addition, the navigation option is enabled, opening the panel based on the current location, eg. no-auto-height.html#panel2 would open the second panel on page load. It also finds anchors within the content, so #othercontent will open the third section, as it contains a link with that href.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/accordion/sortable.html b/client/lib/jquery-ui/development-bundle/demos/accordion/sortable.html new file mode 100755 index 0000000..e0925c4 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/accordion/sortable.html @@ -0,0 +1,83 @@ + + + + + jQuery UI Accordion - Sortable + + + + + + + + + + + + +
+ +
+
+

Section 1

+
+

Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.

+
+
+
+

Section 2

+
+

Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.

+
+
+
+

Section 3

+
+

Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.

+
    +
  • List item one
  • +
  • List item two
  • +
  • List item three
  • +
+
+
+
+

Section 4

+
+

Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.

Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.

+
+
+
+ +
+ + + +
+

Drag the header to re-order panels.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/addClass/default.html b/client/lib/jquery-ui/development-bundle/demos/addClass/default.html new file mode 100755 index 0000000..cb1d740 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/addClass/default.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Effects - addClass demo + + + + + + + + + +
+ +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ +Run Effect + +
+ + + +
+

This demo adds a class which animates: text-indent, letter-spacing, width, height, padding, margin, and font-size.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/addClass/index.html b/client/lib/jquery-ui/development-bundle/demos/addClass/index.html new file mode 100755 index 0000000..f5bd6a0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/addClass/index.html @@ -0,0 +1,18 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/animate/default.html b/client/lib/jquery-ui/development-bundle/demos/animate/default.html new file mode 100755 index 0000000..3c5725a --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/animate/default.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Effects - Animate demo + + + + + + + + + +
+ +
+
+

Animate

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ +Toggle Effect + +
+ + + +
+

Click the button above to preview the effect.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/animate/index.html b/client/lib/jquery-ui/development-bundle/demos/animate/index.html new file mode 100755 index 0000000..f5bd6a0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/animate/index.html @@ -0,0 +1,18 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/categories.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/categories.html new file mode 100755 index 0000000..494445b --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/categories.html @@ -0,0 +1,71 @@ + + + + + jQuery UI Autocomplete - Categories + + + + + + + + + + + + + +
+ + +
+ + + +
+

A categorized search result. Try typing "a" or "n".

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/combobox.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/combobox.html new file mode 100755 index 0000000..37bb0c1 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/combobox.html @@ -0,0 +1,171 @@ + + + + + jQuery UI Autocomplete - Combobox + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+ + + +
+

A custom widget built by composition of Autocomplete and Button. You can either type something into the field to get filtered suggestions based on your input, or use the button to get the full list of selections.

+

The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/custom-data.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/custom-data.html new file mode 100755 index 0000000..9b6a2e6 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/custom-data.html @@ -0,0 +1,95 @@ + + + + + jQuery UI Autocomplete - Custom data and display + + + + + + + + + + + + +
+
Select a project (type "j" for a start):
+ + + +

+
+ + + +
+

You can use your own custom data formats and displays by simply overriding the default focus and select actions.

+

Try typing "j" to get a list of projects or just press the down arrow.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/default.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/default.html new file mode 100755 index 0000000..2f14959 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/default.html @@ -0,0 +1,64 @@ + + + + + jQuery UI Autocomplete - Default functionality + + + + + + + + + + + +
+ +
+ + +
+ +
+ + + +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are tags for programming languages, give "ja" (for Java or JavaScript) a try.

+

The datasource is a simple JavaScript array, provided to the widget using the source-option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/folding.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/folding.html new file mode 100755 index 0000000..5a06faa --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/folding.html @@ -0,0 +1,62 @@ + + + + + jQuery UI Autocomplete - Accent folding + + + + + + + + + + + +
+ +
+
+ + +
+
+ +
+ + + +
+

The autocomplete field uses a custom source option which will match results that have accented characters even when the text field doesn't contain accented characters. However if the you type in accented characters in the text field it is smart enough not to show results that aren't accented.

+

Try typing "Jo" to see "John" and "Jörn", then type "Jö" to see only "Jörn".

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/jquery_32x32.png b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/jquery_32x32.png new file mode 100755 index 0000000..9312f02 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/jquery_32x32.png differ diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png new file mode 100755 index 0000000..e003d16 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png differ diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png new file mode 100755 index 0000000..4ce0704 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png differ diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/transparent_1x1.png b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/transparent_1x1.png new file mode 100755 index 0000000..c2da5b8 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/transparent_1x1.png differ diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif new file mode 100755 index 0000000..084ecb8 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/index.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/index.html new file mode 100755 index 0000000..77f8019 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/index.html @@ -0,0 +1,27 @@ + + + + + jQuery UI Autocomplete Demos + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/london.xml b/client/lib/jquery-ui/development-bundle/demos/autocomplete/london.xml new file mode 100755 index 0000000..2628549 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/london.xml @@ -0,0 +1,114 @@ + + +6987 + +London +51.5084152563931 +-0.125532746315002 +2643743 +GB +United Kingdom + +P +PPLC + + +London +42.983389283 +-81.233042387 +6058560 +CA +Canada + +P +PPL + + +East London +-33.0152850934643 +27.9116249084473 +1006984 +ZA +South Africa + +P +PPL + + +City +51.5133363996235 +-0.0890064239501953 +2643744 +GB +United Kingdom + +A +ADM2 + + +London +37.1289771 +-84.0832646 +4298960 +US +United States + +P +PPL + + +The Tower of London +51.5082349601834 +-0.0763034820556641 +6286786 +GB +United Kingdom + +S +CSTL + + +London Reefs +8.85 +112.5333333 +1879967 + + + +U +RFSU + + +Greater London +51.5 +-0.1666667 +2648110 +GB +United Kingdom + +A +ADM2 + + +London +46.1666667 +6.0166667 +2661811 +CH +Switzerland + +H +STM + + +London Borough of Islington +51.5333333 +-0.1333333 +3333156 +GB +United Kingdom + +A +ADM2 + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/maxheight.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/maxheight.html new file mode 100755 index 0000000..7e0e0f9 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/maxheight.html @@ -0,0 +1,79 @@ + + + + + jQuery UI Autocomplete - Scrollable results + + + + + + + + + + + + +
+ +
+ + +
+ +
+ + + +
+

When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large. Try typing "a" or "s" above to get a long list of results that you can scroll through.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/multiple-remote.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/multiple-remote.html new file mode 100755 index 0000000..9494da9 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/multiple-remote.html @@ -0,0 +1,84 @@ + + + + + jQuery UI Autocomplete - Multiple, remote + + + + + + + + + + + + +
+ +
+ + +
+ +
+ + + +
+

Usage: Enter at least two characters to get bird name suggestions. Select a value to continue adding more names.

+

This is an example showing how to use the source-option along with some events to enable autocompleting multiple values into a single field.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/multiple.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/multiple.html new file mode 100755 index 0000000..44e6971 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/multiple.html @@ -0,0 +1,99 @@ + + + + + jQuery UI Autocomplete - Multiple values + + + + + + + + + + + +
+ +
+ + +
+ +
+ + + +
+

Usage: Type something, eg. "j" to see suggestions for tagging with programming languages. Select a value, then continue typing to add more.

+

This is an example showing how to use the source-option along with some events to enable autocompleting multiple values into a single field.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/remote-jsonp.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/remote-jsonp.html new file mode 100755 index 0000000..ab14bcd --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/remote-jsonp.html @@ -0,0 +1,86 @@ + + + + + jQuery UI Autocomplete - Remote JSONP datasource + + + + + + + + + + + + +
+ +
+ + + Powered by geonames.org +
+ +
+ Result: +
+
+ +
+ + + +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are cities, displayed when at least two characters are entered into the field.

+

In this case, the datasource is the geonames.org webservice. While only the city name itself ends up in the input after selecting an element, more info is displayed in the suggestions to help find the right entry. That data is also available in callbacks, as illustrated by the Result area below the input.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/remote-with-cache.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/remote-with-cache.html new file mode 100755 index 0000000..1f4cce7 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/remote-with-cache.html @@ -0,0 +1,59 @@ + + + + + jQuery UI Autocomplete - Remote with caching + + + + + + + + + + + + +
+ +
+ + +
+ +
+ + + +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are bird names, displayed when at least two characters are entered into the field.

+

Similar to the remote datasource demo, though this adds some local caching to improve performance. The cache here saves just one query, and could be extended to cache multiple values, one for each term.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/remote.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/remote.html new file mode 100755 index 0000000..de80621 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/remote.html @@ -0,0 +1,59 @@ + + + + + jQuery UI Autocomplete - Remote datasource + + + + + + + + + + + + +
+ +
+ + +
+ +
+ Result: +
+
+ +
+ + + +
+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are bird names, displayed when at least two characters are entered into the field.

+

The datasource is a server-side script which returns JSON data, specified via a simple URL for the source-option. In addition, the minLength-option is set to 2 to avoid queries that would return too many results and the select-event is used to display some feedback.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/search.php b/client/lib/jquery-ui/development-bundle/demos/autocomplete/search.php new file mode 100755 index 0000000..8fa9d28 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/search.php @@ -0,0 +1,640 @@ +"Botaurus stellaris", +"Little Grebe"=>"Tachybaptus ruficollis", +"Black-necked Grebe"=>"Podiceps nigricollis", +"Little Bittern"=>"Ixobrychus minutus", +"Black-crowned Night Heron"=>"Nycticorax nycticorax", +"Purple Heron"=>"Ardea purpurea", +"White Stork"=>"Ciconia ciconia", +"Spoonbill"=>"Platalea leucorodia", +"Red-crested Pochard"=>"Netta rufina", +"Common Eider"=>"Somateria mollissima", +"Red Kite"=>"Milvus milvus", +"Hen Harrier"=>"Circus cyaneus", +"Montagu`s Harrier"=>"Circus pygargus", +"Black Grouse"=>"Tetrao tetrix", +"Grey Partridge"=>"Perdix perdix", +"Spotted Crake"=>"Porzana porzana", +"Corncrake"=>"Crex crex", +"Common Crane"=>"Grus grus", +"Avocet"=>"Recurvirostra avosetta", +"Stone Curlew"=>"Burhinus oedicnemus", +"Common Ringed Plover"=>"Charadrius hiaticula", +"Kentish Plover"=>"Charadrius alexandrinus", +"Ruff"=>"Philomachus pugnax", +"Common Snipe"=>"Gallinago gallinago", +"Black-tailed Godwit"=>"Limosa limosa", +"Common Redshank"=>"Tringa totanus", +"Sandwich Tern"=>"Sterna sandvicensis", +"Common Tern"=>"Sterna hirundo", +"Arctic Tern"=>"Sterna paradisaea", +"Little Tern"=>"Sternula albifrons", +"Black Tern"=>"Chlidonias niger", +"Barn Owl"=>"Tyto alba", +"Little Owl"=>"Athene noctua", +"Short-eared Owl"=>"Asio flammeus", +"European Nightjar"=>"Caprimulgus europaeus", +"Common Kingfisher"=>"Alcedo atthis", +"Eurasian Hoopoe"=>"Upupa epops", +"Eurasian Wryneck"=>"Jynx torquilla", +"European Green Woodpecker"=>"Picus viridis", +"Crested Lark"=>"Galerida cristata", +"White-headed Duck"=>"Oxyura leucocephala", +"Pale-bellied Brent Goose"=>"Branta hrota", +"Tawny Pipit"=>"Anthus campestris", +"Whinchat"=>"Saxicola rubetra", +"European Stonechat"=>"Saxicola rubicola", +"Northern Wheatear"=>"Oenanthe oenanthe", +"Savi`s Warbler"=>"Locustella luscinioides", +"Sedge Warbler"=>"Acrocephalus schoenobaenus", +"Great Reed Warbler"=>"Acrocephalus arundinaceus", +"Bearded Reedling"=>"Panurus biarmicus", +"Red-backed Shrike"=>"Lanius collurio", +"Great Grey Shrike"=>"Lanius excubitor", +"Woodchat Shrike"=>"Lanius senator", +"Common Raven"=>"Corvus corax", +"Yellowhammer"=>"Emberiza citrinella", +"Ortolan Bunting"=>"Emberiza hortulana", +"Corn Bunting"=>"Emberiza calandra", +"Great Cormorant"=>"Phalacrocorax carbo", +"Hawfinch"=>"Coccothraustes coccothraustes", +"Common Shelduck"=>"Tadorna tadorna", +"Bluethroat"=>"Luscinia svecica", +"Grey Heron"=>"Ardea cinerea", +"Barn Swallow"=>"Hirundo rustica", +"Hooded Crow"=>"Corvus cornix", +"Dunlin"=>"Calidris alpina", +"Eurasian Pied Flycatcher"=>"Ficedula hypoleuca", +"Eurasian Nuthatch"=>"Sitta europaea", +"Short-toed Tree Creeper"=>"Certhia brachydactyla", +"Wood Lark"=>"Lullula arborea", +"Tree Pipit"=>"Anthus trivialis", +"Eurasian Hobby"=>"Falco subbuteo", +"Marsh Warbler"=>"Acrocephalus palustris", +"Wood Sandpiper"=>"Tringa glareola", +"Tawny Owl"=>"Strix aluco", +"Lesser Whitethroat"=>"Sylvia curruca", +"Barnacle Goose"=>"Branta leucopsis", +"Common Goldeneye"=>"Bucephala clangula", +"Western Marsh Harrier"=>"Circus aeruginosus", +"Common Buzzard"=>"Buteo buteo", +"Sanderling"=>"Calidris alba", +"Little Gull"=>"Larus minutus", +"Eurasian Magpie"=>"Pica pica", +"Willow Warbler"=>"Phylloscopus trochilus", +"Wood Warbler"=>"Phylloscopus sibilatrix", +"Great Crested Grebe"=>"Podiceps cristatus", +"Eurasian Jay"=>"Garrulus glandarius", +"Common Redstart"=>"Phoenicurus phoenicurus", +"Blue-headed Wagtail"=>"Motacilla flava", +"Common Swift"=>"Apus apus", +"Marsh Tit"=>"Poecile palustris", +"Goldcrest"=>"Regulus regulus", +"European Golden Plover"=>"Pluvialis apricaria", +"Eurasian Bullfinch"=>"Pyrrhula pyrrhula", +"Common Whitethroat"=>"Sylvia communis", +"Meadow Pipit"=>"Anthus pratensis", +"Greylag Goose"=>"Anser anser", +"Spotted Flycatcher"=>"Muscicapa striata", +"European Greenfinch"=>"Carduelis chloris", +"Common Greenshank"=>"Tringa nebularia", +"Great Spotted Woodpecker"=>"Dendrocopos major", +"Greater Canada Goose"=>"Branta canadensis", +"Mistle Thrush"=>"Turdus viscivorus", +"Great Black-backed Gull"=>"Larus marinus", +"Goosander"=>"Mergus merganser", +"Great Egret"=>"Casmerodius albus", +"Northern Goshawk"=>"Accipiter gentilis", +"Dunnock"=>"Prunella modularis", +"Stock Dove"=>"Columba oenas", +"Common Wood Pigeon"=>"Columba palumbus", +"Eurasian Woodcock"=>"Scolopax rusticola", +"House Sparrow"=>"Passer domesticus", +"Common House Martin"=>"Delichon urbicum", +"Red Knot"=>"Calidris canutus", +"Western Jackdaw"=>"Corvus monedula", +"Brambling"=>"Fringilla montifringilla", +"Northern Lapwing"=>"Vanellus vanellus", +"European Reed Warbler"=>"Acrocephalus scirpaceus", +"Lesser Black-backed Gull"=>"Larus fuscus", +"Little Egret"=>"Egretta garzetta", +"Little Stint"=>"Calidris minuta", +"Common Linnet"=>"Carduelis cannabina", +"Mute Swan"=>"Cygnus olor", +"Common Cuckoo"=>"Cuculus canorus", +"Black-headed Gull"=>"Larus ridibundus", +"Greater White-fronted Goose"=>"Anser albifrons", +"Great Tit"=>"Parus major", +"Redwing"=>"Turdus iliacus", +"Gadwall"=>"Anas strepera", +"Fieldfare"=>"Turdus pilaris", +"Tufted Duck"=>"Aythya fuligula", +"Crested Tit"=>"Lophophanes cristatus", +"Willow Tit"=>"Poecile montanus", +"Eurasian Coot"=>"Fulica atra", +"Common Blackbird"=>"Turdus merula", +"Smew"=>"Mergus albellus", +"Common Sandpiper"=>"Actitis hypoleucos", +"Sand Martin"=>"Riparia riparia", +"Purple Sandpiper"=>"Calidris maritima", +"Northern Pintail"=>"Anas acuta", +"Blue Tit"=>"Cyanistes caeruleus", +"European Goldfinch"=>"Carduelis carduelis", +"Eurasian Whimbrel"=>"Numenius phaeopus", +"Common Reed Bunting"=>"Emberiza schoeniclus", +"Eurasian Tree Sparrow"=>"Passer montanus", +"Rook"=>"Corvus frugilegus", +"European Robin"=>"Erithacus rubecula", +"Bar-tailed Godwit"=>"Limosa lapponica", +"Dark-bellied Brent Goose"=>"Branta bernicla", +"Eurasian Oystercatcher"=>"Haematopus ostralegus", +"Eurasian Siskin"=>"Carduelis spinus", +"Northern Shoveler"=>"Anas clypeata", +"Eurasian Wigeon"=>"Anas penelope", +"Eurasian Sparrow Hawk"=>"Accipiter nisus", +"Icterine Warbler"=>"Hippolais icterina", +"Common Starling"=>"Sturnus vulgaris", +"Long-tailed Tit"=>"Aegithalos caudatus", +"Ruddy Turnstone"=>"Arenaria interpres", +"Mew Gull"=>"Larus canus", +"Common Pochard"=>"Aythya ferina", +"Common Chiffchaff"=>"Phylloscopus collybita", +"Greater Scaup"=>"Aythya marila", +"Common Kestrel"=>"Falco tinnunculus", +"Garden Warbler"=>"Sylvia borin", +"Eurasian Collared Dove"=>"Streptopelia decaocto", +"Eurasian Skylark"=>"Alauda arvensis", +"Common Chaffinch"=>"Fringilla coelebs", +"Common Moorhen"=>"Gallinula chloropus", +"Water Pipit"=>"Anthus spinoletta", +"Mallard"=>"Anas platyrhynchos", +"Winter Wren"=>"Troglodytes troglodytes", +"Common Teal"=>"Anas crecca", +"Green Sandpiper"=>"Tringa ochropus", +"White Wagtail"=>"Motacilla alba", +"Eurasian Curlew"=>"Numenius arquata", +"Song Thrush"=>"Turdus philomelos", +"European Herring Gull"=>"Larus argentatus", +"Grey Plover"=>"Pluvialis squatarola", +"Carrion Crow"=>"Corvus corone", +"Coal Tit"=>"Periparus ater", +"Spotted Redshank"=>"Tringa erythropus", +"Blackcap"=>"Sylvia atricapilla", +"Egyptian Vulture"=>"Neophron percnopterus", +"Razorbill"=>"Alca torda", +"Alpine Swift"=>"Apus melba", +"Long-legged Buzzard"=>"Buteo rufinus", +"Audouin`s Gull"=>"Larus audouinii", +"Balearic Shearwater"=>"Puffinus mauretanicus", +"Upland Sandpiper"=>"Bartramia longicauda", +"Greater Spotted Eagle"=>"Aquila clanga", +"Ring Ouzel"=>"Turdus torquatus", +"Yellow-browed Warbler"=>"Phylloscopus inornatus", +"Blue Rock Thrush"=>"Monticola solitarius", +"Buff-breasted Sandpiper"=>"Tryngites subruficollis", +"Jack Snipe"=>"Lymnocryptes minimus", +"White-rumped Sandpiper"=>"Calidris fuscicollis", +"Ruddy Shelduck"=>"Tadorna ferruginea", +"Cetti's Warbler"=>"Cettia cetti", +"Citrine Wagtail"=>"Motacilla citreola", +"Roseate Tern"=>"Sterna dougallii", +"Black-legged Kittiwake"=>"Rissa tridactyla", +"Pygmy Cormorant"=>"Phalacrocorax pygmeus", +"Booted Eagle"=>"Aquila pennata", +"Lesser White-fronted Goose"=>"Anser erythropus", +"Little Bunting"=>"Emberiza pusilla", +"Eleonora's Falcon"=>"Falco eleonorae", +"European Serin"=>"Serinus serinus", +"Twite"=>"Carduelis flavirostris", +"Yellow-legged Gull"=>"Larus michahellis", +"Gyr Falcon"=>"Falco rusticolus", +"Greenish Warbler"=>"Phylloscopus trochiloides", +"Red-necked Phalarope"=>"Phalaropus lobatus", +"Mealy Redpoll"=>"Carduelis flammea", +"Glaucous Gull"=>"Larus hyperboreus", +"Great Skua"=>"Stercorarius skua", +"Great Bustard"=>"Otis tarda", +"Velvet Scoter"=>"Melanitta fusca", +"Pine Grosbeak"=>"Pinicola enucleator", +"House Crow"=>"Corvus splendens", +"Hume`s Leaf Warbler"=>"Phylloscopus humei", +"Great Northern Loon"=>"Gavia immer", +"Long-tailed Duck"=>"Clangula hyemalis", +"Lapland Longspur"=>"Calcarius lapponicus", +"Northern Gannet"=>"Morus bassanus", +"Eastern Imperial Eagle"=>"Aquila heliaca", +"Little Auk"=>"Alle alle", +"Lesser Spotted Woodpecker"=>"Dendrocopos minor", +"Iceland Gull"=>"Larus glaucoides", +"Parasitic Jaeger"=>"Stercorarius parasiticus", +"Bewick`s Swan"=>"Cygnus bewickii", +"Little Bustard"=>"Tetrax tetrax", +"Little Crake"=>"Porzana parva", +"Baillon`s Crake"=>"Porzana pusilla", +"Long-tailed Jaeger"=>"Stercorarius longicaudus", +"King Eider"=>"Somateria spectabilis", +"Greater Short-toed Lark"=>"Calandrella brachydactyla", +"Houbara Bustard"=>"Chlamydotis undulata", +"Curlew Sandpiper"=>"Calidris ferruginea", +"Common Crossbill"=>"Loxia curvirostra", +"European Shag"=>"Phalacrocorax aristotelis", +"Horned Grebe"=>"Podiceps auritus", +"Common Quail"=>"Coturnix coturnix", +"Bearded Vulture"=>"Gypaetus barbatus", +"Lanner Falcon"=>"Falco biarmicus", +"Middle Spotted Woodpecker"=>"Dendrocopos medius", +"Pomarine Jaeger"=>"Stercorarius pomarinus", +"Red-breasted Merganser"=>"Mergus serrator", +"Eurasian Black Vulture"=>"Aegypius monachus", +"Eurasian Dotterel"=>"Charadrius morinellus", +"Common Nightingale"=>"Luscinia megarhynchos", +"Northern willow warbler"=>"Phylloscopus trochilus acredula", +"Manx Shearwater"=>"Puffinus puffinus", +"Northern Fulmar"=>"Fulmarus glacialis", +"Eurasian Eagle Owl"=>"Bubo bubo", +"Orphean Warbler"=>"Sylvia hortensis", +"Melodious Warbler"=>"Hippolais polyglotta", +"Pallas's Leaf Warbler"=>"Phylloscopus proregulus", +"Atlantic Puffin"=>"Fratercula arctica", +"Black-throated Loon"=>"Gavia arctica", +"Bohemian Waxwing"=>"Bombycilla garrulus", +"Marsh Sandpiper"=>"Tringa stagnatilis", +"Great Snipe"=>"Gallinago media", +"Squacco Heron"=>"Ardeola ralloides", +"Long-eared Owl"=>"Asio otus", +"Caspian Tern"=>"Hydroprogne caspia", +"Red-breasted Goose"=>"Branta ruficollis", +"Red-throated Loon"=>"Gavia stellata", +"Common Rosefinch"=>"Carpodacus erythrinus", +"Red-footed Falcon"=>"Falco vespertinus", +"Ross's Goose"=>"Anser rossii", +"Red Phalarope"=>"Phalaropus fulicarius", +"Pied Wagtail"=>"Motacilla yarrellii", +"Rose-coloured Starling"=>"Sturnus roseus", +"Rough-legged Buzzard"=>"Buteo lagopus", +"Saker Falcon"=>"Falco cherrug", +"European Roller"=>"Coracias garrulus", +"Short-toed Eagle"=>"Circaetus gallicus", +"Peregrine Falcon"=>"Falco peregrinus", +"Merlin"=>"Falco columbarius", +"Snow Goose"=>"Anser caerulescens", +"Snowy Owl"=>"Bubo scandiacus", +"Snow Bunting"=>"Plectrophenax nivalis", +"Common Grasshopper Warbler"=>"Locustella naevia", +"Golden Eagle"=>"Aquila chrysaetos", +"Black-winged Stilt"=>"Himantopus himantopus", +"Steppe Eagle"=>"Aquila nipalensis", +"Pallid Harrier"=>"Circus macrourus", +"European Storm-petrel"=>"Hydrobates pelagicus", +"Horned Lark"=>"Eremophila alpestris", +"Eurasian Treecreeper"=>"Certhia familiaris", +"Taiga Bean Goose"=>"Anser fabalis", +"Temminck`s Stint"=>"Calidris temminckii", +"Terek Sandpiper"=>"Xenus cinereus", +"Tundra Bean Goose"=>"Anser serrirostris", +"European Turtle Dove"=>"Streptopelia turtur", +"Leach`s Storm-petrel"=>"Oceanodroma leucorhoa", +"Eurasian Griffon Vulture"=>"Gyps fulvus", +"Paddyfield Warbler"=>"Acrocephalus agricola", +"Osprey"=>"Pandion haliaetus", +"Firecrest"=>"Regulus ignicapilla", +"Water Rail"=>"Rallus aquaticus", +"European Honey Buzzard"=>"Pernis apivorus", +"Eurasian Golden Oriole"=>"Oriolus oriolus", +"Whooper Swan"=>"Cygnus cygnus", +"Two-barred Crossbill"=>"Loxia leucoptera", +"White-tailed Eagle"=>"Haliaeetus albicilla", +"Atlantic Murre"=>"Uria aalge", +"Garganey"=>"Anas querquedula", +"Black Redstart"=>"Phoenicurus ochruros", +"Common Scoter"=>"Melanitta nigra", +"Rock Pipit"=>"Anthus petrosus", +"Lesser Spotted Eagle"=>"Aquila pomarina", +"Cattle Egret"=>"Bubulcus ibis", +"White-winged Black Tern"=>"Chlidonias leucopterus", +"Black Stork"=>"Ciconia nigra", +"Mediterranean Gull"=>"Larus melanocephalus", +"Black Kite"=>"Milvus migrans", +"Yellow Wagtail"=>"Motacilla flavissima", +"Red-necked Grebe"=>"Podiceps grisegena", +"Gull-billed Tern"=>"Gelochelidon nilotica", +"Pectoral Sandpiper"=>"Calidris melanotos", +"Barred Warbler"=>"Sylvia nisoria", +"Red-throated Pipit"=>"Anthus cervinus", +"Grey Wagtail"=>"Motacilla cinerea", +"Richard`s Pipit"=>"Anthus richardi", +"Black Woodpecker"=>"Dryocopus martius", +"Little Ringed Plover"=>"Charadrius dubius", +"Whiskered Tern"=>"Chlidonias hybrida", +"Lesser Redpoll"=>"Carduelis cabaret", +"Pallas' Bunting"=>"Emberiza pallasi", +"Ferruginous Duck"=>"Aythya nyroca", +"Whistling Swan"=>"Cygnus columbianus", +"Black Brant"=>"Branta nigricans", +"Marbled Teal"=>"Marmaronetta angustirostris", +"Canvasback"=>"Aythya valisineria", +"Redhead"=>"Aythya americana", +"Lesser Scaup"=>"Aythya affinis", +"Steller`s Eider"=>"Polysticta stelleri", +"Spectacled Eider"=>"Somateria fischeri", +"Harlequin Duck"=>"Histronicus histrionicus", +"Black Scoter"=>"Melanitta americana", +"Surf Scoter"=>"Melanitta perspicillata", +"Barrow`s Goldeneye"=>"Bucephala islandica", +"Falcated Duck"=>"Anas falcata", +"American Wigeon"=>"Anas americana", +"Blue-winged Teal"=>"Anas discors", +"American Black Duck"=>"Anas rubripes", +"Baikal Teal"=>"Anas formosa", +"Green-Winged Teal"=>"Anas carolinensis", +"Hazel Grouse"=>"Bonasa bonasia", +"Rock Partridge"=>"Alectoris graeca", +"Red-legged Partridge"=>"Alectoris rufa", +"Yellow-billed Loon"=>"Gavia adamsii", +"Cory`s Shearwater"=>"Calonectris borealis", +"Madeiran Storm-Petrel"=>"Oceanodroma castro", +"Great White Pelican"=>"Pelecanus onocrotalus", +"Dalmatian Pelican"=>"Pelecanus crispus", +"American Bittern"=>"Botaurus lentiginosus", +"Glossy Ibis"=>"Plegadis falcinellus", +"Spanish Imperial Eagle"=>"Aquila adalberti", +"Lesser Kestrel"=>"Falco naumanni", +"Houbara Bustard"=>"Chlamydotis undulata", +"Crab-Plover"=>"Dromas ardeola", +"Cream-coloured Courser"=>"Cursorius cursor", +"Collared Pratincole"=>"Glareola pratincola", +"Black-winged Pratincole"=>"Glareola nordmanni", +"Killdeer"=>"Charadrius vociferus", +"Lesser Sand Plover"=>"Charadrius mongolus", +"Greater Sand Plover"=>"Charadrius leschenaultii", +"Caspian Plover"=>"Charadrius asiaticus", +"American Golden Plover"=>"Pluvialis dominica", +"Pacific Golden Plover"=>"Pluvialis fulva", +"Sharp-tailed Sandpiper"=>"Calidris acuminata", +"Broad-billed Sandpiper"=>"Limicola falcinellus", +"Spoon-Billed Sandpiper"=>"Eurynorhynchus pygmaeus", +"Short-Billed Dowitcher"=>"Limnodromus griseus", +"Long-billed Dowitcher"=>"Limnodromus scolopaceus", +"Hudsonian Godwit"=>"Limosa haemastica", +"Little Curlew"=>"Numenius minutus", +"Lesser Yellowlegs"=>"Tringa flavipes", +"Wilson`s Phalarope"=>"Phalaropus tricolor", +"Pallas`s Gull"=>"Larus ichthyaetus", +"Laughing Gull"=>"Larus atricilla", +"Franklin`s Gull"=>"Larus pipixcan", +"Bonaparte`s Gull"=>"Larus philadelphia", +"Ring-billed Gull"=>"Larus delawarensis", +"American Herring Gull"=>"Larus smithsonianus", +"Caspian Gull"=>"Larus cachinnans", +"Ivory Gull"=>"Pagophila eburnea", +"Royal Tern"=>"Sterna maxima", +"Brünnich`s Murre"=>"Uria lomvia", +"Crested Auklet"=>"Aethia cristatella", +"Parakeet Auklet"=>"Cyclorrhynchus psittacula", +"Tufted Puffin"=>"Lunda cirrhata", +"Laughing Dove"=>"Streptopelia senegalensis", +"Great Spotted Cuckoo"=>"Clamator glandarius", +"Great Grey Owl"=>"Strix nebulosa", +"Tengmalm`s Owl"=>"Aegolius funereus", +"Red-Necked Nightjar"=>"Caprimulgus ruficollis", +"Chimney Swift"=>"Chaetura pelagica", +"Green Bea-Eater"=>"Merops orientalis", +"Grey-headed Woodpecker"=>"Picus canus", +"Lesser Short-Toed Lark"=>"Calandrella rufescens", +"Eurasian Crag Martin"=>"Hirundo rupestris", +"Red-rumped Swallow"=>"Cecropis daurica", +"Blyth`s Pipit"=>"Anthus godlewskii", +"Pechora Pipit"=>"Anthus gustavi", +"Grey-headed Wagtail"=>"Motacilla thunbergi", +"Yellow-Headed Wagtail"=>"Motacilla lutea", +"White-throated Dipper"=>"Cinclus cinclus", +"Rufous-Tailed Scrub Robin"=>"Cercotrichas galactotes", +"Thrush Nightingale"=>"Luscinia luscinia", +"White-throated Robin"=>"Irania gutturalis", +"Caspian Stonechat"=>"Saxicola maura variegata", +"Western Black-eared Wheatear"=>"Oenanthe hispanica", +"Rufous-tailed Rock Thrush"=>"Monticola saxatilis", +"Red-throated Thrush/Black-throated"=>"Turdus ruficollis", +"American Robin"=>"Turdus migratorius", +"Zitting Cisticola"=>"Cisticola juncidis", +"Lanceolated Warbler"=>"Locustella lanceolata", +"River Warbler"=>"Locustella fluviatilis", +"Blyth`s Reed Warbler"=>"Acrocephalus dumetorum", +"Caspian Reed Warbler"=>"Acrocephalus fuscus", +"Aquatic Warbler"=>"Acrocephalus paludicola", +"Booted Warbler"=>"Acrocephalus caligatus", +"Marmora's Warbler"=>"Sylvia sarda", +"Dartford Warbler"=>"Sylvia undata", +"Subalpine Warbler"=>"Sylvia cantillans", +"Ménétries's Warbler"=>"Sylvia mystacea", +"Rüppel's Warbler"=>"Sylvia rueppelli", +"Asian Desert Warbler"=>"Sylvia nana", +"Western Orphean Warbler"=>"Sylvia hortensis hortensis", +"Arctic Warbler"=>"Phylloscopus borealis", +"Radde`s Warbler"=>"Phylloscopus schwarzi", +"Western Bonelli`s Warbler"=>"Phylloscopus bonelli", +"Red-breasted Flycatcher"=>"Ficedula parva", +"Eurasian Penduline Tit"=>"Remiz pendulinus", +"Daurian Shrike"=>"Lanius isabellinus", +"Long-Tailed Shrike"=>"Lanius schach", +"Lesser Grey Shrike"=>"Lanius minor", +"Southern Grey Shrike"=>"Lanius meridionalis", +"Masked Shrike"=>"Lanius nubicus", +"Spotted Nutcracker"=>"Nucifraga caryocatactes", +"Daurian Jackdaw"=>"Corvus dauuricus", +"Purple-Backed Starling"=>"Sturnus sturninus", +"Red-Fronted Serin"=>"Serinus pusillus", +"Arctic Redpoll"=>"Carduelis hornemanni", +"Scottish Crossbill"=>"Loxia scotica", +"Parrot Crossbill"=>"Loxia pytyopsittacus", +"Black-faced Bunting"=>"Emberiza spodocephala", +"Pink-footed Goose"=>"Anser brachyrhynchus", +"Black-winged Kite"=>"Elanus caeruleus", +"European Bee-eater"=>"Merops apiaster", +"Sabine`s Gull"=>"Larus sabini", +"Sooty Shearwater"=>"Puffinus griseus", +"Lesser Canada Goose"=>"Branta hutchinsii", +"Ring-necked Duck"=>"Aythya collaris", +"Greater Flamingo"=>"Phoenicopterus roseus", +"Iberian Chiffchaff"=>"Phylloscopus ibericus", +"Ashy-headed Wagtail"=>"Motacilla cinereocapilla", +"Stilt Sandpiper"=>"Calidris himantopus", +"Siberian Stonechat"=>"Saxicola maurus", +"Greater Yellowlegs"=>"Tringa melanoleuca", +"Forster`s Tern"=>"Sterna forsteri", +"Dusky Warbler"=>"Phylloscopus fuscatus", +"Cirl Bunting"=>"Emberiza cirlus", +"Olive-backed Pipit"=>"Anthus hodgsoni", +"Sociable Lapwing"=>"Vanellus gregarius", +"Spotted Sandpiper"=>"Actitis macularius", +"Baird`s Sandpiper"=>"Calidris bairdii", +"Rustic Bunting"=>"Emberiza rustica", +"Yellow-browed Bunting"=>"Emberiza chrysophrys", +"Great Shearwater"=>"Puffinus gravis", +"Bonelli`s Eagle"=>"Aquila fasciata", +"Calandra Lark"=>"Melanocorypha calandra", +"Sardinian Warbler"=>"Sylvia melanocephala", +"Ross's Gull"=>"Larus roseus", +"Yellow-Breasted Bunting"=>"Emberiza aureola", +"Pine Bunting"=>"Emberiza leucocephalos", +"Black Guillemot"=>"Cepphus grylle", +"Pied-billed Grebe"=>"Podilymbus podiceps", +"Soft-plumaged Petrel"=>"Pterodroma mollis", +"Bulwer's Petrel"=>"Bulweria bulwerii", +"White-Faced Storm-Petrel"=>"Pelagodroma marina", +"Pallas’s Fish Eagle"=>"Haliaeetus leucoryphus", +"Sandhill Crane"=>"Grus canadensis", +"Macqueen’s Bustard"=>"Chlamydotis macqueenii", +"White-tailed Lapwing"=>"Vanellus leucurus", +"Great Knot"=>"Calidris tenuirostris", +"Semipalmated Sandpiper"=>"Calidris pusilla", +"Red-necked Stint"=>"Calidris ruficollis", +"Slender-billed Curlew"=>"Numenius tenuirostris", +"Bridled Tern"=>"Onychoprion anaethetus", +"Pallas’s Sandgrouse"=>"Syrrhaptes paradoxus", +"European Scops Owl"=>"Otus scops", +"Northern Hawk Owl"=>"Surnia ulula", +"White-Throated Needletail"=>"Hirundapus caudacutus", +"Belted Kingfisher"=>"Ceryle alcyon", +"Blue-cheeked Bee-eater"=>"Merops persicus", +"Black-headed Wagtail"=>"Motacilla feldegg", +"Northern Mockingbird"=>"Mimus polyglottos", +"Alpine Accentor"=>"Prunella collaris", +"Red-flanked Bluetail"=>"Tarsiger cyanurus", +"Isabelline Wheatear"=>"Oenanthe isabellina", +"Pied Wheatear"=>"Oenanthe pleschanka", +"Eastern Black-eared Wheatear"=>"Oenanthe melanoleuca", +"Desert Wheatear"=>"Oenanthe deserti", +"White`s Thrush"=>"Zoothera aurea", +"Siberian Thrush"=>"Zoothera sibirica", +"Eyebrowed Thrush"=>"Turdus obscurus", +"Dusky Thrush"=>"Turdus eunomus", +"Black-throated Thrush"=>"Turdus atrogularis", +"Pallas`s Grasshopper Warbler"=>"Locustella certhiola", +"Spectacled Warbler"=>"Sylvia conspicillata", +"Two-barred Warbler"=>"Phylloscopus plumbeitarsus", +"Eastern Bonelli’s Warbler"=>"Phylloscopus orientalis", +"Collared Flycatcher"=>"Ficedula albicollis", +"Wallcreeper"=>"Tichodroma muraria", +"Turkestan Shrike"=>"Lanius phoenicuroides", +"Steppe Grey Shrike"=>"Lanius pallidirostris", +"Spanish Sparrow"=>"Passer hispaniolensis", +"Red-eyed Vireo"=>"Vireo olivaceus", +"Myrtle Warbler"=>"Dendroica coronata", +"White-crowned Sparrow"=>"Zonotrichia leucophrys", +"White-throated Sparrow"=>"Zonotrichia albicollis", +"Cretzschmar`s Bunting"=>"Emberiza caesia", +"Chestnut Bunting"=>"Emberiza rutila", +"Red-headed Bunting"=>"Emberiza bruniceps", +"Black-headed Bunting"=>"Emberiza melanocephala", +"Indigo Bunting"=>"Passerina cyanea", +"Balearic Woodchat Shrike"=>"Lanius senator badius", +"Demoiselle Crane"=>"Grus virgo", +"Chough"=>"Pyrrhocorax pyrrhocorax", +"Red-Billed Chough"=>"Pyrrhocorax graculus", +"Elegant Tern"=>"Sterna elegans", +"Chukar"=>"Alectoris chukar", +"Yellow-Billed Cuckoo"=>"Coccyzus americanus", +"American Sandwich Tern"=>"Sterna sandvicensis acuflavida", +"Olive-Tree Warbler"=>"Hippolais olivetorum", +"Eastern Olivaceous Warbler"=>"Acrocephalus pallidus", +"Indian Cormorant"=>"Phalacrocorax fuscicollis", +"Spur-Winged Lapwing"=>"Vanellus spinosus", +"Yelkouan Shearwater"=>"Puffinus yelkouan", +"Trumpeter Finch"=>"Bucanetes githagineus", +"Red Grouse"=>"Lagopus scoticus", +"Rock Ptarmigan"=>"Lagopus mutus", +"Long-Tailed Cormorant"=>"Phalacrocorax africanus", +"Double-crested Cormorant"=>"Phalacrocorax auritus", +"Magnificent Frigatebird"=>"Fregata magnificens", +"Naumann's Thrush"=>"Turdus naumanni", +"Oriental Pratincole"=>"Glareola maldivarum", +"Bufflehead"=>"Bucephala albeola", +"Snowfinch"=>"Montifrigilla nivalis", +"Ural owl"=>"Strix uralensis", +"Spanish Wagtail"=>"Motacilla iberiae", +"Song Sparrow"=>"Melospiza melodia", +"Rock Bunting"=>"Emberiza cia", +"Siberian Rubythroat"=>"Luscinia calliope", +"Pallid Swift"=>"Apus pallidus", +"Eurasian Pygmy Owl"=>"Glaucidium passerinum", +"Madeira Little Shearwater"=>"Puffinus baroli", +"House Finch"=>"Carpodacus mexicanus", +"Green Heron"=>"Butorides virescens", +"Solitary Sandpiper"=>"Tringa solitaria", +"Heuglin's Gull"=>"Larus heuglini" +); + +function array_to_json( $array ){ + + if( !is_array( $array ) ){ + return false; + } + + $associative = count( array_diff( array_keys($array), array_keys( array_keys( $array )) )); + if( $associative ){ + + $construct = array(); + foreach( $array as $key => $value ){ + + // We first copy each key/value pair into a staging array, + // formatting each key and value properly as we go. + + // Format the key: + if( is_numeric($key) ){ + $key = "key_$key"; + } + $key = "\"".addslashes($key)."\""; + + // Format the value: + if( is_array( $value )){ + $value = array_to_json( $value ); + } else if( !is_numeric( $value ) || is_string( $value ) ){ + $value = "\"".addslashes($value)."\""; + } + + // Add to staging array: + $construct[] = "$key: $value"; + } + + // Then we collapse the staging array into the JSON form: + $result = "{ " . implode( ", ", $construct ) . " }"; + + } else { // If the array is a vector (not associative): + + $construct = array(); + foreach( $array as $value ){ + + // Format the value: + if( is_array( $value )){ + $value = array_to_json( $value ); + } else if( !is_numeric( $value ) || is_string( $value ) ){ + $value = "'".addslashes($value)."'"; + } + + // Add to staging array: + $construct[] = $value; + } + + // Then we collapse the staging array into the JSON form: + $result = "[ " . implode( ", ", $construct ) . " ]"; + } + + return $result; +} + +$result = array(); +foreach ($items as $key=>$value) { + if (strpos(strtolower($key), $q) !== false) { + array_push($result, array("id"=>$value, "label"=>$key, "value" => strip_tags($key))); + } + if (count($result) > 11) + break; +} +echo array_to_json($result); + +?> \ No newline at end of file diff --git a/client/lib/jquery-ui/development-bundle/demos/autocomplete/xml.html b/client/lib/jquery-ui/development-bundle/demos/autocomplete/xml.html new file mode 100755 index 0000000..ca33871 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/autocomplete/xml.html @@ -0,0 +1,72 @@ + + + + + jQuery UI Autocomplete - XML data parsed once + + + + + + + + + + + + +
+ +
+ + +
+ +
+ Result: +
+
+ +
+ + + +
+

This demo shows how to retrieve some XML data, parse it using jQuery's methods, then provide it to the autocomplete as the datasource.

+

This should also serve as a reference on how to parse a remote XML datasource - the parsing would just happen for each request within the source-callback.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/button/checkbox.html b/client/lib/jquery-ui/development-bundle/demos/button/checkbox.html new file mode 100755 index 0000000..13af61f --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/button/checkbox.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Button - Checkboxes + + + + + + + + + + + +
+ + + +
+ + + +
+ +
+ + + +
+

A checkbox is styled as a toggle button with the button widget. The label element associated with the checkbox is used for the button text.

+

This demo also demonstrates three checkboxes styled as a button set by calling .buttonset() on a common container.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/button/default.html b/client/lib/jquery-ui/development-bundle/demos/button/default.html new file mode 100755 index 0000000..f11fba2 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/button/default.html @@ -0,0 +1,38 @@ + + + + + jQuery UI Button - Default functionality + + + + + + + + + + +
+ + + + + +An anchor + +
+ + + +
+

Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/button/icons.html b/client/lib/jquery-ui/development-bundle/demos/button/icons.html new file mode 100755 index 0000000..423a19f --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/button/icons.html @@ -0,0 +1,56 @@ + + + + + jQuery UI Button - Icons + + + + + + + + + + +
+ + + + + + +
+ + + +
+

Some buttons with various combinations of text and icons, here specified via metadata.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/button/index.html b/client/lib/jquery-ui/development-bundle/demos/button/index.html new file mode 100755 index 0000000..23977c8 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/button/index.html @@ -0,0 +1,23 @@ + + + + + jQuery UI Button Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/button/radio.html b/client/lib/jquery-ui/development-bundle/demos/button/radio.html new file mode 100755 index 0000000..5c1f87d --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/button/radio.html @@ -0,0 +1,39 @@ + + + + + jQuery UI Button - Radios + + + + + + + + + + +
+ +
+
+ + + +
+
+ +
+ + + +
+

A set of three radio buttons transformed into a button set.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/button/splitbutton.html b/client/lib/jquery-ui/development-bundle/demos/button/splitbutton.html new file mode 100755 index 0000000..580c49c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/button/splitbutton.html @@ -0,0 +1,55 @@ + + + + + jQuery UI Button - Split button + + + + + + + + + + + +
+ +
+ + +
+ +
+ + + +
+

An example of a split button built with two buttons: A plan button with just text, one with only a primary icon and no text. Both are grouped together in a set.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/button/toolbar.html b/client/lib/jquery-ui/development-bundle/demos/button/toolbar.html new file mode 100755 index 0000000..647c4fc --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/button/toolbar.html @@ -0,0 +1,120 @@ + + + + + jQuery UI Button - Toolbar + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + +
+

+ A mediaplayer toolbar. Take a look at the underlying markup: A few button elements, + an input of type checkbox for the Shuffle button, and three inputs of type radio for the Repeat options. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/alt-field.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/alt-field.html new file mode 100755 index 0000000..aade177 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/alt-field.html @@ -0,0 +1,36 @@ + + + + + jQuery UI Datepicker - Populate alternate field + + + + + + + + + + +
+ +

Date:  

+ +
+ + + +
+

Populate an alternate field with its own date format whenever a date is selected using the altField and altFormat options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/animation.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/animation.html new file mode 100755 index 0000000..3bfa667 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/animation.html @@ -0,0 +1,58 @@ + + + + + jQuery UI Datepicker - Animations + + + + + + + + + + + + + + + + + +
+ +

Date:

+ +

Animations:
+ +

+ +
+ + + +
+

Use different animations when opening or closing the datepicker. Choose an animation from the dropdown, then click on the input to see its effect. You can use one of the three standard animations or any of the UI Effects.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/buttonbar.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/buttonbar.html new file mode 100755 index 0000000..4e95b1c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/buttonbar.html @@ -0,0 +1,35 @@ + + + + + jQuery UI Datepicker - Display button bar + + + + + + + + + + +
+ +

Date:

+ +
+ + + +
+

Display a button for selecting Today's date and a Done button for closing the calendar with the boolean showButtonPanel option. Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/date-formats.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/date-formats.html new file mode 100755 index 0000000..e208cf6 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/date-formats.html @@ -0,0 +1,47 @@ + + + + + jQuery UI Datepicker - Format date + + + + + + + + + + +
+ +

Date:

+ +

Format options:
+ +

+ +
+ + + +
+

Display date feedback in a variety of ways. Choose a date format from the dropdown, then click on the input and select a date to see it in that format.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/date-range.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/date-range.html new file mode 100755 index 0000000..1e3beb2 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/date-range.html @@ -0,0 +1,49 @@ + + + + + jQuery UI Datepicker - Select a Date Range + + + + + + + + + + +
+ + + + + + +
+ + + +
+

Select the date range to search for.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/default.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/default.html new file mode 100755 index 0000000..5b87830 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/default.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Datepicker - Default functionality + + + + + + + + + + +
+ +

Date:

+ +
+ + + +
+

The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/dropdown-month-year.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/dropdown-month-year.html new file mode 100755 index 0000000..db833db --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/dropdown-month-year.html @@ -0,0 +1,36 @@ + + + + + jQuery UI Datepicker - Display month & year menus + + + + + + + + + + +
+ +

Date:

+ +
+ + + +
+

Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean changeMonth and changeYear options.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/icon-trigger.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/icon-trigger.html new file mode 100755 index 0000000..95da8dd --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/icon-trigger.html @@ -0,0 +1,37 @@ + + + + + jQuery UI Datepicker - Icon trigger + + + + + + + + + + +
+ +

Date:

+ +
+ + + +
+

Click the icon next to the input field to show the datepicker. Set the datepicker to open on focus (default behavior), on icon click, or both.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/images/calendar.gif b/client/lib/jquery-ui/development-bundle/demos/datepicker/images/calendar.gif new file mode 100755 index 0000000..d0abaa7 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/datepicker/images/calendar.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/index.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/index.html new file mode 100755 index 0000000..ed24774 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/index.html @@ -0,0 +1,31 @@ + + + + + jQuery UI Datepicker Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/inline.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/inline.html new file mode 100755 index 0000000..8d8cac6 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/inline.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Datepicker - Display inline + + + + + + + + + + +
+ +Date:
+ +
+ + + +
+

Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/localization.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/localization.html new file mode 100755 index 0000000..767cdaa --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/localization.html @@ -0,0 +1,160 @@ + + + + + jQuery UI Datepicker - Localize calendar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

Date:   +

+ +
+ + + +
+

Localize the datepicker calendar language and format (English / Western formatting is the default). The datepicker includes built-in support for languages that read right-to-left, such as Arabic and Hebrew.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/min-max.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/min-max.html new file mode 100755 index 0000000..eb01daa --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/min-max.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Datepicker - Restrict date range + + + + + + + + + + +
+ +

Date:

+ +
+ + + +
+

Restrict the range of selectable dates with the minDate and maxDate options. Set the beginning and end dates as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, 'W' for weeks, 'M' for months, or 'Y' for years.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/multiple-calendars.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/multiple-calendars.html new file mode 100755 index 0000000..2098941 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/multiple-calendars.html @@ -0,0 +1,36 @@ + + + + + jQuery UI Datepicker - Display multiple months + + + + + + + + + + +
+ +

Date:

+ +
+ + + +
+

Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/other-months.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/other-months.html new file mode 100755 index 0000000..ce1d630 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/other-months.html @@ -0,0 +1,37 @@ + + + + + jQuery UI Datepicker - Dates in other months + + + + + + + + + + +
+ +

Date:

+ +
+ + + +
+

The datepicker can show dates that come from other than the main month + being displayed. These other dates can also be made selectable.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/datepicker/show-week.html b/client/lib/jquery-ui/development-bundle/demos/datepicker/show-week.html new file mode 100755 index 0000000..5390463 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/datepicker/show-week.html @@ -0,0 +1,39 @@ + + + + + jQuery UI Datepicker - Show week of the year + + + + + + + + + + +
+ +

Date:

+ +
+ + + +
+

The datepicker can show the week of the year. The default calculation follows + the ISO 8601 definition: the week starts on Monday, the first week of the year + contains the first Thursday of the year. This means that some days from one + year may be placed into weeks 'belonging' to another year.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/demos.css b/client/lib/jquery-ui/development-bundle/demos/demos.css new file mode 100755 index 0000000..2d2ce1f --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/demos.css @@ -0,0 +1,334 @@ +body { + font-size: 62.5%; +} + +table { + font-size: 1em; +} + +/* Site + -------------------------------- */ + +body { + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; +} + +/* Layout + -------------------------------- */ + +.layout-grid { + width: 960px; +} + +.layout-grid td { + vertical-align: top; +} + +.layout-grid td.left-nav { + width: 140px; +} + +.layout-grid td.normal { + border-left: 1px solid #eee; + padding: 20px 24px; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; +} + +.layout-grid td.demos { + background: url('/images/demos_bg.jpg') no-repeat; + height: 337px; + overflow: hidden; +} + +/* Normal + -------------------------------- */ + +.normal h3, +.normal h4 { + margin: 0; + font-weight: normal; +} + +.normal h3 { + padding: 0 0 9px; + font-size: 1.8em; +} + +.normal h4 { + padding-bottom: 21px; + border-bottom: 1px dashed #999; + font-size: 1.2em; + font-weight: bold; +} + +.normal p { + font-size: 1.2em; +} + +/* Demos */ + +.demos-nav, .demos-nav dt, .demos-nav dd, .demos-nav ul, .demos-nav li { + margin: 0; + padding: 0 +} + +.demos-nav { + float: left; + width: 170px; + font-size: 1.3em; +} + +.demos-nav dt, +.demos-nav h4 { + margin: 0; + padding: 0; + font: normal 1.1em "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; + color: #e87b10; +} + +.demos-nav dt, +.demos-nav h4 { + margin-top: 1.5em; + margin-bottom: 0; + padding-left: 8px; + padding-bottom:5px; + line-height: 1.2em; + border-bottom: 1px solid #F4F4F4; +} + +.demos-nav dd a, +.demos-nav li a { + border-bottom: 1px solid #F4F4F4; + display:block; + padding: 4px 3px 4px 8px; + font-size: 90%; + text-decoration: none; + color: #555 ; + margin:2px 0; + height:13px; +} + +.demos-nav dd a:hover, +.demos-nav dd a:focus, +.demos-nav dd a:hover, +.demos-nav dd a:focus { + background: #f3f3f3; + color:#000; + -moz-border-radius: 5px; -webkit-border-radius: 5px; +} + .demos-nav dd a.selected { + background: #555; + color:#ffffff; + -moz-border-radius: 5px; -webkit-border-radius: 5px; +} + + +/* new styles for demo pages, added by Filament 12.29.08 +eventually we should convert the font sizes to ems -- using px for now to minimize style conflicts +*/ + +.normal h3.demo-header { font-size:32px; padding:0 0 5px; border-bottom:1px solid #eee; text-transform: capitalize; } +.normal h4.demo-subheader { font-size:10px; text-transform: uppercase; color:#999; padding:8px 0 3px; border:0; margin:0; } +.normal a:link, +.normal a:visited { color:#1b75bb; text-decoration:none; } +.normal a:hover, +.normal a:active { color:#0b559b; } + +#demo-config { padding:20px 0 0; } + +#demo-frame { float:left; width:540px; height:380px; border:1px solid #ddd; overflow: auto; position: relative; } +#demo-frame h3, #demo-frame h4 { padding: 0; font-weight: bold; font-size: 1em; } + +#demo-config-menu { float:right; width:180px; } +#demo-config-menu h4 { font-size:13px; color:#666; font-weight:normal; border:0; padding-left:18px; } + +#demo-config-menu ul { list-style: none; padding: 0; margin: 0; } + +#demo-config-menu li { font-size:12px; padding:0 0 0 10px; margin:3px 0; zoom: 1; } + +#demo-config-menu li a:link, +#demo-config-menu li a:visited { display:block; padding:1px 8px 4px; border-bottom:1px dotted #b3b3b3; } +* html #demo-config-menu li a:link, +* html #demo-config-menu li a:visited { padding:1px 8px 2px; } +#demo-config-menu li a:hover, +#demo-config-menu li a:active { background-color:#f6f6f6; } + +#demo-config-menu li.demo-config-on { background: url(images/demo-config-on-tile.gif) repeat-x left center; } + +#demo-config-menu li.demo-config-on a:link, +#demo-config-menu li.demo-config-on a:visited, +#demo-config-menu li.demo-config-on a:hover, +#demo-config-menu li.demo-config-on a:active { background: url(images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; margin-top: 0px; margin-bottom: 0px; } + +#demo-source, #demo-notes { + clear: both; + padding: 20px 0 0; + font-size: 1.3em; +} + +#demo-notes { width:520px; color:#333; font-size: 1em; } +#demo-notes p code, .demo-description p code { padding: 0; font-weight: bold; } +#demo-source pre, #demo-source code { padding: 0; } +code, pre { padding:8px 0 8px 20px ; font-size: 1.2em; line-height:130%; } + +#demo-source a:link, +#demo-source a:visited, +#demo-source a:hover, +#demo-source a:active { font-size:12px; padding-left:13px; background-position: left center; background-repeat: no-repeat; } + +#demo-source a.source-open:link, +#demo-source a.source-open:visited, +#demo-source a.source-open:hover, +#demo-source a.source-open:active { background-image: url(images/demo-spindown-open.gif); } + +#demo-source a.source-closed:link, +#demo-source a.source-closed:visited, +#demo-source a.source-closed:hover, +#demo-source a.source-closed:active { background-image: url(images/demo-spindown-closed.gif); } + +div.demo { + padding:12px; + font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; +} + +div.demo h3.docs { clear:left; font-size:12px; font-weight:normal; padding:0 0 1em; margin:0; } + +div.demo-description { + clear:both; + padding:12px; + font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; + font-size: 1.3em; + line-height: 1.4em; +} + +.ui-draggable, .ui-droppable { + background-position: top left; +} + +.left-nav .demos-nav { + padding-right: 10px; +} + +#demo-link { font-size:11px; padding-top: 6px; clear: both; overflow: hidden; } +#demo-link a span.ui-icon { float:left; margin-right:3px; } + +/* Component containers +----------------------------------*/ +#widget-docs .ui-widget { font-family: Trebuchet MS,Verdana,Arial,sans-serif; font-size: 1em; } +#widget-docs .ui-widget input, #widget-docs .ui-widget select, #widget-docs .ui-widget textarea, #widget-docs .ui-widget button { font-family: Trebuchet MS,Verdana,Arial,sans-serif; font-size: 1em; } +#widget-docs .ui-widget-header { border: 1px solid #ffffff; background: #464646 url(images/464646_40x100_textures_01_flat_100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; } +#widget-docs .ui-widget-header a { color: #ffffff; } +#widget-docs .ui-widget-content { border: 1px solid #ffffff; background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 50% 50% repeat-x; color: #222222; } +#widget-docs .ui-widget-content a { color: #222222; } + +/* Interaction states +----------------------------------*/ +#widget-docs .ui-state-default, #widget-docs .ui-widget-content #widget-docs .ui-state-default { border: 1px solid #666666; background: #555555 url(images/555555_40x100_textures_03_highlight_soft_75.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; } +#widget-docs .ui-state-default a { color: #ffffff; text-decoration: none; outline: none; } +#widget-docs .ui-state-hover, #widget-docs .ui-widget-content #widget-docs .ui-state-hover, #widget-docs .ui-state-focus, #widget-docs .ui-widget-content #widget-docs .ui-state-focus { border: 1px solid #666666; background: #444444 url(images/444444_40x100_textures_03_highlight_soft_60.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; } +#widget-docs .ui-state-hover a { color: #ffffff; text-decoration: none; outline: none; } +#widget-docs .ui-state-active, #widget-docs .ui-widget-content #widget-docs .ui-state-active { border: 1px solid #666666; background: #ffffff url(images/ffffff_40x100_textures_01_flat_65.png) 50% 50% repeat-x; font-weight: normal; color: #F6921E; outline: none; } +#widget-docs .ui-state-active a { color: #F6921E; outline: none; text-decoration: none; } + +/* Interaction Cues +----------------------------------*/ +#widget-docs .ui-state-highlight, #widget-docs .ui-widget-content #widget-docs .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/fbf9ee_40x100_textures_02_glass_55.png) 50% 50% repeat-x; color: #363636; } +#widget-docs .ui-state-error, #widget-docs .ui-widget-content #widget-docs .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/fef1ec_40x100_textures_05_inset_soft_95.png) 50% bottom repeat-x; color: #cd0a0a; } +#widget-docs .ui-state-error-text, #widget-docs .ui-widget-content #widget-docs .ui-state-error-text { color: #cd0a0a; } +#widget-docs .ui-state-disabled, #widget-docs .ui-widget-content #widget-docs .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } +#widget-docs .ui-priority-primary, #widget-docs .ui-widget-content #widget-docs .ui-priority-primary { font-weight: bold; } +#widget-docs .ui-priority-secondary, #widget-docs .ui-widget-content #widget-docs .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } + +/* Icons +----------------------------------*/ + +/* states and images */ +#demo-frame-wrapper .ui-icon, #widget-docs .ui-icon { width: 16px; height: 16px; background-image: url(images/222222_256x240_icons_icons.png); } +#widget-docs .ui-widget-content .ui-icon {background-image: url(images/222222_256x240_icons_icons.png); } +#widget-docs .ui-widget-header .ui-icon {background-image: url(images/222222_256x240_icons_icons.png); } +#widget-docs .ui-state-default .ui-icon { background-image: url(images/888888_256x240_icons_icons.png); } +#widget-docs .ui-state-hover .ui-icon, #widget-docs .ui-state-focus .ui-icon {background-image: url(images/454545_256x240_icons_icons.png); } +#widget-docs .ui-state-active .ui-icon {background-image: url(images/454545_256x240_icons_icons.png); } +#widget-docs .ui-state-highlight .ui-icon {background-image: url(images/2e83ff_256x240_icons_icons.png); } +#widget-docs .ui-state-error .ui-icon, #widget-docs .ui-state-error-text .ui-icon {background-image: url(images/cd0a0a_256x240_icons_icons.png); } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +#widget-docs .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; } +#widget-docs .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; } +#widget-docs .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; } +#widget-docs .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; } +#widget-docs .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; } +#widget-docs .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; } +#widget-docs .ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; } +#widget-docs .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; } +#widget-docs .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; } + +/* Overlays */ +#widget-docs .ui-widget-overlay { background: #aaaaaa url(images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } +#widget-docs .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; } + +/* +----------------------------------*/ + +#widget-docs { margin:20px 0 0; border: none; } + +#widget-docs h2, #widget-docs h3, #widget-docs h4, #widget-docs p, #widget-docs ul, #widget-docs code { margin:0; padding:0; } +#widget-docs code { display:block; color:#444; font-size:.9em; margin:0 0 1em; } +#widget-docs code strong { color:#000; } +#widget-docs p { margin:0 3em 1.2em 0; } +#widget-docs p.intro { font-size:13px; color:#666; line-height:1.3; } +#widget-docs ul { list-style-type: none; } + +#widget-docs h2 { font-size:16px; margin:1.2em 0 .5em; } +#widget-docs h3 { font-size:14px; color:#e6820E; margin:1.5em 0 .5em; } +.normal #widget-docs h4 { font-size:12px; color:#000; border:0; margin:0 0 .5em; } + +#docs-overview-main { width:400px; } +#docs-overview-sidebar { float:right; width:200px; } +#docs-overview-sidebar a span { color:#666; } +#widget-docs #docs-overview-main p { margin-right:0; } +#widget-docs #docs-overview-sidebar h4 { padding-left:0; } + +.docs-list-header { float:left; width:100%; margin:10px 0 0; border-bottom:1px solid #eee; } +#widget-docs .docs-list-header h2 { float:left; margin:0; } +#widget-docs .docs-list-header p { float:right; margin:5px 0; font-size:11px; } + +.docs-list { float:left; width:100%; padding:0 0 10px; } +.docs-list .param-header { float:left; clear:left; width:100%; padding:8px 0; border-top:1px solid #eee; } +#widget-docs .param-header h3, #widget-docs .param-header p { margin:0; float:left; } +#widget-docs .param-header h3 { width:50%; } +#widget-docs .param-header h3 span { background: url(images/demo-spindown-closed.gif) no-repeat left; padding-left:13px; } +#widget-docs .param-open .param-header h3 span { background: url(images/demo-spindown-open.gif) no-repeat left; } +#widget-docs .param-header p { width:24%; } +#widget-docs .param-header p.param-type span { background: url(images/icon-docs-info.gif) no-repeat left; cursor:pointer; border-bottom:1px dashed #ccc; padding-left:15px; } + +.param-details { padding-left:13px; } +.param-args { margin:0 0 1.5em; border-top:1px dotted #ccc;} +.param-args td { padding:3px 30px 3px 5px; border-bottom:1px dotted #ccc; } + + +/* overrides for ui-tab styles */ +#widget-docs ul.ui-tabs-nav { padding:0 0 0 8px; } +#widget-docs .ui-tabs-nav li { margin:5px 5px 0 0; } + +#widget-docs .ui-tabs-nav li a:link, +#widget-docs .ui-tabs-nav li a:visited, +#widget-docs .ui-tabs-nav li a:hover, +#widget-docs .ui-tabs-nav li a:active { font-size:14px; padding:4px 1.2em 3px; color:#fff; } + +#widget-docs .ui-tabs-nav li.ui-tabs-selected a:link, +#widget-docs .ui-tabs-nav li.ui-tabs-selected a:visited, +#widget-docs .ui-tabs-nav li.ui-tabs-selected a:hover, +#widget-docs .ui-tabs-nav li.ui-tabs-selected a:active { color:#e6820E; } + +#widget-docs .ui-tabs-panel { padding:20px 9px; font-size:12px; line-height:1.4; color:#000; } + +#widget-docs .ui-widget-content a:link, +#widget-docs .ui-widget-content a:visited { color:#1b75bb; text-decoration:none; } +#widget-docs .ui-widget-content a:hover, +#widget-docs .ui-widget-content a:active { color:#0b559b; } + diff --git a/client/lib/jquery-ui/development-bundle/demos/dialog/animated.html b/client/lib/jquery-ui/development-bundle/demos/dialog/animated.html new file mode 100755 index 0000000..f96fa19 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/dialog/animated.html @@ -0,0 +1,56 @@ + + + + + jQuery UI Dialog - Animation + + + + + + + + + + + + + + + + + + +
+ +
+

This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

+
+ + + +
+ + + +
+

Dialogs may be animated by specifying an effect for the show and/or hide properties. You must include the individual effects file for any effects you would like to use.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/dialog/default.html b/client/lib/jquery-ui/development-bundle/demos/dialog/default.html new file mode 100755 index 0000000..5dbea34 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/dialog/default.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Dialog - Default functionality + + + + + + + + + + + + + + + +
+ +
+

This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

+
+ + +
+

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+
+
+ checkbox
+ radio
+

+
+
+
+ +
+ + + +
+

The basic dialog window is an overlay positioned within the viewport and is protected from page content (like select elements) shining through with an iframe. It has a title bar and a content area, and can be moved, resized and closed with the 'x' icon by default.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/dialog/index.html b/client/lib/jquery-ui/development-bundle/demos/dialog/index.html new file mode 100755 index 0000000..460e4fb --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/dialog/index.html @@ -0,0 +1,23 @@ + + + + + jQuery UI Dialog Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/dialog/modal-confirmation.html b/client/lib/jquery-ui/development-bundle/demos/dialog/modal-confirmation.html new file mode 100755 index 0000000..3853056 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/dialog/modal-confirmation.html @@ -0,0 +1,69 @@ + + + + + jQuery UI Dialog - Modal confirmation + + + + + + + + + + + + + + + +
+ +
+

These items will be permanently deleted and cannot be recovered. Are you sure?

+
+ + +
+

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+
+
+ checkbox
+ radio
+

+
+
+
+ +
+ + + +
+

Confirm an action that may be destructive or important. Set the modal option to true, and specify primary and secondary user actions with the buttons option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/dialog/modal-form.html b/client/lib/jquery-ui/development-bundle/demos/dialog/modal-form.html new file mode 100755 index 0000000..bd8d90c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/dialog/modal-form.html @@ -0,0 +1,167 @@ + + + + + jQuery UI Dialog - Modal form + + + + + + + + + + + + + + + + + + +
+ +
+

All form fields are required.

+ +
+
+ + + + + + +
+
+
+ + +
+

Existing Users:

+ + + + + + + + + + + + + + + +
NameEmailPassword
John Doejohn.doe@example.comjohndoe1
+
+ + +
+ + + +
+

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/dialog/modal-message.html b/client/lib/jquery-ui/development-bundle/demos/dialog/modal-message.html new file mode 100755 index 0000000..bbac877 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/dialog/modal-message.html @@ -0,0 +1,71 @@ + + + + + jQuery UI Dialog - Modal message + + + + + + + + + + + + + + + + +
+ +
+

+ + Your files have downloaded successfully into the My Downloads folder. +

+

+ Currently using 36% of your storage space. +

+
+ + +
+

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+
+
+ checkbox
+ radio
+

+
+
+
+ +
+ + + +
+

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/dialog/modal.html b/client/lib/jquery-ui/development-bundle/demos/dialog/modal.html new file mode 100755 index 0000000..abde0f4 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/dialog/modal.html @@ -0,0 +1,60 @@ + + + + + jQuery UI Dialog - Basic modal + + + + + + + + + + + + + + + +
+ +
+

Adding the modal overlay screen makes the dialog look more prominent because it dims out the page content.

+
+ + +
+

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+
+
+ checkbox
+ radio
+

+
+
+
+ +
+ + + +
+

A modal dialog prevents the user from interacting with the rest of the page until it is closed.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/constrain-movement.html b/client/lib/jquery-ui/development-bundle/demos/draggable/constrain-movement.html new file mode 100755 index 0000000..6448024 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/constrain-movement.html @@ -0,0 +1,69 @@ + + + + + jQuery UI Draggable - Constrain movement + + + + + + + + + + + + +
+ +

Constrain movement along an axis:

+ +
+

I can be dragged only vertically

+
+ +
+

I can be dragged only horizontally

+
+ +

Or to within another DOM element:

+
+
+

I'm contained within the box

+
+ +
+

I'm contained within the box's parent

+
+ +
+

I'm contained within my parent

+
+
+ +
+ + + +
+

Constrain the movement of each draggable by defining the boundaries of the draggable area. Set the axis option to limit the draggable's path to the x- or y-axis, or use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/cursor-style.html b/client/lib/jquery-ui/development-bundle/demos/draggable/cursor-style.html new file mode 100755 index 0000000..258a29b --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/cursor-style.html @@ -0,0 +1,49 @@ + + + + + jQuery UI Draggable - Cursor style + + + + + + + + + + + + +
+ +
+

I will always stick to the center (relative to the mouse)

+
+ +
+

My cursor is at left -5 and top -5

+
+ +
+

My cursor position is only controlled for the 'bottom' value

+
+ +
+ + + +
+

Position the cursor while dragging the object. By default the cursor appears in the center of the dragged object; use the cursorAt option to specify another location relative to the draggable (specify a pixel value from the top, right, bottom, and/or left). Customize the cursor's appearance by supplying the cursor option with a valid CSS cursor value: default, move, pointer, crosshair, etc.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/default.html b/client/lib/jquery-ui/development-bundle/demos/draggable/default.html new file mode 100755 index 0000000..fb5e880 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/default.html @@ -0,0 +1,39 @@ + + + + + jQuery UI Draggable - Default functionality + + + + + + + + + + + + +
+ +
+

Drag me around

+
+ +
+ + + +
+

Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/delay-start.html b/client/lib/jquery-ui/development-bundle/demos/draggable/delay-start.html new file mode 100755 index 0000000..34dbcbd --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/delay-start.html @@ -0,0 +1,45 @@ + + + + + jQuery UI Draggable - Delay start + + + + + + + + + + + + +
+ +
+

Only if you drag me by 20 pixels, the dragging will start

+
+ +
+

Regardless of the distance, you have to drag and wait for 1000ms before dragging starts

+
+ +
+ + + +
+

Delay the start of dragging for a number of milliseconds with the delay option; prevent dragging until the cursor is held down and dragged a specifed number of pixels with the distance option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/events.html b/client/lib/jquery-ui/development-bundle/demos/draggable/events.html new file mode 100755 index 0000000..accf8b5 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/events.html @@ -0,0 +1,77 @@ + + + + + jQuery UI Draggable - Events + + + + + + + + + + + + +
+ +
+ +

Drag me to trigger the chain of events.

+ +
    +
  • "start" invoked 0x
  • +
  • "drag" invoked 0x
  • +
  • "stop" invoked 0x
  • +
+
+ +
+ + + +
+

Layer functionality onto the draggable using the start, drag, and stop events. Start is fired at the start of the drag; drag during the drag; and stop when dragging stops.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/handle.html b/client/lib/jquery-ui/development-bundle/demos/draggable/handle.html new file mode 100755 index 0000000..6a3a51c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/handle.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Draggable - Handles + + + + + + + + + + + + +
+ +
+

I can be dragged only by this handle

+
+ +
+

You can drag me around…

+

…but you can't drag me by this handle.

+
+ + + +
+ + + +
+

Allow dragging only when the cursor is over a specific part of the draggable. Use the handle option to specify the jQuery selector of an element (or group of elements) used to drag the object.

+

Or prevent dragging when the cursor is over a specific element (or group of elements) within the draggable. Use the cancel option to specify a jQuery selector over which to "cancel" draggable functionality.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/index.html b/client/lib/jquery-ui/development-bundle/demos/draggable/index.html new file mode 100755 index 0000000..0beda8e --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/index.html @@ -0,0 +1,28 @@ + + + + + jQuery UI Draggable Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/revert.html b/client/lib/jquery-ui/development-bundle/demos/draggable/revert.html new file mode 100755 index 0000000..7558008 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/revert.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Draggable - Revert position + + + + + + + + + + + + +
+ +
+

Revert the original

+
+ +
+

Revert the helper

+
+ +
+ + + +
+

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/scroll.html b/client/lib/jquery-ui/development-bundle/demos/draggable/scroll.html new file mode 100755 index 0000000..943cd0a --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/scroll.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Draggable - Auto-scroll + + + + + + + + + + + + +
+ +
+

Scroll set to true, default settings

+
+ +
+

scrollSensitivity set to 100

+
+ +
+

scrollSpeed set to 100

+
+ +
+ +
+ + + +
+

Automatically scroll the document when the draggable is moved beyond the viewport. Set the scroll option to true to enable auto-scrolling, and fine-tune when scrolling is triggered and its speed with the scrollSensitivity and scrollSpeed options.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/snap-to.html b/client/lib/jquery-ui/development-bundle/demos/draggable/snap-to.html new file mode 100755 index 0000000..0e4c210 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/snap-to.html @@ -0,0 +1,68 @@ + + + + + jQuery UI Draggable - Snap to element or grid + + + + + + + + + + + + +
+ +
+

I'm a snap target

+
+ +
+ +
+

Default (snap: true), snaps to all other draggable elements

+
+ +
+

I only snap to the big box

+
+ +
+

I only snap to the outer edges of the big box

+
+ +
+

I snap to a 20 x 20 grid

+
+ +
+

I snap to a 80 x 80 grid

+
+ +
+ + + +
+

Snap the draggable to the inner or outer boundaries of a DOM element. Use the snap, snapMode (inner, outer, both), and snapTolerance (distance in pixels the draggable must be from the element when snapping is invoked) options.

+

Or snap the draggable to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/sortable.html b/client/lib/jquery-ui/development-bundle/demos/draggable/sortable.html new file mode 100755 index 0000000..2e526a4 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/sortable.html @@ -0,0 +1,57 @@ + + + + + jQuery UI Draggable + Sortable + + + + + + + + + + + + + +
+ +
    +
  • Drag me down
  • +
+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
+ + + +
+

Draggables are built to interact seamlessly with sortables.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/draggable/visual-feedback.html b/client/lib/jquery-ui/development-bundle/demos/draggable/visual-feedback.html new file mode 100755 index 0000000..f78c8e9 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/draggable/visual-feedback.html @@ -0,0 +1,77 @@ + + + + + jQuery UI Draggable - Visual feedback + + + + + + + + + + + + +
+ +

With helpers:

+ +
+

Original

+
+ +
+

Semi-transparent clone

+
+ +
+

Custom helper (in combination with cursorAt)

+
+ +

Stacked:

+
+
+

We are draggables..

+
+ +
+

..whose z-indexes are controlled automatically..

+
+ +
+

..with the stack option.

+
+
+ +
+ + + +
+

Provide feedback to users as they drag an object in the form of a helper. The helper option accepts the values 'original' (the draggable object moves with the cursor), 'clone' (a duplicate of the draggable moves with the cursor), or a function that returns a DOM element (that element is shown near the cursor during drag). Control the helper's transparency with the opacity option.

+

To clarify which draggable is in play, bring the draggable in motion to front. Use the zIndex option to set a higher z-index for the helper, if in play, or use the stack option to ensure that the last item dragged will appear on top of others in the same group on drag stop.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/accepted-elements.html b/client/lib/jquery-ui/development-bundle/demos/droppable/accepted-elements.html new file mode 100755 index 0000000..18ce747 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/droppable/accepted-elements.html @@ -0,0 +1,60 @@ + + + + + jQuery UI Droppable - Accept + + + + + + + + + + + + + +
+ +
+

I'm draggable but can't be dropped

+
+ +
+

Drag me to my target

+
+ +
+

accept: '#draggable'

+
+ +
+ + + +
+

Specify using the accept option which element (or group of elements) is accepted by the target droppable.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/default.html b/client/lib/jquery-ui/development-bundle/demos/droppable/default.html new file mode 100755 index 0000000..6f91a3d --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/droppable/default.html @@ -0,0 +1,53 @@ + + + + + jQuery UI Droppable - Default functionality + + + + + + + + + + + + + +
+ +
+

Drag me to my target

+
+ +
+

Drop here

+
+ +
+ + + +
+

Enable any DOM element to be droppable, a target for draggable elements.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras.jpg b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras.jpg new file mode 100755 index 0000000..5723680 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras2.jpg b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras2.jpg new file mode 100755 index 0000000..1acad3a Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras2.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg new file mode 100755 index 0000000..493e082 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras3.jpg b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras3.jpg new file mode 100755 index 0000000..e158b1a Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras3.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg new file mode 100755 index 0000000..4aa96b0 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras4.jpg b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras4.jpg new file mode 100755 index 0000000..da4124d Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras4.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg new file mode 100755 index 0000000..794dbdf Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras_min.jpg b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras_min.jpg new file mode 100755 index 0000000..51e0cde Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/droppable/images/high_tatras_min.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/index.html b/client/lib/jquery-ui/development-bundle/demos/droppable/index.html new file mode 100755 index 0000000..13ae985 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/droppable/index.html @@ -0,0 +1,24 @@ + + + + + jQuery UI Droppable Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/photo-manager.html b/client/lib/jquery-ui/development-bundle/demos/droppable/photo-manager.html new file mode 100755 index 0000000..e1a74b0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/droppable/photo-manager.html @@ -0,0 +1,184 @@ + + + + + jQuery UI Droppable - Simple photo manager + + + + + + + + + + + + + + + + +
+ + + +
+

Trash Trash

+
+ +
+ + +
+

You can delete an image either by dragging it to the Trash or by clicking the trash icon.

+

You can "recycle" an image by dragging it back to the gallery or by clicking the recycle icon.

+

You can view larger image by clicking the zoom icon. jQuery UI dialog widget is used for the modal window.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/propagation.html b/client/lib/jquery-ui/development-bundle/demos/droppable/propagation.html new file mode 100755 index 0000000..4842f0d --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/droppable/propagation.html @@ -0,0 +1,80 @@ + + + + + jQuery UI Droppable - Prevent propagation + + + + + + + + + + + + + +
+ +
+

Drag me to my target

+
+ +
+

Outer droppable

+
+

Inner droppable (not greedy)

+
+
+ +
+

Outer droppable

+
+

Inner droppable (greedy)

+
+
+ +
+ + + +
+

When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the greedy option set to true prevents event propagation when a draggable is dropped on a child node (droppable).

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/revert.html b/client/lib/jquery-ui/development-bundle/demos/droppable/revert.html new file mode 100755 index 0000000..7bcf545 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/droppable/revert.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Droppable - Revert draggable position + + + + + + + + + + + + + +
+ +
+

I revert when I'm dropped

+
+ +
+

I revert when I'm not dropped

+
+ +
+

Drop me here

+
+ +
+ + + +
+

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option set on the draggable.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/shopping-cart.html b/client/lib/jquery-ui/development-bundle/demos/droppable/shopping-cart.html new file mode 100755 index 0000000..39098f5 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/droppable/shopping-cart.html @@ -0,0 +1,101 @@ + + + + + jQuery UI Droppable - Shopping Cart Demo + + + + + + + + + + + + + + + +
+ +
+

Products

+
+

T-Shirts

+
+
    +
  • Lolcat Shirt
  • +
  • Cheezeburger Shirt
  • +
  • Buckit Shirt
  • +
+
+

Bags

+
+
    +
  • Zebra Striped
  • +
  • Black Leather
  • +
  • Alligator Leather
  • +
+
+

Gadgets

+
+
    +
  • iPhone
  • +
  • iPod
  • +
  • iPad
  • +
+
+
+
+ +
+

Shopping Cart

+
+
    +
  1. Add your items here
  2. +
+
+
+ +
+ + + +
+

Demonstrate how to use an accordion to structure products into a catalog and make use drag and drop for adding them to a shopping cart, where they are sortable.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/droppable/visual-feedback.html b/client/lib/jquery-ui/development-bundle/demos/droppable/visual-feedback.html new file mode 100755 index 0000000..6b58d03 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/droppable/visual-feedback.html @@ -0,0 +1,78 @@ + + + + + jQuery UI Droppable - Visual feedback + + + + + + + + + + + + + +
+ +

Feedback on hover:

+ +
+

Drag me to my target

+
+ +
+

Drop here

+
+ +

Feedback on activating draggable:

+ +
+

Drag me to my target

+
+ +
+

Drop here

+
+ +
+ + + +
+

Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the hoverClass or activeClass options to specify respective classes.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/effect/default.html b/client/lib/jquery-ui/development-bundle/demos/effect/default.html new file mode 100755 index 0000000..b711f73 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/effect/default.html @@ -0,0 +1,109 @@ + + + + + jQuery UI Effects - Effect demo + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

Effect

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +Run Effect + +
+ + + +
+

Click the button above to show the effect.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/effect/easing.html b/client/lib/jquery-ui/development-bundle/demos/effect/easing.html new file mode 100755 index 0000000..b4901f5 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/effect/easing.html @@ -0,0 +1,107 @@ + + + + + jQuery UI Effects - Easing demo + + + + + + + + + +
+ +
+ +
+ + + +
+

All easings provided by jQuery UI are drawn above, using a HTML canvas element. Click a diagram to see the easing in action.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/effect/index.html b/client/lib/jquery-ui/development-bundle/demos/effect/index.html new file mode 100755 index 0000000..65aa399 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/effect/index.html @@ -0,0 +1,19 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/hide/default.html b/client/lib/jquery-ui/development-bundle/demos/hide/default.html new file mode 100755 index 0000000..6a2113e --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/hide/default.html @@ -0,0 +1,102 @@ + + + + + jQuery UI Effects - Hide Demo + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

Hide

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +Run Effect + +
+ + + +
+

Click the button above to preview the effect.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/hide/index.html b/client/lib/jquery-ui/development-bundle/demos/hide/index.html new file mode 100755 index 0000000..f5bd6a0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/hide/index.html @@ -0,0 +1,18 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/images/calendar.gif b/client/lib/jquery-ui/development-bundle/demos/images/calendar.gif new file mode 100755 index 0000000..d0abaa7 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/images/calendar.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/images/demo-config-on-tile.gif b/client/lib/jquery-ui/development-bundle/demos/images/demo-config-on-tile.gif new file mode 100755 index 0000000..a96b5bf Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/images/demo-config-on-tile.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/images/demo-config-on.gif b/client/lib/jquery-ui/development-bundle/demos/images/demo-config-on.gif new file mode 100755 index 0000000..e3b6d7c Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/images/demo-config-on.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/images/demo-spindown-closed.gif b/client/lib/jquery-ui/development-bundle/demos/images/demo-spindown-closed.gif new file mode 100755 index 0000000..ad4bd37 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/images/demo-spindown-closed.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/images/demo-spindown-open.gif b/client/lib/jquery-ui/development-bundle/demos/images/demo-spindown-open.gif new file mode 100755 index 0000000..e1c60aa Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/images/demo-spindown-open.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/images/icon-docs-info.gif b/client/lib/jquery-ui/development-bundle/demos/images/icon-docs-info.gif new file mode 100755 index 0000000..ea6d2be Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/images/icon-docs-info.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/images/pbar-ani.gif b/client/lib/jquery-ui/development-bundle/demos/images/pbar-ani.gif new file mode 100755 index 0000000..cb59a04 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/images/pbar-ani.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/index.html b/client/lib/jquery-ui/development-bundle/demos/index.html new file mode 100755 index 0000000..510e24f --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/index.html @@ -0,0 +1,320 @@ + + + + + jQuery UI Demos + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
Interactions
+
Draggable
+
Droppable
+
Resizable
+
Selectable
+
Sortable
+
Widgets
+
Accordion
+
Autocomplete
+
Button
+
Datepicker
+
Dialog
+
Progressbar
+
Slider
+
Tabs
+
Effects
+
Color Animation
+
Toggle Class
+
Add Class
+
Remove Class
+
Switch Class
+
Effect
+
Toggle
+
Hide
+
Show
+
Utilities
+
Position
+
About jQuery UI
+
Getting Started
+
Upgrade Guide
+
Changelog
+
Roadmap
+
Subversion Access
+
UI Developer Guidelines
+
Theming
+
Theming jQuery UI
+
jQuery UI CSS Framework
+
ThemeRoller application
+
Theme Switcher Widget
+ +
+
+ +
+ +

Instructions

+

+ These demos showcase some common uses of each jQuery UI plugin. Simply copy and paste code from the demos to get started. Have fun playing with them. +

+ +
+ +
+ + diff --git a/client/lib/jquery-ui/development-bundle/demos/position/cycler.html b/client/lib/jquery-ui/development-bundle/demos/position/cycler.html new file mode 100755 index 0000000..69b7fa0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/position/cycler.html @@ -0,0 +1,122 @@ + + + + + jQuery UI Position - Default functionality + + + + + + + + + + + +
+ + + + + + + + +
+ + + +
+

A prototype for the Photoviewer using Position to place images at the center, left and right and cycle them. +
Use the links at the top to cycle, or click on the images on the left and right. +
Note how the images are repositioned when resizing the window. +
Warning: Doesn't currently work inside the demo viewer; open in a new window instead!

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/position/default.html b/client/lib/jquery-ui/development-bundle/demos/position/default.html new file mode 100755 index 0000000..13b2315 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/position/default.html @@ -0,0 +1,153 @@ + + + + + jQuery UI Position - Default functionality + + + + + + + + + + + + + +
+ +
+

+ This is the position parent element. +

+
+ +
+

+ to position +

+
+ +
+

+ to position 2 +

+
+ +
+ position... +
+ my: + + +
+
+ at: + + +
+
+ offset: + +
+
+ collision: + + +
+
+ +
+ + + +
+

Use the form controls to configure the positioning, or drag the positioned element to modify its offset. +
Drag around the parent element to see collision detection in action.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/position/images/earth.jpg b/client/lib/jquery-ui/development-bundle/demos/position/images/earth.jpg new file mode 100755 index 0000000..e5477f7 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/position/images/earth.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/position/images/flight.jpg b/client/lib/jquery-ui/development-bundle/demos/position/images/flight.jpg new file mode 100755 index 0000000..362bd1a Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/position/images/flight.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/position/images/rocket.jpg b/client/lib/jquery-ui/development-bundle/demos/position/images/rocket.jpg new file mode 100755 index 0000000..9c0495c Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/position/images/rocket.jpg differ diff --git a/client/lib/jquery-ui/development-bundle/demos/position/index.html b/client/lib/jquery-ui/development-bundle/demos/position/index.html new file mode 100755 index 0000000..498c09b --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/position/index.html @@ -0,0 +1,19 @@ + + + + + jQuery UI Position Demo + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/progressbar/animated.html b/client/lib/jquery-ui/development-bundle/demos/progressbar/animated.html new file mode 100755 index 0000000..bf8dbb8 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/progressbar/animated.html @@ -0,0 +1,44 @@ + + + + + jQuery UI Progressbar - Animated + + + + + + + + + + + +
+ +
+ +
+ + + +
+

+This progressbar has an animated fill by setting the +background-image +on the +.ui-progressbar-value +element, using css. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/progressbar/default.html b/client/lib/jquery-ui/development-bundle/demos/progressbar/default.html new file mode 100755 index 0000000..15133bb --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/progressbar/default.html @@ -0,0 +1,35 @@ + + + + + jQuery UI Progressbar - Default functionality + + + + + + + + + + +
+ +
+ +
+ + + +
+

Default determinate progress bar.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/progressbar/images/pbar-ani.gif b/client/lib/jquery-ui/development-bundle/demos/progressbar/images/pbar-ani.gif new file mode 100755 index 0000000..cb59a04 Binary files /dev/null and b/client/lib/jquery-ui/development-bundle/demos/progressbar/images/pbar-ani.gif differ diff --git a/client/lib/jquery-ui/development-bundle/demos/progressbar/index.html b/client/lib/jquery-ui/development-bundle/demos/progressbar/index.html new file mode 100755 index 0000000..9836f59 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/progressbar/index.html @@ -0,0 +1,20 @@ + + + + + jQuery UI Progressbar Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/progressbar/resize.html b/client/lib/jquery-ui/development-bundle/demos/progressbar/resize.html new file mode 100755 index 0000000..6674c85 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/progressbar/resize.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Progressbar - Resizable + + + + + + + + + + + + +
+ +
+
+
+ +
+ + + +
+

The progress bar's widths are specified in percentages for flexible sizing so it will resize to fit its container. Try resizing the height and width of this bar to see how it maintains the correct proportions. (This is not necessarily a real-world example, but it's a good illustration of how flexibly all the plugins are coded.)

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/removeClass/default.html b/client/lib/jquery-ui/development-bundle/demos/removeClass/default.html new file mode 100755 index 0000000..11e5cdf --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/removeClass/default.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Effects - removeClass Demo + + + + + + + + + +
+ +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ +Run Effect + +
+ + + +
+

Click the button above to preview the effect.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/removeClass/index.html b/client/lib/jquery-ui/development-bundle/demos/removeClass/index.html new file mode 100755 index 0000000..f5bd6a0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/removeClass/index.html @@ -0,0 +1,18 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/animate.html b/client/lib/jquery-ui/development-bundle/demos/resizable/animate.html new file mode 100755 index 0000000..6a4e853 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/animate.html @@ -0,0 +1,43 @@ + + + + + jQuery UI Resizable - Animate + + + + + + + + + + + + +
+ +
+

Animate

+
+ +
+ + + +
+

Animate the resize action using the animate option (boolean). When this option is set to true, drag the outline to the desired location; the element animates to that size on drag stop.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/aspect-ratio.html b/client/lib/jquery-ui/development-bundle/demos/resizable/aspect-ratio.html new file mode 100755 index 0000000..dbfa386 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/aspect-ratio.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Resizable - Preserve aspect ratio + + + + + + + + + + + + +
+ +
+

Preserve aspect ratio

+
+ +
+ + + +
+

Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the aspectRatio option to true, and optionally pass in a new ratio (i.e., 4/3)

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/constrain-area.html b/client/lib/jquery-ui/development-bundle/demos/resizable/constrain-area.html new file mode 100755 index 0000000..edd3870 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/constrain-area.html @@ -0,0 +1,47 @@ + + + + + jQuery UI Resizable - Constrain resize area + + + + + + + + + #container { width: 300px; height: 300px; } + #container h3 { text-align: center; margin: 0; margin-bottom: 10px; } + #resizable { background-position: top left; width: 150px; height: 150px; } + #resizable, #container { padding: 0.5em; } + + + + + +
+ +
+

Containment

+
+

Resizable

+
+
+ +
+ + + +
+

Define the boundaries of the resizable area. Use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/default.html b/client/lib/jquery-ui/development-bundle/demos/resizable/default.html new file mode 100755 index 0000000..01efa47 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/default.html @@ -0,0 +1,40 @@ + + + + + jQuery UI Resizable - Default functionality + + + + + + + + + + + + +
+ +
+

Resizable

+
+ +
+ + + +
+

Enable any DOM element to be resizable. With the cursor grab the right or bottom border and drag to the desired width or height.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/delay-start.html b/client/lib/jquery-ui/development-bundle/demos/resizable/delay-start.html new file mode 100755 index 0000000..66e047a --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/delay-start.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Resizable - Delay start + + + + + + + + + + + + +
+ +

Time delay (ms):

+
+

Time

+
+ +

Distance delay (px):

+
+

Distance

+
+ +
+ + + +
+

Delay the start of resizng for a number of milliseconds with the delay option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the distance option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/helper.html b/client/lib/jquery-ui/development-bundle/demos/resizable/helper.html new file mode 100755 index 0000000..6e986c6 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/helper.html @@ -0,0 +1,43 @@ + + + + + jQuery UI Resizable - Helper + + + + + + + + + + + + +
+ +
+

Helper

+
+ +
+ + + +
+

Display only an outline of the element while resizing by setting the helper option to a CSS class.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/index.html b/client/lib/jquery-ui/development-bundle/demos/resizable/index.html new file mode 100755 index 0000000..45f4006 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/index.html @@ -0,0 +1,28 @@ + + + + + jQuery UI Resizable Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/max-min.html b/client/lib/jquery-ui/development-bundle/demos/resizable/max-min.html new file mode 100755 index 0000000..11cb407 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/max-min.html @@ -0,0 +1,45 @@ + + + + + jQuery UI Resizable - Maximum / minimum size + + + + + + + + + + + + +
+ +
+

Resize larger / smaller

+
+ +
+ + + +
+

Limit the resizable element to a maximum or minimum height or width using the maxHeight, maxWidth, minHeight, and minWidth options.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/snap-to-grid.html b/client/lib/jquery-ui/development-bundle/demos/resizable/snap-to-grid.html new file mode 100755 index 0000000..45e299a --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/snap-to-grid.html @@ -0,0 +1,42 @@ + + + + + jQuery UI Resizable - Snap to grid + + + + + + + + + + + + +
+ +
+

Grid

+
+ +
+ + + +
+

Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/synchronous-resize.html b/client/lib/jquery-ui/development-bundle/demos/resizable/synchronous-resize.html new file mode 100755 index 0000000..45f0a3e --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/synchronous-resize.html @@ -0,0 +1,49 @@ + + + + + jQuery UI Resizable - Synchronous resize + + + + + + + + + + + + +
+ +
+

Resize

+
+ +
+

will also resize

+
+ +
+ + + +
+

Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the alsoResize option.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/textarea.html b/client/lib/jquery-ui/development-bundle/demos/resizable/textarea.html new file mode 100755 index 0000000..50f7ee7 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/textarea.html @@ -0,0 +1,41 @@ + + + + + jQuery UI Resizable - Textarea + + + + + + + + + + + + +
+ + + +
+ + + +
+

Display only an outline of the element while resizing by setting the helper option to a CSS class.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/resizable/visual-feedback.html b/client/lib/jquery-ui/development-bundle/demos/resizable/visual-feedback.html new file mode 100755 index 0000000..79ef57f --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/resizable/visual-feedback.html @@ -0,0 +1,43 @@ + + + + + jQuery UI Resizable - Visual feedback + + + + + + + + + + + + +
+ +
+

Ghost

+
+ +
+ + + +
+

Instead of showing the actual element during resize, set the ghost option to true to show a semi-transparent part of the element.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/selectable/default.html b/client/lib/jquery-ui/development-bundle/demos/selectable/default.html new file mode 100755 index 0000000..bb3cc05 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/selectable/default.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Selectable - Default functionality + + + + + + + + + + + + + +
+ +
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
  7. Item 4
  8. +
  9. Item 5
  10. +
  11. Item 6
  12. +
  13. Item 7
  14. +
+ +
+ + + +
+

Enable a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/selectable/display-grid.html b/client/lib/jquery-ui/development-bundle/demos/selectable/display-grid.html new file mode 100755 index 0000000..e486f83 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/selectable/display-grid.html @@ -0,0 +1,55 @@ + + + + + jQuery UI Selectable - Display as grid + + + + + + + + + + + + + +
+ +
    +
  1. 1
  2. +
  3. 2
  4. +
  5. 3
  6. +
  7. 4
  8. +
  9. 5
  10. +
  11. 6
  12. +
  13. 7
  14. +
  15. 8
  16. +
  17. 9
  18. +
  19. 10
  20. +
  21. 11
  22. +
  23. 12
  24. +
+ +
+ + + +
+

To arrange selectable items as a grid, give them identical dimensions and float them using CSS.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/selectable/index.html b/client/lib/jquery-ui/development-bundle/demos/selectable/index.html new file mode 100755 index 0000000..21fa4d5 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/selectable/index.html @@ -0,0 +1,20 @@ + + + + + jQuery UI Selectable Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/selectable/serialize.html b/client/lib/jquery-ui/development-bundle/demos/selectable/serialize.html new file mode 100755 index 0000000..924a7cc --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/selectable/serialize.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Selectable - Serialize + + + + + + + + + + + + + +
+ +

+You've selected: none. +

+ +
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
  7. Item 4
  8. +
  9. Item 5
  10. +
  11. Item 6
  12. +
+ +
+ + + +
+

Write a function that fires on the stop event to collect the index values of selected items. Present values as feedback, or pass as a data string.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/show/default.html b/client/lib/jquery-ui/development-bundle/demos/show/default.html new file mode 100755 index 0000000..9386ff1 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/show/default.html @@ -0,0 +1,104 @@ + + + + + jQuery UI Effects - Show Demo + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

Show

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +Run Effect + +
+ + + +
+

Click the button above to preview the effect.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/show/index.html b/client/lib/jquery-ui/development-bundle/demos/show/index.html new file mode 100755 index 0000000..f5bd6a0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/show/index.html @@ -0,0 +1,18 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/colorpicker.html b/client/lib/jquery-ui/development-bundle/demos/slider/colorpicker.html new file mode 100755 index 0000000..7aa90d4 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/colorpicker.html @@ -0,0 +1,95 @@ + + + + + jQuery UI Slider - Colorpicker + + + + + + + + + + + + +
+ +

+ + Simple Colorpicker +

+ +
+
+
+ +
+ +
+ + + +
+

Combine three sliders to create a simple RGB colorpicker.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/default.html b/client/lib/jquery-ui/development-bundle/demos/slider/default.html new file mode 100755 index 0000000..e1aabef --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/default.html @@ -0,0 +1,37 @@ + + + + + jQuery UI Slider - Default functionality + + + + + + + + + + + + +
+ +
+ +
+ + + +
+

The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/hotelrooms.html b/client/lib/jquery-ui/development-bundle/demos/slider/hotelrooms.html new file mode 100755 index 0000000..c5a4954 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/hotelrooms.html @@ -0,0 +1,59 @@ + + + + + jQuery UI Slider - Range with fixed minimum + + + + + + + + + + + + +
+ +
+ + +
+ +
+ + + +
+

How to bind a slider to an existing select element. The select stays visible to display the change. When the select is changed, the slider is updated, too.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/index.html b/client/lib/jquery-ui/development-bundle/demos/slider/index.html new file mode 100755 index 0000000..caf68fe --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/index.html @@ -0,0 +1,29 @@ + + + + + jQuery UI Slider Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/multiple-vertical.html b/client/lib/jquery-ui/development-bundle/demos/slider/multiple-vertical.html new file mode 100755 index 0000000..36cde9c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/multiple-vertical.html @@ -0,0 +1,77 @@ + + + + + jQuery UI Slider - Multiple sliders + + + + + + + + + + + + +
+ +

+ + Master volume +

+ +
+ +

+ + Graphic EQ +

+ +
+ 88 + 77 + 55 + 33 + 40 + 45 + 70 +
+ +
+ + + +
+

Combine horizontal and vertical sliders, each with their own options, to create the UI for a music player.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/range-vertical.html b/client/lib/jquery-ui/development-bundle/demos/slider/range-vertical.html new file mode 100755 index 0000000..eef1e6f --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/range-vertical.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Slider - Vertical range slider + + + + + + + + + + + + +
+ +

+ + +

+ +
+ +
+ + + +
+

Change the orientation of the range slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/range.html b/client/lib/jquery-ui/development-bundle/demos/slider/range.html new file mode 100755 index 0000000..4ee752b --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/range.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Slider - Range slider + + + + + + + + + + + + +
+ +

+ + +

+ +
+ +
+ + + +
+

Set the range option to true to capture a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/rangemax.html b/client/lib/jquery-ui/development-bundle/demos/slider/rangemax.html new file mode 100755 index 0000000..8a8a3ce --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/rangemax.html @@ -0,0 +1,50 @@ + + + + + jQuery UI Slider - Range with fixed maximum + + + + + + + + + + + + +
+ +

+ + +

+
+ +
+ + + +
+

Fix the maximum value of the range slider so that the user can only select a minimum. Set the range option to "max."

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/rangemin.html b/client/lib/jquery-ui/development-bundle/demos/slider/rangemin.html new file mode 100755 index 0000000..e9527dc --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/rangemin.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Slider - Range with fixed minimum + + + + + + + + + + + + +
+ +

+ + +

+ +
+ +
+ + + +
+

Fix the minimum value of the range slider so that the user can only select a maximum. Set the range option to "min."

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/side-scroll.html b/client/lib/jquery-ui/development-bundle/demos/slider/side-scroll.html new file mode 100755 index 0000000..c159653 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/side-scroll.html @@ -0,0 +1,140 @@ + + + + + jQuery UI Slider - Slider scrollbar + + + + + + + + + + + + +
+ +
+
+
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
+
+
+
+
+ +
+ + + +
+

Use a slider to manipulate the positioning of content on the page. In this case, it acts as a scrollbar with the potential to capture values if needed.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/slider-vertical.html b/client/lib/jquery-ui/development-bundle/demos/slider/slider-vertical.html new file mode 100755 index 0000000..006f45e --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/slider-vertical.html @@ -0,0 +1,52 @@ + + + + + jQuery UI Slider - Vertical slider + + + + + + + + + + + + +
+ +

+ + +

+ +
+ +
+ + + +
+

Change the orientation of the slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/steps.html b/client/lib/jquery-ui/development-bundle/demos/slider/steps.html new file mode 100755 index 0000000..6a84b2f --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/steps.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Slider - Snap to increments + + + + + + + + + + + + +
+ +

+ + +

+ +
+ +
+ + + +
+

Increment slider values with the step option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/slider/tabs.html b/client/lib/jquery-ui/development-bundle/demos/slider/tabs.html new file mode 100755 index 0000000..eabda00 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/slider/tabs.html @@ -0,0 +1,67 @@ + + + + + jQuery UI Slider - Snap to increments + + + + + + + + + + + + + +
+ +
+ +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+ + + +
+

Control tabs with a slider.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/connect-lists-through-tabs.html b/client/lib/jquery-ui/development-bundle/demos/sortable/connect-lists-through-tabs.html new file mode 100755 index 0000000..c5c2dfa --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/connect-lists-through-tabs.html @@ -0,0 +1,78 @@ + + + + + jQuery UI Sortable - Connect lists with Tabs + + + + + + + + + + + + + +
+ +
+ +
+
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+
+
+
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+
+
+ +
+ + + +
+

Sort items from one list into another and vice versa, by dropping the list item on the appropriate tab above.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/connect-lists.html b/client/lib/jquery-ui/development-bundle/demos/sortable/connect-lists.html new file mode 100755 index 0000000..e75e231 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/connect-lists.html @@ -0,0 +1,58 @@ + + + + + jQuery UI Sortable - Connect lists + + + + + + + + + + + +
+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
+ + + +
+

+ Sort items from one list into another and vice versa, by passing a selector into + the connectWith option. The simplest way to do this is to + group all related lists with a CSS class, and then pass that class into the + sortable function (i.e., connectWith: '.myclass'). +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/default.html b/client/lib/jquery-ui/development-bundle/demos/sortable/default.html new file mode 100755 index 0000000..adf8343 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/default.html @@ -0,0 +1,51 @@ + + + + + jQuery UI Sortable - Default functionality + + + + + + + + + + + +
+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
  • Item 6
  • +
  • Item 7
  • +
+ +
+ + + +
+

+ Enable a group of DOM elements to be sortable. Click on and drag an + element to a new spot within the list, and the other items will adjust to + fit. By default, sortable items share draggable properties. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/delay-start.html b/client/lib/jquery-ui/development-bundle/demos/sortable/delay-start.html new file mode 100755 index 0000000..35d1d52 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/delay-start.html @@ -0,0 +1,67 @@ + + + + + jQuery UI Sortable - Delay start + + + + + + + + + + + +
+ +

Time delay of 300ms:

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
+ +

Distance delay of 15px:

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
+ +
+ + + +
+

+ Prevent accidental sorting either by delay (time) or distance. Set a number of + milliseconds the element needs to be dragged before sorting starts + with the delay option. Set a distance in pixels the element + needs to be dragged before sorting starts with the distance + option. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/display-grid.html b/client/lib/jquery-ui/development-bundle/demos/sortable/display-grid.html new file mode 100755 index 0000000..aed60cd --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/display-grid.html @@ -0,0 +1,54 @@ + + + + + jQuery UI Sortable - Display as grid + + + + + + + + + + + +
+ +
    +
  • 1
  • +
  • 2
  • +
  • 3
  • +
  • 4
  • +
  • 5
  • +
  • 6
  • +
  • 7
  • +
  • 8
  • +
  • 9
  • +
  • 10
  • +
  • 11
  • +
  • 12
  • +
+ +
+ + + +
+

+ To arrange sortable items as a grid, give them identical dimensions and + float them using CSS. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/empty-lists.html b/client/lib/jquery-ui/development-bundle/demos/sortable/empty-lists.html new file mode 100755 index 0000000..ac269df --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/empty-lists.html @@ -0,0 +1,69 @@ + + + + + jQuery UI Sortable - Handle empty lists + + + + + + + + + + + +
+ +
    +
  • Can be dropped..
  • +
  • ..on an empty list
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
    +
  • Cannot be dropped..
  • +
  • ..on an empty list
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
+ +
    +
+ +
+ +
+ + + +
+

+ Prevent all items in a list from being dropped into a separate, empty list + using the dropOnEmpty option set to false. By default, + sortable items can be dropped on empty lists. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/index.html b/client/lib/jquery-ui/development-bundle/demos/sortable/index.html new file mode 100755 index 0000000..b307ef7 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/index.html @@ -0,0 +1,26 @@ + + + + + jQuery UI Sortable Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/items.html b/client/lib/jquery-ui/development-bundle/demos/sortable/items.html new file mode 100755 index 0000000..8858b30 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/items.html @@ -0,0 +1,70 @@ + + + + + jQuery UI Sortable - Include / exclude items + + + + + + + + + + + +
+ +

Specify which items are sortable:

+ +
    +
  • Item 1
  • +
  • (I'm not sortable or a drop target)
  • +
  • (I'm not sortable or a drop target)
  • +
  • Item 4
  • +
+ +

Cancel sorting (but keep as drop targets):

+ +
    +
  • Item 1
  • +
  • (I'm not sortable)
  • +
  • (I'm not sortable)
  • +
  • Item 4
  • +
+ +
+ + + +
+

+ Specify which items are eligible to sort by passing a jQuery selector into + the items option. Items excluded from this option are not + sortable, nor are they valid targets for sortable items. +

+

+ To only prevent sorting on certain items, pass a jQuery selector into the + cancel option. Cancelled items remain valid sort targets for + others. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/placeholder.html b/client/lib/jquery-ui/development-bundle/demos/sortable/placeholder.html new file mode 100755 index 0000000..400c8dc --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/placeholder.html @@ -0,0 +1,56 @@ + + + + + jQuery UI Sortable - Drop placeholder + + + + + + + + + + + +
+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
  • Item 4
  • +
  • Item 5
  • +
  • Item 6
  • +
  • Item 7
  • +
+ +
+ + + +
+

+ When dragging a sortable item to a new location, other items will make room + for the that item by shifting to allow white space between them. Pass a + class into the placeholder option to style that space to + be visible. Use the boolean forcePlaceholderSize option + to set dimensions on the placeholder. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/sortable/portlets.html b/client/lib/jquery-ui/development-bundle/demos/sortable/portlets.html new file mode 100755 index 0000000..fc72c82 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/sortable/portlets.html @@ -0,0 +1,96 @@ + + + + + jQuery UI Sortable - Portlets + + + + + + + + + + + +
+ +
+ +
+
Feeds
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+
News
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+ +
+ +
+
Shopping
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+ +
+ +
+
Links
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+
Images
+
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
+
+ +
+ +
+ + + +
+

+ Enable portlets (styled divs) as sortables and use the connectWith + option to allow sorting between columns. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/switchClass/default.html b/client/lib/jquery-ui/development-bundle/demos/switchClass/default.html new file mode 100755 index 0000000..d7257af --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/switchClass/default.html @@ -0,0 +1,47 @@ + + + + + jQuery UI Effects - switchClass Demo + + + + + + + + + +
+ +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+Run Effect + +
+ + + +
+

Click the button above to preview the effect.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/switchClass/index.html b/client/lib/jquery-ui/development-bundle/demos/switchClass/index.html new file mode 100755 index 0000000..f5bd6a0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/switchClass/index.html @@ -0,0 +1,18 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/ajax.html b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax.html new file mode 100755 index 0000000..da976ae --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax.html @@ -0,0 +1,53 @@ + + + + + jQuery UI Tabs - Content via Ajax + + + + + + + + + + +
+ +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+ +
+ + + +
+

Fetch external content via Ajax for the tabs by setting an href value in the tab links. While the Ajax request is waiting for a response, the tab label changes to say "Loading...", then returns to the normal label once loaded.

+

Tabs 3 and 4 demonstrate slow-loading and broken AJAX tabs, and how to handle serverside errors in those cases. Note: These two require a webserver to interpret PHP. They won't work from the filesystem.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content1.html b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content1.html new file mode 100755 index 0000000..472bdfb --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content1.html @@ -0,0 +1,4 @@ +

This content was loaded via ajax.

+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+

Mauris vitae ante. Curabitur augue. Nulla purus nibh, lobortis ut, feugiat at, aliquam id, purus. Sed venenatis, lorem venenatis volutpat commodo, purus quam lacinia justo, mattis interdum pede pede a odio. Fusce nibh. Morbi nisl mauris, dapibus in, tristique eget, accumsan et, pede. Donec mauris risus, pulvinar ut, faucibus eu, mollis in, nunc. In augue massa, commodo a, cursus vehicula, varius eu, dui. Suspendisse sodales suscipit lorem. Morbi malesuada, eros quis condimentum dignissim, lectus nibh tristique urna, non bibendum diam massa vel risus. Morbi suscipit. Proin egestas, eros at scelerisque scelerisque, dolor lacus fringilla lacus, ut ullamcorper mi magna at quam. Aliquam sed elit. Aliquam turpis purus, congue quis, iaculis id, ullamcorper sit amet, justo. Maecenas sed mauris. Proin magna justo, interdum in, tincidunt eu, viverra eu, turpis. Suspendisse mollis. In magna. Phasellus pellentesque, urna pellentesque convallis pellentesque, augue sem blandit pede, at rhoncus libero nisl a odio.

+

Sed vitae nibh non magna semper tempor. Duis dolor. Nam congue laoreet arcu. Fusce lobortis enim quis ligula. Maecenas commodo odio id mi. Maecenas scelerisque tellus eu odio. Etiam dolor purus, lacinia a, imperdiet in, aliquam et, eros. In pellentesque. Nullam ac massa. Integer et turpis. Ut quam augue, congue non, imperdiet id, eleifend ac, nisi. Etiam ac arcu. Cras iaculis accumsan erat. Nullam vulputate sapien nec nisi pretium rhoncus. Aliquam a nibh. Vivamus est ante, fermentum a, tincidunt ut, imperdiet nec, velit. Aenean non tortor. Sed nec mauris eget tellus condimentum rutrum.

\ No newline at end of file diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content2.html b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content2.html new file mode 100755 index 0000000..18b03e4 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content2.html @@ -0,0 +1,4 @@ +

This other content was loaded via ajax.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec turpis justo, et facilisis ligula. In congue interdum odio, a scelerisque eros posuere ac. Aenean massa tellus, dictum sit amet laoreet ut, aliquam in orci. Duis eu aliquam ligula. Nullam vel placerat ligula. Fusce venenatis viverra dictum. Phasellus dui dolor, imperdiet in sodales at, mattis sed libero. Morbi ac ipsum ligula. Quisque suscipit dui vel diam pretium nec cursus lacus malesuada. Donec sollicitudin, eros eget dignissim mollis, risus leo feugiat tellus, vel posuere nisl ipsum eu erat. Quisque posuere lacinia imperdiet. Quisque nunc leo, elementum quis ultricies et, vehicula sit amet turpis. Nullam sed nunc nec nibh condimentum mattis. Quisque sed ligula sit amet nisi ultricies bibendum eget id nisi.

+

Proin ut erat vel nunc tincidunt commodo. Curabitur feugiat, nisi et vehicula viverra, nisl orci eleifend arcu, sed blandit lectus nisl quis nisi. In hac habitasse platea dictumst. In hac habitasse platea dictumst. Aenean rutrum gravida velit ac imperdiet. Integer vitae arcu risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin tincidunt orci at leo egestas porta. Vivamus ac augue et enim bibendum hendrerit ut id urna. Donec sollicitudin pulvinar turpis vitae scelerisque. Etiam tempor porttitor est sed blandit. Phasellus varius consequat leo eget tincidunt. Aliquam ac dui lectus. In et consectetur orci. Duis posuere nulla ac turpis faucibus vestibulum. Sed ut velit et dolor rhoncus dapibus. Sed sit amet pellentesque est.

+

Nam in volutpat orci. Morbi sit amet orci in erat egestas dignissim. Etiam mi sapien, tempus sed iaculis a, adipiscing quis tellus. Suspendisse potenti. Nam malesuada tristique vestibulum. In tempor tellus dignissim neque consectetur eu vestibulum nisl pellentesque. Phasellus ultrices cursus velit, id aliquam nisl fringilla quis. Cras varius elit sed urna ultrices congue. Sed ornare odio sed velit pellentesque id varius nisl sodales. Sed auctor ligula egestas mi pharetra ut consectetur erat pharetra.

\ No newline at end of file diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content3-slow.php b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content3-slow.php new file mode 100755 index 0000000..7ad43ec --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content3-slow.php @@ -0,0 +1,7 @@ + +

This content was loaded via ajax, though it took a second.

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec turpis justo, et facilisis ligula. In congue interdum odio, a scelerisque eros posuere ac. Aenean massa tellus, dictum sit amet laoreet ut, aliquam in orci. Duis eu aliquam ligula. Nullam vel placerat ligula. Fusce venenatis viverra dictum. Phasellus dui dolor, imperdiet in sodales at, mattis sed libero. Morbi ac ipsum ligula. Quisque suscipit dui vel diam pretium nec cursus lacus malesuada. Donec sollicitudin, eros eget dignissim mollis, risus leo feugiat tellus, vel posuere nisl ipsum eu erat. Quisque posuere lacinia imperdiet. Quisque nunc leo, elementum quis ultricies et, vehicula sit amet turpis. Nullam sed nunc nec nibh condimentum mattis. Quisque sed ligula sit amet nisi ultricies bibendum eget id nisi.

+

Proin ut erat vel nunc tincidunt commodo. Curabitur feugiat, nisi et vehicula viverra, nisl orci eleifend arcu, sed blandit lectus nisl quis nisi. In hac habitasse platea dictumst. In hac habitasse platea dictumst. Aenean rutrum gravida velit ac imperdiet. Integer vitae arcu risus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin tincidunt orci at leo egestas porta. Vivamus ac augue et enim bibendum hendrerit ut id urna. Donec sollicitudin pulvinar turpis vitae scelerisque. Etiam tempor porttitor est sed blandit. Phasellus varius consequat leo eget tincidunt. Aliquam ac dui lectus. In et consectetur orci. Duis posuere nulla ac turpis faucibus vestibulum. Sed ut velit et dolor rhoncus dapibus. Sed sit amet pellentesque est.

+

Nam in volutpat orci. Morbi sit amet orci in erat egestas dignissim. Etiam mi sapien, tempus sed iaculis a, adipiscing quis tellus. Suspendisse potenti. Nam malesuada tristique vestibulum. In tempor tellus dignissim neque consectetur eu vestibulum nisl pellentesque. Phasellus ultrices cursus velit, id aliquam nisl fringilla quis. Cras varius elit sed urna ultrices congue. Sed ornare odio sed velit pellentesque id varius nisl sodales. Sed auctor ligula egestas mi pharetra ut consectetur erat pharetra.

\ No newline at end of file diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content4-broken.php b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content4-broken.php new file mode 100755 index 0000000..55ea2fe --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/ajax/content4-broken.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/bottom.html b/client/lib/jquery-ui/development-bundle/demos/tabs/bottom.html new file mode 100755 index 0000000..6d21485 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/bottom.html @@ -0,0 +1,60 @@ + + + + + jQuery UI Tabs - Tabs at bottom + + + + + + + + + + + +
+ +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+ + + +
+

With some additional CSS (for positioning) and JS (to put the right classes on elements) the tabs can be placed below their content.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/collapsible.html b/client/lib/jquery-ui/development-bundle/demos/tabs/collapsible.html new file mode 100755 index 0000000..9c3c261 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/collapsible.html @@ -0,0 +1,55 @@ + + + + + jQuery UI Tabs - Collapse content + + + + + + + + + + +
+ +
+ +
+

Click this tab again to close the content pane.

+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Click this tab again to close the content pane.

+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Click this tab again to close the content pane.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+ + + +
+

Click the selected tab to toggle its content closed/open. To enable this functionality, set the collapsible option to true.

+
collapsible: true
+
+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/cookie.html b/client/lib/jquery-ui/development-bundle/demos/tabs/cookie.html new file mode 100755 index 0000000..e8f9ead --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/cookie.html @@ -0,0 +1,56 @@ + + + + + jQuery UI Tabs - Default functionality + + + + + + + + + + + +
+ +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+ + + +
+

Looks the same as the default demo, but uses cookie to store the selected tab, and restore it when the page (re)loads. +The cookie is stored for a day, so tabs will be restored even after closing the browser. Use cookie: {} for using cookies with default options.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/default.html b/client/lib/jquery-ui/development-bundle/demos/tabs/default.html new file mode 100755 index 0000000..0f51e45 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/default.html @@ -0,0 +1,49 @@ + + + + + jQuery UI Tabs - Default functionality + + + + + + + + + + +
+ +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+ + + +
+

Click tabs to swap between content that is broken into logical sections.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/index.html b/client/lib/jquery-ui/development-bundle/demos/tabs/index.html new file mode 100755 index 0000000..c0d6684 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/index.html @@ -0,0 +1,25 @@ + + + + + jQuery UI Tabs Demos + + + + + + + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/manipulation.html b/client/lib/jquery-ui/development-bundle/demos/tabs/manipulation.html new file mode 100755 index 0000000..a610138 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/manipulation.html @@ -0,0 +1,124 @@ + + + + + jQuery UI Tabs - Simple manipulation + + + + + + + + + + + + + + +
+ +
+
+
+ + + + +
+
+
+ + + +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+ +
+ + + +
+

Simple tabs adding and removing.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/mouseover.html b/client/lib/jquery-ui/development-bundle/demos/tabs/mouseover.html new file mode 100755 index 0000000..f94295b --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/mouseover.html @@ -0,0 +1,53 @@ + + + + + jQuery UI Tabs - Open on mouseover + + + + + + + + + + +
+ +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+ + + +
+

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

+
event: 'mouseover'
+
+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/sortable.html b/client/lib/jquery-ui/development-bundle/demos/tabs/sortable.html new file mode 100755 index 0000000..728fcab --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/sortable.html @@ -0,0 +1,58 @@ + + + + + jQuery UI Tabs - Sortable + + + + + + + + + + + + +
+ +
+ +
+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+ + + +
+

Drag the tabs above to re-order them.

+

+Making tabs sortable is as simple as calling +.sortable() +on the +.ui-tabs-nav +element. +

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/tabs/vertical.html b/client/lib/jquery-ui/development-bundle/demos/tabs/vertical.html new file mode 100755 index 0000000..eec467b --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/tabs/vertical.html @@ -0,0 +1,61 @@ + + + + + jQuery UI Tabs - Vertical Tabs functionality + + + + + + + + + + + +
+ +
+ +
+

Content heading 1

+

Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu. Donec sollicitudin mi sit amet mauris. Nam elementum quam ullamcorper ante. Etiam aliquet massa et lorem. Mauris dapibus lacus auctor risus. Aenean tempor ullamcorper leo. Vivamus sed magna quis ligula eleifend adipiscing. Duis orci. Aliquam sodales tortor vitae ipsum. Aliquam nulla. Duis aliquam molestie erat. Ut et mauris vel pede varius sollicitudin. Sed ut dolor nec orci tincidunt interdum. Phasellus ipsum. Nunc tristique tempus lectus.

+
+
+

Content heading 2

+

Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. Duis scelerisque molestie turpis. Sed fringilla, massa eget luctus malesuada, metus eros molestie lectus, ut tempus eros massa ut dolor. Aenean aliquet fringilla sem. Suspendisse sed ligula in ligula suscipit aliquam. Praesent in eros vestibulum mi adipiscing adipiscing. Morbi facilisis. Curabitur ornare consequat nunc. Aenean vel metus. Ut posuere viverra nulla. Aliquam erat volutpat. Pellentesque convallis. Maecenas feugiat, tellus pellentesque pretium posuere, felis lorem euismod felis, eu ornare leo nisi vel felis. Mauris consectetur tortor et purus.

+
+
+

Content heading 3

+

Mauris eleifend est et turpis. Duis id erat. Suspendisse potenti. Aliquam vulputate, pede vel vehicula accumsan, mi neque rutrum erat, eu congue orci lorem eget lorem. Vestibulum non ante. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce sodales. Quisque eu urna vel enim commodo pellentesque. Praesent eu risus hendrerit ligula tempus pretium. Curabitur lorem enim, pretium nec, feugiat nec, luctus a, lacus.

+

Duis cursus. Maecenas ligula eros, blandit nec, pharetra at, semper at, magna. Nullam ac lacus. Nulla facilisi. Praesent viverra justo vitae neque. Praesent blandit adipiscing velit. Suspendisse potenti. Donec mattis, pede vel pharetra blandit, magna ligula faucibus eros, id euismod lacus dolor eget odio. Nam scelerisque. Donec non libero sed nulla mattis commodo. Ut sagittis. Donec nisi lectus, feugiat porttitor, tempor ac, tempor vitae, pede. Aenean vehicula velit eu tellus interdum rutrum. Maecenas commodo. Pellentesque nec elit. Fusce in lacus. Vivamus a libero vitae lectus hendrerit hendrerit.

+
+
+ +
+ + + +
+

Click tabs to swap between content that is broken into logical sections.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/toggle/default.html b/client/lib/jquery-ui/development-bundle/demos/toggle/default.html new file mode 100755 index 0000000..6e38efe --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/toggle/default.html @@ -0,0 +1,94 @@ + + + + + jQuery UI Effects - Toggle Demo + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

Toggle

+

+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. Nulla lorem metus, adipiscing ut, luctus sed, hendrerit vitae, mi. +

+
+
+ + + +Run Effect +
+ + + +
+

Click the button above to preview the effect.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/toggle/index.html b/client/lib/jquery-ui/development-bundle/demos/toggle/index.html new file mode 100755 index 0000000..f5bd6a0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/toggle/index.html @@ -0,0 +1,18 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/toggleClass/default.html b/client/lib/jquery-ui/development-bundle/demos/toggleClass/default.html new file mode 100755 index 0000000..50f2a82 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/toggleClass/default.html @@ -0,0 +1,46 @@ + + + + + jQuery UI Effects - toggleClass Demo + + + + + + + + + +
+ +
+
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. +
+
+ +Run Effect + +
+ + + +
+

Click the button above to preview the effect.

+
+ + + diff --git a/client/lib/jquery-ui/development-bundle/demos/toggleClass/index.html b/client/lib/jquery-ui/development-bundle/demos/toggleClass/index.html new file mode 100755 index 0000000..f5bd6a0 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/demos/toggleClass/index.html @@ -0,0 +1,18 @@ + + + + + jQuery UI Effects Demos + + + + +
+

Examples

+ +
+ + + diff --git a/client/lib/jquery-ui/development-bundle/docs/accordion.html b/client/lib/jquery-ui/development-bundle/docs/accordion.html new file mode 100755 index 0000000..946f186 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/accordion.html @@ -0,0 +1,1017 @@ + + +
+

jQuery UI Accordion

+
+

Overview

+
+

Make the selected elements Accordion widgets. Semantic requirements:

+

The markup of your accordion container needs pairs of headers and content panels:

+
<div id="accordion">
+    <h3><a href="#">First header</a></h3>
+    <div>First content</div>
+    <h3><a href="#">Second header</a></h3>
+    <div>Second content</div>
+</div>
+

If you use a different element for the header, specify the header-option with an appropriate selector, eg. header: 'a.header'. The content element must be always next to its header.

+

If you have links inside the accordion content and use a-elements as headers, add a class to them and use that as the header, eg. header: 'a.header'.

+

Use activate(Number) to change the active content programmatically.

+

NOTE: If you want multiple sections open at once, don't use an accordion

+

An accordion doesn't allow more than one content panel to be open at the same time, and it takes a lot of effort to do that. If you are looking for a widget that allows more than one content panel to be open, don't use this. Usually it can be written with a few lines of jQuery instead, something like this:

+
jQuery(document).ready(function(){
+	$('.accordion .head').click(function() {
+		$(this).next().toggle();
+		return false;
+	}).next().hide();
+});
+

Or animated:

+
jQuery(document).ready(function(){
+	$('.accordion .head').click(function() {
+		$(this).next().toggle('slow');
+		return false;
+	}).next().hide();
+});
+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
  • UI Effects Core (Optional - only for non-default animations)
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Accordion.
+

+
$("#accordion").accordion();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+  <script>
+  $(document).ready(function() {
+    $("#accordion").accordion();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="accordion">
+	<h3><a href="#">Section 1</a></h3>
+	<div>
+		<p>
+		Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer
+		ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit
+		amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut
+		odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.
+		</p>
+	</div>
+	<h3><a href="#">Section 2</a></h3>
+	<div>
+		<p>
+		Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet
+		purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor
+		velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In
+		suscipit faucibus urna.
+		</p>
+	</div>
+	<h3><a href="#">Section 3</a></h3>
+	<div>
+		<p>
+		Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis.
+		Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero
+		ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis
+		lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.
+		</p>
+		<ul>
+			<li>List item one</li>
+			<li>List item two</li>
+			<li>List item three</li>
+		</ul>
+	</div>
+	<h3><a href="#">Section 4</a></h3>
+	<div>
+		<p>
+		Cras dictum. Pellentesque habitant morbi tristique senectus et netus
+		et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in
+		faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia
+		mauris vel est.
+		</p>
+		<p>
+		Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus.
+		Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
+		inceptos himenaeos.
+		</p>
+	</div>
+</div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the accordion. Can be set when initialising (first creating) the accordion.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the disabled option specified. +
    +
    +
    $( ".selector" ).accordion({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).accordion( "option", "disabled" );
    +//setter
    +$( ".selector" ).accordion( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    active

    +
    +
    Type:
    +
    Selector, Element, jQuery, Boolean, Number
    + +
    Default:
    +
    first child
    + +
    +
    +
    +

    Selector for the active element. Set to false to display none at start. Needs collapsible: true.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the active option specified. +
    +
    +
    $( ".selector" ).accordion({ active: 2 });
    +
    + + +
    + Get or set the active option, after init. +
    +
    +
    //getter
    +var active = $( ".selector" ).accordion( "option", "active" );
    +//setter
    +$( ".selector" ).accordion( "option", "active", 2 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    animated

    +
    +
    Type:
    +
    Boolean, String
    + +
    Default:
    +
    'slide'
    + +
    +
    +
    +

    Choose your favorite animation, or disable them (set to false). In addition to the default, 'bounceslide' and all defined easing methods are supported ('bounceslide' requires UI Effects Core).

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the animated option specified. +
    +
    +
    $( ".selector" ).accordion({ animated: 'bounceslide' });
    +
    + + +
    + Get or set the animated option, after init. +
    +
    +
    //getter
    +var animated = $( ".selector" ).accordion( "option", "animated" );
    +//setter
    +$( ".selector" ).accordion( "option", "animated", 'bounceslide' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    autoHeight

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    If set, the highest content part is used as height reference for all other parts. Provides more consistent animations.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the autoHeight option specified. +
    +
    +
    $( ".selector" ).accordion({ autoHeight: false });
    +
    + + +
    + Get or set the autoHeight option, after init. +
    +
    +
    //getter
    +var autoHeight = $( ".selector" ).accordion( "option", "autoHeight" );
    +//setter
    +$( ".selector" ).accordion( "option", "autoHeight", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    clearStyle

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set, clears height and overflow styles after finishing animations. This enables accordions to work with dynamic content. Won't work together with autoHeight.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the clearStyle option specified. +
    +
    +
    $( ".selector" ).accordion({ clearStyle: true });
    +
    + + +
    + Get or set the clearStyle option, after init. +
    +
    +
    //getter
    +var clearStyle = $( ".selector" ).accordion( "option", "clearStyle" );
    +//setter
    +$( ".selector" ).accordion( "option", "clearStyle", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    collapsible

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Whether all the sections can be closed at once. Allows collapsing the active section by the triggering event (click is the default).

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the collapsible option specified. +
    +
    +
    $( ".selector" ).accordion({ collapsible: true });
    +
    + + +
    + Get or set the collapsible option, after init. +
    +
    +
    //getter
    +var collapsible = $( ".selector" ).accordion( "option", "collapsible" );
    +//setter
    +$( ".selector" ).accordion( "option", "collapsible", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    event

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'click'
    + +
    +
    +
    +

    The event on which to trigger the accordion.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the event option specified. +
    +
    +
    $( ".selector" ).accordion({ event: 'mouseover' });
    +
    + + +
    + Get or set the event option, after init. +
    +
    +
    //getter
    +var event = $( ".selector" ).accordion( "option", "event" );
    +//setter
    +$( ".selector" ).accordion( "option", "event", 'mouseover' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    fillSpace

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set, the accordion completely fills the height of the parent element. Overrides autoheight.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the fillSpace option specified. +
    +
    +
    $( ".selector" ).accordion({ fillSpace: true });
    +
    + + +
    + Get or set the fillSpace option, after init. +
    +
    +
    //getter
    +var fillSpace = $( ".selector" ).accordion( "option", "fillSpace" );
    +//setter
    +$( ".selector" ).accordion( "option", "fillSpace", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    header

    +
    +
    Type:
    +
    Selector, jQuery
    + +
    Default:
    +
    '> li > :first-child,> :not(li):even'
    + +
    +
    +
    +

    Selector for the header element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the header option specified. +
    +
    +
    $( ".selector" ).accordion({ header: 'h3' });
    +
    + + +
    + Get or set the header option, after init. +
    +
    +
    //getter
    +var header = $( ".selector" ).accordion( "option", "header" );
    +//setter
    +$( ".selector" ).accordion( "option", "header", 'h3' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    icons

    +
    +
    Type:
    +
    Object
    + +
    Default:
    +
    { 'header': 'ui-icon-triangle-1-e', 'headerSelected': 'ui-icon-triangle-1-s' }
    + +
    +
    +
    +

    Icons to use for headers. Icons may be specified for 'header' and 'headerSelected', and we recommend using the icons native to the jQuery UI CSS Framework manipulated by jQuery UI ThemeRoller

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the icons option specified. +
    +
    +
    $( ".selector" ).accordion({ icons: { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' } });
    +
    + + +
    + Get or set the icons option, after init. +
    +
    +
    //getter
    +var icons = $( ".selector" ).accordion( "option", "icons" );
    +//setter
    +$( ".selector" ).accordion( "option", "icons", { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' } );
    +
    + +
    +
    +
  • + + +
  • +
    +

    navigation

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set, looks for the anchor that matches location.href and activates it. Great for href-based state-saving. Use navigationFilter to implement your own matcher.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the navigation option specified. +
    +
    +
    $( ".selector" ).accordion({ navigation: true });
    +
    + + +
    + Get or set the navigation option, after init. +
    +
    +
    //getter
    +var navigation = $( ".selector" ).accordion( "option", "navigation" );
    +//setter
    +$( ".selector" ).accordion( "option", "navigation", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    navigationFilter

    +
    +
    Type:
    +
    Function
    + +
    Default:
    +
    + +
    +
    +
    +

    Overwrite the default location.href-matching with your own matcher.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a accordion with the navigationFilter option specified. +
    +
    +
    $( ".selector" ).accordion({ navigationFilter: function(){ ... } });
    +
    + + +
    + Get or set the navigationFilter option, after init. +
    +
    +
    //getter
    +var navigationFilter = $( ".selector" ).accordion( "option", "navigationFilter" );
    +//setter
    +$( ".selector" ).accordion( "option", "navigationFilter", function(){ ... } );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    accordioncreate
    +
    +
    +
    +

    This event is triggered when accordion is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).accordion({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: accordioncreate. +
    +
    +
    $( ".selector" ).bind( "accordioncreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    change

    +
    +
    Type:
    +
    accordionchange
    +
    +
    +
    +

    This event is triggered every time the accordion changes. If the accordion is animated, the event will be triggered upon completion of the animation; otherwise, it is triggered immediately. +

    +
    $('.ui-accordion').bind('accordionchange', function(event, ui) {
    +  ui.newHeader // jQuery object, activated header
    +  ui.oldHeader // jQuery object, previous header
    +  ui.newContent // jQuery object, activated content
    +  ui.oldContent // jQuery object, previous content
    +});

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the change event as an init option. +
    +
    +
    $( ".selector" ).accordion({
    +   change: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the change event by type: accordionchange. +
    +
    +
    $( ".selector" ).bind( "accordionchange", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +

    +

  • +
    +

    changestart

    +
    +
    Type:
    +
    accordionchangestart
    +
    +
    +
    +

    This event is triggered every time the accordion starts to change. +

    +
    $('.ui-accordion').bind('accordionchangestart', function(event, ui) {
    +  ui.newHeader // jQuery object, activated header
    +  ui.oldHeader // jQuery object, previous header
    +  ui.newContent // jQuery object, activated content
    +  ui.oldContent // jQuery object, previous content
    +});

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the changestart event as an init option. +
    +
    +
    $( ".selector" ).accordion({
    +   changestart: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the changestart event by type: accordionchangestart. +
    +
    +
    $( ".selector" ).bind( "accordionchangestart", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .accordion( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the accordion functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + +

    +

  • +
    +

    disable

    +
    +
    Signature:
    +
    .accordion( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the accordion.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .accordion( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the accordion.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .accordion( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any accordion option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .accordion( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple accordion options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .accordion( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-accordion element.

    +
    +
  • + + +
  • +
    +

    activate

    +
    +
    Signature:
    +
    .accordion( "activate" + +, index + + + + + +)
    +
    +
    +
    +

    Activate a content part of the Accordion programmatically. The index can be a zero-indexed number to match the position of the header to close or a Selector matching an element. Pass false to close all (only possible with collapsible:true).

    +
    +
  • + + +
  • +
    +

    resize

    +
    +
    Signature:
    +
    .accordion( "resize" + + + + + + + +)
    +
    +
    +
    +

    Recompute heights of the accordion contents when using the fillSpace option and the container height changed. For example, when the container is a resizable, this method should be called by its resize-event.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Accordion plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.accordion.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <div class="ui-accordion ui-widget ui-helper-reset">
+  <h3 class="ui-accordion-header ui-helper-reset ui-state-active ui-corner-top">
+    <span class="ui-icon ui-icon-triangle-1-s"/>
+    <a href="#">Section 1</a>
+  </h3>
+  <div class="ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active">
+    Section 1 content
+  </div>
+  <h3 class="ui-accordion-header ui-helper-reset ui-state-default ui-corner-all">
+    <span class="ui-icon ui-icon-triangle-1-e"/>
+    <a href="#">Section 2</a>
+  </h3>
+  <div class="ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom">
+    Section 2 content
+  </div>
+  <h3 class="ui-accordion-header ui-helper-reset ui-state-default ui-corner-all">
+    <span class="ui-icon ui-icon-triangle-1-e"/>
+    <a href="#">Section 3</a>
+  </h3>
+  <div class="ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom">
+    Section 3 content
+  </div>
+</div>
+

+ + Note: This is a sample of markup generated by the accordion plugin, not markup you should use to create a accordion. The only markup needed for that is
<div>
+   <h3><a href="#">Section 1</a></h3>
+   <div>
+      Section 1 content
+   </div>
+   <h3><a href="#">Section 2</a></h3>
+   <div>
+      Section 2 content
+   </div>
+   <h3><a href="#">Section 3</a></h3>
+   <div>
+      Section 3 content
+   </div>
+</div>. +
+

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/addClass.html b/client/lib/jquery-ui/development-bundle/docs/addClass.html new file mode 100755 index 0000000..29661c9 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/addClass.html @@ -0,0 +1,109 @@ + + +
+

jQuery UI addClass

+
+

Overview

+
+

addClass( class, [duration] )

+

Adds the specified class to each of the set of matched elements with an optional transition between the states.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Adds the class 'selected' to the matched elements with a one second transition.
+

+
$("p").click(function () {
+      $(this).addClass("selected", 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<style type="text/css">
+  p { cursor: pointer; font-size: 1.2em; }
+  .selected { color:red; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $(this).addClass("selected", 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <p>Click me to add a 'selected' class.</p>
+<p>Click me to add a 'selected' class.</p>
+<p>Click me to add a 'selected' class.</p>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    class

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    One CSS class to add to the elements.

    +
    +
  • + + +
  • +
    +

    duration

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + +
+
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/animate.html b/client/lib/jquery-ui/development-bundle/docs/animate.html new file mode 100755 index 0000000..b5c195e --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/animate.html @@ -0,0 +1,78 @@ +

The jQuery UI effects core extends the animate function to be able to animate colors as well. It's heavily used by the class transition feature and it's able to color animate the following properties: +

+
  • backgroundColor +
  • borderBottomColor +
  • borderLeftColor +
  • borderRightColor +
  • borderTopColor +
  • color +
  • outlineColor +
+

with one of the following combinations: +

+
  • hex (#FF0000) +
  • rgb (rgb(255,255,255)) +
  • names ("black") +
+


+

+
NameType
Example: +
+ +
+A simple color animation.
+

+
$(".block").toggle(function() {
+    $(this).animate({ backgroundColor: "black" }, 1000);
+},function() {
+    $(this).animate({ backgroundColor: "#68BFEF" }, 500);
+});
+
+
+

+

+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+                    "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+  <script src="http://code.jquery.com/jquery-latest.js"></script>
+  
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+
+  <script>
+  $(document).ready(function(){
+    $(".block").toggle(function() {
+    $(this).animate({ backgroundColor: "black" }, 1000);
+},function() {
+    $(this).animate({ backgroundColor: "#68BFEF" }, 500);
+});
+
+  });
+  </script>
+  <style>
+  .block { 
+    color: white;
+    background-color: #68BFEF;
+    width: 150px; 
+    height: 70px;
+    margin: 10px; 
+  }
+  </style>
+</head>
+<body>
+  <div class="block"> Click me</div>
+</body>
+</html>
+
+

+

+

NameType
+

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/autocomplete.html b/client/lib/jquery-ui/development-bundle/docs/autocomplete.html new file mode 100755 index 0000000..5bb726d --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/autocomplete.html @@ -0,0 +1,791 @@ + + +
+

jQuery UI Autocomplete

+
+

Overview

+
+

Autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.

+

By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.

+

This can be used to enter previous selected values, for example you could use Autocomplete for entering tags, to complete an address, you could enter a city name and get the zip code, or maybe enter email addresses from an address book.

+

You can pull data in from a local and/or a remote source: Local is good for small data sets (like an address book with 50 entries), remote is necessary for big data sets, like a database with hundreds or millions of entries to select from.

+

Autocomplete can be customized to work with various data sources, by just specifying the source option. A data source can be:

+
    +
  • an Array with local data
  • +
  • a String, specifying a URL
  • +
  • a Callback
  • +
+

The local data can be a simple Array of Strings, or it contains Objects for each item in the array, with either a label or value property or both. The label property is displayed in the suggestion menu. The value will be inserted into the input element after the user selected something from the menu. If just one property is specified, it will be used for both, eg. if you provide only value-properties, the value will also be used as the label.

+

When a String is used, the Autocomplete plugin expects that string to point to a URL resource that will return JSON data. It can be on the same host or on a different one (must provide JSONP). The request parameter "term" gets added to that URL. The data itself can be in the same format as the local data described above.

+

The third variation, the callback, provides the most flexibility, and can be used to connect any data source to Autocomplete. The callback gets two arguments:

+
    +
  • A request object, with a single property called "term", which refers to the value currently in the text input. For example, when the user entered "new yo" in a city field, the Autocomplete term will equal "new yo".
  • +
  • A response callback, which expects a single argument to contain the data to suggest to the user. This data should be filtered based on the provided term, and can be in any of the formats described above for simple local data (String-Array or Object-Array with label/value/both properties). It's important when providing a custom source callback to handle errors during the request. You must always call the response callback even if you encounter an error. This ensures that the widget always has the correct state.
  • +
+

The label is always treated as text, if you want the label to be treated as html you can use Scott González' html extension. The demos all focus on different variations of the source-option - look for the one that matches your use case, and take a look at the code.

+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
  • UI Position
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Autocomplete.
+

+
$("input#autocomplete").autocomplete({
+    source: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"]
+});
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+  <script>
+  $(document).ready(function() {
+    $("input#autocomplete").autocomplete({
+    source: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"]
+});
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<input id="autocomplete" />
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the autocomplete. Can be set when initialising (first creating) the autocomplete.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a autocomplete with the disabled option specified. +
    +
    +
    $( ".selector" ).autocomplete({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).autocomplete( "option", "disabled" );
    +//setter
    +$( ".selector" ).autocomplete( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    appendTo

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    "body"
    + +
    +
    +
    +

    Which element the menu should be appended to.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a autocomplete with the appendTo option specified. +
    +
    +
    $( ".selector" ).autocomplete({ appendTo: "#someElem" });
    +
    + + +
    + Get or set the appendTo option, after init. +
    +
    +
    //getter
    +var appendTo = $( ".selector" ).autocomplete( "option", "appendTo" );
    +//setter
    +$( ".selector" ).autocomplete( "option", "appendTo", "#someElem" );
    +
    + +
    +
    +
  • + + +
  • +
    +

    delay

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    300
    + +
    +
    +
    +

    The delay in milliseconds the Autocomplete waits after a keystroke to activate itself. A zero-delay makes sense for local data (more responsive), but can produce a lot of load for remote data, while being less responsive.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a autocomplete with the delay option specified. +
    +
    +
    $( ".selector" ).autocomplete({ delay: 0 });
    +
    + + +
    + Get or set the delay option, after init. +
    +
    +
    //getter
    +var delay = $( ".selector" ).autocomplete( "option", "delay" );
    +//setter
    +$( ".selector" ).autocomplete( "option", "delay", 0 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    minLength

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    1
    + +
    +
    +
    +

    The minimum number of characters a user has to type before the Autocomplete activates. Zero is useful for local data with just a few items. Should be increased when there are a lot of items, where a single character would match a few thousand items.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a autocomplete with the minLength option specified. +
    +
    +
    $( ".selector" ).autocomplete({ minLength: 0 });
    +
    + + +
    + Get or set the minLength option, after init. +
    +
    +
    //getter
    +var minLength = $( ".selector" ).autocomplete( "option", "minLength" );
    +//setter
    +$( ".selector" ).autocomplete( "option", "minLength", 0 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    source

    +
    +
    Type:
    +
    String, Array, Callback
    + +
    Default:
    +
    none, must be specified
    + +
    +
    +
    +

    Defines the data to use, must be specified. See Overview section for more details, and look at the various demos. +

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a autocomplete with the source option specified. +
    +
    +
    $( ".selector" ).autocomplete({ source: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"] });
    +
    + + +
    + Get or set the source option, after init. +
    +
    +
    //getter
    +var source = $( ".selector" ).autocomplete( "option", "source" );
    +//setter
    +$( ".selector" ).autocomplete( "option", "source", ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"] );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    autocompletecreate
    +
    +
    +
    +

    This event is triggered when autocomplete is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).autocomplete({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: autocompletecreate. +
    +
    +
    $( ".selector" ).bind( "autocompletecreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + + + + +
  • +
    +

    open

    +
    +
    Type:
    +
    autocompleteopen
    +
    +
    +
    +

    Triggered when the suggestion menu is opened.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the open event as an init option. +
    +
    +
    $( ".selector" ).autocomplete({
    +   open: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the open event by type: autocompleteopen. +
    +
    +
    $( ".selector" ).bind( "autocompleteopen", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    focus

    +
    +
    Type:
    +
    autocompletefocus
    +
    +
    +
    +

    Before focus is moved to an item (not selecting), ui.item refers to the focused item. The default action of focus is to replace the text field's value with the value of the focused item, though only if the focus event was triggered by a keyboard interaction. Canceling this event prevents the value from being updated, but does not prevent the menu item from being focused.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the focus event as an init option. +
    +
    +
    $( ".selector" ).autocomplete({
    +   focus: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the focus event by type: autocompletefocus. +
    +
    +
    $( ".selector" ).bind( "autocompletefocus", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    select

    +
    +
    Type:
    +
    autocompleteselect
    +
    +
    +
    +

    Triggered when an item is selected from the menu; ui.item refers to the selected item. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the select event as an init option. +
    +
    +
    $( ".selector" ).autocomplete({
    +   select: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the select event by type: autocompleteselect. +
    +
    +
    $( ".selector" ).bind( "autocompleteselect", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    close

    +
    +
    Type:
    +
    autocompleteclose
    +
    +
    +
    +

    When the list is hidden - doesn't have to occur together with a change.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the close event as an init option. +
    +
    +
    $( ".selector" ).autocomplete({
    +   close: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the close event by type: autocompleteclose. +
    +
    +
    $( ".selector" ).bind( "autocompleteclose", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    change

    +
    +
    Type:
    +
    autocompletechange
    +
    +
    +
    +

    After an item was selected; ui.item refers to the selected item. Always triggered after the close event.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the change event as an init option. +
    +
    +
    $( ".selector" ).autocomplete({
    +   change: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the change event by type: autocompletechange. +
    +
    +
    $( ".selector" ).bind( "autocompletechange", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .autocomplete( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the autocomplete functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .autocomplete( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the autocomplete.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .autocomplete( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the autocomplete.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .autocomplete( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any autocomplete option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .autocomplete( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple autocomplete options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .autocomplete( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-autocomplete element.

    +
    +
  • + + + + + +
  • +
    +

    close

    +
    +
    Signature:
    +
    .autocomplete( "close" + + + + + + + +)
    +
    +
    +
    +

    Close the Autocomplete menu. Useful in combination with the search method, to close the open menu.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Autocomplete plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.autocomplete.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <input class="ui-autocomplete-input"/>
+<ul class="ui-autocomplete ui-menu ui-widget ui-widget-content ui-corner-all">
+  <li class="ui-menu-item">
+    <a class="ui-corner-all">item 1</a>
+  </li>
+  <li class="ui-menu-item">
+    <a class="ui-corner-all">item 2</a>
+  </li>
+  <li class="ui-menu-item">
+    <a class="ui-corner-all">item 3</a>
+  </li>
+</ul> +

+ + Note: This is a sample of markup generated by the autocomplete plugin, not markup you should use to create a autocomplete. The only markup needed for that is <input/>. + +

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/button.html b/client/lib/jquery-ui/development-bundle/docs/button.html new file mode 100755 index 0000000..bfeee24 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/button.html @@ -0,0 +1,500 @@ + + +
+

jQuery UI Button

+
+

Overview

+
+

Button enhances standard form elements like button, input of type submit or reset or anchors to themable buttons with appropiate mouseover and active styles.

+

In addition to basic push buttons, radio buttons and checkboxes (inputs of type radio and checkbox) can be converted to buttons: Their associated label is styled to appear as the button, while the underlying input is updated on click.

+

In order to group radio buttons, Button also provides an additional widget-method, called Buttonset. Its used by selecting a container element (which contains the radio buttons) and calling buttonset(). Buttonset will also provide visual grouping, and therefore should be used whenever you have a group of buttons. It works by selecting all descendents and applying button() to them. You can enable and disable a buttonset, which will enable and disable all contained buttons. Destroying a buttonset also calls the button's destroy method.

+

When using an input of type button, submit or reset, support is limited to plain text labels with no icons.

+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Button.
+

+
$("button").button();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+  <script>
+  $(document).ready(function() {
+    $("button").button();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<button>Button label</button>
+
+</body>
+</html>
+
+

+

+
+ +
+A simple jQuery UI Button.
+

+
$("#radio").buttonset();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+  <script>
+  $(document).ready(function() {
+    $("#radio").buttonset();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="radio">
+	<input type="radio" id="radio1" name="radio" /><label for="radio1">Choice 1</label>
+	<input type="radio" id="radio2" name="radio" checked="checked" /><label for="radio2">Choice 2</label>
+	<input type="radio" id="radio3" name="radio" /><label for="radio3">Choice 3</label>
+</div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the button. Can be set when initialising (first creating) the button.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a button with the disabled option specified. +
    +
    +
    $( ".selector" ).button({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).button( "option", "disabled" );
    +//setter
    +$( ".selector" ).button( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    text

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    Whether to show any text - when set to false (display no text), icons (see icons option) must be enabled, otherwise it'll be ignored.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a button with the text option specified. +
    +
    +
    $( ".selector" ).button({ text: false });
    +
    + + +
    + Get or set the text option, after init. +
    +
    +
    //getter
    +var text = $( ".selector" ).button( "option", "text" );
    +//setter
    +$( ".selector" ).button( "option", "text", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    icons

    +
    +
    Type:
    +
    Options
    + +
    Default:
    +
    { primary: null, secondary: null }
    + +
    +
    +
    +

    Icons to display, with or without text (see text option). The primary icon is displayed by default on the left of the label text, the secondary by default is on the right. Value for the primary and secondary properties must be a classname (String), eg. "ui-icon-gear". For using only one icon: icons: {primary:'ui-icon-locked'}. For using two icons: icons: {primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'}

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a button with the icons option specified. +
    +
    +
    $( ".selector" ).button({ icons: {primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'} });
    +
    + + +
    + Get or set the icons option, after init. +
    +
    +
    //getter
    +var icons = $( ".selector" ).button( "option", "icons" );
    +//setter
    +$( ".selector" ).button( "option", "icons", {primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'} );
    +
    + +
    +
    +
  • + + +
  • +
    +

    label

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    HTML content of the button, or value attribute
    + +
    +
    +
    +

    Text to show on the button. When not specified (null), the element's html content is used, or its value attribute when it's an input element of type submit or reset; or the html content of the associated label element if its an input of type radio or checkbox

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a button with the label option specified. +
    +
    +
    $( ".selector" ).button({ label: "custom label" });
    +
    + + +
    + Get or set the label option, after init. +
    +
    +
    //getter
    +var label = $( ".selector" ).button( "option", "label" );
    +//setter
    +$( ".selector" ).button( "option", "label", "custom label" );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    buttoncreate
    +
    +
    +
    +

    This event is triggered when button is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).button({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: buttoncreate. +
    +
    +
    $( ".selector" ).bind( "buttoncreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +

    +

    There are no events for this plugin.

    +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .button( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the button functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + +

    +

  • +
    +

    disable

    +
    +
    Signature:
    +
    .button( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the button.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .button( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the button.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .button( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any button option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .button( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple button options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .button( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-button element.

    +
    +
  • + + +
  • +
    +

    refresh

    +
    +
    Signature:
    +
    .button( "refresh" + + + + + + + +)
    +
    +
    +
    +

    Refreshes the visual state of the button. Useful for updating button state after the native element's checked or disabled state is changed programatically.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Button plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.button.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <button class="ui-button ui-button-text-only ui-widget ui-state-default ui-corner-all">
+   <span class="ui-button-text">Button Label</span>
</button> +

+ + Note: This is a sample of markup generated by the button plugin, not markup you should use to create a button. The only markup needed for that is <button>Button Label</button>. + +

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/datepicker.html b/client/lib/jquery-ui/development-bundle/docs/datepicker.html new file mode 100755 index 0000000..4cb78a7 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/datepicker.html @@ -0,0 +1,2570 @@ + + +
+

jQuery UI Datepicker

+
+

Overview

+
+

The jQuery UI Datepicker is a highly configurable plugin that adds datepicker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges and add in buttons and other navigation options easily.

+

By default, the datepicker calendar opens in a small overlay onFocus and closes automatically onBlur or when a date is selected. For an inline calendar, simply attach the datepicker to a div or span. +

You can use keyboard shortcuts to drive the datepicker: +

+
    +
  • page up/down - previous/next month
  • +
  • ctrl+page up/down - previous/next year
  • +
  • ctrl+home - current month or open when closed
  • +
  • ctrl+left/right - previous/next day
  • +
  • ctrl+up/down - previous/next week
  • +
  • enter - accept the selected date
  • +
  • ctrl+end - close and erase the date
  • +
  • escape - close the datepicker without selection
  • +
+

Utility functions

+ +

Localization

+

Datepicker provides support for localizing its content to cater for different languages + and date formats. Each localization is contained within its own file with the + language code appended to the name, e.g. jquery.ui.datepicker-fr.js for French. + The desired localization file should be include after the main datepicker code. They add their settings to the set + of available localizations and automatically apply them as defaults for all instances.

+

The $.datepicker.regional attribute holds an array of localizations, + indexed by language code, with '' referring to the default (English). Each entry is + an object with the following attributes: closeText, prevText, + nextText, currentText, monthNames, + monthNamesShort, dayNames, dayNamesShort, + dayNamesMin, weekHeader, dateFormat, + firstDay, isRTL, showMonthAfterYear, + and yearSuffix.

+

You can restore the default localizations with:

+

$.datepicker.setDefaults($.datepicker.regional['']); +

+

And can then override an individual datepicker for a specific locale:

+

$(selector).datepicker($.datepicker.regional['fr']); +

+The localization files are also available in the UI svn: http://jquery-ui.googlecode.com/svn/trunk/ui/i18n/ +
+
+

Dependencies

+
    +
  • UI Core
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Datepicker.
+

+
$("#datepicker").datepicker();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+  <script>
+  $(document).ready(function() {
+    $("#datepicker").datepicker();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div type="text" id="datepicker"></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the datepicker. Can be set when initialising (first creating) the datepicker.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the disabled option specified. +
    +
    +
    $( ".selector" ).datepicker({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).datepicker( "option", "disabled" );
    +//setter
    +$( ".selector" ).datepicker( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    altField

    +
    +
    Type:
    +
    Selector, jQuery, Element
    + +
    Default:
    +
    ''
    + +
    +
    +
    +

    The jQuery selector for another field that is to be updated with the selected date from the datepicker. Use the altFormat setting to change the format of the date within this field. Leave as blank for no alternate field.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the altField option specified. +
    +
    +
    $( ".selector" ).datepicker({ altField: '#actualDate' });
    +
    + + +
    + Get or set the altField option, after init. +
    +
    +
    //getter
    +var altField = $( ".selector" ).datepicker( "option", "altField" );
    +//setter
    +$( ".selector" ).datepicker( "option", "altField", '#actualDate' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    altFormat

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    ''
    + +
    +
    +
    +

    The dateFormat to be used for the altField option. This allows one date format to be shown to the user for selection purposes, while a different format is actually sent behind the scenes. For a full list of the possible formats see the formatDate function

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the altFormat option specified. +
    +
    +
    $( ".selector" ).datepicker({ altFormat: 'yy-mm-dd' });
    +
    + + +
    + Get or set the altFormat option, after init. +
    +
    +
    //getter
    +var altFormat = $( ".selector" ).datepicker( "option", "altFormat" );
    +//setter
    +$( ".selector" ).datepicker( "option", "altFormat", 'yy-mm-dd' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    appendText

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    ''
    + +
    +
    +
    +

    The text to display after each date field, e.g. to show the required format.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the appendText option specified. +
    +
    +
    $( ".selector" ).datepicker({ appendText: '(yyyy-mm-dd)' });
    +
    + + +
    + Get or set the appendText option, after init. +
    +
    +
    //getter
    +var appendText = $( ".selector" ).datepicker( "option", "appendText" );
    +//setter
    +$( ".selector" ).datepicker( "option", "appendText", '(yyyy-mm-dd)' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    autoSize

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Set to true to automatically resize the input field to accomodate dates in the current dateFormat.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the autoSize option specified. +
    +
    +
    $( ".selector" ).datepicker({ autoSize: true });
    +
    + + +
    + Get or set the autoSize option, after init. +
    +
    +
    //getter
    +var autoSize = $( ".selector" ).datepicker( "option", "autoSize" );
    +//setter
    +$( ".selector" ).datepicker( "option", "autoSize", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    buttonImage

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    ''
    + +
    +
    +
    +

    The URL for the popup button image. If set, buttonText becomes the alt value and is not directly displayed.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the buttonImage option specified. +
    +
    +
    $( ".selector" ).datepicker({ buttonImage: '/images/datepicker.gif' });
    +
    + + +
    + Get or set the buttonImage option, after init. +
    +
    +
    //getter
    +var buttonImage = $( ".selector" ).datepicker( "option", "buttonImage" );
    +//setter
    +$( ".selector" ).datepicker( "option", "buttonImage", '/images/datepicker.gif' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    buttonImageOnly

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Set to true to place an image after the field to use as the trigger without it appearing on a button.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the buttonImageOnly option specified. +
    +
    +
    $( ".selector" ).datepicker({ buttonImageOnly: true });
    +
    + + +
    + Get or set the buttonImageOnly option, after init. +
    +
    +
    //getter
    +var buttonImageOnly = $( ".selector" ).datepicker( "option", "buttonImageOnly" );
    +//setter
    +$( ".selector" ).datepicker( "option", "buttonImageOnly", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    buttonText

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    '...'
    + +
    +
    +
    +

    The text to display on the trigger button. Use in conjunction with showOn equal to 'button' or 'both'.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the buttonText option specified. +
    +
    +
    $( ".selector" ).datepicker({ buttonText: 'Choose' });
    +
    + + +
    + Get or set the buttonText option, after init. +
    +
    +
    //getter
    +var buttonText = $( ".selector" ).datepicker( "option", "buttonText" );
    +//setter
    +$( ".selector" ).datepicker( "option", "buttonText", 'Choose' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    calculateWeek

    +
    +
    Type:
    +
    Function
    + +
    Default:
    +
    $.datepicker.iso8601Week
    + +
    +
    +
    +

    A function to calculate the week of the year for a given date. The default implementation uses the ISO 8601 definition: weeks start on a Monday; the first week of the year contains the first Thursday of the year.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the calculateWeek option specified. +
    +
    +
    $( ".selector" ).datepicker({ calculateWeek: myWeekCalc });
    +
    + + +
    + Get or set the calculateWeek option, after init. +
    +
    +
    //getter
    +var calculateWeek = $( ".selector" ).datepicker( "option", "calculateWeek" );
    +//setter
    +$( ".selector" ).datepicker( "option", "calculateWeek", myWeekCalc );
    +
    + +
    +
    +
  • + + +
  • +
    +

    changeMonth

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Allows you to change the month by selecting from a drop-down list. You can enable this feature by setting the attribute to true.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the changeMonth option specified. +
    +
    +
    $( ".selector" ).datepicker({ changeMonth: true });
    +
    + + +
    + Get or set the changeMonth option, after init. +
    +
    +
    //getter
    +var changeMonth = $( ".selector" ).datepicker( "option", "changeMonth" );
    +//setter
    +$( ".selector" ).datepicker( "option", "changeMonth", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    changeYear

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Allows you to change the year by selecting from a drop-down list. You can enable this feature by setting the attribute to true. Use the yearRange option to control which years are made available for selection.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the changeYear option specified. +
    +
    +
    $( ".selector" ).datepicker({ changeYear: true });
    +
    + + +
    + Get or set the changeYear option, after init. +
    +
    +
    //getter
    +var changeYear = $( ".selector" ).datepicker( "option", "changeYear" );
    +//setter
    +$( ".selector" ).datepicker( "option", "changeYear", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    closeText

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'Done'
    + +
    +
    +
    +

    The text to display for the close link. This attribute is one of the regionalisation attributes. Use the showButtonPanel to display this button.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the closeText option specified. +
    +
    +
    $( ".selector" ).datepicker({ closeText: 'X' });
    +
    + + +
    + Get or set the closeText option, after init. +
    +
    +
    //getter
    +var closeText = $( ".selector" ).datepicker( "option", "closeText" );
    +//setter
    +$( ".selector" ).datepicker( "option", "closeText", 'X' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    constrainInput

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    When true entry in the input field is constrained to those characters allowed by the current dateFormat.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the constrainInput option specified. +
    +
    +
    $( ".selector" ).datepicker({ constrainInput: false });
    +
    + + +
    + Get or set the constrainInput option, after init. +
    +
    +
    //getter
    +var constrainInput = $( ".selector" ).datepicker( "option", "constrainInput" );
    +//setter
    +$( ".selector" ).datepicker( "option", "constrainInput", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    currentText

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'Today'
    + +
    +
    +
    +

    The text to display for the current day link. This attribute is one of the regionalisation attributes. Use the showButtonPanel to display this button.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the currentText option specified. +
    +
    +
    $( ".selector" ).datepicker({ currentText: 'Now' });
    +
    + + +
    + Get or set the currentText option, after init. +
    +
    +
    //getter
    +var currentText = $( ".selector" ).datepicker( "option", "currentText" );
    +//setter
    +$( ".selector" ).datepicker( "option", "currentText", 'Now' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    dateFormat

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'mm/dd/yy'
    + +
    +
    +
    +

    The format for parsed and displayed dates. This attribute is one of the regionalisation attributes. For a full list of the possible formats see the formatDate function.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the dateFormat option specified. +
    +
    +
    $( ".selector" ).datepicker({ dateFormat: 'yy-mm-dd' });
    +
    + + +
    + Get or set the dateFormat option, after init. +
    +
    +
    //getter
    +var dateFormat = $( ".selector" ).datepicker( "option", "dateFormat" );
    +//setter
    +$( ".selector" ).datepicker( "option", "dateFormat", 'yy-mm-dd' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    dayNames

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
    + +
    +
    +
    +

    The list of long day names, starting from Sunday, for use as requested via the dateFormat setting. They also appear as popup hints when hovering over the corresponding column headings. This attribute is one of the regionalisation attributes.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the dayNames option specified. +
    +
    +
    $( ".selector" ).datepicker({ dayNames: ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'] });
    +
    + + +
    + Get or set the dayNames option, after init. +
    +
    +
    //getter
    +var dayNames = $( ".selector" ).datepicker( "option", "dayNames" );
    +//setter
    +$( ".selector" ).datepicker( "option", "dayNames", ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    dayNamesMin

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa']
    + +
    +
    +
    +

    The list of minimised day names, starting from Sunday, for use as column headers within the datepicker. This attribute is one of the regionalisation attributes.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the dayNamesMin option specified. +
    +
    +
    $( ".selector" ).datepicker({ dayNamesMin: ['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'] });
    +
    + + +
    + Get or set the dayNamesMin option, after init. +
    +
    +
    //getter
    +var dayNamesMin = $( ".selector" ).datepicker( "option", "dayNamesMin" );
    +//setter
    +$( ".selector" ).datepicker( "option", "dayNamesMin", ['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    dayNamesShort

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
    + +
    +
    +
    +

    The list of abbreviated day names, starting from Sunday, for use as requested via the dateFormat setting. This attribute is one of the regionalisation attributes.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the dayNamesShort option specified. +
    +
    +
    $( ".selector" ).datepicker({ dayNamesShort: ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'] });
    +
    + + +
    + Get or set the dayNamesShort option, after init. +
    +
    +
    //getter
    +var dayNamesShort = $( ".selector" ).datepicker( "option", "dayNamesShort" );
    +//setter
    +$( ".selector" ).datepicker( "option", "dayNamesShort", ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    defaultDate

    +
    +
    Type:
    +
    Date, Number, String
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    Set the date to highlight on first opening if the field is blank. Specify either an actual date via a Date object or as a string in the current dateFormat, or a number of days from today (e.g. +7) or a string of values and periods ('y' for years, 'm' for months, 'w' for weeks, 'd' for days, e.g. '+1m +7d'), or null for today.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the defaultDate option specified. +
    +
    +
    $( ".selector" ).datepicker({ defaultDate: +7 });
    +
    + + +
    + Get or set the defaultDate option, after init. +
    +
    +
    //getter
    +var defaultDate = $( ".selector" ).datepicker( "option", "defaultDate" );
    +//setter
    +$( ".selector" ).datepicker( "option", "defaultDate", +7 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    duration

    +
    +
    Type:
    +
    String, Number
    + +
    Default:
    +
    'normal'
    + +
    +
    +
    +

    Control the speed at which the datepicker appears, it may be a time in milliseconds or a string representing one of the three predefined speeds ("slow", "normal", "fast").

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the duration option specified. +
    +
    +
    $( ".selector" ).datepicker({ duration: 'slow' });
    +
    + + +
    + Get or set the duration option, after init. +
    +
    +
    //getter
    +var duration = $( ".selector" ).datepicker( "option", "duration" );
    +//setter
    +$( ".selector" ).datepicker( "option", "duration", 'slow' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    firstDay

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    Set the first day of the week: Sunday is 0, Monday is 1, ... This attribute is one of the regionalisation attributes.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the firstDay option specified. +
    +
    +
    $( ".selector" ).datepicker({ firstDay: 1 });
    +
    + + +
    + Get or set the firstDay option, after init. +
    +
    +
    //getter
    +var firstDay = $( ".selector" ).datepicker( "option", "firstDay" );
    +//setter
    +$( ".selector" ).datepicker( "option", "firstDay", 1 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    gotoCurrent

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    When true the current day link moves to the currently selected date instead of today.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the gotoCurrent option specified. +
    +
    +
    $( ".selector" ).datepicker({ gotoCurrent: true });
    +
    + + +
    + Get or set the gotoCurrent option, after init. +
    +
    +
    //getter
    +var gotoCurrent = $( ".selector" ).datepicker( "option", "gotoCurrent" );
    +//setter
    +$( ".selector" ).datepicker( "option", "gotoCurrent", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    hideIfNoPrevNext

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Normally the previous and next links are disabled when not applicable (see minDate/maxDate). You can hide them altogether by setting this attribute to true.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the hideIfNoPrevNext option specified. +
    +
    +
    $( ".selector" ).datepicker({ hideIfNoPrevNext: true });
    +
    + + +
    + Get or set the hideIfNoPrevNext option, after init. +
    +
    +
    //getter
    +var hideIfNoPrevNext = $( ".selector" ).datepicker( "option", "hideIfNoPrevNext" );
    +//setter
    +$( ".selector" ).datepicker( "option", "hideIfNoPrevNext", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    isRTL

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    True if the current language is drawn from right to left. This attribute is one of the regionalisation attributes.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the isRTL option specified. +
    +
    +
    $( ".selector" ).datepicker({ isRTL: true });
    +
    + + +
    + Get or set the isRTL option, after init. +
    +
    +
    //getter
    +var isRTL = $( ".selector" ).datepicker( "option", "isRTL" );
    +//setter
    +$( ".selector" ).datepicker( "option", "isRTL", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    maxDate

    +
    +
    Type:
    +
    Date, Number, String
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    Set a maximum selectable date via a Date object or as a string in the current dateFormat, or a number of days from today (e.g. +7) or a string of values and periods ('y' for years, 'm' for months, 'w' for weeks, 'd' for days, e.g. '+1m +1w'), or null for no limit.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the maxDate option specified. +
    +
    +
    $( ".selector" ).datepicker({ maxDate: '+1m +1w' });
    +
    + + +
    + Get or set the maxDate option, after init. +
    +
    +
    //getter
    +var maxDate = $( ".selector" ).datepicker( "option", "maxDate" );
    +//setter
    +$( ".selector" ).datepicker( "option", "maxDate", '+1m +1w' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    minDate

    +
    +
    Type:
    +
    Date, Number, String
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    Set a minimum selectable date via a Date object or as a string in the current dateFormat, or a number of days from today (e.g. +7) or a string of values and periods ('y' for years, 'm' for months, 'w' for weeks, 'd' for days, e.g. '-1y -1m'), or null for no limit.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the minDate option specified. +
    +
    +
    $( ".selector" ).datepicker({ minDate: new Date(2007, 1 - 1, 1) });
    +
    + + +
    + Get or set the minDate option, after init. +
    +
    +
    //getter
    +var minDate = $( ".selector" ).datepicker( "option", "minDate" );
    +//setter
    +$( ".selector" ).datepicker( "option", "minDate", new Date(2007, 1 - 1, 1) );
    +
    + +
    +
    +
  • + + +
  • +
    +

    monthNames

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
    + +
    +
    +
    +

    The list of full month names, for use as requested via the dateFormat setting. This attribute is one of the regionalisation attributes.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the monthNames option specified. +
    +
    +
    $( ".selector" ).datepicker({ monthNames: ['Januar','Februar','Marts','April','Maj','Juni','Juli','August','September','Oktober','November','December'] });
    +
    + + +
    + Get or set the monthNames option, after init. +
    +
    +
    //getter
    +var monthNames = $( ".selector" ).datepicker( "option", "monthNames" );
    +//setter
    +$( ".selector" ).datepicker( "option", "monthNames", ['Januar','Februar','Marts','April','Maj','Juni','Juli','August','September','Oktober','November','December'] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    monthNamesShort

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
    + +
    +
    +
    +

    The list of abbreviated month names, as used in the month header on each datepicker and as requested via the dateFormat setting. This attribute is one of the regionalisation attributes.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the monthNamesShort option specified. +
    +
    +
    $( ".selector" ).datepicker({ monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun','Jul','Aug','Sep','Okt','Nov','Dec'] });
    +
    + + +
    + Get or set the monthNamesShort option, after init. +
    +
    +
    //getter
    +var monthNamesShort = $( ".selector" ).datepicker( "option", "monthNamesShort" );
    +//setter
    +$( ".selector" ).datepicker( "option", "monthNamesShort", ['Jan','Feb','Mar','Apr','Maj','Jun','Jul','Aug','Sep','Okt','Nov','Dec'] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    navigationAsDateFormat

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    When true the formatDate function is applied to the prevText, nextText, and currentText values before display, allowing them to display the target month names for example.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the navigationAsDateFormat option specified. +
    +
    +
    $( ".selector" ).datepicker({ navigationAsDateFormat: true });
    +
    + + +
    + Get or set the navigationAsDateFormat option, after init. +
    +
    +
    //getter
    +var navigationAsDateFormat = $( ".selector" ).datepicker( "option", "navigationAsDateFormat" );
    +//setter
    +$( ".selector" ).datepicker( "option", "navigationAsDateFormat", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    nextText

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'Next'
    + +
    +
    +
    +

    The text to display for the next month link. This attribute is one of the regionalisation attributes. With the standard ThemeRoller styling, this value is replaced by an icon.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the nextText option specified. +
    +
    +
    $( ".selector" ).datepicker({ nextText: 'Later' });
    +
    + + +
    + Get or set the nextText option, after init. +
    +
    +
    //getter
    +var nextText = $( ".selector" ).datepicker( "option", "nextText" );
    +//setter
    +$( ".selector" ).datepicker( "option", "nextText", 'Later' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    numberOfMonths

    +
    +
    Type:
    +
    Number, Array
    + +
    Default:
    +
    1
    + +
    +
    +
    +

    Set how many months to show at once. The value can be a straight integer, or can be a two-element array to define the number of rows and columns to display.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the numberOfMonths option specified. +
    +
    +
    $( ".selector" ).datepicker({ numberOfMonths: [2, 3] });
    +
    + + +
    + Get or set the numberOfMonths option, after init. +
    +
    +
    //getter
    +var numberOfMonths = $( ".selector" ).datepicker( "option", "numberOfMonths" );
    +//setter
    +$( ".selector" ).datepicker( "option", "numberOfMonths", [2, 3] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    prevText

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'Prev'
    + +
    +
    +
    +

    The text to display for the previous month link. This attribute is one of the regionalisation attributes. With the standard ThemeRoller styling, this value is replaced by an icon.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the prevText option specified. +
    +
    +
    $( ".selector" ).datepicker({ prevText: 'Earlier' });
    +
    + + +
    + Get or set the prevText option, after init. +
    +
    +
    //getter
    +var prevText = $( ".selector" ).datepicker( "option", "prevText" );
    +//setter
    +$( ".selector" ).datepicker( "option", "prevText", 'Earlier' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    selectOtherMonths

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    When true days in other months shown before or after the current month are selectable. This only applies if showOtherMonths is also true.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the selectOtherMonths option specified. +
    +
    +
    $( ".selector" ).datepicker({ selectOtherMonths: true });
    +
    + + +
    + Get or set the selectOtherMonths option, after init. +
    +
    +
    //getter
    +var selectOtherMonths = $( ".selector" ).datepicker( "option", "selectOtherMonths" );
    +//setter
    +$( ".selector" ).datepicker( "option", "selectOtherMonths", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    shortYearCutoff

    +
    +
    Type:
    +
    String, Number
    + +
    Default:
    +
    '+10'
    + +
    +
    +
    +

    Set the cutoff year for determining the century for a date (used in conjunction with dateFormat 'y'). If a numeric value (0-99) is provided then this value is used directly. If a string value is provided then it is converted to a number and added to the current year. Once the cutoff year is calculated, any dates entered with a year value less than or equal to it are considered to be in the current century, while those greater than it are deemed to be in the previous century.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the shortYearCutoff option specified. +
    +
    +
    $( ".selector" ).datepicker({ shortYearCutoff: 50 });
    +
    + + +
    + Get or set the shortYearCutoff option, after init. +
    +
    +
    //getter
    +var shortYearCutoff = $( ".selector" ).datepicker( "option", "shortYearCutoff" );
    +//setter
    +$( ".selector" ).datepicker( "option", "shortYearCutoff", 50 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    showAnim

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'show'
    + +
    +
    +
    +

    Set the name of the animation used to show/hide the datepicker. Use 'show' (the default), 'slideDown', 'fadeIn', any of the show/hide jQuery UI effects, or '' for no animation.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the showAnim option specified. +
    +
    +
    $( ".selector" ).datepicker({ showAnim: 'fold' });
    +
    + + +
    + Get or set the showAnim option, after init. +
    +
    +
    //getter
    +var showAnim = $( ".selector" ).datepicker( "option", "showAnim" );
    +//setter
    +$( ".selector" ).datepicker( "option", "showAnim", 'fold' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    showButtonPanel

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Whether to show the button panel.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the showButtonPanel option specified. +
    +
    +
    $( ".selector" ).datepicker({ showButtonPanel: true });
    +
    + + +
    + Get or set the showButtonPanel option, after init. +
    +
    +
    //getter
    +var showButtonPanel = $( ".selector" ).datepicker( "option", "showButtonPanel" );
    +//setter
    +$( ".selector" ).datepicker( "option", "showButtonPanel", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    showCurrentAtPos

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    Specify where in a multi-month display the current month shows, starting from 0 at the top/left.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the showCurrentAtPos option specified. +
    +
    +
    $( ".selector" ).datepicker({ showCurrentAtPos: 3 });
    +
    + + +
    + Get or set the showCurrentAtPos option, after init. +
    +
    +
    //getter
    +var showCurrentAtPos = $( ".selector" ).datepicker( "option", "showCurrentAtPos" );
    +//setter
    +$( ".selector" ).datepicker( "option", "showCurrentAtPos", 3 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    showMonthAfterYear

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Whether to show the month after the year in the header. This attribute is one of the regionalisation attributes.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the showMonthAfterYear option specified. +
    +
    +
    $( ".selector" ).datepicker({ showMonthAfterYear: true });
    +
    + + +
    + Get or set the showMonthAfterYear option, after init. +
    +
    +
    //getter
    +var showMonthAfterYear = $( ".selector" ).datepicker( "option", "showMonthAfterYear" );
    +//setter
    +$( ".selector" ).datepicker( "option", "showMonthAfterYear", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    showOn

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'focus'
    + +
    +
    +
    +

    Have the datepicker appear automatically when the field receives focus ('focus'), appear only when a button is clicked ('button'), or appear when either event takes place ('both').

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the showOn option specified. +
    +
    +
    $( ".selector" ).datepicker({ showOn: 'both' });
    +
    + + +
    + Get or set the showOn option, after init. +
    +
    +
    //getter
    +var showOn = $( ".selector" ).datepicker( "option", "showOn" );
    +//setter
    +$( ".selector" ).datepicker( "option", "showOn", 'both' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    showOptions

    +
    +
    Type:
    +
    Options
    + +
    Default:
    +
    {}
    + +
    +
    +
    +

    If using one of the jQuery UI effects for showAnim, you can provide additional settings for that animation via this option.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the showOptions option specified. +
    +
    +
    $( ".selector" ).datepicker({ showOptions: {direction: 'up' });
    +
    + + +
    + Get or set the showOptions option, after init. +
    +
    +
    //getter
    +var showOptions = $( ".selector" ).datepicker( "option", "showOptions" );
    +//setter
    +$( ".selector" ).datepicker( "option", "showOptions", {direction: 'up' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    showOtherMonths

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Display dates in other months (non-selectable) at the start or end of the current month. To make these days selectable use selectOtherMonths.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the showOtherMonths option specified. +
    +
    +
    $( ".selector" ).datepicker({ showOtherMonths: true });
    +
    + + +
    + Get or set the showOtherMonths option, after init. +
    +
    +
    //getter
    +var showOtherMonths = $( ".selector" ).datepicker( "option", "showOtherMonths" );
    +//setter
    +$( ".selector" ).datepicker( "option", "showOtherMonths", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    showWeek

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    When true a column is added to show the week of the year. The calculateWeek option determines how the week of the year is calculated. You may also want to change the firstDay option.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the showWeek option specified. +
    +
    +
    $( ".selector" ).datepicker({ showWeek: true });
    +
    + + +
    + Get or set the showWeek option, after init. +
    +
    +
    //getter
    +var showWeek = $( ".selector" ).datepicker( "option", "showWeek" );
    +//setter
    +$( ".selector" ).datepicker( "option", "showWeek", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    stepMonths

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    1
    + +
    +
    +
    +

    Set how many months to move when clicking the Previous/Next links.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the stepMonths option specified. +
    +
    +
    $( ".selector" ).datepicker({ stepMonths: 3 });
    +
    + + +
    + Get or set the stepMonths option, after init. +
    +
    +
    //getter
    +var stepMonths = $( ".selector" ).datepicker( "option", "stepMonths" );
    +//setter
    +$( ".selector" ).datepicker( "option", "stepMonths", 3 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    weekHeader

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'Wk'
    + +
    +
    +
    +

    The text to display for the week of the year column heading. This attribute is one of the regionalisation attributes. Use showWeek to display this column.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the weekHeader option specified. +
    +
    +
    $( ".selector" ).datepicker({ weekHeader: 'W' });
    +
    + + +
    + Get or set the weekHeader option, after init. +
    +
    +
    //getter
    +var weekHeader = $( ".selector" ).datepicker( "option", "weekHeader" );
    +//setter
    +$( ".selector" ).datepicker( "option", "weekHeader", 'W' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    yearRange

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'c-10:c+10'
    + +
    +
    +
    +

    Control the range of years displayed in the year drop-down: either relative to today's year (-nn:+nn), relative to the currently selected year (c-nn:c+nn), absolute (nnnn:nnnn), or combinations of these formats (nnnn:-nn). Note that this option only affects what appears in the drop-down, to restrict which dates may be selected use the minDate and/or maxDate options.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the yearRange option specified. +
    +
    +
    $( ".selector" ).datepicker({ yearRange: '2000:2010' });
    +
    + + +
    + Get or set the yearRange option, after init. +
    +
    +
    //getter
    +var yearRange = $( ".selector" ).datepicker( "option", "yearRange" );
    +//setter
    +$( ".selector" ).datepicker( "option", "yearRange", '2000:2010' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    yearSuffix

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    ''
    + +
    +
    +
    +

    Additional text to display after the year in the month headers. This attribute is one of the regionalisation attributes.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a datepicker with the yearSuffix option specified. +
    +
    +
    $( ".selector" ).datepicker({ yearSuffix: 'CE' });
    +
    + + +
    + Get or set the yearSuffix option, after init. +
    +
    +
    //getter
    +var yearSuffix = $( ".selector" ).datepicker( "option", "yearSuffix" );
    +//setter
    +$( ".selector" ).datepicker( "option", "yearSuffix", 'CE' );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    datepickercreate
    +
    +
    +
    +

    This event is triggered when datepicker is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).datepicker({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: datepickercreate. +
    +
    +
    $( ".selector" ).bind( "datepickercreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    beforeShow

    +
    +
    +
    function(input, inst)
    +
    +
    +
    +

    Can be a function that takes an input field and current datepicker instance and returns an options object to update the datepicker with. It is called just before the datepicker is displayed.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the beforeShow event as an init option. +
    +
    +
    $('.selector').datepicker({
    +   beforeShow: function(input, inst) { ... }
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    beforeShowDay

    +
    +
    +
    function(date)
    +
    +
    +
    +

    The function takes a date as a parameter and must return an array with [0] equal to true/false indicating whether or not this date is selectable, [1] equal to a CSS class name(s) or '' for the default presentation, and [2] an optional popup tooltip for this date. It is called for each day in the datepicker before it is displayed.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the beforeShowDay event as an init option. +
    +
    +
    $('.selector').datepicker({
    +   beforeShowDay: function(date) { ... }
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    onChangeMonthYear

    +
    +
    +
    function(year, month, inst)
    +
    +
    +
    +

    Allows you to define your own event when the datepicker moves to a new month and/or year. The function receives the selected year, month (1-12), and the datepicker instance as parameters. this refers to the associated input field.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the onChangeMonthYear event as an init option. +
    +
    +
    $('.selector').datepicker({
    +   onChangeMonthYear: function(year, month, inst) { ... }
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    onClose

    +
    +
    +
    function(dateText, inst)
    +
    +
    +
    +

    Allows you to define your own event when the datepicker is closed, whether or not a date is selected. The function receives the selected date as text ('' if none) and the datepicker instance as parameters. this refers to the associated input field.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the onClose event as an init option. +
    +
    +
    $('.selector').datepicker({
    +   onClose: function(dateText, inst) { ... }
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    onSelect

    +
    +
    +
    function(dateText, inst)
    +
    +
    +
    +

    Allows you to define your own event when the datepicker is selected. The function receives the selected date as text and the datepicker instance as parameters. this refers to the associated input field.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the onSelect event as an init option. +
    +
    +
    $('.selector').datepicker({
    +   onSelect: function(dateText, inst) { ... }
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .datepicker( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the datepicker functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .datepicker( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the datepicker.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .datepicker( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the datepicker.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .datepicker( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any datepicker option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .datepicker( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple datepicker options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .datepicker( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-datepicker element.

    +
    +
  • + + +
  • +
    +

    dialog

    +
    +
    Signature:
    +
    .datepicker( "dialog" + +, date + +, [onSelect] + +, [settings] + +, [pos] )
    +
    +
    +
    +

    Open a datepicker in a "dialog" box. +

    dateText: the initial date for the date picker as either a Date or a string in the current date format. +

    onSelect: A callback function when a date is selected. The function receives the date text and date picker instance as parameters. +

    settings: The new settings for the date picker. +

    pos: The position of the top/left of the dialog as [x, y] or a MouseEvent that contains the coordinates. If not specified the dialog is centered on the screen.

    +
    +
  • + + +
  • +
    +

    isDisabled

    +
    +
    Signature:
    +
    .datepicker( "isDisabled" + + + + + + + +)
    +
    +
    +
    +

    Determine whether a date picker has been disabled.

    +
    +
  • + + +
  • +
    +

    hide

    +
    +
    Signature:
    +
    .datepicker( "hide" + + + + + + + +)
    +
    +
    +
    +

    Close a previously opened date picker.

    +
    +
  • + + +
  • +
    +

    show

    +
    +
    Signature:
    +
    .datepicker( "show" + + + + + + + +)
    +
    +
    +
    +

    Call up a previously attached date picker.

    +
    +
  • + + +
  • +
    +

    refresh

    +
    +
    Signature:
    +
    .datepicker( "refresh" + + + + + + + +)
    +
    +
    +
    +

    Redraw a date picker, after having made some external modifications.

    +
    +
  • + + +
  • +
    +

    getDate

    +
    +
    Signature:
    +
    .datepicker( "getDate" + + + + + + + +)
    +
    +
    +
    +

    Returns the current date for the datepicker or null if no date has been selected.

    +
    +
  • + + +
  • +
    +

    setDate

    +
    +
    Signature:
    +
    .datepicker( "setDate" + +, date + + + + + +)
    +
    +
    +
    +

    Sets the current date for the datepicker. The new date may be a Date object or a string in the current date format (e.g. '01/26/2009'), a number of days from today (e.g. +7) or a string of values and periods ('y' for years, 'm' for months, 'w' for weeks, 'd' for days, e.g. '+1m +7d'), or null to clear the selected date.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Datepicker plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.datepicker.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <div id="ui-datepicker-div" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible">
+   <div class="ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all">
+      <a class="ui-datepicker-prev ui-corner-all">title="Prev"><span class="ui-icon ui-icon-circle-triangle-w">Prev</span></a>
+      <a class="ui-datepicker-next ui-corner-all" title="Next"><span class="ui-icon ui-icon-circle-triangle-e">Next</span></a>
+      <div class="ui-datepicker-title">
+         <span class="ui-datepicker-month">January</span><span class="ui-datepicker-year">2009</span>
+      </div>
+   </div>
+   <table class="ui-datepicker-calendar">
+      <thead>
+      <tr>
+         <th class="ui-datepicker-week-end"><span title="Sunday">Su</span></th>
+         ...
+      </tr>
+      </thead>
+      <tbody><tr>
+         <td class="ui-datepicker-week-end ui-datepicker-other-month "> 1 </td>
+         ...
+      </tr>
+      </tbody>
+   </table>
+   <div class="ui-datepicker-buttonpane ui-widget-content">
+      <button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all">Today</button>
+      <button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all">Done</button>
+   </div>
+</div>
+

+ + Note: This is a sample of markup generated by the datepicker plugin, not markup you should use to create a datepicker. The only markup needed for that is <input type="text" /> or <div></div>. + +

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/dialog.html b/client/lib/jquery-ui/development-bundle/docs/dialog.html new file mode 100755 index 0000000..73762c3 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/dialog.html @@ -0,0 +1,1697 @@ + + +
+

jQuery UI Dialog

+
+

Overview

+
+

A dialog is a floating window that contains a title bar and a content area. The dialog window can be moved, resized and closed with the 'x' icon by default.

+

If the content length exceeds the maximum height, a scrollbar will automatically appear.

+

A bottom button bar and semi-transparent modal overlay layer are common options that can be added.

+

A call to $(foo).dialog() will initialize a dialog instance and will auto-open the dialog by default. If you want to reuse a dialog, the easiest way is to disable the "auto-open" option with: $(foo).dialog({ autoOpen: false }) and open it with $(foo).dialog('open'). To close it, use $(foo).dialog('close'). A more in-depth explanation with a full demo is available on the Nemikor blog.

+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
  • UI Mouse (Optional; only needed if using UI Draggable or UI Resizable)
  • +
  • UI Draggable (Optional)
  • +
  • UI Resizable (Optional)
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Dialog.
+

+
$("#dialog").dialog();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+  <script>
+  $(document).ready(function() {
+    $("#dialog").dialog();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="dialog" title="Dialog Title">I'm in a dialog</div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the dialog. Can be set when initialising (first creating) the dialog.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the disabled option specified. +
    +
    +
    $( ".selector" ).dialog({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).dialog( "option", "disabled" );
    +//setter
    +$( ".selector" ).dialog( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    autoOpen

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    When autoOpen is true the dialog will open automatically when dialog is called. If false it will stay hidden until .dialog("open") is called on it.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the autoOpen option specified. +
    +
    +
    $( ".selector" ).dialog({ autoOpen: false });
    +
    + + +
    + Get or set the autoOpen option, after init. +
    +
    +
    //getter
    +var autoOpen = $( ".selector" ).dialog( "option", "autoOpen" );
    +//setter
    +$( ".selector" ).dialog( "option", "autoOpen", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    buttons

    +
    +
    Type:
    +
    Object
    + +
    Default:
    +
    { }
    + +
    +
    +
    +

    Specifies which buttons should be displayed on the dialog. The property key is the text of the button. The value is the callback function for when the button is clicked. The context of the callback is the dialog element; if you need access to the button, it is available as the target of the event object. +

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the buttons option specified. +
    +
    +
    $( ".selector" ).dialog({ buttons: { "Ok": function() { $(this).dialog("close"); } } });
    +
    + + +
    + Get or set the buttons option, after init. +
    +
    +
    //getter
    +var buttons = $( ".selector" ).dialog( "option", "buttons" );
    +//setter
    +$( ".selector" ).dialog( "option", "buttons", { "Ok": function() { $(this).dialog("close"); } } );
    +
    + +
    +
    +
  • + + +
  • +
    +

    buttons

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    [ ]
    + +
    +
    +
    +

    Specifies which buttons should be displayed on the dialog. Each element of the array must be an Object defining the properties to set on the button. +

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the buttons option specified. +
    +
    +
    $( ".selector" ).dialog({ buttons: [
    +    {
    +        text: "Ok",
    +        click: function() { $(this).dialog("close"); }
    +    }
    +] });
    +
    + + +
    + Get or set the buttons option, after init. +
    +
    +
    //getter
    +var buttons = $( ".selector" ).dialog( "option", "buttons" );
    +//setter
    +$( ".selector" ).dialog( "option", "buttons", [
    +    {
    +        text: "Ok",
    +        click: function() { $(this).dialog("close"); }
    +    }
    +] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    closeOnEscape

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    Specifies whether the dialog should close when it has focus and the user presses the esacpe (ESC) key.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the closeOnEscape option specified. +
    +
    +
    $( ".selector" ).dialog({ closeOnEscape: false });
    +
    + + +
    + Get or set the closeOnEscape option, after init. +
    +
    +
    //getter
    +var closeOnEscape = $( ".selector" ).dialog( "option", "closeOnEscape" );
    +//setter
    +$( ".selector" ).dialog( "option", "closeOnEscape", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    closeText

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'close'
    + +
    +
    +
    +

    Specifies the text for the close button. Note that the close text is visibly hidden when using a standard theme.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the closeText option specified. +
    +
    +
    $( ".selector" ).dialog({ closeText: 'hide' });
    +
    + + +
    + Get or set the closeText option, after init. +
    +
    +
    //getter
    +var closeText = $( ".selector" ).dialog( "option", "closeText" );
    +//setter
    +$( ".selector" ).dialog( "option", "closeText", 'hide' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    dialogClass

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    ''
    + +
    +
    +
    +

    The specified class name(s) will be added to the dialog, for additional theming.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the dialogClass option specified. +
    +
    +
    $( ".selector" ).dialog({ dialogClass: 'alert' });
    +
    + + +
    + Get or set the dialogClass option, after init. +
    +
    +
    //getter
    +var dialogClass = $( ".selector" ).dialog( "option", "dialogClass" );
    +//setter
    +$( ".selector" ).dialog( "option", "dialogClass", 'alert' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    draggable

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    If set to true, the dialog will be draggable will be draggable by the titlebar.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the draggable option specified. +
    +
    +
    $( ".selector" ).dialog({ draggable: false });
    +
    + + +
    + Get or set the draggable option, after init. +
    +
    +
    //getter
    +var draggable = $( ".selector" ).dialog( "option", "draggable" );
    +//setter
    +$( ".selector" ).dialog( "option", "draggable", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    height

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    'auto'
    + +
    +
    +
    +

    The height of the dialog, in pixels. Specifying 'auto' is also supported to make the dialog adjust based on its content.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the height option specified. +
    +
    +
    $( ".selector" ).dialog({ height: 530 });
    +
    + + +
    + Get or set the height option, after init. +
    +
    +
    //getter
    +var height = $( ".selector" ).dialog( "option", "height" );
    +//setter
    +$( ".selector" ).dialog( "option", "height", 530 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    hide

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    The effect to be used when the dialog is closed.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the hide option specified. +
    +
    +
    $( ".selector" ).dialog({ hide: 'slide' });
    +
    + + +
    + Get or set the hide option, after init. +
    +
    +
    //getter
    +var hide = $( ".selector" ).dialog( "option", "hide" );
    +//setter
    +$( ".selector" ).dialog( "option", "hide", 'slide' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    maxHeight

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    The maximum height to which the dialog can be resized, in pixels.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the maxHeight option specified. +
    +
    +
    $( ".selector" ).dialog({ maxHeight: 400 });
    +
    + + +
    + Get or set the maxHeight option, after init. +
    +
    +
    //getter
    +var maxHeight = $( ".selector" ).dialog( "option", "maxHeight" );
    +//setter
    +$( ".selector" ).dialog( "option", "maxHeight", 400 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    maxWidth

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    The maximum width to which the dialog can be resized, in pixels.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the maxWidth option specified. +
    +
    +
    $( ".selector" ).dialog({ maxWidth: 600 });
    +
    + + +
    + Get or set the maxWidth option, after init. +
    +
    +
    //getter
    +var maxWidth = $( ".selector" ).dialog( "option", "maxWidth" );
    +//setter
    +$( ".selector" ).dialog( "option", "maxWidth", 600 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    minHeight

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    150
    + +
    +
    +
    +

    The minimum height to which the dialog can be resized, in pixels.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the minHeight option specified. +
    +
    +
    $( ".selector" ).dialog({ minHeight: 300 });
    +
    + + +
    + Get or set the minHeight option, after init. +
    +
    +
    //getter
    +var minHeight = $( ".selector" ).dialog( "option", "minHeight" );
    +//setter
    +$( ".selector" ).dialog( "option", "minHeight", 300 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    minWidth

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    150
    + +
    +
    +
    +

    The minimum width to which the dialog can be resized, in pixels.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the minWidth option specified. +
    +
    +
    $( ".selector" ).dialog({ minWidth: 400 });
    +
    + + +
    + Get or set the minWidth option, after init. +
    +
    +
    //getter
    +var minWidth = $( ".selector" ).dialog( "option", "minWidth" );
    +//setter
    +$( ".selector" ).dialog( "option", "minWidth", 400 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    modal

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e. cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the modal option specified. +
    +
    +
    $( ".selector" ).dialog({ modal: true });
    +
    + + +
    + Get or set the modal option, after init. +
    +
    +
    //getter
    +var modal = $( ".selector" ).dialog( "option", "modal" );
    +//setter
    +$( ".selector" ).dialog( "option", "modal", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    position

    +
    +
    Type:
    +
    String, Array
    + +
    Default:
    +
    'center'
    + +
    +
    +
    +

    Specifies where the dialog should be displayed. Possible values:
    1) a single string representing position within viewport: 'center', 'left', 'right', 'top', 'bottom'.
    2) an array containing an x,y coordinate pair in pixel offset from left, top corner of viewport (e.g. [350,100])
    3) an array containing x,y position string values (e.g. ['right','top'] for top right corner).

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the position option specified. +
    +
    +
    $( ".selector" ).dialog({ position: 'top' });
    +
    + + +
    + Get or set the position option, after init. +
    +
    +
    //getter
    +var position = $( ".selector" ).dialog( "option", "position" );
    +//setter
    +$( ".selector" ).dialog( "option", "position", 'top' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    resizable

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    If set to true, the dialog will be resizeable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the resizable option specified. +
    +
    +
    $( ".selector" ).dialog({ resizable: false });
    +
    + + +
    + Get or set the resizable option, after init. +
    +
    +
    //getter
    +var resizable = $( ".selector" ).dialog( "option", "resizable" );
    +//setter
    +$( ".selector" ).dialog( "option", "resizable", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    show

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    The effect to be used when the dialog is opened.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the show option specified. +
    +
    +
    $( ".selector" ).dialog({ show: 'slide' });
    +
    + + +
    + Get or set the show option, after init. +
    +
    +
    //getter
    +var show = $( ".selector" ).dialog( "option", "show" );
    +//setter
    +$( ".selector" ).dialog( "option", "show", 'slide' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    stack

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the stack option specified. +
    +
    +
    $( ".selector" ).dialog({ stack: false });
    +
    + + +
    + Get or set the stack option, after init. +
    +
    +
    //getter
    +var stack = $( ".selector" ).dialog( "option", "stack" );
    +//setter
    +$( ".selector" ).dialog( "option", "stack", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    title

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    ''
    + +
    +
    +
    +

    Specifies the title of the dialog. Any valid HTML may be set as the title. The title can also be specified by the title attribute on the dialog source element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the title option specified. +
    +
    +
    $( ".selector" ).dialog({ title: 'Dialog Title' });
    +
    + + +
    + Get or set the title option, after init. +
    +
    +
    //getter
    +var title = $( ".selector" ).dialog( "option", "title" );
    +//setter
    +$( ".selector" ).dialog( "option", "title", 'Dialog Title' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    width

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    300
    + +
    +
    +
    +

    The width of the dialog, in pixels.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the width option specified. +
    +
    +
    $( ".selector" ).dialog({ width: 460 });
    +
    + + +
    + Get or set the width option, after init. +
    +
    +
    //getter
    +var width = $( ".selector" ).dialog( "option", "width" );
    +//setter
    +$( ".selector" ).dialog( "option", "width", 460 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    zIndex

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    1000
    + +
    +
    +
    +

    The starting z-index for the dialog.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a dialog with the zIndex option specified. +
    +
    +
    $( ".selector" ).dialog({ zIndex: 3999 });
    +
    + + +
    + Get or set the zIndex option, after init. +
    +
    +
    //getter
    +var zIndex = $( ".selector" ).dialog( "option", "zIndex" );
    +//setter
    +$( ".selector" ).dialog( "option", "zIndex", 3999 );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    dialogcreate
    +
    +
    +
    +

    This event is triggered when dialog is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: dialogcreate. +
    +
    +
    $( ".selector" ).bind( "dialogcreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    beforeClose

    +
    +
    Type:
    +
    dialogbeforeclose
    +
    +
    +
    +

    This event is triggered when a dialog attempts to close. If the beforeClose event handler (callback function) returns false, the close will be prevented.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the beforeClose event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   beforeClose: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the beforeClose event by type: dialogbeforeclose. +
    +
    +
    $( ".selector" ).bind( "dialogbeforeclose", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    open

    +
    +
    Type:
    +
    dialogopen
    +
    +
    +
    +

    This event is triggered when dialog is opened.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the open event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   open: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the open event by type: dialogopen. +
    +
    +
    $( ".selector" ).bind( "dialogopen", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    focus

    +
    +
    Type:
    +
    dialogfocus
    +
    +
    +
    +

    This event is triggered when the dialog gains focus.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the focus event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   focus: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the focus event by type: dialogfocus. +
    +
    +
    $( ".selector" ).bind( "dialogfocus", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    dragStart

    +
    +
    Type:
    +
    dialogdragstart
    +
    +
    +
    +

    This event is triggered at the beginning of the dialog being dragged.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the dragStart event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   dragStart: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the dragStart event by type: dialogdragstart. +
    +
    +
    $( ".selector" ).bind( "dialogdragstart", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    drag

    +
    +
    Type:
    +
    dialogdrag
    +
    +
    +
    +

    This event is triggered when the dialog is dragged.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the drag event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   drag: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the drag event by type: dialogdrag. +
    +
    +
    $( ".selector" ).bind( "dialogdrag", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    dragStop

    +
    +
    Type:
    +
    dialogdragstop
    +
    +
    +
    +

    This event is triggered after the dialog has been dragged.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the dragStop event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   dragStop: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the dragStop event by type: dialogdragstop. +
    +
    +
    $( ".selector" ).bind( "dialogdragstop", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    resizeStart

    +
    +
    Type:
    +
    dialogresizestart
    +
    +
    +
    +

    This event is triggered at the beginning of the dialog being resized.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the resizeStart event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   resizeStart: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the resizeStart event by type: dialogresizestart. +
    +
    +
    $( ".selector" ).bind( "dialogresizestart", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    resize

    +
    +
    Type:
    +
    dialogresize
    +
    +
    +
    +

    This event is triggered when the dialog is resized. demo

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the resize event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   resize: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the resize event by type: dialogresize. +
    +
    +
    $( ".selector" ).bind( "dialogresize", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    resizeStop

    +
    +
    Type:
    +
    dialogresizestop
    +
    +
    +
    +

    This event is triggered after the dialog has been resized.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the resizeStop event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   resizeStop: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the resizeStop event by type: dialogresizestop. +
    +
    +
    $( ".selector" ).bind( "dialogresizestop", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    close

    +
    +
    Type:
    +
    dialogclose
    +
    +
    +
    +

    This event is triggered when the dialog is closed.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the close event as an init option. +
    +
    +
    $( ".selector" ).dialog({
    +   close: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the close event by type: dialogclose. +
    +
    +
    $( ".selector" ).bind( "dialogclose", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .dialog( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the dialog functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .dialog( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the dialog.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .dialog( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the dialog.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .dialog( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any dialog option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .dialog( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple dialog options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .dialog( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-dialog element.

    +
    +
  • + + +
  • +
    +

    close

    +
    +
    Signature:
    +
    .dialog( "close" + + + + + + + +)
    +
    +
    +
    +

    Close the dialog.

    +
    +
  • + + +
  • +
    +

    isOpen

    +
    +
    Signature:
    +
    .dialog( "isOpen" + + + + + + + +)
    +
    +
    +
    +

    Returns true if the dialog is currently open.

    +
    +
  • + + +
  • +
    +

    moveToTop

    +
    +
    Signature:
    +
    .dialog( "moveToTop" + + + + + + + +)
    +
    +
    +
    +

    Move the dialog to the top of the dialogs stack.

    +
    +
  • + + +
  • +
    +

    open

    +
    +
    Signature:
    +
    .dialog( "open" + + + + + + + +)
    +
    +
    +
    +

    Open the dialog.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Dialog plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.dialog.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-draggable ui-resizable">
+   <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
+      <span id="ui-dialog-title-dialog" class="ui-dialog-title">Dialog title</span>
+      <a class="ui-dialog-titlebar-close ui-corner-all" href="#"><span class="ui-icon ui-icon-closethick">close</span></a>
+   </div>
+   <div style="height: 200px; min-height: 109px; width: auto;" class="ui-dialog-content ui-widget-content" id="dialog">
+      <p>Dialog content goes here.</p>
+   </div>
+</div>
+

+ + Note: This is a sample of markup generated by the dialog plugin, not markup you should use to create a dialog. The only markup needed for that is <div></div>. + +

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/draggable.html b/client/lib/jquery-ui/development-bundle/docs/draggable.html new file mode 100755 index 0000000..a2ec6ce --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/draggable.html @@ -0,0 +1,1577 @@ + + +
+

jQuery UI Draggable

+
+

Overview

+
+

The jQuery UI Draggable plugin makes selected elements draggable by mouse.

+

Draggable elements gets a class of ui-draggable. During drag the element also gets a class of ui-draggable-dragging. If you want not just drag, but drag-and-drop, see the jQuery UI Droppable plugin, which provides a drop target for draggables.

+

All callbacks (start, stop, drag) receive two arguments: The original browser event and a prepared ui object, view below for a documentation of this object (if you name your second argument 'ui'):

+
    +
  • ui.helper - the jQuery object representing the helper that's being dragged
  • +
  • ui.position - current position of the helper as { top, left } object, relative to the offset element
  • +
  • ui.offset - current absolute position of the helper as { top, left } object, relative to page
  • +
+


+

+

To manipulate the position of a draggable during drag, you can either use a wrapper as the draggable helper and position the wrapped element with absolute positioning, or you can correct internal values like so: $(this).data('draggable').offset.click.top -= x.

+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
  • UI Mouse
  • +
+
+
+

Example

+
+ +

+Initialize a draggable with default options.
+

+
$("#draggable").draggable();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+    #draggable { width: 100px; height: 70px; background: silver; }
+  </style>
+  <script>
+  $(document).ready(function() {
+    $("#draggable").draggable();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="draggable">Drag me</div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the draggable. Can be set when initialising (first creating) the draggable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the disabled option specified. +
    +
    +
    $( ".selector" ).draggable({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).draggable( "option", "disabled" );
    +//setter
    +$( ".selector" ).draggable( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    addClasses

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    If set to false, will prevent the ui-draggable class from being added. This may be desired as a performance optimization when calling .draggable() init on many hundreds of elements.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the addClasses option specified. +
    +
    +
    $( ".selector" ).draggable({ addClasses: false });
    +
    + + +
    + Get or set the addClasses option, after init. +
    +
    +
    //getter
    +var addClasses = $( ".selector" ).draggable( "option", "addClasses" );
    +//setter
    +$( ".selector" ).draggable( "option", "addClasses", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    appendTo

    +
    +
    Type:
    +
    Element, Selector
    + +
    Default:
    +
    'parent'
    + +
    +
    +
    +

    The element passed to or selected by the appendTo option will be used as the draggable helper's container during dragging. By default, the helper is appended to the same container as the draggable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the appendTo option specified. +
    +
    +
    $( ".selector" ).draggable({ appendTo: 'body' });
    +
    + + +
    + Get or set the appendTo option, after init. +
    +
    +
    //getter
    +var appendTo = $( ".selector" ).draggable( "option", "appendTo" );
    +//setter
    +$( ".selector" ).draggable( "option", "appendTo", 'body' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    axis

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Constrains dragging to either the horizontal (x) or vertical (y) axis. Possible values: 'x', 'y'.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the axis option specified. +
    +
    +
    $( ".selector" ).draggable({ axis: 'x' });
    +
    + + +
    + Get or set the axis option, after init. +
    +
    +
    //getter
    +var axis = $( ".selector" ).draggable( "option", "axis" );
    +//setter
    +$( ".selector" ).draggable( "option", "axis", 'x' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    cancel

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    ':input,option'
    + +
    +
    +
    +

    Prevents dragging from starting on specified elements.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the cancel option specified. +
    +
    +
    $( ".selector" ).draggable({ cancel: 'button' });
    +
    + + +
    + Get or set the cancel option, after init. +
    +
    +
    //getter
    +var cancel = $( ".selector" ).draggable( "option", "cancel" );
    +//setter
    +$( ".selector" ).draggable( "option", "cancel", 'button' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    connectToSortable

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Allows the draggable to be dropped onto the specified sortables. If this option is used (helper must be set to 'clone' in order to work flawlessly), a draggable can be dropped onto a sortable list and then becomes part of it. +

    Note: Specifying this option as an array of selectors has been removed.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the connectToSortable option specified. +
    +
    +
    $( ".selector" ).draggable({ connectToSortable: 'ul#myList' });
    +
    + + +
    + Get or set the connectToSortable option, after init. +
    +
    +
    //getter
    +var connectToSortable = $( ".selector" ).draggable( "option", "connectToSortable" );
    +//setter
    +$( ".selector" ).draggable( "option", "connectToSortable", 'ul#myList' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    containment

    +
    +
    Type:
    +
    Selector, Element, String, Array
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Constrains dragging to within the bounds of the specified element or region. Possible string values: 'parent', 'document', 'window', [x1, y1, x2, y2].

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the containment option specified. +
    +
    +
    $( ".selector" ).draggable({ containment: 'parent' });
    +
    + + +
    + Get or set the containment option, after init. +
    +
    +
    //getter
    +var containment = $( ".selector" ).draggable( "option", "containment" );
    +//setter
    +$( ".selector" ).draggable( "option", "containment", 'parent' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    cursor

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'auto'
    + +
    +
    +
    +

    The css cursor during the drag operation.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the cursor option specified. +
    +
    +
    $( ".selector" ).draggable({ cursor: 'crosshair' });
    +
    + + +
    + Get or set the cursor option, after init. +
    +
    +
    //getter
    +var cursor = $( ".selector" ).draggable( "option", "cursor" );
    +//setter
    +$( ".selector" ).draggable( "option", "cursor", 'crosshair' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    cursorAt

    +
    +
    Type:
    +
    Object
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Sets the offset of the dragging helper relative to the mouse cursor. Coordinates can be given as a hash using a combination of one or two keys: { top, left, right, bottom }.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the cursorAt option specified. +
    +
    +
    $( ".selector" ).draggable({ cursorAt: { left: 5 } });
    +
    + + +
    + Get or set the cursorAt option, after init. +
    +
    +
    //getter
    +var cursorAt = $( ".selector" ).draggable( "option", "cursorAt" );
    +//setter
    +$( ".selector" ).draggable( "option", "cursorAt", { left: 5 } );
    +
    + +
    +
    +
  • + + +
  • +
    +

    delay

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    Time in milliseconds after mousedown until dragging should start. This option can be used to prevent unwanted drags when clicking on an element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the delay option specified. +
    +
    +
    $( ".selector" ).draggable({ delay: 500 });
    +
    + + +
    + Get or set the delay option, after init. +
    +
    +
    //getter
    +var delay = $( ".selector" ).draggable( "option", "delay" );
    +//setter
    +$( ".selector" ).draggable( "option", "delay", 500 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    distance

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    1
    + +
    +
    +
    +

    Distance in pixels after mousedown the mouse must move before dragging should start. This option can be used to prevent unwanted drags when clicking on an element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the distance option specified. +
    +
    +
    $( ".selector" ).draggable({ distance: 30 });
    +
    + + +
    + Get or set the distance option, after init. +
    +
    +
    //getter
    +var distance = $( ".selector" ).draggable( "option", "distance" );
    +//setter
    +$( ".selector" ).draggable( "option", "distance", 30 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    grid

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Snaps the dragging helper to a grid, every x and y pixels. Array values: [x, y]

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the grid option specified. +
    +
    +
    $( ".selector" ).draggable({ grid: [50, 20] });
    +
    + + +
    + Get or set the grid option, after init. +
    +
    +
    //getter
    +var grid = $( ".selector" ).draggable( "option", "grid" );
    +//setter
    +$( ".selector" ).draggable( "option", "grid", [50, 20] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    handle

    +
    +
    Type:
    +
    Element, Selector
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If specified, restricts drag start click to the specified element(s).

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the handle option specified. +
    +
    +
    $( ".selector" ).draggable({ handle: 'h2' });
    +
    + + +
    + Get or set the handle option, after init. +
    +
    +
    //getter
    +var handle = $( ".selector" ).draggable( "option", "handle" );
    +//setter
    +$( ".selector" ).draggable( "option", "handle", 'h2' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    helper

    +
    +
    Type:
    +
    String, Function
    + +
    Default:
    +
    'original'
    + +
    +
    +
    +

    Allows for a helper element to be used for dragging display. Possible values: 'original', 'clone', Function. If a function is specified, it must return a DOMElement.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the helper option specified. +
    +
    +
    $( ".selector" ).draggable({ helper: 'clone' });
    +
    + + +
    + Get or set the helper option, after init. +
    +
    +
    //getter
    +var helper = $( ".selector" ).draggable( "option", "helper" );
    +//setter
    +$( ".selector" ).draggable( "option", "helper", 'clone' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    iframeFix

    +
    +
    Type:
    +
    Boolean, Selector
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Prevent iframes from capturing the mousemove events during a drag. Useful in combination with cursorAt, or in any case, if the mouse cursor is not over the helper. If set to true, transparent overlays will be placed over all iframes on the page. If a selector is supplied, the matched iframes will have an overlay placed over them.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the iframeFix option specified. +
    +
    +
    $( ".selector" ).draggable({ iframeFix: true });
    +
    + + +
    + Get or set the iframeFix option, after init. +
    +
    +
    //getter
    +var iframeFix = $( ".selector" ).draggable( "option", "iframeFix" );
    +//setter
    +$( ".selector" ).draggable( "option", "iframeFix", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    opacity

    +
    +
    Type:
    +
    Float
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Opacity for the helper while being dragged.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the opacity option specified. +
    +
    +
    $( ".selector" ).draggable({ opacity: 0.35 });
    +
    + + +
    + Get or set the opacity option, after init. +
    +
    +
    //getter
    +var opacity = $( ".selector" ).draggable( "option", "opacity" );
    +//setter
    +$( ".selector" ).draggable( "option", "opacity", 0.35 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    refreshPositions

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set to true, all droppable positions are calculated on every mousemove. Caution: This solves issues on highly dynamic pages, but dramatically decreases performance.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the refreshPositions option specified. +
    +
    +
    $( ".selector" ).draggable({ refreshPositions: true });
    +
    + + +
    + Get or set the refreshPositions option, after init. +
    +
    +
    //getter
    +var refreshPositions = $( ".selector" ).draggable( "option", "refreshPositions" );
    +//setter
    +$( ".selector" ).draggable( "option", "refreshPositions", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    revert

    +
    +
    Type:
    +
    Boolean, String
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set to true, the element will return to its start position when dragging stops. Possible string values: 'valid', 'invalid'. If set to invalid, revert will only occur if the draggable has not been dropped on a droppable. For valid, it's the other way around.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the revert option specified. +
    +
    +
    $( ".selector" ).draggable({ revert: true });
    +
    + + +
    + Get or set the revert option, after init. +
    +
    +
    //getter
    +var revert = $( ".selector" ).draggable( "option", "revert" );
    +//setter
    +$( ".selector" ).draggable( "option", "revert", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    revertDuration

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    500
    + +
    +
    +
    +

    The duration of the revert animation, in milliseconds. Ignored if revert is false.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the revertDuration option specified. +
    +
    +
    $( ".selector" ).draggable({ revertDuration: 1000 });
    +
    + + +
    + Get or set the revertDuration option, after init. +
    +
    +
    //getter
    +var revertDuration = $( ".selector" ).draggable( "option", "revertDuration" );
    +//setter
    +$( ".selector" ).draggable( "option", "revertDuration", 1000 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    scope

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'default'
    + +
    +
    +
    +

    Used to group sets of draggable and droppable items, in addition to droppable's accept option. A draggable with the same scope value as a droppable will be accepted by the droppable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the scope option specified. +
    +
    +
    $( ".selector" ).draggable({ scope: 'tasks' });
    +
    + + +
    + Get or set the scope option, after init. +
    +
    +
    //getter
    +var scope = $( ".selector" ).draggable( "option", "scope" );
    +//setter
    +$( ".selector" ).draggable( "option", "scope", 'tasks' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    scroll

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    If set to true, container auto-scrolls while dragging.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the scroll option specified. +
    +
    +
    $( ".selector" ).draggable({ scroll: false });
    +
    + + +
    + Get or set the scroll option, after init. +
    +
    +
    //getter
    +var scroll = $( ".selector" ).draggable( "option", "scroll" );
    +//setter
    +$( ".selector" ).draggable( "option", "scroll", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    scrollSensitivity

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    20
    + +
    +
    +
    +

    Distance in pixels from the edge of the viewport after which the viewport should scroll. Distance is relative to pointer, not the draggable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the scrollSensitivity option specified. +
    +
    +
    $( ".selector" ).draggable({ scrollSensitivity: 40 });
    +
    + + +
    + Get or set the scrollSensitivity option, after init. +
    +
    +
    //getter
    +var scrollSensitivity = $( ".selector" ).draggable( "option", "scrollSensitivity" );
    +//setter
    +$( ".selector" ).draggable( "option", "scrollSensitivity", 40 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    scrollSpeed

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    20
    + +
    +
    +
    +

    The speed at which the window should scroll once the mouse pointer gets within the scrollSensitivity distance.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the scrollSpeed option specified. +
    +
    +
    $( ".selector" ).draggable({ scrollSpeed: 40 });
    +
    + + +
    + Get or set the scrollSpeed option, after init. +
    +
    +
    //getter
    +var scrollSpeed = $( ".selector" ).draggable( "option", "scrollSpeed" );
    +//setter
    +$( ".selector" ).draggable( "option", "scrollSpeed", 40 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    snap

    +
    +
    Type:
    +
    Boolean, Selector
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set to a selector or to true (equivalent to '.ui-draggable'), the draggable will snap to the edges of the selected elements when near an edge of the element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the snap option specified. +
    +
    +
    $( ".selector" ).draggable({ snap: true });
    +
    + + +
    + Get or set the snap option, after init. +
    +
    +
    //getter
    +var snap = $( ".selector" ).draggable( "option", "snap" );
    +//setter
    +$( ".selector" ).draggable( "option", "snap", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    snapMode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'both'
    + +
    +
    +
    +

    Determines which edges of snap elements the draggable will snap to. Ignored if snap is false. Possible values: 'inner', 'outer', 'both'

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the snapMode option specified. +
    +
    +
    $( ".selector" ).draggable({ snapMode: 'outer' });
    +
    + + +
    + Get or set the snapMode option, after init. +
    +
    +
    //getter
    +var snapMode = $( ".selector" ).draggable( "option", "snapMode" );
    +//setter
    +$( ".selector" ).draggable( "option", "snapMode", 'outer' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    snapTolerance

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    20
    + +
    +
    +
    +

    The distance in pixels from the snap element edges at which snapping should occur. Ignored if snap is false.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the snapTolerance option specified. +
    +
    +
    $( ".selector" ).draggable({ snapTolerance: 40 });
    +
    + + +
    + Get or set the snapTolerance option, after init. +
    +
    +
    //getter
    +var snapTolerance = $( ".selector" ).draggable( "option", "snapTolerance" );
    +//setter
    +$( ".selector" ).draggable( "option", "snapTolerance", 40 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    stack

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Controls the z-Index of the set of elements that match the selector, always brings to front the dragged item. Very useful in things like window managers.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the stack option specified. +
    +
    +
    $( ".selector" ).draggable({ stack: ".products" });
    +
    + + +
    + Get or set the stack option, after init. +
    +
    +
    //getter
    +var stack = $( ".selector" ).draggable( "option", "stack" );
    +//setter
    +$( ".selector" ).draggable( "option", "stack", ".products" );
    +
    + +
    +
    +
  • + + +
  • +
    +

    zIndex

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    z-index for the helper while being dragged.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a draggable with the zIndex option specified. +
    +
    +
    $( ".selector" ).draggable({ zIndex: 2700 });
    +
    + + +
    + Get or set the zIndex option, after init. +
    +
    +
    //getter
    +var zIndex = $( ".selector" ).draggable( "option", "zIndex" );
    +//setter
    +$( ".selector" ).draggable( "option", "zIndex", 2700 );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    dragcreate
    +
    +
    +
    +

    This event is triggered when draggable is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).draggable({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: dragcreate. +
    +
    +
    $( ".selector" ).bind( "dragcreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    start

    +
    +
    Type:
    +
    dragstart
    +
    +
    +
    +

    This event is triggered when dragging starts.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the start event as an init option. +
    +
    +
    $( ".selector" ).draggable({
    +   start: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the start event by type: dragstart. +
    +
    +
    $( ".selector" ).bind( "dragstart", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    drag

    +
    +
    Type:
    +
    drag
    +
    +
    +
    +

    This event is triggered when the mouse is moved during the dragging.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the drag event as an init option. +
    +
    +
    $( ".selector" ).draggable({
    +   drag: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the drag event by type: drag. +
    +
    +
    $( ".selector" ).bind( "drag", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    stop

    +
    +
    Type:
    +
    dragstop
    +
    +
    +
    +

    This event is triggered when dragging stops.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the stop event as an init option. +
    +
    +
    $( ".selector" ).draggable({
    +   stop: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the stop event by type: dragstop. +
    +
    +
    $( ".selector" ).bind( "dragstop", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .draggable( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the draggable functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .draggable( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the draggable.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .draggable( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the draggable.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .draggable( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any draggable option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .draggable( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple draggable options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .draggable( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-draggable element.

    +
    +
  • + + +
+
+
+

Theming

+

The jQuery UI Draggable plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.draggable.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <div class="ui-draggable"></div> +

+ + Note: This is a sample of markup generated by the draggable plugin, not markup you should use to create a draggable. The only markup needed for that is <div></div>. + +

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/droppable.html b/client/lib/jquery-ui/development-bundle/docs/droppable.html new file mode 100755 index 0000000..deeca39 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/droppable.html @@ -0,0 +1,829 @@ + + +
+

jQuery UI Droppable

+
+

Overview

+
+

The jQuery UI Droppable plugin makes selected elements droppable (meaning they accept being dropped on by draggables). You can specify which (individually) or which kind of draggables each will accept.

+

All callbacks receive two arguments: The original browser event and a prepared ui object, view below for a documentation of this object (if you name your second argument 'ui'):

+
    +
  • ui.draggable - current draggable element, a jQuery object.
  • +
  • ui.helper - current draggable helper, a jQuery object
  • +
  • ui.position - current position of the draggable helper { top: , left: }
  • +
  • ui.offset - current absolute position of the draggable helper { top: , left: }
  • +
+
+
+

Dependencies

+ +
+
+

Example

+
+ +

+Makes the div droppable (a drop target for a draggable).
+

+
$("#draggable").draggable();
+    $("#droppable").droppable({
+      drop: function() { alert('dropped'); }
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+    #draggable { width: 75px; height: 25px; background: silver; padding: 10px; }
+    #droppable { position: absolute; left: 250px; top: 0; width: 125px; height: 75px; background: gray; color: white; padding: 10px; }
+  </style>
+  <script>
+  $(document).ready(function() {
+    $("#draggable").draggable();
+    $("#droppable").droppable({
+      drop: function() { alert('dropped'); }
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="droppable">Drop here</div>
+<div id="draggable">Drag me</div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the droppable. Can be set when initialising (first creating) the droppable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a droppable with the disabled option specified. +
    +
    +
    $( ".selector" ).droppable({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).droppable( "option", "disabled" );
    +//setter
    +$( ".selector" ).droppable( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    accept

    +
    +
    Type:
    +
    Selector, Function
    + +
    Default:
    +
    '*'
    + +
    +
    +
    +

    All draggables that match the selector will be accepted. If a function is specified, the function will be called for each draggable on the page (passed as the first argument to the function), to provide a custom filter. The function should return true if the draggable should be accepted.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a droppable with the accept option specified. +
    +
    +
    $( ".selector" ).droppable({ accept: '.special' });
    +
    + + +
    + Get or set the accept option, after init. +
    +
    +
    //getter
    +var accept = $( ".selector" ).droppable( "option", "accept" );
    +//setter
    +$( ".selector" ).droppable( "option", "accept", '.special' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    activeClass

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If specified, the class will be added to the droppable while an acceptable draggable is being dragged.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a droppable with the activeClass option specified. +
    +
    +
    $( ".selector" ).droppable({ activeClass: 'ui-state-highlight' });
    +
    + + +
    + Get or set the activeClass option, after init. +
    +
    +
    //getter
    +var activeClass = $( ".selector" ).droppable( "option", "activeClass" );
    +//setter
    +$( ".selector" ).droppable( "option", "activeClass", 'ui-state-highlight' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    addClasses

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    If set to false, will prevent the ui-droppable class from being added. This may be desired as a performance optimization when calling .droppable() init on many hundreds of elements.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a droppable with the addClasses option specified. +
    +
    +
    $( ".selector" ).droppable({ addClasses: false });
    +
    + + +
    + Get or set the addClasses option, after init. +
    +
    +
    //getter
    +var addClasses = $( ".selector" ).droppable( "option", "addClasses" );
    +//setter
    +$( ".selector" ).droppable( "option", "addClasses", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    greedy

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If true, will prevent event propagation on nested droppables.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a droppable with the greedy option specified. +
    +
    +
    $( ".selector" ).droppable({ greedy: true });
    +
    + + +
    + Get or set the greedy option, after init. +
    +
    +
    //getter
    +var greedy = $( ".selector" ).droppable( "option", "greedy" );
    +//setter
    +$( ".selector" ).droppable( "option", "greedy", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    hoverClass

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If specified, the class will be added to the droppable while an acceptable draggable is being hovered.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a droppable with the hoverClass option specified. +
    +
    +
    $( ".selector" ).droppable({ hoverClass: 'drophover' });
    +
    + + +
    + Get or set the hoverClass option, after init. +
    +
    +
    //getter
    +var hoverClass = $( ".selector" ).droppable( "option", "hoverClass" );
    +//setter
    +$( ".selector" ).droppable( "option", "hoverClass", 'drophover' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    scope

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'default'
    + +
    +
    +
    +

    Used to group sets of draggable and droppable items, in addition to droppable's accept option. A draggable with the same scope value as a droppable will be accepted.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a droppable with the scope option specified. +
    +
    +
    $( ".selector" ).droppable({ scope: 'tasks' });
    +
    + + +
    + Get or set the scope option, after init. +
    +
    +
    //getter
    +var scope = $( ".selector" ).droppable( "option", "scope" );
    +//setter
    +$( ".selector" ).droppable( "option", "scope", 'tasks' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    tolerance

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'intersect'
    + +
    +
    +
    +

    Specifies which mode to use for testing whether a draggable is 'over' a droppable. Possible values: 'fit', 'intersect', 'pointer', 'touch'. +

    +
      +
    • fit: draggable overlaps the droppable entirely
    • +
    • intersect: draggable overlaps the droppable at least 50%
    • +
    • pointer: mouse pointer overlaps the droppable
    • +
    • touch: draggable overlaps the droppable any amount
    • +
    +

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a droppable with the tolerance option specified. +
    +
    +
    $( ".selector" ).droppable({ tolerance: 'fit' });
    +
    + + +
    + Get or set the tolerance option, after init. +
    +
    +
    //getter
    +var tolerance = $( ".selector" ).droppable( "option", "tolerance" );
    +//setter
    +$( ".selector" ).droppable( "option", "tolerance", 'fit' );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    dropcreate
    +
    +
    +
    +

    This event is triggered when droppable is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).droppable({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: dropcreate. +
    +
    +
    $( ".selector" ).bind( "dropcreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    activate

    +
    +
    Type:
    +
    dropactivate
    +
    +
    +
    +

    This event is triggered any time an accepted draggable starts dragging. This can be useful if you want to make the droppable 'light up' when it can be dropped on.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the activate event as an init option. +
    +
    +
    $( ".selector" ).droppable({
    +   activate: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the activate event by type: dropactivate. +
    +
    +
    $( ".selector" ).bind( "dropactivate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    deactivate

    +
    +
    Type:
    +
    dropdeactivate
    +
    +
    +
    +

    This event is triggered any time an accepted draggable stops dragging.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the deactivate event as an init option. +
    +
    +
    $( ".selector" ).droppable({
    +   deactivate: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the deactivate event by type: dropdeactivate. +
    +
    +
    $( ".selector" ).bind( "dropdeactivate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    over

    +
    +
    Type:
    +
    dropover
    +
    +
    +
    +

    This event is triggered as an accepted draggable is dragged 'over' (within the tolerance of) this droppable.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the over event as an init option. +
    +
    +
    $( ".selector" ).droppable({
    +   over: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the over event by type: dropover. +
    +
    +
    $( ".selector" ).bind( "dropover", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    out

    +
    +
    Type:
    +
    dropout
    +
    +
    +
    +

    This event is triggered when an accepted draggable is dragged out (within the tolerance of) this droppable.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the out event as an init option. +
    +
    +
    $( ".selector" ).droppable({
    +   out: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the out event by type: dropout. +
    +
    +
    $( ".selector" ).bind( "dropout", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    drop

    +
    +
    Type:
    +
    drop
    +
    +
    +
    +

    This event is triggered when an accepted draggable is dropped 'over' (within the tolerance of) this droppable. In the callback, $(this) represents the droppable the draggable is dropped on. +ui.draggable represents the draggable.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the drop event as an init option. +
    +
    +
    $( ".selector" ).droppable({
    +   drop: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the drop event by type: drop. +
    +
    +
    $( ".selector" ).bind( "drop", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .droppable( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the droppable functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .droppable( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the droppable.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .droppable( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the droppable.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .droppable( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any droppable option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .droppable( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple droppable options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .droppable( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-droppable element.

    +
    +
  • + + +
+
+
+

Theming

+

The jQuery UI Droppable plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.droppable.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <div class="ui-droppable"></div> +

+ + Note: This is a sample of markup generated by the droppable plugin, not markup you should use to create a droppable. The only markup needed for that is <div></div>. + +

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/effect.html b/client/lib/jquery-ui/development-bundle/docs/effect.html new file mode 100755 index 0000000..1fbe2d1 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/effect.html @@ -0,0 +1,143 @@ + + +
+

jQuery UI effect

+
+

Overview

+
+

effect( effect, [options], [speed], [callback] )

+

Uses a specific effect on an element (without the show/hide logic).

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Apply the effect explode if you click on the element.
+

+
$("p").click(function () {
+      $("div").effect("explode");
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<script src="http://ui.jquery.com/latest/ui/effects.explode.js"></script>
+<style type="text/css">
+  div { margin: 0 auto; width: 100px; height: 80px; background: blue; position: relative; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $("div").effect("explode");
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me</p><div></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    effect

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The effect to be used. Possible values: 'blind', 'bounce', 'clip', 'drop', 'explode', 'fold', 'highlight', 'puff', 'pulsate', 'scale', 'shake', 'size', 'slide', 'transfer'.

    +
    +
  • + + +
  • +
    +

    options

    +
    +
    Type:
    +
    Hash
    + +
    Optional
    + +
    +
    +
    +

    A object/hash including specific options for the effect.

    +
    +
  • + + +
  • +
    +

    speed

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + + +
  • +
    +

    callback

    +
    +
    Type:
    +
    Function
    + +
    Optional
    + +
    +
    +
    +

    A function that is called after the effect is completed.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/hide.html b/client/lib/jquery-ui/development-bundle/docs/hide.html new file mode 100755 index 0000000..7dedc1b --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/hide.html @@ -0,0 +1,144 @@ + + +
+

jQuery UI hide

+
+

Overview

+
+

hide( effect, [options], [speed], [callback] )

+

The enhanced hide method optionally accepts jQuery UI advanced effects.

+

Uses a specific effect on an element to hide the element if the first argument is an effect string.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Apply the effect slide if you click on the p to hide a div.
+

+
$("p").click(function () {
+      $("div").hide("slide", {}, 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<script src="http://ui.jquery.com/latest/ui/effects.slide.js"></script>
+<style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: blue; position: relative; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $("div").hide("slide", {}, 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me</p><div></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    effect

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The effect to be used. Possible values: 'blind', 'clip', 'drop', 'explode', 'fold', 'puff', 'slide', 'scale', 'size', 'pulsate'.

    +
    +
  • + + +
  • +
    +

    options

    +
    +
    Type:
    +
    Hash
    + +
    Optional
    + +
    +
    +
    +

    A object/hash including specific options for the effect.

    +
    +
  • + + +
  • +
    +

    speed

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the predefined speeds ("slow" or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + + +
  • +
    +

    callback

    +
    +
    Type:
    +
    Function
    + +
    Optional
    + +
    +
    +
    +

    A function that is called after the effect is completed.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/position.html b/client/lib/jquery-ui/development-bundle/docs/position.html new file mode 100755 index 0000000..7bc5fa3 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/position.html @@ -0,0 +1,227 @@ + + +
+

jQuery UI Position Utility

+
+

Overview

+
+

Utility script for positioning any widget relative to the window, document, a particular element, or the cursor/mouse.

+

Note: jQuery UI does not support positioning hidden elements.

+

Does not need ui.core.js or effects.core.js.

+
+
+

Dependencies

+
    +
  • none (only jQuery core)
  • +
+
+
+

Example

+
+ +

+Clicking on the green element transfers to the other.
+

+
+$("#position1").position({
+  my: "center",
+  at: "center",
+  of: "#targetElement"
+});
+$("#position2").position({
+  my: "left top",
+  at: "left top",
+  of: "#targetElement"
+});
+$("#position3").position({
+  my: "right center",
+  at: "right bottom",
+  of: "#targetElement"
+});
+$(document).mousemove(function(ev){
+  $("#position4").position({
+    my: "left bottom",
+    of: ev,
+    offset: "3 -3",
+    collision: "fit"
+  });
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+#targetElement { width:240px;height:200px;background-color:#999;margin:30px auto; }
+.positionDiv { width:50px;height:50px;opacity:0.6; }
+#position1 {background-color:#F00;}
+#position2 {background-color:#0F0;}
+#position3 {background-color:#00F;}
+#position4 {background-color:#FF0;}
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("#position1").position({
+  my: "center",
+  at: "center",
+  of: "#targetElement"
+});
+$("#position2").position({
+  my: "left top",
+  at: "left top",
+  of: "#targetElement"
+});
+$("#position3").position({
+  my: "right center",
+  at: "right bottom",
+  of: "#targetElement"
+});
+$(document).mousemove(function(ev){
+  $("#position4").position({
+    my: "left bottom",
+    of: ev,
+    offset: "3 -3",
+    collision: "fit"
+  });
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="targetElement">
+  <div class="positionDiv" id="position1"></div>
+  <div class="positionDiv" id="position2"></div>
+  <div class="positionDiv" id="position3"></div>
+  <div class="positionDiv" id="position4"></div>
+</div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    my

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"

    +
    +
  • + + +
  • +
    +

    at

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    Defines which position on the target element to align the positioned element against: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"

    +
    +
  • + + +
  • +
    +

    of

    +
    +
    Type:
    +
    Selector, Element, jQuery, Event
    + +
    +
    +
    +

    Element to position against. If you provide a selector, the first matching element will be used. If you provide a jQuery object, the first element will be used. If you provide an event object, the pageX and pageY properties will be used. Example: "#top-menu"

    +
    +
  • + + +
  • +
    +

    offset

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    Add these left-top values to the calculated position, eg. "50 50" (left top) A single value such as "50" will apply to both.

    +
    +
  • + + +
  • +
    +

    collision

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, eg. "flip", "fit", "fit flip", "fit none". +

    +
    • flip: to the opposite side and the collision detection is run again to see if it will fit. If it won't fit in either position, the center option should be used as a fall back. +
    • fit: so the element keeps in the desired direction, but is re-positioned so it fits. +
    • none: not do collision detection. +
    +

    +
    +
  • + + +
  • +
    +

    using

    +
    +
    Type:
    +
    Function
    + +
    +
    +
    +

    When specified the actual property setting is delegated to this callback. Receives a single parameter which is a hash of top and left values for the position that should be set.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/progressbar.html b/client/lib/jquery-ui/development-bundle/docs/progressbar.html new file mode 100755 index 0000000..957dd90 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/progressbar.html @@ -0,0 +1,460 @@ + + +
+

jQuery UI Progressbar

+
+

Overview

+
+

+The progress bar is designed to simply display the current % complete for a process. The bar is coded to be flexibly sized through CSS and will scale to fit inside it's parent container by default. +

+

+This is a determinate progress bar, meaning that it should only be used in situations where the system can accurately update the current status complete. A determinate progress bar should never fill from left to right, then loop back to empty for a single process -- if the actual percent complete status cannot be calculated, an indeterminate progress bar (coming soon) or spinner animation is a better way to provide user feedback. +

+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Progressbar.
+

+
$("#progressbar").progressbar({ value: 37 });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+  <script>
+  $(document).ready(function() {
+    $("#progressbar").progressbar({ value: 37 });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="progressbar"></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the progressbar. Can be set when initialising (first creating) the progressbar.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a progressbar with the disabled option specified. +
    +
    +
    $( ".selector" ).progressbar({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).progressbar( "option", "disabled" );
    +//setter
    +$( ".selector" ).progressbar( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    value

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    The value of the progressbar.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a progressbar with the value option specified. +
    +
    +
    $( ".selector" ).progressbar({ value: 37 });
    +
    + + +
    + Get or set the value option, after init. +
    +
    +
    //getter
    +var value = $( ".selector" ).progressbar( "option", "value" );
    +//setter
    +$( ".selector" ).progressbar( "option", "value", 37 );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    progressbarcreate
    +
    +
    +
    +

    This event is triggered when progressbar is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).progressbar({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: progressbarcreate. +
    +
    +
    $( ".selector" ).bind( "progressbarcreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    change

    +
    +
    Type:
    +
    progressbarchange
    +
    +
    +
    +

    This event is triggered when the value of the progressbar changes.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the change event as an init option. +
    +
    +
    $( ".selector" ).progressbar({
    +   change: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the change event by type: progressbarchange. +
    +
    +
    $( ".selector" ).bind( "progressbarchange", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    complete

    +
    +
    Type:
    +
    progressbarcomplete
    +
    +
    +
    +

    This event is triggered when the value of the progressbar reaches the maximum value of 100.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the complete event as an init option. +
    +
    +
    $( ".selector" ).progressbar({
    +   complete: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the complete event by type: progressbarcomplete. +
    +
    +
    $( ".selector" ).bind( "progressbarcomplete", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .progressbar( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the progressbar functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .progressbar( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the progressbar.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .progressbar( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the progressbar.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .progressbar( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any progressbar option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .progressbar( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple progressbar options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .progressbar( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-progressbar element.

    +
    +
  • + + +
  • +
    +

    value

    +
    +
    Signature:
    +
    .progressbar( "value" + +, [value] + + + + + +)
    +
    +
    +
    +

    This method gets or sets the current value of the progressbar.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Progressbar plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.progressbar.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <div class="ui-progressbar ui-widget ui-widget-content ui-corner-all">
+    <div style="width: 37%;" class="ui-progressbar-value ui-widget-header ui-corner-left"></div>
+ </div> +

+ + Note: This is a sample of markup generated by the progressbar plugin, not markup you should use to create a progressbar. The only markup needed for that is <div></div>. + +

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/removeClass.html b/client/lib/jquery-ui/development-bundle/docs/removeClass.html new file mode 100755 index 0000000..c67f835 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/removeClass.html @@ -0,0 +1,113 @@ + + +
+

jQuery UI removeClass

+
+

Overview

+
+

removeClass( [class], [duration] )

+

Removes all or specified class from each of the set of matched elements with an optional transition between the states.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Removes the class 'selected' from the matched elements with a one second transition.
+

+
$("p").click(function () {
+      $(this).removeClass("selected", 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<style type="text/css">
+  p { cursor: pointer; font-size: 1.2em; }
+  .selected { color:red; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $(this).removeClass("selected", 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p class="selected">Click me to remove 'selected' class.</p>
+<p class="selected">Click me to remove 'selected' class.</p>
+<p class="selected">Click me to remove 'selected' class.</p>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    class

    +
    +
    Type:
    +
    String
    + +
    Optional
    + +
    +
    +
    +

    CSS classes to remove from the elements.

    +
    +
  • + + +
  • +
    +

    duration

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + +
+
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/resizable.html b/client/lib/jquery-ui/development-bundle/docs/resizable.html new file mode 100755 index 0000000..cb30a24 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/resizable.html @@ -0,0 +1,1201 @@ + + +
+

jQuery UI Resizable

+
+

Overview

+
+

The jQuery UI Resizable plugin makes selected elements resizable (meaning they have draggable resize handles). You can specify one or more handles as well as min and max width and height.

+

All callbacks (start,stop,resize) receive two arguments: The original browser event and a prepared ui object. The ui object has the following fields:

+
    +
  • ui.helper - a jQuery object containing the helper element
  • +
  • ui.originalPosition - {top, left} before resizing started
  • +
  • ui.originalSize - {width, height} before resizing started
  • +
  • ui.position - {top, left} current position
  • +
  • ui.size - {width, height} current size
  • +
+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
  • UI Mouse
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Resizable.
+

+
$("#resizable").resizable();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+    #resizable { width: 100px; height: 100px; background: silver; }
+  </style>
+  <script>
+  $(document).ready(function() {
+    $("#resizable").resizable();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="resizable"></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the resizable. Can be set when initialising (first creating) the resizable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the disabled option specified. +
    +
    +
    $( ".selector" ).resizable({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).resizable( "option", "disabled" );
    +//setter
    +$( ".selector" ).resizable( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    alsoResize

    +
    +
    Type:
    +
    Selector, jQuery, Element
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Resize these elements synchronous when resizing.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the alsoResize option specified. +
    +
    +
    $( ".selector" ).resizable({ alsoResize: '.other' });
    +
    + + +
    + Get or set the alsoResize option, after init. +
    +
    +
    //getter
    +var alsoResize = $( ".selector" ).resizable( "option", "alsoResize" );
    +//setter
    +$( ".selector" ).resizable( "option", "alsoResize", '.other' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    animate

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Animates to the final size after resizing.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the animate option specified. +
    +
    +
    $( ".selector" ).resizable({ animate: true });
    +
    + + +
    + Get or set the animate option, after init. +
    +
    +
    //getter
    +var animate = $( ".selector" ).resizable( "option", "animate" );
    +//setter
    +$( ".selector" ).resizable( "option", "animate", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    animateDuration

    +
    +
    Type:
    +
    Integer, String
    + +
    Default:
    +
    'slow'
    + +
    +
    +
    +

    Duration time for animating, in milliseconds. Other possible values: 'slow', 'normal', 'fast'.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the animateDuration option specified. +
    +
    +
    $( ".selector" ).resizable({ animateDuration: 500 });
    +
    + + +
    + Get or set the animateDuration option, after init. +
    +
    +
    //getter
    +var animateDuration = $( ".selector" ).resizable( "option", "animateDuration" );
    +//setter
    +$( ".selector" ).resizable( "option", "animateDuration", 500 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    animateEasing

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'swing'
    + +
    +
    +
    +

    Easing effect for animating.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the animateEasing option specified. +
    +
    +
    $( ".selector" ).resizable({ animateEasing: 'swing' });
    +
    + + +
    + Get or set the animateEasing option, after init. +
    +
    +
    //getter
    +var animateEasing = $( ".selector" ).resizable( "option", "animateEasing" );
    +//setter
    +$( ".selector" ).resizable( "option", "animateEasing", 'swing' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    aspectRatio

    +
    +
    Type:
    +
    Boolean, Float
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set to true, resizing is constrained by the original aspect ratio. Otherwise a custom aspect ratio can be specified, such as 9 / 16, or 0.5.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the aspectRatio option specified. +
    +
    +
    $( ".selector" ).resizable({ aspectRatio: .75 });
    +
    + + +
    + Get or set the aspectRatio option, after init. +
    +
    +
    //getter
    +var aspectRatio = $( ".selector" ).resizable( "option", "aspectRatio" );
    +//setter
    +$( ".selector" ).resizable( "option", "aspectRatio", .75 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    autoHide

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set to true, automatically hides the handles except when the mouse hovers over the element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the autoHide option specified. +
    +
    +
    $( ".selector" ).resizable({ autoHide: true });
    +
    + + +
    + Get or set the autoHide option, after init. +
    +
    +
    //getter
    +var autoHide = $( ".selector" ).resizable( "option", "autoHide" );
    +//setter
    +$( ".selector" ).resizable( "option", "autoHide", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    cancel

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    ':input,option'
    + +
    +
    +
    +

    Prevents resizing if you start on elements matching the selector.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the cancel option specified. +
    +
    +
    $( ".selector" ).resizable({ cancel: ':input,option' });
    +
    + + +
    + Get or set the cancel option, after init. +
    +
    +
    //getter
    +var cancel = $( ".selector" ).resizable( "option", "cancel" );
    +//setter
    +$( ".selector" ).resizable( "option", "cancel", ':input,option' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    containment

    +
    +
    Type:
    +
    String, Element, Selector
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Constrains resizing to within the bounds of the specified element. Possible values: 'parent', 'document', a DOMElement, or a Selector.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the containment option specified. +
    +
    +
    $( ".selector" ).resizable({ containment: 'parent' });
    +
    + + +
    + Get or set the containment option, after init. +
    +
    +
    //getter
    +var containment = $( ".selector" ).resizable( "option", "containment" );
    +//setter
    +$( ".selector" ).resizable( "option", "containment", 'parent' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    delay

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    Tolerance, in milliseconds, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond duration. This can help prevent unintended resizing when clicking on an element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the delay option specified. +
    +
    +
    $( ".selector" ).resizable({ delay: 20 });
    +
    + + +
    + Get or set the delay option, after init. +
    +
    +
    //getter
    +var delay = $( ".selector" ).resizable( "option", "delay" );
    +//setter
    +$( ".selector" ).resizable( "option", "delay", 20 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    distance

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    1
    + +
    +
    +
    +

    Tolerance, in pixels, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond distance. This can help prevent unintended resizing when clicking on an element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the distance option specified. +
    +
    +
    $( ".selector" ).resizable({ distance: 20 });
    +
    + + +
    + Get or set the distance option, after init. +
    +
    +
    //getter
    +var distance = $( ".selector" ).resizable( "option", "distance" );
    +//setter
    +$( ".selector" ).resizable( "option", "distance", 20 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    ghost

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set to true, a semi-transparent helper element is shown for resizing.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the ghost option specified. +
    +
    +
    $( ".selector" ).resizable({ ghost: true });
    +
    + + +
    + Get or set the ghost option, after init. +
    +
    +
    //getter
    +var ghost = $( ".selector" ).resizable( "option", "ghost" );
    +//setter
    +$( ".selector" ).resizable( "option", "ghost", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    grid

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Snaps the resizing element to a grid, every x and y pixels. Array values: [x, y]

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the grid option specified. +
    +
    +
    $( ".selector" ).resizable({ grid: [50, 50] });
    +
    + + +
    + Get or set the grid option, after init. +
    +
    +
    //getter
    +var grid = $( ".selector" ).resizable( "option", "grid" );
    +//setter
    +$( ".selector" ).resizable( "option", "grid", [50, 50] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    handles

    +
    +
    Type:
    +
    String, Object
    + +
    Default:
    +
    'e, s, se'
    + +
    +
    +
    +

    If specified as a string, should be a comma-split list of any of the following: 'n, e, s, w, ne, se, sw, nw, all'. The necessary handles will be auto-generated by the plugin. +

    If specified as an object, the following keys are supported: { n, e, s, w, ne, se, sw, nw }. The value of any specified should be a jQuery selector matching the child element of the resizable to use as that handle. If the handle is not a child of the resizable, you can pass in the DOMElement or a valid jQuery object directly.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the handles option specified. +
    +
    +
    $( ".selector" ).resizable({ handles: 'n, e, s, w' });
    +
    + + +
    + Get or set the handles option, after init. +
    +
    +
    //getter
    +var handles = $( ".selector" ).resizable( "option", "handles" );
    +//setter
    +$( ".selector" ).resizable( "option", "handles", 'n, e, s, w' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    helper

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    This is the css class that will be added to a proxy element to outline the resize during the drag of the resize handle. Once the resize is complete, the original element is sized.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the helper option specified. +
    +
    +
    $( ".selector" ).resizable({ helper: 'ui-state-highlight' });
    +
    + + +
    + Get or set the helper option, after init. +
    +
    +
    //getter
    +var helper = $( ".selector" ).resizable( "option", "helper" );
    +//setter
    +$( ".selector" ).resizable( "option", "helper", 'ui-state-highlight' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    maxHeight

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    This is the maximum height the resizable should be allowed to resize to.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the maxHeight option specified. +
    +
    +
    $( ".selector" ).resizable({ maxHeight: 300 });
    +
    + + +
    + Get or set the maxHeight option, after init. +
    +
    +
    //getter
    +var maxHeight = $( ".selector" ).resizable( "option", "maxHeight" );
    +//setter
    +$( ".selector" ).resizable( "option", "maxHeight", 300 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    maxWidth

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    This is the maximum width the resizable should be allowed to resize to.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the maxWidth option specified. +
    +
    +
    $( ".selector" ).resizable({ maxWidth: 250 });
    +
    + + +
    + Get or set the maxWidth option, after init. +
    +
    +
    //getter
    +var maxWidth = $( ".selector" ).resizable( "option", "maxWidth" );
    +//setter
    +$( ".selector" ).resizable( "option", "maxWidth", 250 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    minHeight

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    10
    + +
    +
    +
    +

    This is the minimum height the resizable should be allowed to resize to.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the minHeight option specified. +
    +
    +
    $( ".selector" ).resizable({ minHeight: 150 });
    +
    + + +
    + Get or set the minHeight option, after init. +
    +
    +
    //getter
    +var minHeight = $( ".selector" ).resizable( "option", "minHeight" );
    +//setter
    +$( ".selector" ).resizable( "option", "minHeight", 150 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    minWidth

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    10
    + +
    +
    +
    +

    This is the minimum width the resizable should be allowed to resize to.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a resizable with the minWidth option specified. +
    +
    +
    $( ".selector" ).resizable({ minWidth: 75 });
    +
    + + +
    + Get or set the minWidth option, after init. +
    +
    +
    //getter
    +var minWidth = $( ".selector" ).resizable( "option", "minWidth" );
    +//setter
    +$( ".selector" ).resizable( "option", "minWidth", 75 );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    resizecreate
    +
    +
    +
    +

    This event is triggered when resizable is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).resizable({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: resizecreate. +
    +
    +
    $( ".selector" ).bind( "resizecreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    start

    +
    +
    Type:
    +
    resizestart
    +
    +
    +
    +

    This event is triggered at the start of a resize operation.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the start event as an init option. +
    +
    +
    $( ".selector" ).resizable({
    +   start: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the start event by type: resizestart. +
    +
    +
    $( ".selector" ).bind( "resizestart", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    resize

    +
    +
    Type:
    +
    resize
    +
    +
    +
    +

    This event is triggered during the resize, on the drag of the resize handler.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the resize event as an init option. +
    +
    +
    $( ".selector" ).resizable({
    +   resize: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the resize event by type: resize. +
    +
    +
    $( ".selector" ).bind( "resize", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    stop

    +
    +
    Type:
    +
    resizestop
    +
    +
    +
    +

    This event is triggered at the end of a resize operation.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the stop event as an init option. +
    +
    +
    $( ".selector" ).resizable({
    +   stop: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the stop event by type: resizestop. +
    +
    +
    $( ".selector" ).bind( "resizestop", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .resizable( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the resizable functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .resizable( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the resizable.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .resizable( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the resizable.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .resizable( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any resizable option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .resizable( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple resizable options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .resizable( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-resizable element.

    +
    +
  • + + +
+
+
+

Theming

+

The jQuery UI Resizable plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.resizable.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <div class="ui-resizable">
+   <div style="-moz-user-select: none;" unselectable="on" class="ui-resizable-handle ui-resizable-e"></div>
+   <div style="-moz-user-select: none;" unselectable="on" class="ui-resizable-handle ui-resizable-s"></div>
+   <div unselectable="on" style="z-index: 1001; -moz-user-select: none;" class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se"></div>
+</div> +

+ + Note: This is a sample of markup generated by the resizable plugin, not markup you should use to create a resizable. The only markup needed for that is <div></div>. + +

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/selectable.html b/client/lib/jquery-ui/development-bundle/docs/selectable.html new file mode 100755 index 0000000..7bc949a --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/selectable.html @@ -0,0 +1,848 @@ + + +
+

jQuery UI Selectable

+
+

Overview

+
+

The jQuery UI Selectable plugin allows for elements to be selected by dragging a box (sometimes called a lasso) with the mouse over the elements. Also, elements can be selected by click or drag while holding the Ctrl/Meta key, allowing for multiple (non-contiguous) selections.

+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
  • UI Mouse
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Selectable.
+

+
$("#selectable").selectable();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+#selectable .ui-selecting {
+	background: silver;
+}
+#selectable .ui-selected {
+	background: gray;
+}
+</style>
+
+  <script>
+  $(document).ready(function() {
+    $("#selectable").selectable();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<ul id="selectable">
+<li>Item 1</li>
+<li>Item 2</li>
+<li>Item 3</li>
+<li>Item 4</li>
+<li>Item 5</li>
+</ul>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the selectable. Can be set when initialising (first creating) the selectable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a selectable with the disabled option specified. +
    +
    +
    $( ".selector" ).selectable({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).selectable( "option", "disabled" );
    +//setter
    +$( ".selector" ).selectable( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    autoRefresh

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    This determines whether to refresh (recalculate) the position and size of each selectee at the beginning of each select operation. If you have many many items, you may want to set this to false and call the refresh method manually.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a selectable with the autoRefresh option specified. +
    +
    +
    $( ".selector" ).selectable({ autoRefresh: false });
    +
    + + +
    + Get or set the autoRefresh option, after init. +
    +
    +
    //getter
    +var autoRefresh = $( ".selector" ).selectable( "option", "autoRefresh" );
    +//setter
    +$( ".selector" ).selectable( "option", "autoRefresh", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    cancel

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    ':input,option'
    + +
    +
    +
    +

    Prevents selecting if you start on elements matching the selector.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a selectable with the cancel option specified. +
    +
    +
    $( ".selector" ).selectable({ cancel: ':input,option' });
    +
    + + +
    + Get or set the cancel option, after init. +
    +
    +
    //getter
    +var cancel = $( ".selector" ).selectable( "option", "cancel" );
    +//setter
    +$( ".selector" ).selectable( "option", "cancel", ':input,option' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    delay

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    Time in milliseconds to define when the selecting should start. It helps preventing unwanted selections when clicking on an element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a selectable with the delay option specified. +
    +
    +
    $( ".selector" ).selectable({ delay: 20 });
    +
    + + +
    + Get or set the delay option, after init. +
    +
    +
    //getter
    +var delay = $( ".selector" ).selectable( "option", "delay" );
    +//setter
    +$( ".selector" ).selectable( "option", "delay", 20 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    distance

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    Tolerance, in pixels, for when selecting should start. If specified, selecting will not start until after mouse is dragged beyond distance.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a selectable with the distance option specified. +
    +
    +
    $( ".selector" ).selectable({ distance: 20 });
    +
    + + +
    + Get or set the distance option, after init. +
    +
    +
    //getter
    +var distance = $( ".selector" ).selectable( "option", "distance" );
    +//setter
    +$( ".selector" ).selectable( "option", "distance", 20 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    filter

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    '*'
    + +
    +
    +
    +

    The matching child elements will be made selectees (able to be selected).

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a selectable with the filter option specified. +
    +
    +
    $( ".selector" ).selectable({ filter: 'li' });
    +
    + + +
    + Get or set the filter option, after init. +
    +
    +
    //getter
    +var filter = $( ".selector" ).selectable( "option", "filter" );
    +//setter
    +$( ".selector" ).selectable( "option", "filter", 'li' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    tolerance

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'touch'
    + +
    +
    +
    +

    Possible values: 'touch', 'fit'. +

    +
      +
    • fit: draggable overlaps the droppable entirely
    • +
    • touch: draggable overlaps the droppable any amount
    • +
    +

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a selectable with the tolerance option specified. +
    +
    +
    $( ".selector" ).selectable({ tolerance: 'fit' });
    +
    + + +
    + Get or set the tolerance option, after init. +
    +
    +
    //getter
    +var tolerance = $( ".selector" ).selectable( "option", "tolerance" );
    +//setter
    +$( ".selector" ).selectable( "option", "tolerance", 'fit' );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    selectablecreate
    +
    +
    +
    +

    This event is triggered when selectable is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).selectable({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: selectablecreate. +
    +
    +
    $( ".selector" ).bind( "selectablecreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    selected

    +
    +
    Type:
    +
    selectableselected
    +
    +
    +
    +

    This event is triggered at the end of the select operation, on each element added to the selection.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the selected event as an init option. +
    +
    +
    $( ".selector" ).selectable({
    +   selected: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the selected event by type: selectableselected. +
    +
    +
    $( ".selector" ).bind( "selectableselected", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    selecting

    +
    +
    Type:
    +
    selectableselecting
    +
    +
    +
    +

    This event is triggered during the select operation, on each element added to the selection.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the selecting event as an init option. +
    +
    +
    $( ".selector" ).selectable({
    +   selecting: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the selecting event by type: selectableselecting. +
    +
    +
    $( ".selector" ).bind( "selectableselecting", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    start

    +
    +
    Type:
    +
    selectablestart
    +
    +
    +
    +

    This event is triggered at the beginning of the select operation.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the start event as an init option. +
    +
    +
    $( ".selector" ).selectable({
    +   start: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the start event by type: selectablestart. +
    +
    +
    $( ".selector" ).bind( "selectablestart", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    stop

    +
    +
    Type:
    +
    selectablestop
    +
    +
    +
    +

    This event is triggered at the end of the select operation.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the stop event as an init option. +
    +
    +
    $( ".selector" ).selectable({
    +   stop: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the stop event by type: selectablestop. +
    +
    +
    $( ".selector" ).bind( "selectablestop", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    unselected

    +
    +
    Type:
    +
    selectableunselected
    +
    +
    +
    +

    This event is triggered at the end of the select operation, on each element removed from the selection.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the unselected event as an init option. +
    +
    +
    $( ".selector" ).selectable({
    +   unselected: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the unselected event by type: selectableunselected. +
    +
    +
    $( ".selector" ).bind( "selectableunselected", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    unselecting

    +
    +
    Type:
    +
    selectableunselecting
    +
    +
    +
    +

    This event is triggered during the select operation, on each element removed from the selection.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the unselecting event as an init option. +
    +
    +
    $( ".selector" ).selectable({
    +   unselecting: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the unselecting event by type: selectableunselecting. +
    +
    +
    $( ".selector" ).bind( "selectableunselecting", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .selectable( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the selectable functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .selectable( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the selectable.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .selectable( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the selectable.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .selectable( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any selectable option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .selectable( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple selectable options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .selectable( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-selectable element.

    +
    +
  • + + +
  • +
    +

    refresh

    +
    +
    Signature:
    +
    .selectable( "refresh" + + + + + + + +)
    +
    +
    +
    +

    Refresh the position and size of each selectee element. This method can be used to manually recalculate the position and size of each selectee element. Very useful if autoRefresh is set to false.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Selectable plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.selectable.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <ul class="ui-selectable">
+   <li class="ui-selectee"></li>
+   <li class="ui-selectee"></li>
+   <li class="ui-selectee"></li>
+</ul> +

+ + Note: This is a sample of markup generated by the selectable plugin, not markup you should use to create a selectable. The only markup needed for that is
<ul>
+   <li></li>
+   <li></li>
+   <li></li>
+</ul>. +
+

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/show.html b/client/lib/jquery-ui/development-bundle/docs/show.html new file mode 100755 index 0000000..6d49ce9 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/show.html @@ -0,0 +1,144 @@ + + +
+

jQuery UI show

+
+

Overview

+
+

show( effect, [options], [speed], [callback] )

+

The enhanced show method optionally accepts jQuery UI advanced effects.

+

Uses a specific effect on an element to show the element if the first argument is a effect string.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Apply the effect slide if you click on the p to show a div.
+

+
$("p").click(function () {
+      $("div").show("slide", {}, 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<script src="http://ui.jquery.com/latest/ui/effects.slide.js"></script>
+<style type="text/css">
+  div { display: none; margin: 0px; width: 100px; height: 80px; background: blue; position: relative; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $("div").show("slide", {}, 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me</p><div></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    effect

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The effect to be used. Possible values: 'blind', 'clip', 'drop', 'explode', 'fold', 'puff', 'slide', 'scale', 'size', 'pulsate'.

    +
    +
  • + + +
  • +
    +

    options

    +
    +
    Type:
    +
    Hash
    + +
    Optional
    + +
    +
    +
    +

    A object/hash including specific options for the effect.

    +
    +
  • + + +
  • +
    +

    speed

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the predefined speeds ("slow" or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + + +
  • +
    +

    callback

    +
    +
    Type:
    +
    Function
    + +
    Optional
    + +
    +
    +
    +

    A function that is called after the effect is completed.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/slider.html b/client/lib/jquery-ui/development-bundle/docs/slider.html new file mode 100755 index 0000000..282b3a5 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/slider.html @@ -0,0 +1,860 @@ + + +
+

jQuery UI Slider

+
+

Overview

+
+

The jQuery UI Slider plugin makes selected elements into sliders. There are various options such as multiple handles, and ranges. The handle can be moved with the mouse or the arrow keys.

+

All callbacks receive two arguments: The original browser event and a prepared ui object, view below for a documentation of this object (if you name your second argument 'ui'): +

The slider widget will create handle elements with the class 'ui-slider-handle' on initialization. You can specify custom handle elements by creating and appending the elements and adding the 'ui-slider-handle' class before init. It will only create the number of handles needed to match the length of value/values. For example, if you specify 'values: [1, 5, 18]' and create one custom handle, the plugin will create the other two. +

+
    +
  • ui.handle: DOMElement - the current focused handle +
  • ui.value: Integer - the current handle's value +
+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
  • UI Mouse
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Slider.
+

+
$("#slider").slider();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+    <style type="text/css">
+    #slider { margin: 10px; }
+  </style>
+  <script>
+  $(document).ready(function() {
+    $("#slider").slider();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="slider"></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the slider. Can be set when initialising (first creating) the slider.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a slider with the disabled option specified. +
    +
    +
    $( ".selector" ).slider({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).slider( "option", "disabled" );
    +//setter
    +$( ".selector" ).slider( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    animate

    +
    +
    Type:
    +
    Boolean, String, Number
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Whether to slide handle smoothly when user click outside handle on the bar. Will also accept a string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a slider with the animate option specified. +
    +
    +
    $( ".selector" ).slider({ animate: true });
    +
    + + +
    + Get or set the animate option, after init. +
    +
    +
    //getter
    +var animate = $( ".selector" ).slider( "option", "animate" );
    +//setter
    +$( ".selector" ).slider( "option", "animate", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    max

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    100
    + +
    +
    +
    +

    The maximum value of the slider.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a slider with the max option specified. +
    +
    +
    $( ".selector" ).slider({ max: 7 });
    +
    + + +
    + Get or set the max option, after init. +
    +
    +
    //getter
    +var max = $( ".selector" ).slider( "option", "max" );
    +//setter
    +$( ".selector" ).slider( "option", "max", 7 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    min

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    The minimum value of the slider.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a slider with the min option specified. +
    +
    +
    $( ".selector" ).slider({ min: -7 });
    +
    + + +
    + Get or set the min option, after init. +
    +
    +
    //getter
    +var min = $( ".selector" ).slider( "option", "min" );
    +//setter
    +$( ".selector" ).slider( "option", "min", -7 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    orientation

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'horizontal'
    + +
    +
    +
    +

    This option determines whether the slider has the min at the left, the max at the right or the min at the bottom, the max at the top. Possible values: 'horizontal', 'vertical'.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a slider with the orientation option specified. +
    +
    +
    $( ".selector" ).slider({ orientation: 'vertical' });
    +
    + + +
    + Get or set the orientation option, after init. +
    +
    +
    //getter
    +var orientation = $( ".selector" ).slider( "option", "orientation" );
    +//setter
    +$( ".selector" ).slider( "option", "orientation", 'vertical' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    range

    +
    +
    Type:
    +
    Boolean, String
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set to true, the slider will detect if you have two handles and create a stylable range element between these two. Two other possible values are 'min' and 'max'. A min range goes from the slider min to one handle. A max range goes from one handle to the slider max.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a slider with the range option specified. +
    +
    +
    $( ".selector" ).slider({ range: 'min' });
    +
    + + +
    + Get or set the range option, after init. +
    +
    +
    //getter
    +var range = $( ".selector" ).slider( "option", "range" );
    +//setter
    +$( ".selector" ).slider( "option", "range", 'min' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    step

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    1
    + +
    +
    +
    +

    Determines the size or amount of each interval or step the slider takes between min and max. The full specified value range of the slider (max - min) needs to be evenly divisible by the step.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a slider with the step option specified. +
    +
    +
    $( ".selector" ).slider({ step: 5 });
    +
    + + +
    + Get or set the step option, after init. +
    +
    +
    //getter
    +var step = $( ".selector" ).slider( "option", "step" );
    +//setter
    +$( ".selector" ).slider( "option", "step", 5 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    value

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    Determines the value of the slider, if there's only one handle. If there is more than one handle, determines the value of the first handle.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a slider with the value option specified. +
    +
    +
    $( ".selector" ).slider({ value: 37 });
    +
    + + +
    + Get or set the value option, after init. +
    +
    +
    //getter
    +var value = $( ".selector" ).slider( "option", "value" );
    +//setter
    +$( ".selector" ).slider( "option", "value", 37 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    values

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    This option can be used to specify multiple handles. If range is set to true, the length of 'values' should be 2.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a slider with the values option specified. +
    +
    +
    $( ".selector" ).slider({ values: [1,5,9] });
    +
    + + +
    + Get or set the values option, after init. +
    +
    +
    //getter
    +var values = $( ".selector" ).slider( "option", "values" );
    +//setter
    +$( ".selector" ).slider( "option", "values", [1,5,9] );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    slidecreate
    +
    +
    +
    +

    This event is triggered when slider is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).slider({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: slidecreate. +
    +
    +
    $( ".selector" ).bind( "slidecreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    start

    +
    +
    Type:
    +
    slidestart
    +
    +
    +
    +

    This event is triggered when the user starts sliding.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the start event as an init option. +
    +
    +
    $( ".selector" ).slider({
    +   start: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the start event by type: slidestart. +
    +
    +
    $( ".selector" ).bind( "slidestart", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    slide

    +
    +
    Type:
    +
    slide
    +
    +
    +
    +

    This event is triggered on every mouse move during slide. Use ui.value (single-handled sliders) to obtain the value of the current handle, $(..).slider('value', index) to get another handles' value. +

    Return false in order to prevent a slide, based on ui.value.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the slide event as an init option. +
    +
    +
    $( ".selector" ).slider({
    +   slide: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the slide event by type: slide. +
    +
    +
    $( ".selector" ).bind( "slide", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    change

    +
    +
    Type:
    +
    slidechange
    +
    +
    +
    +

    This event is triggered on slide stop, or if the value is changed programmatically (by the value method). Takes arguments event and ui. Use event.orginalEvent to detect whether the value changed by mouse, keyboard, or programmatically. Use ui.value (single-handled sliders) to obtain the value of the current handle, $(this).slider('values', index) to get another handle's value.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the change event as an init option. +
    +
    +
    $( ".selector" ).slider({
    +   change: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the change event by type: slidechange. +
    +
    +
    $( ".selector" ).bind( "slidechange", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    stop

    +
    +
    Type:
    +
    slidestop
    +
    +
    +
    +

    This event is triggered when the user stops sliding.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the stop event as an init option. +
    +
    +
    $( ".selector" ).slider({
    +   stop: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the stop event by type: slidestop. +
    +
    +
    $( ".selector" ).bind( "slidestop", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .slider( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the slider functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .slider( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the slider.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .slider( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the slider.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .slider( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any slider option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .slider( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple slider options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .slider( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-slider element.

    +
    +
  • + + +
  • +
    +

    value

    +
    +
    Signature:
    +
    .slider( "value" + +, [value] + + + + + +)
    +
    +
    +
    +

    Gets or sets the value of the slider. For single handle sliders.

    +
    +
  • + + +
  • +
    +

    values

    +
    +
    Signature:
    +
    .slider( "values" + +, index + +, [value] + + + +)
    +
    +
    +
    +

    Gets or sets the values of the slider. For multiple handle or range sliders.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Slider plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.slider.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <div class="ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all">
+   <a style="left: 0%;" class="ui-slider-handle ui-state-default ui-corner-all" href="#"></a>
+</div>
+

+ + Note: This is a sample of markup generated by the slider plugin, not markup you should use to create a slider. The only markup needed for that is <div><div>. + +

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/sortable.html b/client/lib/jquery-ui/development-bundle/docs/sortable.html new file mode 100755 index 0000000..d4df336 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/sortable.html @@ -0,0 +1,1951 @@ + + +
+

jQuery UI Sortable

+
+

Overview

+
+

The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.

+

All callbacks receive two arguments: The original browser event and a prepared ui object, view below for a documentation of this object (if you name your second argument 'ui'):

+
    +
  • ui.helper - the current helper element (most often a clone of the item)
  • +
  • ui.position - current position of the helper
  • +
  • ui.offset - current absolute position of the helper
  • +
  • ui.item - the current dragged element
  • +
  • ui.placeholder - the placeholder (if you defined one)
  • +
  • ui.sender - the sortable where the item comes from (only exists if you move from one connected list to another)
  • +
+
+
+

Dependencies

+
    +
  • UI Core
  • +
  • UI Widget
  • +
  • UI Mouse
  • +
+
+
+

Example

+
+ +

+A simple jQuery UI Sortable.
+

+
$("#sortable").sortable();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+  <script>
+  $(document).ready(function() {
+    $("#sortable").sortable();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<ul id="sortable">
+<li>Item 1</li>
+<li>Item 2</li>
+<li>Item 3</li>
+<li>Item 4</li>
+<li>Item 5</li>
+</ul>
+
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the sortable. Can be set when initialising (first creating) the sortable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the disabled option specified. +
    +
    +
    $( ".selector" ).sortable({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).sortable( "option", "disabled" );
    +//setter
    +$( ".selector" ).sortable( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    appendTo

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'parent'
    + +
    +
    +
    +

    Defines where the helper that moves with the mouse is being appended to during the drag (for example, to resolve overlap/zIndex issues).

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the appendTo option specified. +
    +
    +
    $( ".selector" ).sortable({ appendTo: 'body' });
    +
    + + +
    + Get or set the appendTo option, after init. +
    +
    +
    //getter
    +var appendTo = $( ".selector" ).sortable( "option", "appendTo" );
    +//setter
    +$( ".selector" ).sortable( "option", "appendTo", 'body' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    axis

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If defined, the items can be dragged only horizontally or vertically. Possible values:'x', 'y'.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the axis option specified. +
    +
    +
    $( ".selector" ).sortable({ axis: 'x' });
    +
    + + +
    + Get or set the axis option, after init. +
    +
    +
    //getter
    +var axis = $( ".selector" ).sortable( "option", "axis" );
    +//setter
    +$( ".selector" ).sortable( "option", "axis", 'x' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    cancel

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    ':input,button'
    + +
    +
    +
    +

    Prevents sorting if you start on elements matching the selector.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the cancel option specified. +
    +
    +
    $( ".selector" ).sortable({ cancel: 'button' });
    +
    + + +
    + Get or set the cancel option, after init. +
    +
    +
    //getter
    +var cancel = $( ".selector" ).sortable( "option", "cancel" );
    +//setter
    +$( ".selector" ).sortable( "option", "cancel", 'button' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    connectWith

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Takes a jQuery selector with items that also have sortables applied. If used, the sortable is now connected to the other one-way, so you can drag from this sortable to the other.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the connectWith option specified. +
    +
    +
    $( ".selector" ).sortable({ connectWith: '.otherlist' });
    +
    + + +
    + Get or set the connectWith option, after init. +
    +
    +
    //getter
    +var connectWith = $( ".selector" ).sortable( "option", "connectWith" );
    +//setter
    +$( ".selector" ).sortable( "option", "connectWith", '.otherlist' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    containment

    +
    +
    Type:
    +
    Element, String, Selector
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Constrains dragging to within the bounds of the specified element - can be a DOM element, 'parent', 'document', 'window', or a jQuery selector.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the containment option specified. +
    +
    +
    $( ".selector" ).sortable({ containment: 'parent' });
    +
    + + +
    + Get or set the containment option, after init. +
    +
    +
    //getter
    +var containment = $( ".selector" ).sortable( "option", "containment" );
    +//setter
    +$( ".selector" ).sortable( "option", "containment", 'parent' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    cursor

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'auto'
    + +
    +
    +
    +

    Defines the cursor that is being shown while sorting.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the cursor option specified. +
    +
    +
    $( ".selector" ).sortable({ cursor: 'crosshair' });
    +
    + + +
    + Get or set the cursor option, after init. +
    +
    +
    //getter
    +var cursor = $( ".selector" ).sortable( "option", "cursor" );
    +//setter
    +$( ".selector" ).sortable( "option", "cursor", 'crosshair' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    cursorAt

    +
    +
    Type:
    +
    Object
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Moves the sorting element or helper so the cursor always appears to drag from the same position. Coordinates can be given as a hash using a combination of one or two keys: { top, left, right, bottom }.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the cursorAt option specified. +
    +
    +
    $( ".selector" ).sortable({ cursorAt: 'top' });
    +
    + + +
    + Get or set the cursorAt option, after init. +
    +
    +
    //getter
    +var cursorAt = $( ".selector" ).sortable( "option", "cursorAt" );
    +//setter
    +$( ".selector" ).sortable( "option", "cursorAt", 'top' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    delay

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    Time in milliseconds to define when the sorting should start. It helps preventing unwanted drags when clicking on an element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the delay option specified. +
    +
    +
    $( ".selector" ).sortable({ delay: 500 });
    +
    + + +
    + Get or set the delay option, after init. +
    +
    +
    //getter
    +var delay = $( ".selector" ).sortable( "option", "delay" );
    +//setter
    +$( ".selector" ).sortable( "option", "delay", 500 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    distance

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    1
    + +
    +
    +
    +

    Tolerance, in pixels, for when sorting should start. If specified, sorting will not start until after mouse is dragged beyond distance. Can be used to allow for clicks on elements within a handle.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the distance option specified. +
    +
    +
    $( ".selector" ).sortable({ distance: 30 });
    +
    + + +
    + Get or set the distance option, after init. +
    +
    +
    //getter
    +var distance = $( ".selector" ).sortable( "option", "distance" );
    +//setter
    +$( ".selector" ).sortable( "option", "distance", 30 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    dropOnEmpty

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    If false items from this sortable can't be dropped to an empty linked sortable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the dropOnEmpty option specified. +
    +
    +
    $( ".selector" ).sortable({ dropOnEmpty: false });
    +
    + + +
    + Get or set the dropOnEmpty option, after init. +
    +
    +
    //getter
    +var dropOnEmpty = $( ".selector" ).sortable( "option", "dropOnEmpty" );
    +//setter
    +$( ".selector" ).sortable( "option", "dropOnEmpty", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    forceHelperSize

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If true, forces the helper to have a size.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the forceHelperSize option specified. +
    +
    +
    $( ".selector" ).sortable({ forceHelperSize: true });
    +
    + + +
    + Get or set the forceHelperSize option, after init. +
    +
    +
    //getter
    +var forceHelperSize = $( ".selector" ).sortable( "option", "forceHelperSize" );
    +//setter
    +$( ".selector" ).sortable( "option", "forceHelperSize", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    forcePlaceholderSize

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If true, forces the placeholder to have a size.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the forcePlaceholderSize option specified. +
    +
    +
    $( ".selector" ).sortable({ forcePlaceholderSize: true });
    +
    + + +
    + Get or set the forcePlaceholderSize option, after init. +
    +
    +
    //getter
    +var forcePlaceholderSize = $( ".selector" ).sortable( "option", "forcePlaceholderSize" );
    +//setter
    +$( ".selector" ).sortable( "option", "forcePlaceholderSize", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    grid

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Snaps the sorting element or helper to a grid, every x and y pixels. Array values: [x, y]

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the grid option specified. +
    +
    +
    $( ".selector" ).sortable({ grid: [50, 20] });
    +
    + + +
    + Get or set the grid option, after init. +
    +
    +
    //getter
    +var grid = $( ".selector" ).sortable( "option", "grid" );
    +//setter
    +$( ".selector" ).sortable( "option", "grid", [50, 20] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    handle

    +
    +
    Type:
    +
    Selector, Element
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Restricts sort start click to the specified element.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the handle option specified. +
    +
    +
    $( ".selector" ).sortable({ handle: 'h2' });
    +
    + + +
    + Get or set the handle option, after init. +
    +
    +
    //getter
    +var handle = $( ".selector" ).sortable( "option", "handle" );
    +//setter
    +$( ".selector" ).sortable( "option", "handle", 'h2' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    helper

    +
    +
    Type:
    +
    String, Function
    + +
    Default:
    +
    'original'
    + +
    +
    +
    +

    Allows for a helper element to be used for dragging display. The supplied function receives the event and the element being sorted, and should return a DOMElement to be used as a custom proxy helper. Possible values: 'original', 'clone'

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the helper option specified. +
    +
    +
    $( ".selector" ).sortable({ helper: 'clone' });
    +
    + + +
    + Get or set the helper option, after init. +
    +
    +
    //getter
    +var helper = $( ".selector" ).sortable( "option", "helper" );
    +//setter
    +$( ".selector" ).sortable( "option", "helper", 'clone' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    items

    +
    +
    Type:
    +
    Selector
    + +
    Default:
    +
    '> *'
    + +
    +
    +
    +

    Specifies which items inside the element should be sortable.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the items option specified. +
    +
    +
    $( ".selector" ).sortable({ items: 'li' });
    +
    + + +
    + Get or set the items option, after init. +
    +
    +
    //getter
    +var items = $( ".selector" ).sortable( "option", "items" );
    +//setter
    +$( ".selector" ).sortable( "option", "items", 'li' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    opacity

    +
    +
    Type:
    +
    Float
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Defines the opacity of the helper while sorting. From 0.01 to 1

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the opacity option specified. +
    +
    +
    $( ".selector" ).sortable({ opacity: 0.6 });
    +
    + + +
    + Get or set the opacity option, after init. +
    +
    +
    //getter
    +var opacity = $( ".selector" ).sortable( "option", "opacity" );
    +//setter
    +$( ".selector" ).sortable( "option", "opacity", 0.6 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    placeholder

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Class that gets applied to the otherwise white space.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the placeholder option specified. +
    +
    +
    $( ".selector" ).sortable({ placeholder: 'ui-state-highlight' });
    +
    + + +
    + Get or set the placeholder option, after init. +
    +
    +
    //getter
    +var placeholder = $( ".selector" ).sortable( "option", "placeholder" );
    +//setter
    +$( ".selector" ).sortable( "option", "placeholder", 'ui-state-highlight' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    revert

    +
    +
    Type:
    +
    Boolean/Integer
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    If set to true, the item will be reverted to its new DOM position with a smooth animation. Optionally, it can also be set to a number that controls the duration of the animation in ms.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the revert option specified. +
    +
    +
    $( ".selector" ).sortable({ revert: true });
    +
    + + +
    + Get or set the revert option, after init. +
    +
    +
    //getter
    +var revert = $( ".selector" ).sortable( "option", "revert" );
    +//setter
    +$( ".selector" ).sortable( "option", "revert", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    scroll

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    true
    + +
    +
    +
    +

    If set to true, the page scrolls when coming to an edge.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the scroll option specified. +
    +
    +
    $( ".selector" ).sortable({ scroll: false });
    +
    + + +
    + Get or set the scroll option, after init. +
    +
    +
    //getter
    +var scroll = $( ".selector" ).sortable( "option", "scroll" );
    +//setter
    +$( ".selector" ).sortable( "option", "scroll", false );
    +
    + +
    +
    +
  • + + +
  • +
    +

    scrollSensitivity

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    20
    + +
    +
    +
    +

    Defines how near the mouse must be to an edge to start scrolling.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the scrollSensitivity option specified. +
    +
    +
    $( ".selector" ).sortable({ scrollSensitivity: 40 });
    +
    + + +
    + Get or set the scrollSensitivity option, after init. +
    +
    +
    //getter
    +var scrollSensitivity = $( ".selector" ).sortable( "option", "scrollSensitivity" );
    +//setter
    +$( ".selector" ).sortable( "option", "scrollSensitivity", 40 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    scrollSpeed

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    20
    + +
    +
    +
    +

    The speed at which the window should scroll once the mouse pointer gets within the scrollSensitivity distance.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the scrollSpeed option specified. +
    +
    +
    $( ".selector" ).sortable({ scrollSpeed: 40 });
    +
    + + +
    + Get or set the scrollSpeed option, after init. +
    +
    +
    //getter
    +var scrollSpeed = $( ".selector" ).sortable( "option", "scrollSpeed" );
    +//setter
    +$( ".selector" ).sortable( "option", "scrollSpeed", 40 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    tolerance

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'intersect'
    + +
    +
    +
    +

    This is the way the reordering behaves during drag. Possible values: 'intersect', 'pointer'. In some setups, 'pointer' is more natural. +

    +
      +
    • intersect: draggable overlaps the droppable at least 50%
    • +
    • pointer: mouse pointer overlaps the droppable
    • +
    +

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the tolerance option specified. +
    +
    +
    $( ".selector" ).sortable({ tolerance: 'pointer' });
    +
    + + +
    + Get or set the tolerance option, after init. +
    +
    +
    //getter
    +var tolerance = $( ".selector" ).sortable( "option", "tolerance" );
    +//setter
    +$( ".selector" ).sortable( "option", "tolerance", 'pointer' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    zIndex

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    1000
    + +
    +
    +
    +

    Z-index for element/helper while being sorted.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a sortable with the zIndex option specified. +
    +
    +
    $( ".selector" ).sortable({ zIndex: 5 });
    +
    + + +
    + Get or set the zIndex option, after init. +
    +
    +
    //getter
    +var zIndex = $( ".selector" ).sortable( "option", "zIndex" );
    +//setter
    +$( ".selector" ).sortable( "option", "zIndex", 5 );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    sortcreate
    +
    +
    +
    +

    This event is triggered when sortable is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: sortcreate. +
    +
    +
    $( ".selector" ).bind( "sortcreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    start

    +
    +
    Type:
    +
    sortstart
    +
    +
    +
    +

    This event is triggered when sorting starts.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the start event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   start: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the start event by type: sortstart. +
    +
    +
    $( ".selector" ).bind( "sortstart", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    sort

    +
    +
    Type:
    +
    sort
    +
    +
    +
    +

    This event is triggered during sorting.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the sort event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   sort: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the sort event by type: sort. +
    +
    +
    $( ".selector" ).bind( "sort", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    change

    +
    +
    Type:
    +
    sortchange
    +
    +
    +
    +

    This event is triggered during sorting, but only when the DOM position has changed.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the change event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   change: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the change event by type: sortchange. +
    +
    +
    $( ".selector" ).bind( "sortchange", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    beforeStop

    +
    +
    Type:
    +
    sortbeforestop
    +
    +
    +
    +

    This event is triggered when sorting stops, but when the placeholder/helper is still available.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the beforeStop event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   beforeStop: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the beforeStop event by type: sortbeforestop. +
    +
    +
    $( ".selector" ).bind( "sortbeforestop", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    stop

    +
    +
    Type:
    +
    sortstop
    +
    +
    +
    +

    This event is triggered when sorting has stopped.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the stop event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   stop: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the stop event by type: sortstop. +
    +
    +
    $( ".selector" ).bind( "sortstop", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    update

    +
    +
    Type:
    +
    sortupdate
    +
    +
    +
    +

    This event is triggered when the user stopped sorting and the DOM position has changed.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the update event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   update: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the update event by type: sortupdate. +
    +
    +
    $( ".selector" ).bind( "sortupdate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    receive

    +
    +
    Type:
    +
    sortreceive
    +
    +
    +
    +

    This event is triggered when a connected sortable list has received an item from another list.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the receive event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   receive: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the receive event by type: sortreceive. +
    +
    +
    $( ".selector" ).bind( "sortreceive", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    remove

    +
    +
    Type:
    +
    sortremove
    +
    +
    +
    +

    This event is triggered when a sortable item has been dragged out from the list and into another.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the remove event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   remove: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the remove event by type: sortremove. +
    +
    +
    $( ".selector" ).bind( "sortremove", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    over

    +
    +
    Type:
    +
    sortover
    +
    +
    +
    +

    This event is triggered when a sortable item is moved into a connected list.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the over event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   over: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the over event by type: sortover. +
    +
    +
    $( ".selector" ).bind( "sortover", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    out

    +
    +
    Type:
    +
    sortout
    +
    +
    +
    +

    This event is triggered when a sortable item is moved away from a connected list.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the out event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   out: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the out event by type: sortout. +
    +
    +
    $( ".selector" ).bind( "sortout", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    activate

    +
    +
    Type:
    +
    sortactivate
    +
    +
    +
    +

    This event is triggered when using connected lists, every connected list on drag start receives it.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the activate event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   activate: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the activate event by type: sortactivate. +
    +
    +
    $( ".selector" ).bind( "sortactivate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    deactivate

    +
    +
    Type:
    +
    sortdeactivate
    +
    +
    +
    +

    This event is triggered when sorting was stopped, is propagated to all possible connected lists.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the deactivate event as an init option. +
    +
    +
    $( ".selector" ).sortable({
    +   deactivate: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the deactivate event by type: sortdeactivate. +
    +
    +
    $( ".selector" ).bind( "sortdeactivate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .sortable( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the sortable functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .sortable( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the sortable.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .sortable( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the sortable.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .sortable( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any sortable option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .sortable( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple sortable options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .sortable( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-sortable element.

    +
    +
  • + + +
  • +
    +

    serialize

    +
    +
    Signature:
    +
    .sortable( "serialize" + +, [options] + + + + + +)
    +
    +
    +
    +

    Serializes the sortable's item id's into a form/ajax submittable string. Calling this method produces a hash that can be appended to any url to easily submit a new item order back to the server. +

    It works by default by looking at the id of each item in the format 'setname_number', and it spits out a hash like "setname[]=number&setname[]=number". +

    You can also give in a option hash as second argument to custom define how the function works. The possible options are: 'key' (replaces part1[] with whatever you want), 'attribute' (test another attribute than 'id') and 'expression' (use your own regexp). +

    If serialize returns an empty string, make sure the id attributes include an underscore. They must be in the form: "set_number" For example, a 3 element list with id attributes foo_1, foo_5, foo_2 will serialize to foo[]=1&foo[]=5&foo[]=2. You can use an underscore, equal sign or hyphen to separate the set and number. For example foo=1 or foo-1 or foo_1 all serialize to foo[]=1.

    +
    +
  • + + +
  • +
    +

    toArray

    +
    +
    Signature:
    +
    .sortable( "toArray" + + + + + + + +)
    +
    +
    +
    +

    Serializes the sortable's item id's into an array of string. If you have +

    +
    +<ul id="a_sortable"><br>
    +<li id="hello">Hello</li><br>
    +<li id="goodbye">Good bye</li><br>
    +</ul>
    +
    +

    and do +

    +
    var result = $('#a_sortable').sortable('toArray');
    +

    then +

    +
    result[0] will contain "hello" and result[1] will contain "goodbye".

    +
    +
  • + +

    +

  • +
    +

    refresh

    +
    +
    Signature:
    +
    .sortable( "refresh" + + + + + + + +)
    +
    +
    +
    +

    Refresh the sortable items. Custom trigger the reloading of all sortable items, causing new items to be recognized.

    +
    +
  • + + +
  • +
    +

    refreshPositions

    +
    +
    Signature:
    +
    .sortable( "refreshPositions" + + + + + + + +)
    +
    +
    +
    +

    Refresh the cached positions of the sortables' items. Calling this method refreshes the cached item positions of all sortables. This is usually done automatically by the script and slows down performance. Use wisely.

    +
    +
  • + + +
  • +
    +

    cancel

    +
    +
    Signature:
    +
    .sortable( "cancel" + + + + + + + +)
    +
    +
    +
    +

    Cancels a change in the current sortable and reverts it back to how it was before the current sort started. Useful in the stop and receive callback functions. +

    If the sortable item is not being moved from one connected sortable to another: +

    +
    $(this).sortable('cancel');
    +

    will cancel the change. +

    If the sortable item is being moved from one connected sortable to another: +

    +
    $(ui.sender).sortable('cancel');
    +

    will cancel the change. Useful in the 'receive' callback.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Sortable plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.sortable.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <ul class="ui-sortable">
+   <li></li>
+   <li></li>
+   <li></li>
+</ul> +

+ + Note: This is a sample of markup generated by the sortable plugin, not markup you should use to create a sortable. The only markup needed for that is
<ul>
+   <li></li>
+   <li></li>
+   <li></li>
+</ul>. +
+

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/switchClass.html b/client/lib/jquery-ui/development-bundle/docs/switchClass.html new file mode 100755 index 0000000..daba7be --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/switchClass.html @@ -0,0 +1,129 @@ + + +
+

jQuery UI switchClass

+
+

Overview

+
+

switchClass( remove, add, [duration] )

+

Switches from the class defined in the first argument to the class defined as second argument, using an optional transition.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Switch the class 'highlight' to 'blue' when a paragraph is clicked with a one second transition.
+

+
$("p").click(function () {
+      $(this).switchClass("highlight", "blue", 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<style type="text/css">
+  p { margin: 4px; font-size:16px; font-weight:bolder; 
+      cursor:pointer; }
+  .blue { background: blue; }
+  .highlight { background:yellow; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $(this).switchClass("highlight", "blue", 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p class="highlight">Click to switch</p>
+<p class="highlight">to blue</p>
+<p class="highlight">on these</p>
+<p class="highlight">paragraphs</p>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    remove

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The CSS class that will be removed.

    +
    +
  • + + +
  • +
    +

    add

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The CSS class that will be added.

    +
    +
  • + + +
  • +
    +

    duration

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + +
+
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/tabs.html b/client/lib/jquery-ui/development-bundle/docs/tabs.html new file mode 100755 index 0000000..1d4fd20 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/tabs.html @@ -0,0 +1,1549 @@ + + +
+

jQuery UI Tabs

+
+

Overview

+
+

Tabs are generally used to break content into multiple sections that can be swapped to save space, much like an accordion.

+

By default a tab widget will swap between tabbed sections onClick, but the events can be changed to onHover through an option. Tab content can be loaded via Ajax by setting an href on a tab.

+

NOTE: Tabs created dynamically using .tabs( "add", ... ) are given an id of ui-tabs-NUM, where NUM is an auto-incrementing id. If you use this naming convention for your own elements, you may encounter problems.

+

Contents

+ +
+

Events

+

A series of events fire when interacting with a tabs interface: +

+
  • tabsselect, tabsload, tabsshow (in that order) +
  • tabsadd, tabsremove +
  • tabsenable, tabsdisable +
+

Event binding example: +

+
$('#example').bind('tabsselect', function(event, ui) {
+
+    // Objects available in the function context:
+    ui.tab     // anchor element of the selected (clicked) tab
+    ui.panel   // element, that contains the selected/clicked tab contents
+    ui.index   // zero-based index of the selected (clicked) tab
+
+});
+

Note that if a handler for the tabsselect event returns false, the clicked tab will not become selected (useful for example if switching to the next tab requires a form validation). +

+

Ajax mode

+

Tabs supports loading tab content via Ajax in an unobtrusive manner. +

The HTML you need is slightly different from the one that is used for static tabs: A list of links pointing to existing resources (from where the content gets loaded) and no additional containers at all (unobtrusive!). The containers' markup is going to be created on the fly: +

+
+<div id="example">
+     <ul>
+         <li><a href="ahah_1.html"><span>Content 1</span></a></li>
+         <li><a href="ahah_2.html"><span>Content 2</span></a></li>
+         <li><a href="ahah_3.html"><span>Content 3</span></a></li>
+     </ul>
+</div>
+
+

Obviously this degrades gracefully - the links, e.g. the content, will still be accessible with JavaScript disabled. +

Note that if you wish to reuse an existing container, you +could do so by matching a title attribute and the container's id: +

+
+<li><a href="hello/world.html" title="Todo Overview"> ... </a></li>
+
+

and a container like: +

+
+<div id="Todo_Overview"> ... </div>
+
+

(Note how white space is replaced with an underscore) +

This is useful if you want a human readable hash in the URL instead of +a cryptic generated one. +

+

Back button and bookmarking

+

Tabs 2 already supported this functionality, although the history plugin needs a rewrite first (it doesn't support Safari 3 and is in general a little inflexible) before it can be build back into the tabs. It is planned and Klaus is working on it whenever he finds the time. Actual bugs in the UI Tabs plugin itself always have higher priority though. +

+

How to...

+

...retrieve the index of the currently selected tab

+
var $tabs = $('#example').tabs();
+var selected = $tabs.tabs('option', 'selected'); // => 0
+

...open links in the current tab instead of leaving the page

+

"Hijax" links after tab content has been loaded: +

+
$('#example').tabs({
+    load: function(event, ui) {
+        $('a', ui.panel).click(function() {
+            $(ui.panel).load(this.href);
+            return false;
+        });
+    }
+});
+

...select a tab from a text link instead of clicking a tab itself

+
var $tabs = $('#example').tabs(); // first tab selected
+
+$('#my-text-link').click(function() { // bind click event to link
+    $tabs.tabs('select', 2); // switch to third tab
+    return false;
+});
+

...prevent switching to the tab on click depending on form validation

+

Returning false in the tabs select handler prevents the clicked tab from becoming selected. +

+
$('#example').tabs({
+    select: function(event, ui) {
+        var isValid = ... // form validation returning true or false
+        return isValid;
+    }
+});
+

...immediately select a just added tab

+
var $tabs = $('#example').tabs({
+    add: function(event, ui) {
+        $tabs.tabs('select', '#' + ui.panel.id);
+    }
+});
+

...follow a tab's URL instead of loading its content via ajax

+

Note that opening a tab in a new window is unexpected, e.g. +inconsistent behaviour exposing a usablity problem (http://www.useit.com/alertbox/tabs.html). +

+
$('#example').tabs({
+    select: function(event, ui) {
+        var url = $.data(ui.tab, 'load.tabs');
+        if( url ) {
+            location.href = url;
+            return false;
+        }
+        return true;
+    }
+});
+


+

+

...prevent a FOUC (Flash of Unstyled Content) before tabs are initialized

+

Add the necessary classes to hide an inactive tab panel to the HTML right away - note that this will not degrade gracefully with JavaScript being disabled: +

+
<div id="example" class="ui-tabs">
+  ...
+  <div id="a-tab-panel" class="ui-tabs-hide"> </div>
+  ...
+</div>
+

Why does...

+

...my slider, Google Map, sIFR etc. not work when placed in a hidden (inactive) tab?

+

Any component that requires some dimensional computation for its initialization won't work in a hidden tab, because the tab panel itself is hidden via display: none so that any elements inside won't report their actual width and height (0 in most browsers). +

There's an easy workaround. Use the off-left technique for hiding inactive tab panels. E.g. in your style sheet replace the rule for the class selector ".ui-tabs .ui-tabs-hide" with +

+
.ui-tabs .ui-tabs-hide {
+    position: absolute;
+    left: -10000px;
+}
+

For Google maps you can also resize the map once the tab is displayed like this: +

+
$('#example').bind('tabsshow', function(event, ui) {
+    if (ui.panel.id == "map-tab") {
+        resizeMap();
+    }
+});
+resizeMap() will call Google Maps' checkResize() on the particular map. +
+
+

Dependencies

+ +
+
+

Example

+
+ +

+A simple jQuery UI Tabs.
+

+
$("#tabs").tabs();
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+  <script>
+  $(document).ready(function() {
+    $("#tabs").tabs();
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<div id="tabs">
+    <ul>
+        <li><a href="#fragment-1"><span>One</span></a></li>
+        <li><a href="#fragment-2"><span>Two</span></a></li>
+        <li><a href="#fragment-3"><span>Three</span></a></li>
+    </ul>
+    <div id="fragment-1">
+        <p>First tab is active by default:</p>
+        <pre><code>$('#example').tabs();</code></pre>
+    </div>
+    <div id="fragment-2">
+        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
+        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
+    </div>
+    <div id="fragment-3">
+        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
+        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
+        Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
+    </div>
+</div>
+</body>
+</html>
+
+

+

+
+
+
+

Options

+
    + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Disables (true) or enables (false) the tabs. Can be set when initialising (first creating) the tabs.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the disabled option specified. +
    +
    +
    $( ".selector" ).tabs({ disabled: true });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).tabs( "option", "disabled" );
    +//setter
    +$( ".selector" ).tabs( "option", "disabled", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    ajaxOptions

    +
    +
    Type:
    +
    Options
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    Additional Ajax options to consider when loading tab content (see $.ajax).

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the ajaxOptions option specified. +
    +
    +
    $( ".selector" ).tabs({ ajaxOptions: { async: false } });
    +
    + + +
    + Get or set the ajaxOptions option, after init. +
    +
    +
    //getter
    +var ajaxOptions = $( ".selector" ).tabs( "option", "ajaxOptions" );
    +//setter
    +$( ".selector" ).tabs( "option", "ajaxOptions", { async: false } );
    +
    + +
    +
    +
  • + + +
  • +
    +

    cache

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Whether or not to cache remote tabs content, e.g. load only once or with every click. Cached content is being lazy loaded, e.g once and only once for the first click. Note that to prevent the actual Ajax requests from being cached by the browser you need to provide an extra cache: false flag to ajaxOptions.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the cache option specified. +
    +
    +
    $( ".selector" ).tabs({ cache: true });
    +
    + + +
    + Get or set the cache option, after init. +
    +
    +
    //getter
    +var cache = $( ".selector" ).tabs( "option", "cache" );
    +//setter
    +$( ".selector" ).tabs( "option", "cache", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    collapsible

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Set to true to allow an already selected tab to become unselected again upon reselection.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the collapsible option specified. +
    +
    +
    $( ".selector" ).tabs({ collapsible: true });
    +
    + + +
    + Get or set the collapsible option, after init. +
    +
    +
    //getter
    +var collapsible = $( ".selector" ).tabs( "option", "collapsible" );
    +//setter
    +$( ".selector" ).tabs( "option", "collapsible", true );
    +
    + +
    +
    +
  • + + + + + +
  • +
    +

    deselectable

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    deprecated in jQuery UI 1.7, use collapsible.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the deselectable option specified. +
    +
    +
    $( ".selector" ).tabs({ deselectable: true });
    +
    + + +
    + Get or set the deselectable option, after init. +
    +
    +
    //getter
    +var deselectable = $( ".selector" ).tabs( "option", "deselectable" );
    +//setter
    +$( ".selector" ).tabs( "option", "deselectable", true );
    +
    + +
    +
    +
  • + + +
  • +
    +

    disabled

    +
    +
    Type:
    +
    Array<Number>
    + +
    Default:
    +
    []
    + +
    +
    +
    +

    An array containing the position of the tabs (zero-based index) that should be disabled on initialization.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the disabled option specified. +
    +
    +
    $( ".selector" ).tabs({ disabled: [1, 2] });
    +
    + + +
    + Get or set the disabled option, after init. +
    +
    +
    //getter
    +var disabled = $( ".selector" ).tabs( "option", "disabled" );
    +//setter
    +$( ".selector" ).tabs( "option", "disabled", [1, 2] );
    +
    + +
    +
    +
  • + + +
  • +
    +

    event

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'click'
    + +
    +
    +
    +

    The type of event to be used for selecting a tab.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the event option specified. +
    +
    +
    $( ".selector" ).tabs({ event: 'mouseover' });
    +
    + + +
    + Get or set the event option, after init. +
    +
    +
    //getter
    +var event = $( ".selector" ).tabs( "option", "event" );
    +//setter
    +$( ".selector" ).tabs( "option", "event", 'mouseover' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    fx

    +
    +
    Type:
    +
    Options, Array<Options>
    + +
    Default:
    +
    null
    + +
    +
    +
    +

    Enable animations for hiding and showing tab panels. The duration option can be a string representing one of the three predefined speeds ("slow", "normal", "fast") or the duration in milliseconds to run an animation (default is "normal").

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the fx option specified. +
    +
    +
    $( ".selector" ).tabs({ fx: { opacity: 'toggle' } });
    +
    + + +
    + Get or set the fx option, after init. +
    +
    +
    //getter
    +var fx = $( ".selector" ).tabs( "option", "fx" );
    +//setter
    +$( ".selector" ).tabs( "option", "fx", { opacity: 'toggle' } );
    +
    + +
    +
    +
  • + + +
  • +
    +

    idPrefix

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    'ui-tabs-'
    + +
    +
    +
    +

    If the remote tab, its anchor element that is, has no title attribute to generate an id from, an id/fragment identifier is created from this prefix and a unique id returned by $.data(el), for example "ui-tabs-54".

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the idPrefix option specified. +
    +
    +
    $( ".selector" ).tabs({ idPrefix: 'ui-tabs-primary' });
    +
    + + +
    + Get or set the idPrefix option, after init. +
    +
    +
    //getter
    +var idPrefix = $( ".selector" ).tabs( "option", "idPrefix" );
    +//setter
    +$( ".selector" ).tabs( "option", "idPrefix", 'ui-tabs-primary' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    panelTemplate

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    '<div></div>'
    + +
    +
    +
    +

    HTML template from which a new tab panel is created in case of adding a tab with the add method or when creating a panel for a remote tab on the fly.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the panelTemplate option specified. +
    +
    +
    $( ".selector" ).tabs({ panelTemplate: '<li></li>' });
    +
    + + +
    + Get or set the panelTemplate option, after init. +
    +
    +
    //getter
    +var panelTemplate = $( ".selector" ).tabs( "option", "panelTemplate" );
    +//setter
    +$( ".selector" ).tabs( "option", "panelTemplate", '<li></li>' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    selected

    +
    +
    Type:
    +
    Number
    + +
    Default:
    +
    0
    + +
    +
    +
    +

    Zero-based index of the tab to be selected on initialization. To set all tabs to unselected pass -1 as value.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the selected option specified. +
    +
    +
    $( ".selector" ).tabs({ selected: 3 });
    +
    + + +
    + Get or set the selected option, after init. +
    +
    +
    //getter
    +var selected = $( ".selector" ).tabs( "option", "selected" );
    +//setter
    +$( ".selector" ).tabs( "option", "selected", 3 );
    +
    + +
    +
    +
  • + + +
  • +
    +

    spinner

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    '<em>Loading&#8230;</em>'
    + +
    +
    +
    +

    The HTML content of this string is shown in a tab title while remote content is loading. Pass in empty string to deactivate that behavior. An span element must be present in the A tag of the title, for the spinner content to be visible.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the spinner option specified. +
    +
    +
    $( ".selector" ).tabs({ spinner: 'Retrieving data...' });
    +
    + + +
    + Get or set the spinner option, after init. +
    +
    +
    //getter
    +var spinner = $( ".selector" ).tabs( "option", "spinner" );
    +//setter
    +$( ".selector" ).tabs( "option", "spinner", 'Retrieving data...' );
    +
    + +
    +
    +
  • + + +
  • +
    +

    tabTemplate

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    '<li><a href="#{href}"><span>#{label}</span></a></li>'
    + +
    +
    +
    +

    HTML template from which a new tab is created and added. The placeholders #{href} and #{label} are replaced with the url and tab label that are passed as arguments to the add method.

    +
    +
    +

    Code examples

    +
    + +
    + Initialize a tabs with the tabTemplate option specified. +
    +
    +
    $( ".selector" ).tabs({ tabTemplate: '<div><a href="#{href}"><span>#{label}</span></a></div>' });
    +
    + + +
    + Get or set the tabTemplate option, after init. +
    +
    +
    //getter
    +var tabTemplate = $( ".selector" ).tabs( "option", "tabTemplate" );
    +//setter
    +$( ".selector" ).tabs( "option", "tabTemplate", '<div><a href="#{href}"><span>#{label}</span></a></div>' );
    +
    + +
    +
    +
  • + +
+
+
+

Events

+
    + +
  • +
    +

    create

    +
    +
    Type:
    +
    tabscreate
    +
    +
    +
    +

    This event is triggered when tabs is created.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the create event as an init option. +
    +
    +
    $( ".selector" ).tabs({
    +   create: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the create event by type: tabscreate. +
    +
    +
    $( ".selector" ).bind( "tabscreate", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    select

    +
    +
    Type:
    +
    tabsselect
    +
    +
    +
    +

    This event is triggered when clicking a tab.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the select event as an init option. +
    +
    +
    $( ".selector" ).tabs({
    +   select: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the select event by type: tabsselect. +
    +
    +
    $( ".selector" ).bind( "tabsselect", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    load

    +
    +
    Type:
    +
    tabsload
    +
    +
    +
    +

    This event is triggered after the content of a remote tab has been loaded.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the load event as an init option. +
    +
    +
    $( ".selector" ).tabs({
    +   load: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the load event by type: tabsload. +
    +
    +
    $( ".selector" ).bind( "tabsload", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    show

    +
    +
    Type:
    +
    tabsshow
    +
    +
    +
    +

    This event is triggered when a tab is shown.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the show event as an init option. +
    +
    +
    $( ".selector" ).tabs({
    +   show: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the show event by type: tabsshow. +
    +
    +
    $( ".selector" ).bind( "tabsshow", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    add

    +
    +
    Type:
    +
    tabsadd
    +
    +
    +
    +

    This event is triggered when a tab is added.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the add event as an init option. +
    +
    +
    $( ".selector" ).tabs({
    +   add: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the add event by type: tabsadd. +
    +
    +
    $( ".selector" ).bind( "tabsadd", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    remove

    +
    +
    Type:
    +
    tabsremove
    +
    +
    +
    +

    This event is triggered when a tab is removed.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the remove event as an init option. +
    +
    +
    $( ".selector" ).tabs({
    +   remove: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the remove event by type: tabsremove. +
    +
    +
    $( ".selector" ).bind( "tabsremove", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Type:
    +
    tabsenable
    +
    +
    +
    +

    This event is triggered when a tab is enabled.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the enable event as an init option. +
    +
    +
    $( ".selector" ).tabs({
    +   enable: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the enable event by type: tabsenable. +
    +
    +
    $( ".selector" ).bind( "tabsenable", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Type:
    +
    tabsdisable
    +
    +
    +
    +

    This event is triggered when a tab is disabled.

    +
    +
    +

    Code examples

    +
    + +
    + Supply a callback function to handle the disable event as an init option. +
    +
    +
    $( ".selector" ).tabs({
    +   disable: function(event, ui) { ... }
    +});
    +
    + + +
    + Bind to the disable event by type: tabsdisable. +
    +
    +
    $( ".selector" ).bind( "tabsdisable", function(event, ui) {
    +  ...
    +});
    +
    + +
    +
    +
  • + +
+
+
+

Methods

+
    + +
  • +
    +

    destroy

    +
    +
    Signature:
    +
    .tabs( "destroy" + + + + + + + +)
    +
    +
    +
    +

    Remove the tabs functionality completely. This will return the element back to its pre-init state.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .tabs( "disable" + + + + + + + +)
    +
    +
    +
    +

    Disable the tabs.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .tabs( "enable" + + + + + + + +)
    +
    +
    +
    +

    Enable the tabs.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .tabs( "option" + +, optionName + +, [value] + + + +)
    +
    +
    +
    +

    Get or set any tabs option. If no value is specified, will act as a getter.

    +
    +
  • + + +
  • +
    +

    option

    +
    +
    Signature:
    +
    .tabs( "option" + +, options + + + + + +)
    +
    +
    +
    +

    Set multiple tabs options at once by providing an options object.

    +
    +
  • + + +
  • +
    +

    widget

    +
    +
    Signature:
    +
    .tabs( "widget" + + + + + + + +)
    +
    +
    +
    +

    Returns the .ui-tabs element.

    +
    +
  • + + +
  • +
    +

    add

    +
    +
    Signature:
    +
    .tabs( "add" + +, url + +, label + +, [index] + +)
    +
    +
    +
    +

    Add a new tab. The second argument is either a URL consisting of a fragment identifier only to create an in-page tab or a full url (relative or absolute, no cross-domain support) to turn the new tab into an Ajax (remote) tab. The third is the zero-based position where to insert the new tab. Optional, by default a new tab is appended at the end.

    +
    +
  • + + +
  • +
    +

    remove

    +
    +
    Signature:
    +
    .tabs( "remove" + +, index + + + + + +)
    +
    +
    +
    +

    Remove a tab. The second argument is the zero-based index of the tab to be removed.

    +
    +
  • + + +
  • +
    +

    enable

    +
    +
    Signature:
    +
    .tabs( "enable" + +, index + + + + + +)
    +
    +
    +
    +

    Enable a disabled tab. To enable more than one tab at once reset the disabled property like: $('#example').tabs("option","disabled",[]);. The second argument is the zero-based index of the tab to be enabled.

    +
    +
  • + + +
  • +
    +

    disable

    +
    +
    Signature:
    +
    .tabs( "disable" + +, index + + + + + +)
    +
    +
    +
    +

    Disable a tab. The selected tab cannot be disabled. To disable more than one tab at once use: $('#example').tabs("option","disabled", [1, 2, 3]); The second argument is the zero-based index of the tab to be disabled.

    +
    +
  • + + +
  • +
    +

    select

    +
    +
    Signature:
    +
    .tabs( "select" + +, index + + + + + +)
    +
    +
    +
    +

    Select a tab, as if it were clicked. The second argument is the zero-based index of the tab to be selected or the id selector of the panel the tab is associated with (the tab's href fragment identifier, e.g. hash, points to the panel's id).

    +
    +
  • + + +
  • +
    +

    load

    +
    +
    Signature:
    +
    .tabs( "load" + +, index + + + + + +)
    +
    +
    +
    +

    Reload the content of an Ajax tab programmatically. This method always loads the tab content from the remote location, even if cache is set to true. The second argument is the zero-based index of the tab to be reloaded.

    +
    +
  • + + +
  • +
    +

    url

    +
    +
    Signature:
    +
    .tabs( "url" + +, index + +, url + + + +)
    +
    +
    +
    +

    Change the url from which an Ajax (remote) tab will be loaded. The specified URL will be used for subsequent loads. Note that you can not only change the URL for an existing remote tab with this method, but also turn an in-page tab into a remote tab. The second argument is the zero-based index of the tab of which its URL is to be updated. The third is a URL the content of the tab is loaded from.

    +
    +
  • + + +
  • +
    +

    length

    +
    +
    Signature:
    +
    .tabs( "length" + + + + + + + +)
    +
    +
    +
    +

    Retrieve the number of tabs of the first matched tab pane.

    +
    +
  • + + +
  • +
    +

    abort

    +
    +
    Signature:
    +
    .tabs( "abort" + + + + + + + +)
    +
    +
    +
    +

    Terminate all running tab ajax requests and animations.

    +
    +
  • + + +
  • +
    +

    rotate

    +
    +
    Signature:
    +
    .tabs( "rotate" + +, ms + +, [continuing] + + + +)
    +
    +
    +
    +

    Set up an automatic rotation through tabs of a tab pane. The second argument is an amount of time in milliseconds until the next tab in the cycle gets activated. Use 0 or null to stop the rotation. The third controls whether or not to continue the rotation after a tab has been selected by a user. Default: false.

    +
    +
  • + +
+
+
+

Theming

+

The jQuery UI Tabs plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain. +

+

If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.tabs.css stylesheet that can be modified. These classes are highlighed in bold below. +

+ +

Sample markup with jQuery UI CSS Framework classes

+ <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="tabs">
+   <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
+     <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active"><a href="#tabs-1">Nunc tincidunt</a></li>
+      <li class="ui-state-default ui-corner-top"><a href="#tabs-2">Proin dolor</a></li>
+   <div class="ui-tabs-panel ui-widget-content ui-corner-bottom" id="tabs-1">
+      <p>Tab one content goes here.</p>
+   </div>
+    ...
+</div>
+

+ + Note: This is a sample of markup generated by the tabs plugin, not markup you should use to create a tabs. The only markup needed for that is
<div id="tabs">
+   <ul>
+      <li><a href="#tabs-1">Nunc tincidunt</a></li>
+      <li><a href="#tabs-2">Proin dolor</a></li>
+      <li><a href="#tabs-3">Aenean lacinia</a></li>
+   </ul>
+   <div id="tabs-1">
+      <p>Tab 1 content</p>
+   </div>
+   <div id="tabs-2">
+      <p>Tab 2 content</p>
+   </div>
+   <div id="tabs-3">
+      <p>Tab 3 content</p>
+   </div>
+</div>. +
+

+ +
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/toggle.html b/client/lib/jquery-ui/development-bundle/docs/toggle.html new file mode 100755 index 0000000..239cc39 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/toggle.html @@ -0,0 +1,144 @@ + + +
+

jQuery UI toggle

+
+

Overview

+
+

toggle( effect, [options], [speed], [callback] )

+

The enhanced toggle method optionally accepts jQuery UI advanced effects.

+

Uses a specific effect on an element to toggle the element if the first argument is an effect string.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Apply the effect slide if you click on the p to toggle a div.
+

+
$("p").click(function () {
+      $("div").toggle("slide", {}, 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<script src="http://ui.jquery.com/latest/ui/effects.slide.js"></script>
+<style type="text/css">
+  div { display: none; margin: 0px; width: 100px; height: 80px; background: blue; position: relative; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $("div").toggle("slide", {}, 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me</p><div></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    effect

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The effect to be used. Possible values: 'blind', 'clip', 'drop', 'explode', 'fold', 'puff', 'slide', 'scale', 'size', 'pulsate'.

    +
    +
  • + + +
  • +
    +

    options

    +
    +
    Type:
    +
    Hash
    + +
    Optional
    + +
    +
    +
    +

    A object/hash including specific options for the effect.

    +
    +
  • + + +
  • +
    +

    speed

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the predefined speeds ("slow" or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + + +
  • +
    +

    callback

    +
    +
    Type:
    +
    Function
    + +
    Optional
    + +
    +
    +
    +

    A function that is called after the effect is completed.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/docs/toggleClass.html b/client/lib/jquery-ui/development-bundle/docs/toggleClass.html new file mode 100755 index 0000000..5fcfad7 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/docs/toggleClass.html @@ -0,0 +1,111 @@ + + +
+

jQuery UI toggleClass

+
+

Overview

+
+

toggleClass( class, [duration] )

+

Adds the specified class if it is not present, and removes the specified class if it is present, using an optional transition.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Adds the 'selected' class if it is not present, and removes the 'selected' class if it is present.
+

+
$("p").click(function () {
+      $(this).toggleClass("selected", 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<style type="text/css">
+  p { cursor: pointer; font-size: 1.2em; }
+  .selected { color:red; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $(this).toggleClass("selected", 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me to toggle 'selected' class.</p>
+<p class="selected">Click me to toggle 'selected' class.</p>
+<p>Click me to toggle 'selected' class.</p>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    class

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    A CSS class to toggle on the elements.

    +
    +
  • + + +
  • +
    +

    duration

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + +
+
+
+ +

+ + diff --git a/client/lib/jquery-ui/development-bundle/external/jquery.bgiframe-2.1.2.js b/client/lib/jquery-ui/development-bundle/external/jquery.bgiframe-2.1.2.js new file mode 100755 index 0000000..5cd38bb --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/external/jquery.bgiframe-2.1.2.js @@ -0,0 +1,39 @@ +/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net) + * Licensed under the MIT License (LICENSE.txt). + * + * Version 2.1.2 + */ + +(function($){ + +$.fn.bgiframe = ($.browser.msie && /msie 6\.0/i.test(navigator.userAgent) ? function(s) { + s = $.extend({ + top : 'auto', // auto == .currentStyle.borderTopWidth + left : 'auto', // auto == .currentStyle.borderLeftWidth + width : 'auto', // auto == offsetWidth + height : 'auto', // auto == offsetHeight + opacity : true, + src : 'javascript:false;' + }, s); + var html = '' : ''); + inst._keyEvent = false; + return html; + }, + + /* Generate the month and year header. */ + _generateMonthYearHeader: function(inst, drawMonth, drawYear, minDate, maxDate, + secondary, monthNames, monthNamesShort) { + var changeMonth = this._get(inst, 'changeMonth'); + var changeYear = this._get(inst, 'changeYear'); + var showMonthAfterYear = this._get(inst, 'showMonthAfterYear'); + var html = '
'; + var monthHtml = ''; + // month selection + if (secondary || !changeMonth) + monthHtml += '' + monthNames[drawMonth] + ''; + else { + var inMinYear = (minDate && minDate.getFullYear() == drawYear); + var inMaxYear = (maxDate && maxDate.getFullYear() == drawYear); + monthHtml += ''; + } + if (!showMonthAfterYear) + html += monthHtml + (secondary || !(changeMonth && changeYear) ? ' ' : ''); + // year selection + inst.yearshtml = ''; + if (secondary || !changeYear) + html += '' + drawYear + ''; + else { + // determine range of years to display + var years = this._get(inst, 'yearRange').split(':'); + var thisYear = new Date().getFullYear(); + var determineYear = function(value) { + var year = (value.match(/c[+-].*/) ? drawYear + parseInt(value.substring(1), 10) : + (value.match(/[+-].*/) ? thisYear + parseInt(value, 10) : + parseInt(value, 10))); + return (isNaN(year) ? thisYear : year); + }; + var year = determineYear(years[0]); + var endYear = Math.max(year, determineYear(years[1] || '')); + year = (minDate ? Math.max(year, minDate.getFullYear()) : year); + endYear = (maxDate ? Math.min(endYear, maxDate.getFullYear()) : endYear); + inst.yearshtml += ''; + //when showing there is no need for later update + if( ! $.browser.mozilla ){ + html += inst.yearshtml; + inst.yearshtml = null; + } else { + // will be replaced later with inst.yearshtml + html += ''; + } + } + html += this._get(inst, 'yearSuffix'); + if (showMonthAfterYear) + html += (secondary || !(changeMonth && changeYear) ? ' ' : '') + monthHtml; + html += '
'; // Close datepicker_header + return html; + }, + + /* Adjust one of the date sub-fields. */ + _adjustInstDate: function(inst, offset, period) { + var year = inst.drawYear + (period == 'Y' ? offset : 0); + var month = inst.drawMonth + (period == 'M' ? offset : 0); + var day = Math.min(inst.selectedDay, this._getDaysInMonth(year, month)) + + (period == 'D' ? offset : 0); + var date = this._restrictMinMax(inst, + this._daylightSavingAdjust(new Date(year, month, day))); + inst.selectedDay = date.getDate(); + inst.drawMonth = inst.selectedMonth = date.getMonth(); + inst.drawYear = inst.selectedYear = date.getFullYear(); + if (period == 'M' || period == 'Y') + this._notifyChange(inst); + }, + + /* Ensure a date is within any min/max bounds. */ + _restrictMinMax: function(inst, date) { + var minDate = this._getMinMaxDate(inst, 'min'); + var maxDate = this._getMinMaxDate(inst, 'max'); + var newDate = (minDate && date < minDate ? minDate : date); + newDate = (maxDate && newDate > maxDate ? maxDate : newDate); + return newDate; + }, + + /* Notify change of month/year. */ + _notifyChange: function(inst) { + var onChange = this._get(inst, 'onChangeMonthYear'); + if (onChange) + onChange.apply((inst.input ? inst.input[0] : null), + [inst.selectedYear, inst.selectedMonth + 1, inst]); + }, + + /* Determine the number of months to show. */ + _getNumberOfMonths: function(inst) { + var numMonths = this._get(inst, 'numberOfMonths'); + return (numMonths == null ? [1, 1] : (typeof numMonths == 'number' ? [1, numMonths] : numMonths)); + }, + + /* Determine the current maximum date - ensure no time components are set. */ + _getMinMaxDate: function(inst, minMax) { + return this._determineDate(inst, this._get(inst, minMax + 'Date'), null); + }, + + /* Find the number of days in a given month. */ + _getDaysInMonth: function(year, month) { + return 32 - new Date(year, month, 32).getDate(); + }, + + /* Find the day of the week of the first of a month. */ + _getFirstDayOfMonth: function(year, month) { + return new Date(year, month, 1).getDay(); + }, + + /* Determines if we should allow a "next/prev" month display change. */ + _canAdjustMonth: function(inst, offset, curYear, curMonth) { + var numMonths = this._getNumberOfMonths(inst); + var date = this._daylightSavingAdjust(new Date(curYear, + curMonth + (offset < 0 ? offset : numMonths[0] * numMonths[1]), 1)); + if (offset < 0) + date.setDate(this._getDaysInMonth(date.getFullYear(), date.getMonth())); + return this._isInRange(inst, date); + }, + + /* Is the given date in the accepted range? */ + _isInRange: function(inst, date) { + var minDate = this._getMinMaxDate(inst, 'min'); + var maxDate = this._getMinMaxDate(inst, 'max'); + return ((!minDate || date.getTime() >= minDate.getTime()) && + (!maxDate || date.getTime() <= maxDate.getTime())); + }, + + /* Provide the configuration settings for formatting/parsing. */ + _getFormatConfig: function(inst) { + var shortYearCutoff = this._get(inst, 'shortYearCutoff'); + shortYearCutoff = (typeof shortYearCutoff != 'string' ? shortYearCutoff : + new Date().getFullYear() % 100 + parseInt(shortYearCutoff, 10)); + return {shortYearCutoff: shortYearCutoff, + dayNamesShort: this._get(inst, 'dayNamesShort'), dayNames: this._get(inst, 'dayNames'), + monthNamesShort: this._get(inst, 'monthNamesShort'), monthNames: this._get(inst, 'monthNames')}; + }, + + /* Format the given date for display. */ + _formatDate: function(inst, day, month, year) { + if (!day) { + inst.currentDay = inst.selectedDay; + inst.currentMonth = inst.selectedMonth; + inst.currentYear = inst.selectedYear; + } + var date = (day ? (typeof day == 'object' ? day : + this._daylightSavingAdjust(new Date(year, month, day))) : + this._daylightSavingAdjust(new Date(inst.currentYear, inst.currentMonth, inst.currentDay))); + return this.formatDate(this._get(inst, 'dateFormat'), date, this._getFormatConfig(inst)); + } +}); + +/* jQuery extend now ignores nulls! */ +function extendRemove(target, props) { + $.extend(target, props); + for (var name in props) + if (props[name] == null || props[name] == undefined) + target[name] = props[name]; + return target; +}; + +/* Determine whether an object is an array. */ +function isArray(a) { + return (a && (($.browser.safari && typeof a == 'object' && a.length) || + (a.constructor && a.constructor.toString().match(/\Array\(\)/)))); +}; + +/* Invoke the datepicker functionality. + @param options string - a command, optionally followed by additional parameters or + Object - settings for attaching new datepicker functionality + @return jQuery object */ +$.fn.datepicker = function(options){ + + /* Initialise the date picker. */ + if (!$.datepicker.initialized) { + $(document).mousedown($.datepicker._checkExternalClick). + find('body').append($.datepicker.dpDiv); + $.datepicker.initialized = true; + } + + var otherArgs = Array.prototype.slice.call(arguments, 1); + if (typeof options == 'string' && (options == 'isDisabled' || options == 'getDate' || options == 'widget')) + return $.datepicker['_' + options + 'Datepicker']. + apply($.datepicker, [this[0]].concat(otherArgs)); + if (options == 'option' && arguments.length == 2 && typeof arguments[1] == 'string') + return $.datepicker['_' + options + 'Datepicker']. + apply($.datepicker, [this[0]].concat(otherArgs)); + return this.each(function() { + typeof options == 'string' ? + $.datepicker['_' + options + 'Datepicker']. + apply($.datepicker, [this].concat(otherArgs)) : + $.datepicker._attachDatepicker(this, options); + }); +}; + +$.datepicker = new Datepicker(); // singleton instance +$.datepicker.initialized = false; +$.datepicker.uuid = new Date().getTime(); +$.datepicker.version = "1.8.9"; + +// Workaround for #4055 +// Add another global to avoid noConflict issues with inline event handlers +window['DP_jQuery_' + dpuuid] = $; + +})(jQuery); +/* + * jQuery UI Progressbar 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +$.widget( "ui.progressbar", { + options: { + value: 0, + max: 100 + }, + + min: 0, + + _create: function() { + this.element + .addClass( "ui-progressbar ui-widget ui-widget-content ui-corner-all" ) + .attr({ + role: "progressbar", + "aria-valuemin": this.min, + "aria-valuemax": this.options.max, + "aria-valuenow": this._value() + }); + + this.valueDiv = $( "
" ) + .appendTo( this.element ); + + this.oldValue = this._value(); + this._refreshValue(); + }, + + destroy: function() { + this.element + .removeClass( "ui-progressbar ui-widget ui-widget-content ui-corner-all" ) + .removeAttr( "role" ) + .removeAttr( "aria-valuemin" ) + .removeAttr( "aria-valuemax" ) + .removeAttr( "aria-valuenow" ); + + this.valueDiv.remove(); + + $.Widget.prototype.destroy.apply( this, arguments ); + }, + + value: function( newValue ) { + if ( newValue === undefined ) { + return this._value(); + } + + this._setOption( "value", newValue ); + return this; + }, + + _setOption: function( key, value ) { + if ( key === "value" ) { + this.options.value = value; + this._refreshValue(); + if ( this._value() === this.options.max ) { + this._trigger( "complete" ); + } + } + + $.Widget.prototype._setOption.apply( this, arguments ); + }, + + _value: function() { + var val = this.options.value; + // normalize invalid value + if ( typeof val !== "number" ) { + val = 0; + } + return Math.min( this.options.max, Math.max( this.min, val ) ); + }, + + _percentage: function() { + return 100 * this._value() / this.options.max; + }, + + _refreshValue: function() { + var value = this.value(); + var percentage = this._percentage(); + + if ( this.oldValue !== value ) { + this.oldValue = value; + this._trigger( "change" ); + } + + this.valueDiv + .toggleClass( "ui-corner-right", value === this.options.max ) + .width( percentage.toFixed(0) + "%" ); + this.element.attr( "aria-valuenow", value ); + } +}); + +$.extend( $.ui.progressbar, { + version: "1.8.9" +}); + +})( jQuery ); +/* + * jQuery UI Effects 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +;jQuery.effects || (function($, undefined) { + +$.effects = {}; + + + +/******************************************************************************/ +/****************************** COLOR ANIMATIONS ******************************/ +/******************************************************************************/ + +// override the animation for color styles +$.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor', + 'borderRightColor', 'borderTopColor', 'borderColor', 'color', 'outlineColor'], +function(i, attr) { + $.fx.step[attr] = function(fx) { + if (!fx.colorInit) { + fx.start = getColor(fx.elem, attr); + fx.end = getRGB(fx.end); + fx.colorInit = true; + } + + fx.elem.style[attr] = 'rgb(' + + Math.max(Math.min(parseInt((fx.pos * (fx.end[0] - fx.start[0])) + fx.start[0], 10), 255), 0) + ',' + + Math.max(Math.min(parseInt((fx.pos * (fx.end[1] - fx.start[1])) + fx.start[1], 10), 255), 0) + ',' + + Math.max(Math.min(parseInt((fx.pos * (fx.end[2] - fx.start[2])) + fx.start[2], 10), 255), 0) + ')'; + }; +}); + +// Color Conversion functions from highlightFade +// By Blair Mitchelmore +// http://jquery.offput.ca/highlightFade/ + +// Parse strings looking for color tuples [255,255,255] +function getRGB(color) { + var result; + + // Check if we're already dealing with an array of colors + if ( color && color.constructor == Array && color.length == 3 ) + return color; + + // Look for rgb(num,num,num) + if (result = /rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(color)) + return [parseInt(result[1],10), parseInt(result[2],10), parseInt(result[3],10)]; + + // Look for rgb(num%,num%,num%) + if (result = /rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(color)) + return [parseFloat(result[1])*2.55, parseFloat(result[2])*2.55, parseFloat(result[3])*2.55]; + + // Look for #a0b1c2 + if (result = /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(color)) + return [parseInt(result[1],16), parseInt(result[2],16), parseInt(result[3],16)]; + + // Look for #fff + if (result = /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(color)) + return [parseInt(result[1]+result[1],16), parseInt(result[2]+result[2],16), parseInt(result[3]+result[3],16)]; + + // Look for rgba(0, 0, 0, 0) == transparent in Safari 3 + if (result = /rgba\(0, 0, 0, 0\)/.exec(color)) + return colors['transparent']; + + // Otherwise, we're most likely dealing with a named color + return colors[$.trim(color).toLowerCase()]; +} + +function getColor(elem, attr) { + var color; + + do { + color = $.curCSS(elem, attr); + + // Keep going until we find an element that has color, or we hit the body + if ( color != '' && color != 'transparent' || $.nodeName(elem, "body") ) + break; + + attr = "backgroundColor"; + } while ( elem = elem.parentNode ); + + return getRGB(color); +}; + +// Some named colors to work with +// From Interface by Stefan Petre +// http://interface.eyecon.ro/ + +var colors = { + aqua:[0,255,255], + azure:[240,255,255], + beige:[245,245,220], + black:[0,0,0], + blue:[0,0,255], + brown:[165,42,42], + cyan:[0,255,255], + darkblue:[0,0,139], + darkcyan:[0,139,139], + darkgrey:[169,169,169], + darkgreen:[0,100,0], + darkkhaki:[189,183,107], + darkmagenta:[139,0,139], + darkolivegreen:[85,107,47], + darkorange:[255,140,0], + darkorchid:[153,50,204], + darkred:[139,0,0], + darksalmon:[233,150,122], + darkviolet:[148,0,211], + fuchsia:[255,0,255], + gold:[255,215,0], + green:[0,128,0], + indigo:[75,0,130], + khaki:[240,230,140], + lightblue:[173,216,230], + lightcyan:[224,255,255], + lightgreen:[144,238,144], + lightgrey:[211,211,211], + lightpink:[255,182,193], + lightyellow:[255,255,224], + lime:[0,255,0], + magenta:[255,0,255], + maroon:[128,0,0], + navy:[0,0,128], + olive:[128,128,0], + orange:[255,165,0], + pink:[255,192,203], + purple:[128,0,128], + violet:[128,0,128], + red:[255,0,0], + silver:[192,192,192], + white:[255,255,255], + yellow:[255,255,0], + transparent: [255,255,255] +}; + + + +/******************************************************************************/ +/****************************** CLASS ANIMATIONS ******************************/ +/******************************************************************************/ + +var classAnimationActions = ['add', 'remove', 'toggle'], + shorthandStyles = { + border: 1, + borderBottom: 1, + borderColor: 1, + borderLeft: 1, + borderRight: 1, + borderTop: 1, + borderWidth: 1, + margin: 1, + padding: 1 + }; + +function getElementStyles() { + var style = document.defaultView + ? document.defaultView.getComputedStyle(this, null) + : this.currentStyle, + newStyle = {}, + key, + camelCase; + + // webkit enumerates style porperties + if (style && style.length && style[0] && style[style[0]]) { + var len = style.length; + while (len--) { + key = style[len]; + if (typeof style[key] == 'string') { + camelCase = key.replace(/\-(\w)/g, function(all, letter){ + return letter.toUpperCase(); + }); + newStyle[camelCase] = style[key]; + } + } + } else { + for (key in style) { + if (typeof style[key] === 'string') { + newStyle[key] = style[key]; + } + } + } + + return newStyle; +} + +function filterStyles(styles) { + var name, value; + for (name in styles) { + value = styles[name]; + if ( + // ignore null and undefined values + value == null || + // ignore functions (when does this occur?) + $.isFunction(value) || + // shorthand styles that need to be expanded + name in shorthandStyles || + // ignore scrollbars (break in IE) + (/scrollbar/).test(name) || + + // only colors or values that can be converted to numbers + (!(/color/i).test(name) && isNaN(parseFloat(value))) + ) { + delete styles[name]; + } + } + + return styles; +} + +function styleDifference(oldStyle, newStyle) { + var diff = { _: 0 }, // http://dev.jquery.com/ticket/5459 + name; + + for (name in newStyle) { + if (oldStyle[name] != newStyle[name]) { + diff[name] = newStyle[name]; + } + } + + return diff; +} + +$.effects.animateClass = function(value, duration, easing, callback) { + if ($.isFunction(easing)) { + callback = easing; + easing = null; + } + + return this.queue('fx', function() { + var that = $(this), + originalStyleAttr = that.attr('style') || ' ', + originalStyle = filterStyles(getElementStyles.call(this)), + newStyle, + className = that.attr('className'); + + $.each(classAnimationActions, function(i, action) { + if (value[action]) { + that[action + 'Class'](value[action]); + } + }); + newStyle = filterStyles(getElementStyles.call(this)); + that.attr('className', className); + + that.animate(styleDifference(originalStyle, newStyle), duration, easing, function() { + $.each(classAnimationActions, function(i, action) { + if (value[action]) { that[action + 'Class'](value[action]); } + }); + // work around bug in IE by clearing the cssText before setting it + if (typeof that.attr('style') == 'object') { + that.attr('style').cssText = ''; + that.attr('style').cssText = originalStyleAttr; + } else { + that.attr('style', originalStyleAttr); + } + if (callback) { callback.apply(this, arguments); } + }); + + // $.animate adds a function to the end of the queue + // but we want it at the front + var queue = $.queue(this), + anim = queue.splice(queue.length - 1, 1)[0]; + queue.splice(1, 0, anim); + $.dequeue(this); + }); +}; + +$.fn.extend({ + _addClass: $.fn.addClass, + addClass: function(classNames, speed, easing, callback) { + return speed ? $.effects.animateClass.apply(this, [{ add: classNames },speed,easing,callback]) : this._addClass(classNames); + }, + + _removeClass: $.fn.removeClass, + removeClass: function(classNames,speed,easing,callback) { + return speed ? $.effects.animateClass.apply(this, [{ remove: classNames },speed,easing,callback]) : this._removeClass(classNames); + }, + + _toggleClass: $.fn.toggleClass, + toggleClass: function(classNames, force, speed, easing, callback) { + if ( typeof force == "boolean" || force === undefined ) { + if ( !speed ) { + // without speed parameter; + return this._toggleClass(classNames, force); + } else { + return $.effects.animateClass.apply(this, [(force?{add:classNames}:{remove:classNames}),speed,easing,callback]); + } + } else { + // without switch parameter; + return $.effects.animateClass.apply(this, [{ toggle: classNames },force,speed,easing]); + } + }, + + switchClass: function(remove,add,speed,easing,callback) { + return $.effects.animateClass.apply(this, [{ add: add, remove: remove },speed,easing,callback]); + } +}); + + + +/******************************************************************************/ +/*********************************** EFFECTS **********************************/ +/******************************************************************************/ + +$.extend($.effects, { + version: "1.8.9", + + // Saves a set of properties in a data storage + save: function(element, set) { + for(var i=0; i < set.length; i++) { + if(set[i] !== null) element.data("ec.storage."+set[i], element[0].style[set[i]]); + } + }, + + // Restores a set of previously saved properties from a data storage + restore: function(element, set) { + for(var i=0; i < set.length; i++) { + if(set[i] !== null) element.css(set[i], element.data("ec.storage."+set[i])); + } + }, + + setMode: function(el, mode) { + if (mode == 'toggle') mode = el.is(':hidden') ? 'show' : 'hide'; // Set for toggle + return mode; + }, + + getBaseline: function(origin, original) { // Translates a [top,left] array into a baseline value + // this should be a little more flexible in the future to handle a string & hash + var y, x; + switch (origin[0]) { + case 'top': y = 0; break; + case 'middle': y = 0.5; break; + case 'bottom': y = 1; break; + default: y = origin[0] / original.height; + }; + switch (origin[1]) { + case 'left': x = 0; break; + case 'center': x = 0.5; break; + case 'right': x = 1; break; + default: x = origin[1] / original.width; + }; + return {x: x, y: y}; + }, + + // Wraps the element around a wrapper that copies position properties + createWrapper: function(element) { + + // if the element is already wrapped, return it + if (element.parent().is('.ui-effects-wrapper')) { + return element.parent(); + } + + // wrap the element + var props = { + width: element.outerWidth(true), + height: element.outerHeight(true), + 'float': element.css('float') + }, + wrapper = $('
') + .addClass('ui-effects-wrapper') + .css({ + fontSize: '100%', + background: 'transparent', + border: 'none', + margin: 0, + padding: 0 + }); + + element.wrap(wrapper); + wrapper = element.parent(); //Hotfix for jQuery 1.4 since some change in wrap() seems to actually loose the reference to the wrapped element + + // transfer positioning properties to the wrapper + if (element.css('position') == 'static') { + wrapper.css({ position: 'relative' }); + element.css({ position: 'relative' }); + } else { + $.extend(props, { + position: element.css('position'), + zIndex: element.css('z-index') + }); + $.each(['top', 'left', 'bottom', 'right'], function(i, pos) { + props[pos] = element.css(pos); + if (isNaN(parseInt(props[pos], 10))) { + props[pos] = 'auto'; + } + }); + element.css({position: 'relative', top: 0, left: 0, right: 'auto', bottom: 'auto' }); + } + + return wrapper.css(props).show(); + }, + + removeWrapper: function(element) { + if (element.parent().is('.ui-effects-wrapper')) + return element.parent().replaceWith(element); + return element; + }, + + setTransition: function(element, list, factor, value) { + value = value || {}; + $.each(list, function(i, x){ + unit = element.cssUnit(x); + if (unit[0] > 0) value[x] = unit[0] * factor + unit[1]; + }); + return value; + } +}); + + +function _normalizeArguments(effect, options, speed, callback) { + // shift params for method overloading + if (typeof effect == 'object') { + callback = options; + speed = null; + options = effect; + effect = options.effect; + } + if ($.isFunction(options)) { + callback = options; + speed = null; + options = {}; + } + if (typeof options == 'number' || $.fx.speeds[options]) { + callback = speed; + speed = options; + options = {}; + } + if ($.isFunction(speed)) { + callback = speed; + speed = null; + } + + options = options || {}; + + speed = speed || options.duration; + speed = $.fx.off ? 0 : typeof speed == 'number' + ? speed : speed in $.fx.speeds ? $.fx.speeds[speed] : $.fx.speeds._default; + + callback = callback || options.complete; + + return [effect, options, speed, callback]; +} + +function standardSpeed( speed ) { + // valid standard speeds + if ( !speed || typeof speed === "number" || $.fx.speeds[ speed ] ) { + return true; + } + + // invalid strings - treat as "normal" speed + if ( typeof speed === "string" && !$.effects[ speed ] ) { + return true; + } + + return false; +} + +$.fn.extend({ + effect: function(effect, options, speed, callback) { + var args = _normalizeArguments.apply(this, arguments), + // TODO: make effects take actual parameters instead of a hash + args2 = { + options: args[1], + duration: args[2], + callback: args[3] + }, + mode = args2.options.mode, + effectMethod = $.effects[effect]; + + if ( $.fx.off || !effectMethod ) { + // delegate to the original method (e.g., .show()) if possible + if ( mode ) { + return this[ mode ]( args2.duration, args2.callback ); + } else { + return this.each(function() { + if ( args2.callback ) { + args2.callback.call( this ); + } + }); + } + } + + return effectMethod.call(this, args2); + }, + + _show: $.fn.show, + show: function(speed) { + if ( standardSpeed( speed ) ) { + return this._show.apply(this, arguments); + } else { + var args = _normalizeArguments.apply(this, arguments); + args[1].mode = 'show'; + return this.effect.apply(this, args); + } + }, + + _hide: $.fn.hide, + hide: function(speed) { + if ( standardSpeed( speed ) ) { + return this._hide.apply(this, arguments); + } else { + var args = _normalizeArguments.apply(this, arguments); + args[1].mode = 'hide'; + return this.effect.apply(this, args); + } + }, + + // jQuery core overloads toggle and creates _toggle + __toggle: $.fn.toggle, + toggle: function(speed) { + if ( standardSpeed( speed ) || typeof speed === "boolean" || $.isFunction( speed ) ) { + return this.__toggle.apply(this, arguments); + } else { + var args = _normalizeArguments.apply(this, arguments); + args[1].mode = 'toggle'; + return this.effect.apply(this, args); + } + }, + + // helper functions + cssUnit: function(key) { + var style = this.css(key), val = []; + $.each( ['em','px','%','pt'], function(i, unit){ + if(style.indexOf(unit) > 0) + val = [parseFloat(style), unit]; + }); + return val; + } +}); + + + +/******************************************************************************/ +/*********************************** EASING ***********************************/ +/******************************************************************************/ + +/* + * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ + * + * Uses the built in easing capabilities added In jQuery 1.1 + * to offer multiple easing options + * + * TERMS OF USE - jQuery Easing + * + * Open source under the BSD License. + * + * Copyright 2008 George McGinley Smith + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * Neither the name of the author nor the names of contributors may be used to endorse + * or promote products derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * +*/ + +// t: current time, b: begInnIng value, c: change In value, d: duration +$.easing.jswing = $.easing.swing; + +$.extend($.easing, +{ + def: 'easeOutQuad', + swing: function (x, t, b, c, d) { + //alert($.easing.default); + return $.easing[$.easing.def](x, t, b, c, d); + }, + easeInQuad: function (x, t, b, c, d) { + return c*(t/=d)*t + b; + }, + easeOutQuad: function (x, t, b, c, d) { + return -c *(t/=d)*(t-2) + b; + }, + easeInOutQuad: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t + b; + return -c/2 * ((--t)*(t-2) - 1) + b; + }, + easeInCubic: function (x, t, b, c, d) { + return c*(t/=d)*t*t + b; + }, + easeOutCubic: function (x, t, b, c, d) { + return c*((t=t/d-1)*t*t + 1) + b; + }, + easeInOutCubic: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t*t + b; + return c/2*((t-=2)*t*t + 2) + b; + }, + easeInQuart: function (x, t, b, c, d) { + return c*(t/=d)*t*t*t + b; + }, + easeOutQuart: function (x, t, b, c, d) { + return -c * ((t=t/d-1)*t*t*t - 1) + b; + }, + easeInOutQuart: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t*t*t + b; + return -c/2 * ((t-=2)*t*t*t - 2) + b; + }, + easeInQuint: function (x, t, b, c, d) { + return c*(t/=d)*t*t*t*t + b; + }, + easeOutQuint: function (x, t, b, c, d) { + return c*((t=t/d-1)*t*t*t*t + 1) + b; + }, + easeInOutQuint: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; + return c/2*((t-=2)*t*t*t*t + 2) + b; + }, + easeInSine: function (x, t, b, c, d) { + return -c * Math.cos(t/d * (Math.PI/2)) + c + b; + }, + easeOutSine: function (x, t, b, c, d) { + return c * Math.sin(t/d * (Math.PI/2)) + b; + }, + easeInOutSine: function (x, t, b, c, d) { + return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b; + }, + easeInExpo: function (x, t, b, c, d) { + return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b; + }, + easeOutExpo: function (x, t, b, c, d) { + return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; + }, + easeInOutExpo: function (x, t, b, c, d) { + if (t==0) return b; + if (t==d) return b+c; + if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b; + return c/2 * (-Math.pow(2, -10 * --t) + 2) + b; + }, + easeInCirc: function (x, t, b, c, d) { + return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b; + }, + easeOutCirc: function (x, t, b, c, d) { + return c * Math.sqrt(1 - (t=t/d-1)*t) + b; + }, + easeInOutCirc: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b; + return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b; + }, + easeInElastic: function (x, t, b, c, d) { + var s=1.70158;var p=0;var a=c; + if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; + if (a < Math.abs(c)) { a=c; var s=p/4; } + else var s = p/(2*Math.PI) * Math.asin (c/a); + return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; + }, + easeOutElastic: function (x, t, b, c, d) { + var s=1.70158;var p=0;var a=c; + if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; + if (a < Math.abs(c)) { a=c; var s=p/4; } + else var s = p/(2*Math.PI) * Math.asin (c/a); + return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b; + }, + easeInOutElastic: function (x, t, b, c, d) { + var s=1.70158;var p=0;var a=c; + if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5); + if (a < Math.abs(c)) { a=c; var s=p/4; } + else var s = p/(2*Math.PI) * Math.asin (c/a); + if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; + return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b; + }, + easeInBack: function (x, t, b, c, d, s) { + if (s == undefined) s = 1.70158; + return c*(t/=d)*t*((s+1)*t - s) + b; + }, + easeOutBack: function (x, t, b, c, d, s) { + if (s == undefined) s = 1.70158; + return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; + }, + easeInOutBack: function (x, t, b, c, d, s) { + if (s == undefined) s = 1.70158; + if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; + return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; + }, + easeInBounce: function (x, t, b, c, d) { + return c - $.easing.easeOutBounce (x, d-t, 0, c, d) + b; + }, + easeOutBounce: function (x, t, b, c, d) { + if ((t/=d) < (1/2.75)) { + return c*(7.5625*t*t) + b; + } else if (t < (2/2.75)) { + return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; + } else if (t < (2.5/2.75)) { + return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; + } else { + return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; + } + }, + easeInOutBounce: function (x, t, b, c, d) { + if (t < d/2) return $.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b; + return $.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b; + } +}); + +/* + * + * TERMS OF USE - EASING EQUATIONS + * + * Open source under the BSD License. + * + * Copyright 2001 Robert Penner + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * Neither the name of the author nor the names of contributors may be used to endorse + * or promote products derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + +})(jQuery); +/* + * jQuery UI Effects Blind 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Blind + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.blind = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode + var direction = o.options.direction || 'vertical'; // Default direction + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + var wrapper = $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper + var ref = (direction == 'vertical') ? 'height' : 'width'; + var distance = (direction == 'vertical') ? wrapper.height() : wrapper.width(); + if(mode == 'show') wrapper.css(ref, 0); // Shift + + // Animation + var animation = {}; + animation[ref] = mode == 'show' ? distance : 0; + + // Animate + wrapper.animate(animation, o.duration, o.options.easing, function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(el[0], arguments); // Callback + el.dequeue(); + }); + + }); + +}; + +})(jQuery); +/* + * jQuery UI Effects Bounce 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Bounce + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.bounce = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode + var direction = o.options.direction || 'up'; // Default direction + var distance = o.options.distance || 20; // Default distance + var times = o.options.times || 5; // Default # of times + var speed = o.duration || 250; // Default speed per bounce + if (/show|hide/.test(mode)) props.push('opacity'); // Avoid touching opacity to prevent clearType and PNG issues in IE + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + $.effects.createWrapper(el); // Create Wrapper + var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left'; + var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg'; + var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) / 3 : el.outerWidth({margin:true}) / 3); + if (mode == 'show') el.css('opacity', 0).css(ref, motion == 'pos' ? -distance : distance); // Shift + if (mode == 'hide') distance = distance / (times * 2); + if (mode != 'hide') times--; + + // Animate + if (mode == 'show') { // Show Bounce + var animation = {opacity: 1}; + animation[ref] = (motion == 'pos' ? '+=' : '-=') + distance; + el.animate(animation, speed / 2, o.options.easing); + distance = distance / 2; + times--; + }; + for (var i = 0; i < times; i++) { // Bounces + var animation1 = {}, animation2 = {}; + animation1[ref] = (motion == 'pos' ? '-=' : '+=') + distance; + animation2[ref] = (motion == 'pos' ? '+=' : '-=') + distance; + el.animate(animation1, speed / 2, o.options.easing).animate(animation2, speed / 2, o.options.easing); + distance = (mode == 'hide') ? distance * 2 : distance / 2; + }; + if (mode == 'hide') { // Last Bounce + var animation = {opacity: 0}; + animation[ref] = (motion == 'pos' ? '-=' : '+=') + distance; + el.animate(animation, speed / 2, o.options.easing, function(){ + el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + }); + } else { + var animation1 = {}, animation2 = {}; + animation1[ref] = (motion == 'pos' ? '-=' : '+=') + distance; + animation2[ref] = (motion == 'pos' ? '+=' : '-=') + distance; + el.animate(animation1, speed / 2, o.options.easing).animate(animation2, speed / 2, o.options.easing, function(){ + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + }); + }; + el.queue('fx', function() { el.dequeue(); }); + el.dequeue(); + }); + +}; + +})(jQuery); +/* + * jQuery UI Effects Clip 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Clip + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.clip = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right','height','width']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode + var direction = o.options.direction || 'vertical'; // Default direction + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + var wrapper = $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper + var animate = el[0].tagName == 'IMG' ? wrapper : el; + var ref = { + size: (direction == 'vertical') ? 'height' : 'width', + position: (direction == 'vertical') ? 'top' : 'left' + }; + var distance = (direction == 'vertical') ? animate.height() : animate.width(); + if(mode == 'show') { animate.css(ref.size, 0); animate.css(ref.position, distance / 2); } // Shift + + // Animation + var animation = {}; + animation[ref.size] = mode == 'show' ? distance : 0; + animation[ref.position] = mode == 'show' ? 0 : distance / 2; + + // Animate + animate.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(el[0], arguments); // Callback + el.dequeue(); + }}); + + }); + +}; + +})(jQuery); +/* + * jQuery UI Effects Drop 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Drop + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.drop = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right','opacity']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode + var direction = o.options.direction || 'left'; // Default Direction + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + $.effects.createWrapper(el); // Create Wrapper + var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left'; + var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg'; + var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) / 2 : el.outerWidth({margin:true}) / 2); + if (mode == 'show') el.css('opacity', 0).css(ref, motion == 'pos' ? -distance : distance); // Shift + + // Animation + var animation = {opacity: mode == 'show' ? 1 : 0}; + animation[ref] = (mode == 'show' ? (motion == 'pos' ? '+=' : '-=') : (motion == 'pos' ? '-=' : '+=')) + distance; + + // Animate + el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + el.dequeue(); + }}); + + }); + +}; + +})(jQuery); +/* + * jQuery UI Effects Explode 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Explode + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.explode = function(o) { + + return this.queue(function() { + + var rows = o.options.pieces ? Math.round(Math.sqrt(o.options.pieces)) : 3; + var cells = o.options.pieces ? Math.round(Math.sqrt(o.options.pieces)) : 3; + + o.options.mode = o.options.mode == 'toggle' ? ($(this).is(':visible') ? 'hide' : 'show') : o.options.mode; + var el = $(this).show().css('visibility', 'hidden'); + var offset = el.offset(); + + //Substract the margins - not fixing the problem yet. + offset.top -= parseInt(el.css("marginTop"),10) || 0; + offset.left -= parseInt(el.css("marginLeft"),10) || 0; + + var width = el.outerWidth(true); + var height = el.outerHeight(true); + + for(var i=0;i') + .css({ + position: 'absolute', + visibility: 'visible', + left: -j*(width/cells), + top: -i*(height/rows) + }) + .parent() + .addClass('ui-effects-explode') + .css({ + position: 'absolute', + overflow: 'hidden', + width: width/cells, + height: height/rows, + left: offset.left + j*(width/cells) + (o.options.mode == 'show' ? (j-Math.floor(cells/2))*(width/cells) : 0), + top: offset.top + i*(height/rows) + (o.options.mode == 'show' ? (i-Math.floor(rows/2))*(height/rows) : 0), + opacity: o.options.mode == 'show' ? 0 : 1 + }).animate({ + left: offset.left + j*(width/cells) + (o.options.mode == 'show' ? 0 : (j-Math.floor(cells/2))*(width/cells)), + top: offset.top + i*(height/rows) + (o.options.mode == 'show' ? 0 : (i-Math.floor(rows/2))*(height/rows)), + opacity: o.options.mode == 'show' ? 1 : 0 + }, o.duration || 500); + } + } + + // Set a timeout, to call the callback approx. when the other animations have finished + setTimeout(function() { + + o.options.mode == 'show' ? el.css({ visibility: 'visible' }) : el.css({ visibility: 'visible' }).hide(); + if(o.callback) o.callback.apply(el[0]); // Callback + el.dequeue(); + + $('div.ui-effects-explode').remove(); + + }, o.duration || 500); + + + }); + +}; + +})(jQuery); +/* + * jQuery UI Effects Fade 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.fade = function(o) { + return this.queue(function() { + var elem = $(this), + mode = $.effects.setMode(elem, o.options.mode || 'hide'); + + elem.animate({ opacity: mode }, { + queue: false, + duration: o.duration, + easing: o.options.easing, + complete: function() { + (o.callback && o.callback.apply(this, arguments)); + elem.dequeue(); + } + }); + }); +}; + +})(jQuery); +/* + * jQuery UI Effects Fold 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.fold = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode + var size = o.options.size || 15; // Default fold size + var horizFirst = !(!o.options.horizFirst); // Ensure a boolean value + var duration = o.duration ? o.duration / 2 : $.fx.speeds._default / 2; + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + var wrapper = $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper + var widthFirst = ((mode == 'show') != horizFirst); + var ref = widthFirst ? ['width', 'height'] : ['height', 'width']; + var distance = widthFirst ? [wrapper.width(), wrapper.height()] : [wrapper.height(), wrapper.width()]; + var percent = /([0-9]+)%/.exec(size); + if(percent) size = parseInt(percent[1],10) / 100 * distance[mode == 'hide' ? 0 : 1]; + if(mode == 'show') wrapper.css(horizFirst ? {height: 0, width: size} : {height: size, width: 0}); // Shift + + // Animation + var animation1 = {}, animation2 = {}; + animation1[ref[0]] = mode == 'show' ? distance[0] : size; + animation2[ref[1]] = mode == 'show' ? distance[1] : 0; + + // Animate + wrapper.animate(animation1, duration, o.options.easing) + .animate(animation2, duration, o.options.easing, function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(el[0], arguments); // Callback + el.dequeue(); + }); + + }); + +}; + +})(jQuery); +/* + * jQuery UI Effects Highlight 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.highlight = function(o) { + return this.queue(function() { + var elem = $(this), + props = ['backgroundImage', 'backgroundColor', 'opacity'], + mode = $.effects.setMode(elem, o.options.mode || 'show'), + animation = { + backgroundColor: elem.css('backgroundColor') + }; + + if (mode == 'hide') { + animation.opacity = 0; + } + + $.effects.save(elem, props); + elem + .show() + .css({ + backgroundImage: 'none', + backgroundColor: o.options.color || '#ffff99' + }) + .animate(animation, { + queue: false, + duration: o.duration, + easing: o.options.easing, + complete: function() { + (mode == 'hide' && elem.hide()); + $.effects.restore(elem, props); + (mode == 'show' && !$.support.opacity && this.style.removeAttribute('filter')); + (o.callback && o.callback.apply(this, arguments)); + elem.dequeue(); + } + }); + }); +}; + +})(jQuery); +/* + * jQuery UI Effects Pulsate 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.pulsate = function(o) { + return this.queue(function() { + var elem = $(this), + mode = $.effects.setMode(elem, o.options.mode || 'show'); + times = ((o.options.times || 5) * 2) - 1; + duration = o.duration ? o.duration / 2 : $.fx.speeds._default / 2, + isVisible = elem.is(':visible'), + animateTo = 0; + + if (!isVisible) { + elem.css('opacity', 0).show(); + animateTo = 1; + } + + if ((mode == 'hide' && isVisible) || (mode == 'show' && !isVisible)) { + times--; + } + + for (var i = 0; i < times; i++) { + elem.animate({ opacity: animateTo }, duration, o.options.easing); + animateTo = (animateTo + 1) % 2; + } + + elem.animate({ opacity: animateTo }, duration, o.options.easing, function() { + if (animateTo == 0) { + elem.hide(); + } + (o.callback && o.callback.apply(this, arguments)); + }); + + elem + .queue('fx', function() { elem.dequeue(); }) + .dequeue(); + }); +}; + +})(jQuery); +/* + * jQuery UI Effects Scale 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Scale + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.puff = function(o) { + return this.queue(function() { + var elem = $(this), + mode = $.effects.setMode(elem, o.options.mode || 'hide'), + percent = parseInt(o.options.percent, 10) || 150, + factor = percent / 100, + original = { height: elem.height(), width: elem.width() }; + + $.extend(o.options, { + fade: true, + mode: mode, + percent: mode == 'hide' ? percent : 100, + from: mode == 'hide' + ? original + : { + height: original.height * factor, + width: original.width * factor + } + }); + + elem.effect('scale', o.options, o.duration, o.callback); + elem.dequeue(); + }); +}; + +$.effects.scale = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this); + + // Set options + var options = $.extend(true, {}, o.options); + var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode + var percent = parseInt(o.options.percent,10) || (parseInt(o.options.percent,10) == 0 ? 0 : (mode == 'hide' ? 0 : 100)); // Set default scaling percent + var direction = o.options.direction || 'both'; // Set default axis + var origin = o.options.origin; // The origin of the scaling + if (mode != 'effect') { // Set default origin and restore for show/hide + options.origin = origin || ['middle','center']; + options.restore = true; + } + var original = {height: el.height(), width: el.width()}; // Save original + el.from = o.options.from || (mode == 'show' ? {height: 0, width: 0} : original); // Default from state + + // Adjust + var factor = { // Set scaling factor + y: direction != 'horizontal' ? (percent / 100) : 1, + x: direction != 'vertical' ? (percent / 100) : 1 + }; + el.to = {height: original.height * factor.y, width: original.width * factor.x}; // Set to state + + if (o.options.fade) { // Fade option to support puff + if (mode == 'show') {el.from.opacity = 0; el.to.opacity = 1;}; + if (mode == 'hide') {el.from.opacity = 1; el.to.opacity = 0;}; + }; + + // Animation + options.from = el.from; options.to = el.to; options.mode = mode; + + // Animate + el.effect('size', options, o.duration, o.callback); + el.dequeue(); + }); + +}; + +$.effects.size = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right','width','height','overflow','opacity']; + var props1 = ['position','top','bottom','left','right','overflow','opacity']; // Always restore + var props2 = ['width','height','overflow']; // Copy for children + var cProps = ['fontSize']; + var vProps = ['borderTopWidth', 'borderBottomWidth', 'paddingTop', 'paddingBottom']; + var hProps = ['borderLeftWidth', 'borderRightWidth', 'paddingLeft', 'paddingRight']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode + var restore = o.options.restore || false; // Default restore + var scale = o.options.scale || 'both'; // Default scale mode + var origin = o.options.origin; // The origin of the sizing + var original = {height: el.height(), width: el.width()}; // Save original + el.from = o.options.from || original; // Default from state + el.to = o.options.to || original; // Default to state + // Adjust + if (origin) { // Calculate baseline shifts + var baseline = $.effects.getBaseline(origin, original); + el.from.top = (original.height - el.from.height) * baseline.y; + el.from.left = (original.width - el.from.width) * baseline.x; + el.to.top = (original.height - el.to.height) * baseline.y; + el.to.left = (original.width - el.to.width) * baseline.x; + }; + var factor = { // Set scaling factor + from: {y: el.from.height / original.height, x: el.from.width / original.width}, + to: {y: el.to.height / original.height, x: el.to.width / original.width} + }; + if (scale == 'box' || scale == 'both') { // Scale the css box + if (factor.from.y != factor.to.y) { // Vertical props scaling + props = props.concat(vProps); + el.from = $.effects.setTransition(el, vProps, factor.from.y, el.from); + el.to = $.effects.setTransition(el, vProps, factor.to.y, el.to); + }; + if (factor.from.x != factor.to.x) { // Horizontal props scaling + props = props.concat(hProps); + el.from = $.effects.setTransition(el, hProps, factor.from.x, el.from); + el.to = $.effects.setTransition(el, hProps, factor.to.x, el.to); + }; + }; + if (scale == 'content' || scale == 'both') { // Scale the content + if (factor.from.y != factor.to.y) { // Vertical props scaling + props = props.concat(cProps); + el.from = $.effects.setTransition(el, cProps, factor.from.y, el.from); + el.to = $.effects.setTransition(el, cProps, factor.to.y, el.to); + }; + }; + $.effects.save(el, restore ? props : props1); el.show(); // Save & Show + $.effects.createWrapper(el); // Create Wrapper + el.css('overflow','hidden').css(el.from); // Shift + + // Animate + if (scale == 'content' || scale == 'both') { // Scale the children + vProps = vProps.concat(['marginTop','marginBottom']).concat(cProps); // Add margins/font-size + hProps = hProps.concat(['marginLeft','marginRight']); // Add margins + props2 = props.concat(vProps).concat(hProps); // Concat + el.find("*[width]").each(function(){ + child = $(this); + if (restore) $.effects.save(child, props2); + var c_original = {height: child.height(), width: child.width()}; // Save original + child.from = {height: c_original.height * factor.from.y, width: c_original.width * factor.from.x}; + child.to = {height: c_original.height * factor.to.y, width: c_original.width * factor.to.x}; + if (factor.from.y != factor.to.y) { // Vertical props scaling + child.from = $.effects.setTransition(child, vProps, factor.from.y, child.from); + child.to = $.effects.setTransition(child, vProps, factor.to.y, child.to); + }; + if (factor.from.x != factor.to.x) { // Horizontal props scaling + child.from = $.effects.setTransition(child, hProps, factor.from.x, child.from); + child.to = $.effects.setTransition(child, hProps, factor.to.x, child.to); + }; + child.css(child.from); // Shift children + child.animate(child.to, o.duration, o.options.easing, function(){ + if (restore) $.effects.restore(child, props2); // Restore children + }); // Animate children + }); + }; + + // Animate + el.animate(el.to, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { + if (el.to.opacity === 0) { + el.css('opacity', el.from.opacity); + } + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, restore ? props : props1); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + el.dequeue(); + }}); + + }); + +}; + +})(jQuery); +/* + * jQuery UI Effects Shake 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Shake + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.shake = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode + var direction = o.options.direction || 'left'; // Default direction + var distance = o.options.distance || 20; // Default distance + var times = o.options.times || 3; // Default # of times + var speed = o.duration || o.options.duration || 140; // Default speed per shake + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + $.effects.createWrapper(el); // Create Wrapper + var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left'; + var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg'; + + // Animation + var animation = {}, animation1 = {}, animation2 = {}; + animation[ref] = (motion == 'pos' ? '-=' : '+=') + distance; + animation1[ref] = (motion == 'pos' ? '+=' : '-=') + distance * 2; + animation2[ref] = (motion == 'pos' ? '-=' : '+=') + distance * 2; + + // Animate + el.animate(animation, speed, o.options.easing); + for (var i = 1; i < times; i++) { // Shakes + el.animate(animation1, speed, o.options.easing).animate(animation2, speed, o.options.easing); + }; + el.animate(animation1, speed, o.options.easing). + animate(animation, speed / 2, o.options.easing, function(){ // Last shake + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + }); + el.queue('fx', function() { el.dequeue(); }); + el.dequeue(); + }); + +}; + +})(jQuery); +/* + * jQuery UI Effects Slide 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Slide + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.slide = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'show'); // Set Mode + var direction = o.options.direction || 'left'; // Default Direction + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper + var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left'; + var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg'; + var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) : el.outerWidth({margin:true})); + if (mode == 'show') el.css(ref, motion == 'pos' ? (isNaN(distance) ? "-" + distance : -distance) : distance); // Shift + + // Animation + var animation = {}; + animation[ref] = (mode == 'show' ? (motion == 'pos' ? '+=' : '-=') : (motion == 'pos' ? '-=' : '+=')) + distance; + + // Animate + el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + el.dequeue(); + }}); + + }); + +}; + +})(jQuery); +/* + * jQuery UI Effects Transfer 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Transfer + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.transfer = function(o) { + return this.queue(function() { + var elem = $(this), + target = $(o.options.to), + endPosition = target.offset(), + animation = { + top: endPosition.top, + left: endPosition.left, + height: target.innerHeight(), + width: target.innerWidth() + }, + startPosition = elem.offset(), + transfer = $('
') + .appendTo(document.body) + .addClass(o.options.className) + .css({ + top: startPosition.top, + left: startPosition.left, + height: elem.innerHeight(), + width: elem.innerWidth(), + position: 'absolute' + }) + .animate(animation, o.duration, o.options.easing, function() { + transfer.remove(); + (o.callback && o.callback.apply(elem[0], arguments)); + elem.dequeue(); + }); + }); +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.blind.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.blind.js new file mode 100755 index 0000000..977dd08 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.blind.js @@ -0,0 +1,49 @@ +/* + * jQuery UI Effects Blind 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Blind + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.blind = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode + var direction = o.options.direction || 'vertical'; // Default direction + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + var wrapper = $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper + var ref = (direction == 'vertical') ? 'height' : 'width'; + var distance = (direction == 'vertical') ? wrapper.height() : wrapper.width(); + if(mode == 'show') wrapper.css(ref, 0); // Shift + + // Animation + var animation = {}; + animation[ref] = mode == 'show' ? distance : 0; + + // Animate + wrapper.animate(animation, o.duration, o.options.easing, function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(el[0], arguments); // Callback + el.dequeue(); + }); + + }); + +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.bounce.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.bounce.js new file mode 100755 index 0000000..c9bef62 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.bounce.js @@ -0,0 +1,78 @@ +/* + * jQuery UI Effects Bounce 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Bounce + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.bounce = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode + var direction = o.options.direction || 'up'; // Default direction + var distance = o.options.distance || 20; // Default distance + var times = o.options.times || 5; // Default # of times + var speed = o.duration || 250; // Default speed per bounce + if (/show|hide/.test(mode)) props.push('opacity'); // Avoid touching opacity to prevent clearType and PNG issues in IE + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + $.effects.createWrapper(el); // Create Wrapper + var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left'; + var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg'; + var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) / 3 : el.outerWidth({margin:true}) / 3); + if (mode == 'show') el.css('opacity', 0).css(ref, motion == 'pos' ? -distance : distance); // Shift + if (mode == 'hide') distance = distance / (times * 2); + if (mode != 'hide') times--; + + // Animate + if (mode == 'show') { // Show Bounce + var animation = {opacity: 1}; + animation[ref] = (motion == 'pos' ? '+=' : '-=') + distance; + el.animate(animation, speed / 2, o.options.easing); + distance = distance / 2; + times--; + }; + for (var i = 0; i < times; i++) { // Bounces + var animation1 = {}, animation2 = {}; + animation1[ref] = (motion == 'pos' ? '-=' : '+=') + distance; + animation2[ref] = (motion == 'pos' ? '+=' : '-=') + distance; + el.animate(animation1, speed / 2, o.options.easing).animate(animation2, speed / 2, o.options.easing); + distance = (mode == 'hide') ? distance * 2 : distance / 2; + }; + if (mode == 'hide') { // Last Bounce + var animation = {opacity: 0}; + animation[ref] = (motion == 'pos' ? '-=' : '+=') + distance; + el.animate(animation, speed / 2, o.options.easing, function(){ + el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + }); + } else { + var animation1 = {}, animation2 = {}; + animation1[ref] = (motion == 'pos' ? '-=' : '+=') + distance; + animation2[ref] = (motion == 'pos' ? '+=' : '-=') + distance; + el.animate(animation1, speed / 2, o.options.easing).animate(animation2, speed / 2, o.options.easing, function(){ + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + }); + }; + el.queue('fx', function() { el.dequeue(); }); + el.dequeue(); + }); + +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.clip.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.clip.js new file mode 100755 index 0000000..9012fba --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.clip.js @@ -0,0 +1,54 @@ +/* + * jQuery UI Effects Clip 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Clip + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.clip = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right','height','width']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode + var direction = o.options.direction || 'vertical'; // Default direction + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + var wrapper = $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper + var animate = el[0].tagName == 'IMG' ? wrapper : el; + var ref = { + size: (direction == 'vertical') ? 'height' : 'width', + position: (direction == 'vertical') ? 'top' : 'left' + }; + var distance = (direction == 'vertical') ? animate.height() : animate.width(); + if(mode == 'show') { animate.css(ref.size, 0); animate.css(ref.position, distance / 2); } // Shift + + // Animation + var animation = {}; + animation[ref.size] = mode == 'show' ? distance : 0; + animation[ref.position] = mode == 'show' ? 0 : distance / 2; + + // Animate + animate.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(el[0], arguments); // Callback + el.dequeue(); + }}); + + }); + +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.core.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.core.js new file mode 100755 index 0000000..d5f32fd --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.core.js @@ -0,0 +1,747 @@ +/* + * jQuery UI Effects 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +;jQuery.effects || (function($, undefined) { + +$.effects = {}; + + + +/******************************************************************************/ +/****************************** COLOR ANIMATIONS ******************************/ +/******************************************************************************/ + +// override the animation for color styles +$.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor', + 'borderRightColor', 'borderTopColor', 'borderColor', 'color', 'outlineColor'], +function(i, attr) { + $.fx.step[attr] = function(fx) { + if (!fx.colorInit) { + fx.start = getColor(fx.elem, attr); + fx.end = getRGB(fx.end); + fx.colorInit = true; + } + + fx.elem.style[attr] = 'rgb(' + + Math.max(Math.min(parseInt((fx.pos * (fx.end[0] - fx.start[0])) + fx.start[0], 10), 255), 0) + ',' + + Math.max(Math.min(parseInt((fx.pos * (fx.end[1] - fx.start[1])) + fx.start[1], 10), 255), 0) + ',' + + Math.max(Math.min(parseInt((fx.pos * (fx.end[2] - fx.start[2])) + fx.start[2], 10), 255), 0) + ')'; + }; +}); + +// Color Conversion functions from highlightFade +// By Blair Mitchelmore +// http://jquery.offput.ca/highlightFade/ + +// Parse strings looking for color tuples [255,255,255] +function getRGB(color) { + var result; + + // Check if we're already dealing with an array of colors + if ( color && color.constructor == Array && color.length == 3 ) + return color; + + // Look for rgb(num,num,num) + if (result = /rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(color)) + return [parseInt(result[1],10), parseInt(result[2],10), parseInt(result[3],10)]; + + // Look for rgb(num%,num%,num%) + if (result = /rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(color)) + return [parseFloat(result[1])*2.55, parseFloat(result[2])*2.55, parseFloat(result[3])*2.55]; + + // Look for #a0b1c2 + if (result = /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(color)) + return [parseInt(result[1],16), parseInt(result[2],16), parseInt(result[3],16)]; + + // Look for #fff + if (result = /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(color)) + return [parseInt(result[1]+result[1],16), parseInt(result[2]+result[2],16), parseInt(result[3]+result[3],16)]; + + // Look for rgba(0, 0, 0, 0) == transparent in Safari 3 + if (result = /rgba\(0, 0, 0, 0\)/.exec(color)) + return colors['transparent']; + + // Otherwise, we're most likely dealing with a named color + return colors[$.trim(color).toLowerCase()]; +} + +function getColor(elem, attr) { + var color; + + do { + color = $.curCSS(elem, attr); + + // Keep going until we find an element that has color, or we hit the body + if ( color != '' && color != 'transparent' || $.nodeName(elem, "body") ) + break; + + attr = "backgroundColor"; + } while ( elem = elem.parentNode ); + + return getRGB(color); +}; + +// Some named colors to work with +// From Interface by Stefan Petre +// http://interface.eyecon.ro/ + +var colors = { + aqua:[0,255,255], + azure:[240,255,255], + beige:[245,245,220], + black:[0,0,0], + blue:[0,0,255], + brown:[165,42,42], + cyan:[0,255,255], + darkblue:[0,0,139], + darkcyan:[0,139,139], + darkgrey:[169,169,169], + darkgreen:[0,100,0], + darkkhaki:[189,183,107], + darkmagenta:[139,0,139], + darkolivegreen:[85,107,47], + darkorange:[255,140,0], + darkorchid:[153,50,204], + darkred:[139,0,0], + darksalmon:[233,150,122], + darkviolet:[148,0,211], + fuchsia:[255,0,255], + gold:[255,215,0], + green:[0,128,0], + indigo:[75,0,130], + khaki:[240,230,140], + lightblue:[173,216,230], + lightcyan:[224,255,255], + lightgreen:[144,238,144], + lightgrey:[211,211,211], + lightpink:[255,182,193], + lightyellow:[255,255,224], + lime:[0,255,0], + magenta:[255,0,255], + maroon:[128,0,0], + navy:[0,0,128], + olive:[128,128,0], + orange:[255,165,0], + pink:[255,192,203], + purple:[128,0,128], + violet:[128,0,128], + red:[255,0,0], + silver:[192,192,192], + white:[255,255,255], + yellow:[255,255,0], + transparent: [255,255,255] +}; + + + +/******************************************************************************/ +/****************************** CLASS ANIMATIONS ******************************/ +/******************************************************************************/ + +var classAnimationActions = ['add', 'remove', 'toggle'], + shorthandStyles = { + border: 1, + borderBottom: 1, + borderColor: 1, + borderLeft: 1, + borderRight: 1, + borderTop: 1, + borderWidth: 1, + margin: 1, + padding: 1 + }; + +function getElementStyles() { + var style = document.defaultView + ? document.defaultView.getComputedStyle(this, null) + : this.currentStyle, + newStyle = {}, + key, + camelCase; + + // webkit enumerates style porperties + if (style && style.length && style[0] && style[style[0]]) { + var len = style.length; + while (len--) { + key = style[len]; + if (typeof style[key] == 'string') { + camelCase = key.replace(/\-(\w)/g, function(all, letter){ + return letter.toUpperCase(); + }); + newStyle[camelCase] = style[key]; + } + } + } else { + for (key in style) { + if (typeof style[key] === 'string') { + newStyle[key] = style[key]; + } + } + } + + return newStyle; +} + +function filterStyles(styles) { + var name, value; + for (name in styles) { + value = styles[name]; + if ( + // ignore null and undefined values + value == null || + // ignore functions (when does this occur?) + $.isFunction(value) || + // shorthand styles that need to be expanded + name in shorthandStyles || + // ignore scrollbars (break in IE) + (/scrollbar/).test(name) || + + // only colors or values that can be converted to numbers + (!(/color/i).test(name) && isNaN(parseFloat(value))) + ) { + delete styles[name]; + } + } + + return styles; +} + +function styleDifference(oldStyle, newStyle) { + var diff = { _: 0 }, // http://dev.jquery.com/ticket/5459 + name; + + for (name in newStyle) { + if (oldStyle[name] != newStyle[name]) { + diff[name] = newStyle[name]; + } + } + + return diff; +} + +$.effects.animateClass = function(value, duration, easing, callback) { + if ($.isFunction(easing)) { + callback = easing; + easing = null; + } + + return this.queue('fx', function() { + var that = $(this), + originalStyleAttr = that.attr('style') || ' ', + originalStyle = filterStyles(getElementStyles.call(this)), + newStyle, + className = that.attr('className'); + + $.each(classAnimationActions, function(i, action) { + if (value[action]) { + that[action + 'Class'](value[action]); + } + }); + newStyle = filterStyles(getElementStyles.call(this)); + that.attr('className', className); + + that.animate(styleDifference(originalStyle, newStyle), duration, easing, function() { + $.each(classAnimationActions, function(i, action) { + if (value[action]) { that[action + 'Class'](value[action]); } + }); + // work around bug in IE by clearing the cssText before setting it + if (typeof that.attr('style') == 'object') { + that.attr('style').cssText = ''; + that.attr('style').cssText = originalStyleAttr; + } else { + that.attr('style', originalStyleAttr); + } + if (callback) { callback.apply(this, arguments); } + }); + + // $.animate adds a function to the end of the queue + // but we want it at the front + var queue = $.queue(this), + anim = queue.splice(queue.length - 1, 1)[0]; + queue.splice(1, 0, anim); + $.dequeue(this); + }); +}; + +$.fn.extend({ + _addClass: $.fn.addClass, + addClass: function(classNames, speed, easing, callback) { + return speed ? $.effects.animateClass.apply(this, [{ add: classNames },speed,easing,callback]) : this._addClass(classNames); + }, + + _removeClass: $.fn.removeClass, + removeClass: function(classNames,speed,easing,callback) { + return speed ? $.effects.animateClass.apply(this, [{ remove: classNames },speed,easing,callback]) : this._removeClass(classNames); + }, + + _toggleClass: $.fn.toggleClass, + toggleClass: function(classNames, force, speed, easing, callback) { + if ( typeof force == "boolean" || force === undefined ) { + if ( !speed ) { + // without speed parameter; + return this._toggleClass(classNames, force); + } else { + return $.effects.animateClass.apply(this, [(force?{add:classNames}:{remove:classNames}),speed,easing,callback]); + } + } else { + // without switch parameter; + return $.effects.animateClass.apply(this, [{ toggle: classNames },force,speed,easing]); + } + }, + + switchClass: function(remove,add,speed,easing,callback) { + return $.effects.animateClass.apply(this, [{ add: add, remove: remove },speed,easing,callback]); + } +}); + + + +/******************************************************************************/ +/*********************************** EFFECTS **********************************/ +/******************************************************************************/ + +$.extend($.effects, { + version: "1.8.9", + + // Saves a set of properties in a data storage + save: function(element, set) { + for(var i=0; i < set.length; i++) { + if(set[i] !== null) element.data("ec.storage."+set[i], element[0].style[set[i]]); + } + }, + + // Restores a set of previously saved properties from a data storage + restore: function(element, set) { + for(var i=0; i < set.length; i++) { + if(set[i] !== null) element.css(set[i], element.data("ec.storage."+set[i])); + } + }, + + setMode: function(el, mode) { + if (mode == 'toggle') mode = el.is(':hidden') ? 'show' : 'hide'; // Set for toggle + return mode; + }, + + getBaseline: function(origin, original) { // Translates a [top,left] array into a baseline value + // this should be a little more flexible in the future to handle a string & hash + var y, x; + switch (origin[0]) { + case 'top': y = 0; break; + case 'middle': y = 0.5; break; + case 'bottom': y = 1; break; + default: y = origin[0] / original.height; + }; + switch (origin[1]) { + case 'left': x = 0; break; + case 'center': x = 0.5; break; + case 'right': x = 1; break; + default: x = origin[1] / original.width; + }; + return {x: x, y: y}; + }, + + // Wraps the element around a wrapper that copies position properties + createWrapper: function(element) { + + // if the element is already wrapped, return it + if (element.parent().is('.ui-effects-wrapper')) { + return element.parent(); + } + + // wrap the element + var props = { + width: element.outerWidth(true), + height: element.outerHeight(true), + 'float': element.css('float') + }, + wrapper = $('
') + .addClass('ui-effects-wrapper') + .css({ + fontSize: '100%', + background: 'transparent', + border: 'none', + margin: 0, + padding: 0 + }); + + element.wrap(wrapper); + wrapper = element.parent(); //Hotfix for jQuery 1.4 since some change in wrap() seems to actually loose the reference to the wrapped element + + // transfer positioning properties to the wrapper + if (element.css('position') == 'static') { + wrapper.css({ position: 'relative' }); + element.css({ position: 'relative' }); + } else { + $.extend(props, { + position: element.css('position'), + zIndex: element.css('z-index') + }); + $.each(['top', 'left', 'bottom', 'right'], function(i, pos) { + props[pos] = element.css(pos); + if (isNaN(parseInt(props[pos], 10))) { + props[pos] = 'auto'; + } + }); + element.css({position: 'relative', top: 0, left: 0, right: 'auto', bottom: 'auto' }); + } + + return wrapper.css(props).show(); + }, + + removeWrapper: function(element) { + if (element.parent().is('.ui-effects-wrapper')) + return element.parent().replaceWith(element); + return element; + }, + + setTransition: function(element, list, factor, value) { + value = value || {}; + $.each(list, function(i, x){ + unit = element.cssUnit(x); + if (unit[0] > 0) value[x] = unit[0] * factor + unit[1]; + }); + return value; + } +}); + + +function _normalizeArguments(effect, options, speed, callback) { + // shift params for method overloading + if (typeof effect == 'object') { + callback = options; + speed = null; + options = effect; + effect = options.effect; + } + if ($.isFunction(options)) { + callback = options; + speed = null; + options = {}; + } + if (typeof options == 'number' || $.fx.speeds[options]) { + callback = speed; + speed = options; + options = {}; + } + if ($.isFunction(speed)) { + callback = speed; + speed = null; + } + + options = options || {}; + + speed = speed || options.duration; + speed = $.fx.off ? 0 : typeof speed == 'number' + ? speed : speed in $.fx.speeds ? $.fx.speeds[speed] : $.fx.speeds._default; + + callback = callback || options.complete; + + return [effect, options, speed, callback]; +} + +function standardSpeed( speed ) { + // valid standard speeds + if ( !speed || typeof speed === "number" || $.fx.speeds[ speed ] ) { + return true; + } + + // invalid strings - treat as "normal" speed + if ( typeof speed === "string" && !$.effects[ speed ] ) { + return true; + } + + return false; +} + +$.fn.extend({ + effect: function(effect, options, speed, callback) { + var args = _normalizeArguments.apply(this, arguments), + // TODO: make effects take actual parameters instead of a hash + args2 = { + options: args[1], + duration: args[2], + callback: args[3] + }, + mode = args2.options.mode, + effectMethod = $.effects[effect]; + + if ( $.fx.off || !effectMethod ) { + // delegate to the original method (e.g., .show()) if possible + if ( mode ) { + return this[ mode ]( args2.duration, args2.callback ); + } else { + return this.each(function() { + if ( args2.callback ) { + args2.callback.call( this ); + } + }); + } + } + + return effectMethod.call(this, args2); + }, + + _show: $.fn.show, + show: function(speed) { + if ( standardSpeed( speed ) ) { + return this._show.apply(this, arguments); + } else { + var args = _normalizeArguments.apply(this, arguments); + args[1].mode = 'show'; + return this.effect.apply(this, args); + } + }, + + _hide: $.fn.hide, + hide: function(speed) { + if ( standardSpeed( speed ) ) { + return this._hide.apply(this, arguments); + } else { + var args = _normalizeArguments.apply(this, arguments); + args[1].mode = 'hide'; + return this.effect.apply(this, args); + } + }, + + // jQuery core overloads toggle and creates _toggle + __toggle: $.fn.toggle, + toggle: function(speed) { + if ( standardSpeed( speed ) || typeof speed === "boolean" || $.isFunction( speed ) ) { + return this.__toggle.apply(this, arguments); + } else { + var args = _normalizeArguments.apply(this, arguments); + args[1].mode = 'toggle'; + return this.effect.apply(this, args); + } + }, + + // helper functions + cssUnit: function(key) { + var style = this.css(key), val = []; + $.each( ['em','px','%','pt'], function(i, unit){ + if(style.indexOf(unit) > 0) + val = [parseFloat(style), unit]; + }); + return val; + } +}); + + + +/******************************************************************************/ +/*********************************** EASING ***********************************/ +/******************************************************************************/ + +/* + * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ + * + * Uses the built in easing capabilities added In jQuery 1.1 + * to offer multiple easing options + * + * TERMS OF USE - jQuery Easing + * + * Open source under the BSD License. + * + * Copyright 2008 George McGinley Smith + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * Neither the name of the author nor the names of contributors may be used to endorse + * or promote products derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * +*/ + +// t: current time, b: begInnIng value, c: change In value, d: duration +$.easing.jswing = $.easing.swing; + +$.extend($.easing, +{ + def: 'easeOutQuad', + swing: function (x, t, b, c, d) { + //alert($.easing.default); + return $.easing[$.easing.def](x, t, b, c, d); + }, + easeInQuad: function (x, t, b, c, d) { + return c*(t/=d)*t + b; + }, + easeOutQuad: function (x, t, b, c, d) { + return -c *(t/=d)*(t-2) + b; + }, + easeInOutQuad: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t + b; + return -c/2 * ((--t)*(t-2) - 1) + b; + }, + easeInCubic: function (x, t, b, c, d) { + return c*(t/=d)*t*t + b; + }, + easeOutCubic: function (x, t, b, c, d) { + return c*((t=t/d-1)*t*t + 1) + b; + }, + easeInOutCubic: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t*t + b; + return c/2*((t-=2)*t*t + 2) + b; + }, + easeInQuart: function (x, t, b, c, d) { + return c*(t/=d)*t*t*t + b; + }, + easeOutQuart: function (x, t, b, c, d) { + return -c * ((t=t/d-1)*t*t*t - 1) + b; + }, + easeInOutQuart: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t*t*t + b; + return -c/2 * ((t-=2)*t*t*t - 2) + b; + }, + easeInQuint: function (x, t, b, c, d) { + return c*(t/=d)*t*t*t*t + b; + }, + easeOutQuint: function (x, t, b, c, d) { + return c*((t=t/d-1)*t*t*t*t + 1) + b; + }, + easeInOutQuint: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; + return c/2*((t-=2)*t*t*t*t + 2) + b; + }, + easeInSine: function (x, t, b, c, d) { + return -c * Math.cos(t/d * (Math.PI/2)) + c + b; + }, + easeOutSine: function (x, t, b, c, d) { + return c * Math.sin(t/d * (Math.PI/2)) + b; + }, + easeInOutSine: function (x, t, b, c, d) { + return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b; + }, + easeInExpo: function (x, t, b, c, d) { + return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b; + }, + easeOutExpo: function (x, t, b, c, d) { + return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; + }, + easeInOutExpo: function (x, t, b, c, d) { + if (t==0) return b; + if (t==d) return b+c; + if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b; + return c/2 * (-Math.pow(2, -10 * --t) + 2) + b; + }, + easeInCirc: function (x, t, b, c, d) { + return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b; + }, + easeOutCirc: function (x, t, b, c, d) { + return c * Math.sqrt(1 - (t=t/d-1)*t) + b; + }, + easeInOutCirc: function (x, t, b, c, d) { + if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b; + return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b; + }, + easeInElastic: function (x, t, b, c, d) { + var s=1.70158;var p=0;var a=c; + if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; + if (a < Math.abs(c)) { a=c; var s=p/4; } + else var s = p/(2*Math.PI) * Math.asin (c/a); + return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; + }, + easeOutElastic: function (x, t, b, c, d) { + var s=1.70158;var p=0;var a=c; + if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; + if (a < Math.abs(c)) { a=c; var s=p/4; } + else var s = p/(2*Math.PI) * Math.asin (c/a); + return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b; + }, + easeInOutElastic: function (x, t, b, c, d) { + var s=1.70158;var p=0;var a=c; + if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5); + if (a < Math.abs(c)) { a=c; var s=p/4; } + else var s = p/(2*Math.PI) * Math.asin (c/a); + if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; + return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b; + }, + easeInBack: function (x, t, b, c, d, s) { + if (s == undefined) s = 1.70158; + return c*(t/=d)*t*((s+1)*t - s) + b; + }, + easeOutBack: function (x, t, b, c, d, s) { + if (s == undefined) s = 1.70158; + return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; + }, + easeInOutBack: function (x, t, b, c, d, s) { + if (s == undefined) s = 1.70158; + if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; + return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; + }, + easeInBounce: function (x, t, b, c, d) { + return c - $.easing.easeOutBounce (x, d-t, 0, c, d) + b; + }, + easeOutBounce: function (x, t, b, c, d) { + if ((t/=d) < (1/2.75)) { + return c*(7.5625*t*t) + b; + } else if (t < (2/2.75)) { + return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; + } else if (t < (2.5/2.75)) { + return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; + } else { + return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; + } + }, + easeInOutBounce: function (x, t, b, c, d) { + if (t < d/2) return $.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b; + return $.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b; + } +}); + +/* + * + * TERMS OF USE - EASING EQUATIONS + * + * Open source under the BSD License. + * + * Copyright 2001 Robert Penner + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * Neither the name of the author nor the names of contributors may be used to endorse + * or promote products derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.drop.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.drop.js new file mode 100755 index 0000000..52daa04 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.drop.js @@ -0,0 +1,50 @@ +/* + * jQuery UI Effects Drop 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Drop + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.drop = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right','opacity']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode + var direction = o.options.direction || 'left'; // Default Direction + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + $.effects.createWrapper(el); // Create Wrapper + var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left'; + var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg'; + var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) / 2 : el.outerWidth({margin:true}) / 2); + if (mode == 'show') el.css('opacity', 0).css(ref, motion == 'pos' ? -distance : distance); // Shift + + // Animation + var animation = {opacity: mode == 'show' ? 1 : 0}; + animation[ref] = (mode == 'show' ? (motion == 'pos' ? '+=' : '-=') : (motion == 'pos' ? '-=' : '+=')) + distance; + + // Animate + el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + el.dequeue(); + }}); + + }); + +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.explode.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.explode.js new file mode 100755 index 0000000..d1bcb5c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.explode.js @@ -0,0 +1,79 @@ +/* + * jQuery UI Effects Explode 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Explode + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.explode = function(o) { + + return this.queue(function() { + + var rows = o.options.pieces ? Math.round(Math.sqrt(o.options.pieces)) : 3; + var cells = o.options.pieces ? Math.round(Math.sqrt(o.options.pieces)) : 3; + + o.options.mode = o.options.mode == 'toggle' ? ($(this).is(':visible') ? 'hide' : 'show') : o.options.mode; + var el = $(this).show().css('visibility', 'hidden'); + var offset = el.offset(); + + //Substract the margins - not fixing the problem yet. + offset.top -= parseInt(el.css("marginTop"),10) || 0; + offset.left -= parseInt(el.css("marginLeft"),10) || 0; + + var width = el.outerWidth(true); + var height = el.outerHeight(true); + + for(var i=0;i') + .css({ + position: 'absolute', + visibility: 'visible', + left: -j*(width/cells), + top: -i*(height/rows) + }) + .parent() + .addClass('ui-effects-explode') + .css({ + position: 'absolute', + overflow: 'hidden', + width: width/cells, + height: height/rows, + left: offset.left + j*(width/cells) + (o.options.mode == 'show' ? (j-Math.floor(cells/2))*(width/cells) : 0), + top: offset.top + i*(height/rows) + (o.options.mode == 'show' ? (i-Math.floor(rows/2))*(height/rows) : 0), + opacity: o.options.mode == 'show' ? 0 : 1 + }).animate({ + left: offset.left + j*(width/cells) + (o.options.mode == 'show' ? 0 : (j-Math.floor(cells/2))*(width/cells)), + top: offset.top + i*(height/rows) + (o.options.mode == 'show' ? 0 : (i-Math.floor(rows/2))*(height/rows)), + opacity: o.options.mode == 'show' ? 1 : 0 + }, o.duration || 500); + } + } + + // Set a timeout, to call the callback approx. when the other animations have finished + setTimeout(function() { + + o.options.mode == 'show' ? el.css({ visibility: 'visible' }) : el.css({ visibility: 'visible' }).hide(); + if(o.callback) o.callback.apply(el[0]); // Callback + el.dequeue(); + + $('div.ui-effects-explode').remove(); + + }, o.duration || 500); + + + }); + +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.fade.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.fade.js new file mode 100755 index 0000000..17a2771 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.fade.js @@ -0,0 +1,32 @@ +/* + * jQuery UI Effects Fade 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.fade = function(o) { + return this.queue(function() { + var elem = $(this), + mode = $.effects.setMode(elem, o.options.mode || 'hide'); + + elem.animate({ opacity: mode }, { + queue: false, + duration: o.duration, + easing: o.options.easing, + complete: function() { + (o.callback && o.callback.apply(this, arguments)); + elem.dequeue(); + } + }); + }); +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.fold.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.fold.js new file mode 100755 index 0000000..ef65cb5 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.fold.js @@ -0,0 +1,56 @@ +/* + * jQuery UI Effects Fold 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.fold = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'hide'); // Set Mode + var size = o.options.size || 15; // Default fold size + var horizFirst = !(!o.options.horizFirst); // Ensure a boolean value + var duration = o.duration ? o.duration / 2 : $.fx.speeds._default / 2; + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + var wrapper = $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper + var widthFirst = ((mode == 'show') != horizFirst); + var ref = widthFirst ? ['width', 'height'] : ['height', 'width']; + var distance = widthFirst ? [wrapper.width(), wrapper.height()] : [wrapper.height(), wrapper.width()]; + var percent = /([0-9]+)%/.exec(size); + if(percent) size = parseInt(percent[1],10) / 100 * distance[mode == 'hide' ? 0 : 1]; + if(mode == 'show') wrapper.css(horizFirst ? {height: 0, width: size} : {height: size, width: 0}); // Shift + + // Animation + var animation1 = {}, animation2 = {}; + animation1[ref[0]] = mode == 'show' ? distance[0] : size; + animation2[ref[1]] = mode == 'show' ? distance[1] : 0; + + // Animate + wrapper.animate(animation1, duration, o.options.easing) + .animate(animation2, duration, o.options.easing, function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(el[0], arguments); // Callback + el.dequeue(); + }); + + }); + +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.highlight.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.highlight.js new file mode 100755 index 0000000..f3d15b8 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.highlight.js @@ -0,0 +1,50 @@ +/* + * jQuery UI Effects Highlight 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.highlight = function(o) { + return this.queue(function() { + var elem = $(this), + props = ['backgroundImage', 'backgroundColor', 'opacity'], + mode = $.effects.setMode(elem, o.options.mode || 'show'), + animation = { + backgroundColor: elem.css('backgroundColor') + }; + + if (mode == 'hide') { + animation.opacity = 0; + } + + $.effects.save(elem, props); + elem + .show() + .css({ + backgroundImage: 'none', + backgroundColor: o.options.color || '#ffff99' + }) + .animate(animation, { + queue: false, + duration: o.duration, + easing: o.options.easing, + complete: function() { + (mode == 'hide' && elem.hide()); + $.effects.restore(elem, props); + (mode == 'show' && !$.support.opacity && this.style.removeAttribute('filter')); + (o.callback && o.callback.apply(this, arguments)); + elem.dequeue(); + } + }); + }); +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.pulsate.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.pulsate.js new file mode 100755 index 0000000..007df45 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.pulsate.js @@ -0,0 +1,51 @@ +/* + * jQuery UI Effects Pulsate 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.pulsate = function(o) { + return this.queue(function() { + var elem = $(this), + mode = $.effects.setMode(elem, o.options.mode || 'show'); + times = ((o.options.times || 5) * 2) - 1; + duration = o.duration ? o.duration / 2 : $.fx.speeds._default / 2, + isVisible = elem.is(':visible'), + animateTo = 0; + + if (!isVisible) { + elem.css('opacity', 0).show(); + animateTo = 1; + } + + if ((mode == 'hide' && isVisible) || (mode == 'show' && !isVisible)) { + times--; + } + + for (var i = 0; i < times; i++) { + elem.animate({ opacity: animateTo }, duration, o.options.easing); + animateTo = (animateTo + 1) % 2; + } + + elem.animate({ opacity: animateTo }, duration, o.options.easing, function() { + if (animateTo == 0) { + elem.hide(); + } + (o.callback && o.callback.apply(this, arguments)); + }); + + elem + .queue('fx', function() { elem.dequeue(); }) + .dequeue(); + }); +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.scale.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.scale.js new file mode 100755 index 0000000..61f4ed9 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.scale.js @@ -0,0 +1,178 @@ +/* + * jQuery UI Effects Scale 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Scale + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.puff = function(o) { + return this.queue(function() { + var elem = $(this), + mode = $.effects.setMode(elem, o.options.mode || 'hide'), + percent = parseInt(o.options.percent, 10) || 150, + factor = percent / 100, + original = { height: elem.height(), width: elem.width() }; + + $.extend(o.options, { + fade: true, + mode: mode, + percent: mode == 'hide' ? percent : 100, + from: mode == 'hide' + ? original + : { + height: original.height * factor, + width: original.width * factor + } + }); + + elem.effect('scale', o.options, o.duration, o.callback); + elem.dequeue(); + }); +}; + +$.effects.scale = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this); + + // Set options + var options = $.extend(true, {}, o.options); + var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode + var percent = parseInt(o.options.percent,10) || (parseInt(o.options.percent,10) == 0 ? 0 : (mode == 'hide' ? 0 : 100)); // Set default scaling percent + var direction = o.options.direction || 'both'; // Set default axis + var origin = o.options.origin; // The origin of the scaling + if (mode != 'effect') { // Set default origin and restore for show/hide + options.origin = origin || ['middle','center']; + options.restore = true; + } + var original = {height: el.height(), width: el.width()}; // Save original + el.from = o.options.from || (mode == 'show' ? {height: 0, width: 0} : original); // Default from state + + // Adjust + var factor = { // Set scaling factor + y: direction != 'horizontal' ? (percent / 100) : 1, + x: direction != 'vertical' ? (percent / 100) : 1 + }; + el.to = {height: original.height * factor.y, width: original.width * factor.x}; // Set to state + + if (o.options.fade) { // Fade option to support puff + if (mode == 'show') {el.from.opacity = 0; el.to.opacity = 1;}; + if (mode == 'hide') {el.from.opacity = 1; el.to.opacity = 0;}; + }; + + // Animation + options.from = el.from; options.to = el.to; options.mode = mode; + + // Animate + el.effect('size', options, o.duration, o.callback); + el.dequeue(); + }); + +}; + +$.effects.size = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right','width','height','overflow','opacity']; + var props1 = ['position','top','bottom','left','right','overflow','opacity']; // Always restore + var props2 = ['width','height','overflow']; // Copy for children + var cProps = ['fontSize']; + var vProps = ['borderTopWidth', 'borderBottomWidth', 'paddingTop', 'paddingBottom']; + var hProps = ['borderLeftWidth', 'borderRightWidth', 'paddingLeft', 'paddingRight']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode + var restore = o.options.restore || false; // Default restore + var scale = o.options.scale || 'both'; // Default scale mode + var origin = o.options.origin; // The origin of the sizing + var original = {height: el.height(), width: el.width()}; // Save original + el.from = o.options.from || original; // Default from state + el.to = o.options.to || original; // Default to state + // Adjust + if (origin) { // Calculate baseline shifts + var baseline = $.effects.getBaseline(origin, original); + el.from.top = (original.height - el.from.height) * baseline.y; + el.from.left = (original.width - el.from.width) * baseline.x; + el.to.top = (original.height - el.to.height) * baseline.y; + el.to.left = (original.width - el.to.width) * baseline.x; + }; + var factor = { // Set scaling factor + from: {y: el.from.height / original.height, x: el.from.width / original.width}, + to: {y: el.to.height / original.height, x: el.to.width / original.width} + }; + if (scale == 'box' || scale == 'both') { // Scale the css box + if (factor.from.y != factor.to.y) { // Vertical props scaling + props = props.concat(vProps); + el.from = $.effects.setTransition(el, vProps, factor.from.y, el.from); + el.to = $.effects.setTransition(el, vProps, factor.to.y, el.to); + }; + if (factor.from.x != factor.to.x) { // Horizontal props scaling + props = props.concat(hProps); + el.from = $.effects.setTransition(el, hProps, factor.from.x, el.from); + el.to = $.effects.setTransition(el, hProps, factor.to.x, el.to); + }; + }; + if (scale == 'content' || scale == 'both') { // Scale the content + if (factor.from.y != factor.to.y) { // Vertical props scaling + props = props.concat(cProps); + el.from = $.effects.setTransition(el, cProps, factor.from.y, el.from); + el.to = $.effects.setTransition(el, cProps, factor.to.y, el.to); + }; + }; + $.effects.save(el, restore ? props : props1); el.show(); // Save & Show + $.effects.createWrapper(el); // Create Wrapper + el.css('overflow','hidden').css(el.from); // Shift + + // Animate + if (scale == 'content' || scale == 'both') { // Scale the children + vProps = vProps.concat(['marginTop','marginBottom']).concat(cProps); // Add margins/font-size + hProps = hProps.concat(['marginLeft','marginRight']); // Add margins + props2 = props.concat(vProps).concat(hProps); // Concat + el.find("*[width]").each(function(){ + child = $(this); + if (restore) $.effects.save(child, props2); + var c_original = {height: child.height(), width: child.width()}; // Save original + child.from = {height: c_original.height * factor.from.y, width: c_original.width * factor.from.x}; + child.to = {height: c_original.height * factor.to.y, width: c_original.width * factor.to.x}; + if (factor.from.y != factor.to.y) { // Vertical props scaling + child.from = $.effects.setTransition(child, vProps, factor.from.y, child.from); + child.to = $.effects.setTransition(child, vProps, factor.to.y, child.to); + }; + if (factor.from.x != factor.to.x) { // Horizontal props scaling + child.from = $.effects.setTransition(child, hProps, factor.from.x, child.from); + child.to = $.effects.setTransition(child, hProps, factor.to.x, child.to); + }; + child.css(child.from); // Shift children + child.animate(child.to, o.duration, o.options.easing, function(){ + if (restore) $.effects.restore(child, props2); // Restore children + }); // Animate children + }); + }; + + // Animate + el.animate(el.to, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { + if (el.to.opacity === 0) { + el.css('opacity', el.from.opacity); + } + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, restore ? props : props1); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + el.dequeue(); + }}); + + }); + +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.shake.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.shake.js new file mode 100755 index 0000000..92924e6 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.shake.js @@ -0,0 +1,57 @@ +/* + * jQuery UI Effects Shake 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Shake + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.shake = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'effect'); // Set Mode + var direction = o.options.direction || 'left'; // Default direction + var distance = o.options.distance || 20; // Default distance + var times = o.options.times || 3; // Default # of times + var speed = o.duration || o.options.duration || 140; // Default speed per shake + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + $.effects.createWrapper(el); // Create Wrapper + var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left'; + var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg'; + + // Animation + var animation = {}, animation1 = {}, animation2 = {}; + animation[ref] = (motion == 'pos' ? '-=' : '+=') + distance; + animation1[ref] = (motion == 'pos' ? '+=' : '-=') + distance * 2; + animation2[ref] = (motion == 'pos' ? '-=' : '+=') + distance * 2; + + // Animate + el.animate(animation, speed, o.options.easing); + for (var i = 1; i < times; i++) { // Shakes + el.animate(animation1, speed, o.options.easing).animate(animation2, speed, o.options.easing); + }; + el.animate(animation1, speed, o.options.easing). + animate(animation, speed / 2, o.options.easing, function(){ // Last shake + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + }); + el.queue('fx', function() { el.dequeue(); }); + el.dequeue(); + }); + +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.slide.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.slide.js new file mode 100755 index 0000000..5e2d6fa --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.slide.js @@ -0,0 +1,50 @@ +/* + * jQuery UI Effects Slide 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Slide + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.slide = function(o) { + + return this.queue(function() { + + // Create element + var el = $(this), props = ['position','top','bottom','left','right']; + + // Set options + var mode = $.effects.setMode(el, o.options.mode || 'show'); // Set Mode + var direction = o.options.direction || 'left'; // Default Direction + + // Adjust + $.effects.save(el, props); el.show(); // Save & Show + $.effects.createWrapper(el).css({overflow:'hidden'}); // Create Wrapper + var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left'; + var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg'; + var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) : el.outerWidth({margin:true})); + if (mode == 'show') el.css(ref, motion == 'pos' ? (isNaN(distance) ? "-" + distance : -distance) : distance); // Shift + + // Animation + var animation = {}; + animation[ref] = (mode == 'show' ? (motion == 'pos' ? '+=' : '-=') : (motion == 'pos' ? '-=' : '+=')) + distance; + + // Animate + el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { + if(mode == 'hide') el.hide(); // Hide + $.effects.restore(el, props); $.effects.removeWrapper(el); // Restore + if(o.callback) o.callback.apply(this, arguments); // Callback + el.dequeue(); + }}); + + }); + +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.effects.transfer.js b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.transfer.js new file mode 100755 index 0000000..18fbadd --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.effects.transfer.js @@ -0,0 +1,45 @@ +/* + * jQuery UI Effects Transfer 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Transfer + * + * Depends: + * jquery.effects.core.js + */ +(function( $, undefined ) { + +$.effects.transfer = function(o) { + return this.queue(function() { + var elem = $(this), + target = $(o.options.to), + endPosition = target.offset(), + animation = { + top: endPosition.top, + left: endPosition.left, + height: target.innerHeight(), + width: target.innerWidth() + }, + startPosition = elem.offset(), + transfer = $('
') + .appendTo(document.body) + .addClass(o.options.className) + .css({ + top: startPosition.top, + left: startPosition.left, + height: elem.innerHeight(), + width: elem.innerWidth(), + position: 'absolute' + }) + .animate(animation, o.duration, o.options.easing, function() { + transfer.remove(); + (o.callback && o.callback.apply(elem[0], arguments)); + elem.dequeue(); + }); + }); +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.accordion.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.accordion.js new file mode 100755 index 0000000..2eb153c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.accordion.js @@ -0,0 +1,606 @@ +/* + * jQuery UI Accordion 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Accordion + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +$.widget( "ui.accordion", { + options: { + active: 0, + animated: "slide", + autoHeight: true, + clearStyle: false, + collapsible: false, + event: "click", + fillSpace: false, + header: "> li > :first-child,> :not(li):even", + icons: { + header: "ui-icon-triangle-1-e", + headerSelected: "ui-icon-triangle-1-s" + }, + navigation: false, + navigationFilter: function() { + return this.href.toLowerCase() === location.href.toLowerCase(); + } + }, + + _create: function() { + var self = this, + options = self.options; + + self.running = 0; + + self.element + .addClass( "ui-accordion ui-widget ui-helper-reset" ) + // in lack of child-selectors in CSS + // we need to mark top-LIs in a UL-accordion for some IE-fix + .children( "li" ) + .addClass( "ui-accordion-li-fix" ); + + self.headers = self.element.find( options.header ) + .addClass( "ui-accordion-header ui-helper-reset ui-state-default ui-corner-all" ) + .bind( "mouseenter.accordion", function() { + if ( options.disabled ) { + return; + } + $( this ).addClass( "ui-state-hover" ); + }) + .bind( "mouseleave.accordion", function() { + if ( options.disabled ) { + return; + } + $( this ).removeClass( "ui-state-hover" ); + }) + .bind( "focus.accordion", function() { + if ( options.disabled ) { + return; + } + $( this ).addClass( "ui-state-focus" ); + }) + .bind( "blur.accordion", function() { + if ( options.disabled ) { + return; + } + $( this ).removeClass( "ui-state-focus" ); + }); + + self.headers.next() + .addClass( "ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom" ); + + if ( options.navigation ) { + var current = self.element.find( "a" ).filter( options.navigationFilter ).eq( 0 ); + if ( current.length ) { + var header = current.closest( ".ui-accordion-header" ); + if ( header.length ) { + // anchor within header + self.active = header; + } else { + // anchor within content + self.active = current.closest( ".ui-accordion-content" ).prev(); + } + } + } + + self.active = self._findActive( self.active || options.active ) + .addClass( "ui-state-default ui-state-active" ) + .toggleClass( "ui-corner-all" ) + .toggleClass( "ui-corner-top" ); + self.active.next().addClass( "ui-accordion-content-active" ); + + self._createIcons(); + self.resize(); + + // ARIA + self.element.attr( "role", "tablist" ); + + self.headers + .attr( "role", "tab" ) + .bind( "keydown.accordion", function( event ) { + return self._keydown( event ); + }) + .next() + .attr( "role", "tabpanel" ); + + self.headers + .not( self.active || "" ) + .attr({ + "aria-expanded": "false", + tabIndex: -1 + }) + .next() + .hide(); + + // make sure at least one header is in the tab order + if ( !self.active.length ) { + self.headers.eq( 0 ).attr( "tabIndex", 0 ); + } else { + self.active + .attr({ + "aria-expanded": "true", + tabIndex: 0 + }); + } + + // only need links in tab order for Safari + if ( !$.browser.safari ) { + self.headers.find( "a" ).attr( "tabIndex", -1 ); + } + + if ( options.event ) { + self.headers.bind( options.event.split(" ").join(".accordion ") + ".accordion", function(event) { + self._clickHandler.call( self, event, this ); + event.preventDefault(); + }); + } + }, + + _createIcons: function() { + var options = this.options; + if ( options.icons ) { + $( "" ) + .addClass( "ui-icon " + options.icons.header ) + .prependTo( this.headers ); + this.active.children( ".ui-icon" ) + .toggleClass(options.icons.header) + .toggleClass(options.icons.headerSelected); + this.element.addClass( "ui-accordion-icons" ); + } + }, + + _destroyIcons: function() { + this.headers.children( ".ui-icon" ).remove(); + this.element.removeClass( "ui-accordion-icons" ); + }, + + destroy: function() { + var options = this.options; + + this.element + .removeClass( "ui-accordion ui-widget ui-helper-reset" ) + .removeAttr( "role" ); + + this.headers + .unbind( ".accordion" ) + .removeClass( "ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top" ) + .removeAttr( "role" ) + .removeAttr( "aria-expanded" ) + .removeAttr( "tabIndex" ); + + this.headers.find( "a" ).removeAttr( "tabIndex" ); + this._destroyIcons(); + var contents = this.headers.next() + .css( "display", "" ) + .removeAttr( "role" ) + .removeClass( "ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled" ); + if ( options.autoHeight || options.fillHeight ) { + contents.css( "height", "" ); + } + + return $.Widget.prototype.destroy.call( this ); + }, + + _setOption: function( key, value ) { + $.Widget.prototype._setOption.apply( this, arguments ); + + if ( key == "active" ) { + this.activate( value ); + } + if ( key == "icons" ) { + this._destroyIcons(); + if ( value ) { + this._createIcons(); + } + } + // #5332 - opacity doesn't cascade to positioned elements in IE + // so we need to add the disabled class to the headers and panels + if ( key == "disabled" ) { + this.headers.add(this.headers.next()) + [ value ? "addClass" : "removeClass" ]( + "ui-accordion-disabled ui-state-disabled" ); + } + }, + + _keydown: function( event ) { + if ( this.options.disabled || event.altKey || event.ctrlKey ) { + return; + } + + var keyCode = $.ui.keyCode, + length = this.headers.length, + currentIndex = this.headers.index( event.target ), + toFocus = false; + + switch ( event.keyCode ) { + case keyCode.RIGHT: + case keyCode.DOWN: + toFocus = this.headers[ ( currentIndex + 1 ) % length ]; + break; + case keyCode.LEFT: + case keyCode.UP: + toFocus = this.headers[ ( currentIndex - 1 + length ) % length ]; + break; + case keyCode.SPACE: + case keyCode.ENTER: + this._clickHandler( { target: event.target }, event.target ); + event.preventDefault(); + } + + if ( toFocus ) { + $( event.target ).attr( "tabIndex", -1 ); + $( toFocus ).attr( "tabIndex", 0 ); + toFocus.focus(); + return false; + } + + return true; + }, + + resize: function() { + var options = this.options, + maxHeight; + + if ( options.fillSpace ) { + if ( $.browser.msie ) { + var defOverflow = this.element.parent().css( "overflow" ); + this.element.parent().css( "overflow", "hidden"); + } + maxHeight = this.element.parent().height(); + if ($.browser.msie) { + this.element.parent().css( "overflow", defOverflow ); + } + + this.headers.each(function() { + maxHeight -= $( this ).outerHeight( true ); + }); + + this.headers.next() + .each(function() { + $( this ).height( Math.max( 0, maxHeight - + $( this ).innerHeight() + $( this ).height() ) ); + }) + .css( "overflow", "auto" ); + } else if ( options.autoHeight ) { + maxHeight = 0; + this.headers.next() + .each(function() { + maxHeight = Math.max( maxHeight, $( this ).height( "" ).height() ); + }) + .height( maxHeight ); + } + + return this; + }, + + activate: function( index ) { + // TODO this gets called on init, changing the option without an explicit call for that + this.options.active = index; + // call clickHandler with custom event + var active = this._findActive( index )[ 0 ]; + this._clickHandler( { target: active }, active ); + + return this; + }, + + _findActive: function( selector ) { + return selector + ? typeof selector === "number" + ? this.headers.filter( ":eq(" + selector + ")" ) + : this.headers.not( this.headers.not( selector ) ) + : selector === false + ? $( [] ) + : this.headers.filter( ":eq(0)" ); + }, + + // TODO isn't event.target enough? why the separate target argument? + _clickHandler: function( event, target ) { + var options = this.options; + if ( options.disabled ) { + return; + } + + // called only when using activate(false) to close all parts programmatically + if ( !event.target ) { + if ( !options.collapsible ) { + return; + } + this.active + .removeClass( "ui-state-active ui-corner-top" ) + .addClass( "ui-state-default ui-corner-all" ) + .children( ".ui-icon" ) + .removeClass( options.icons.headerSelected ) + .addClass( options.icons.header ); + this.active.next().addClass( "ui-accordion-content-active" ); + var toHide = this.active.next(), + data = { + options: options, + newHeader: $( [] ), + oldHeader: options.active, + newContent: $( [] ), + oldContent: toHide + }, + toShow = ( this.active = $( [] ) ); + this._toggle( toShow, toHide, data ); + return; + } + + // get the click target + var clicked = $( event.currentTarget || target ), + clickedIsActive = clicked[0] === this.active[0]; + + // TODO the option is changed, is that correct? + // TODO if it is correct, shouldn't that happen after determining that the click is valid? + options.active = options.collapsible && clickedIsActive ? + false : + this.headers.index( clicked ); + + // if animations are still active, or the active header is the target, ignore click + if ( this.running || ( !options.collapsible && clickedIsActive ) ) { + return; + } + + // find elements to show and hide + var active = this.active, + toShow = clicked.next(), + toHide = this.active.next(), + data = { + options: options, + newHeader: clickedIsActive && options.collapsible ? $([]) : clicked, + oldHeader: this.active, + newContent: clickedIsActive && options.collapsible ? $([]) : toShow, + oldContent: toHide + }, + down = this.headers.index( this.active[0] ) > this.headers.index( clicked[0] ); + + // when the call to ._toggle() comes after the class changes + // it causes a very odd bug in IE 8 (see #6720) + this.active = clickedIsActive ? $([]) : clicked; + this._toggle( toShow, toHide, data, clickedIsActive, down ); + + // switch classes + active + .removeClass( "ui-state-active ui-corner-top" ) + .addClass( "ui-state-default ui-corner-all" ) + .children( ".ui-icon" ) + .removeClass( options.icons.headerSelected ) + .addClass( options.icons.header ); + if ( !clickedIsActive ) { + clicked + .removeClass( "ui-state-default ui-corner-all" ) + .addClass( "ui-state-active ui-corner-top" ) + .children( ".ui-icon" ) + .removeClass( options.icons.header ) + .addClass( options.icons.headerSelected ); + clicked + .next() + .addClass( "ui-accordion-content-active" ); + } + + return; + }, + + _toggle: function( toShow, toHide, data, clickedIsActive, down ) { + var self = this, + options = self.options; + + self.toShow = toShow; + self.toHide = toHide; + self.data = data; + + var complete = function() { + if ( !self ) { + return; + } + return self._completed.apply( self, arguments ); + }; + + // trigger changestart event + self._trigger( "changestart", null, self.data ); + + // count elements to animate + self.running = toHide.size() === 0 ? toShow.size() : toHide.size(); + + if ( options.animated ) { + var animOptions = {}; + + if ( options.collapsible && clickedIsActive ) { + animOptions = { + toShow: $( [] ), + toHide: toHide, + complete: complete, + down: down, + autoHeight: options.autoHeight || options.fillSpace + }; + } else { + animOptions = { + toShow: toShow, + toHide: toHide, + complete: complete, + down: down, + autoHeight: options.autoHeight || options.fillSpace + }; + } + + if ( !options.proxied ) { + options.proxied = options.animated; + } + + if ( !options.proxiedDuration ) { + options.proxiedDuration = options.duration; + } + + options.animated = $.isFunction( options.proxied ) ? + options.proxied( animOptions ) : + options.proxied; + + options.duration = $.isFunction( options.proxiedDuration ) ? + options.proxiedDuration( animOptions ) : + options.proxiedDuration; + + var animations = $.ui.accordion.animations, + duration = options.duration, + easing = options.animated; + + if ( easing && !animations[ easing ] && !$.easing[ easing ] ) { + easing = "slide"; + } + if ( !animations[ easing ] ) { + animations[ easing ] = function( options ) { + this.slide( options, { + easing: easing, + duration: duration || 700 + }); + }; + } + + animations[ easing ]( animOptions ); + } else { + if ( options.collapsible && clickedIsActive ) { + toShow.toggle(); + } else { + toHide.hide(); + toShow.show(); + } + + complete( true ); + } + + // TODO assert that the blur and focus triggers are really necessary, remove otherwise + toHide.prev() + .attr({ + "aria-expanded": "false", + tabIndex: -1 + }) + .blur(); + toShow.prev() + .attr({ + "aria-expanded": "true", + tabIndex: 0 + }) + .focus(); + }, + + _completed: function( cancel ) { + this.running = cancel ? 0 : --this.running; + if ( this.running ) { + return; + } + + if ( this.options.clearStyle ) { + this.toShow.add( this.toHide ).css({ + height: "", + overflow: "" + }); + } + + // other classes are removed before the animation; this one needs to stay until completed + this.toHide.removeClass( "ui-accordion-content-active" ); + // Work around for rendering bug in IE (#5421) + if ( this.toHide.length ) { + this.toHide.parent()[0].className = this.toHide.parent()[0].className; + } + + this._trigger( "change", null, this.data ); + } +}); + +$.extend( $.ui.accordion, { + version: "1.8.9", + animations: { + slide: function( options, additions ) { + options = $.extend({ + easing: "swing", + duration: 300 + }, options, additions ); + if ( !options.toHide.size() ) { + options.toShow.animate({ + height: "show", + paddingTop: "show", + paddingBottom: "show" + }, options ); + return; + } + if ( !options.toShow.size() ) { + options.toHide.animate({ + height: "hide", + paddingTop: "hide", + paddingBottom: "hide" + }, options ); + return; + } + var overflow = options.toShow.css( "overflow" ), + percentDone = 0, + showProps = {}, + hideProps = {}, + fxAttrs = [ "height", "paddingTop", "paddingBottom" ], + originalWidth; + // fix width before calculating height of hidden element + var s = options.toShow; + originalWidth = s[0].style.width; + s.width( parseInt( s.parent().width(), 10 ) + - parseInt( s.css( "paddingLeft" ), 10 ) + - parseInt( s.css( "paddingRight" ), 10 ) + - ( parseInt( s.css( "borderLeftWidth" ), 10 ) || 0 ) + - ( parseInt( s.css( "borderRightWidth" ), 10) || 0 ) ); + + $.each( fxAttrs, function( i, prop ) { + hideProps[ prop ] = "hide"; + + var parts = ( "" + $.css( options.toShow[0], prop ) ).match( /^([\d+-.]+)(.*)$/ ); + showProps[ prop ] = { + value: parts[ 1 ], + unit: parts[ 2 ] || "px" + }; + }); + options.toShow.css({ height: 0, overflow: "hidden" }).show(); + options.toHide + .filter( ":hidden" ) + .each( options.complete ) + .end() + .filter( ":visible" ) + .animate( hideProps, { + step: function( now, settings ) { + // only calculate the percent when animating height + // IE gets very inconsistent results when animating elements + // with small values, which is common for padding + if ( settings.prop == "height" ) { + percentDone = ( settings.end - settings.start === 0 ) ? 0 : + ( settings.now - settings.start ) / ( settings.end - settings.start ); + } + + options.toShow[ 0 ].style[ settings.prop ] = + ( percentDone * showProps[ settings.prop ].value ) + + showProps[ settings.prop ].unit; + }, + duration: options.duration, + easing: options.easing, + complete: function() { + if ( !options.autoHeight ) { + options.toShow.css( "height", "" ); + } + options.toShow.css({ + width: originalWidth, + overflow: overflow + }); + options.complete(); + } + }); + }, + bounceslide: function( options ) { + this.slide( options, { + easing: options.down ? "easeOutBounce" : "swing", + duration: options.down ? 1000 : 200 + }); + } + } +}); + +})( jQuery ); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.autocomplete.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.autocomplete.js new file mode 100755 index 0000000..576feee --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.autocomplete.js @@ -0,0 +1,605 @@ +/* + * jQuery UI Autocomplete 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */ +(function( $, undefined ) { + +$.widget( "ui.autocomplete", { + options: { + appendTo: "body", + delay: 300, + minLength: 1, + position: { + my: "left top", + at: "left bottom", + collision: "none" + }, + source: null + }, + + pending: 0, + + _create: function() { + var self = this, + doc = this.element[ 0 ].ownerDocument, + suppressKeyPress; + + this.element + .addClass( "ui-autocomplete-input" ) + .attr( "autocomplete", "off" ) + // TODO verify these actually work as intended + .attr({ + role: "textbox", + "aria-autocomplete": "list", + "aria-haspopup": "true" + }) + .bind( "keydown.autocomplete", function( event ) { + if ( self.options.disabled || self.element.attr( "readonly" ) ) { + return; + } + + suppressKeyPress = false; + var keyCode = $.ui.keyCode; + switch( event.keyCode ) { + case keyCode.PAGE_UP: + self._move( "previousPage", event ); + break; + case keyCode.PAGE_DOWN: + self._move( "nextPage", event ); + break; + case keyCode.UP: + self._move( "previous", event ); + // prevent moving cursor to beginning of text field in some browsers + event.preventDefault(); + break; + case keyCode.DOWN: + self._move( "next", event ); + // prevent moving cursor to end of text field in some browsers + event.preventDefault(); + break; + case keyCode.ENTER: + case keyCode.NUMPAD_ENTER: + // when menu is open and has focus + if ( self.menu.active ) { + // #6055 - Opera still allows the keypress to occur + // which causes forms to submit + suppressKeyPress = true; + event.preventDefault(); + } + //passthrough - ENTER and TAB both select the current element + case keyCode.TAB: + if ( !self.menu.active ) { + return; + } + self.menu.select( event ); + break; + case keyCode.ESCAPE: + self.element.val( self.term ); + self.close( event ); + break; + default: + // keypress is triggered before the input value is changed + clearTimeout( self.searching ); + self.searching = setTimeout(function() { + // only search if the value has changed + if ( self.term != self.element.val() ) { + self.selectedItem = null; + self.search( null, event ); + } + }, self.options.delay ); + break; + } + }) + .bind( "keypress.autocomplete", function( event ) { + if ( suppressKeyPress ) { + suppressKeyPress = false; + event.preventDefault(); + } + }) + .bind( "focus.autocomplete", function() { + if ( self.options.disabled ) { + return; + } + + self.selectedItem = null; + self.previous = self.element.val(); + }) + .bind( "blur.autocomplete", function( event ) { + if ( self.options.disabled ) { + return; + } + + clearTimeout( self.searching ); + // clicks on the menu (or a button to trigger a search) will cause a blur event + self.closing = setTimeout(function() { + self.close( event ); + self._change( event ); + }, 150 ); + }); + this._initSource(); + this.response = function() { + return self._response.apply( self, arguments ); + }; + this.menu = $( "
    " ) + .addClass( "ui-autocomplete" ) + .appendTo( $( this.options.appendTo || "body", doc )[0] ) + // prevent the close-on-blur in case of a "slow" click on the menu (long mousedown) + .mousedown(function( event ) { + // clicking on the scrollbar causes focus to shift to the body + // but we can't detect a mouseup or a click immediately afterward + // so we have to track the next mousedown and close the menu if + // the user clicks somewhere outside of the autocomplete + var menuElement = self.menu.element[ 0 ]; + if ( !$( event.target ).closest( ".ui-menu-item" ).length ) { + setTimeout(function() { + $( document ).one( 'mousedown', function( event ) { + if ( event.target !== self.element[ 0 ] && + event.target !== menuElement && + !$.ui.contains( menuElement, event.target ) ) { + self.close(); + } + }); + }, 1 ); + } + + // use another timeout to make sure the blur-event-handler on the input was already triggered + setTimeout(function() { + clearTimeout( self.closing ); + }, 13); + }) + .menu({ + focus: function( event, ui ) { + var item = ui.item.data( "item.autocomplete" ); + if ( false !== self._trigger( "focus", event, { item: item } ) ) { + // use value to match what will end up in the input, if it was a key event + if ( /^key/.test(event.originalEvent.type) ) { + self.element.val( item.value ); + } + } + }, + selected: function( event, ui ) { + var item = ui.item.data( "item.autocomplete" ), + previous = self.previous; + + // only trigger when focus was lost (click on menu) + if ( self.element[0] !== doc.activeElement ) { + self.element.focus(); + self.previous = previous; + // #6109 - IE triggers two focus events and the second + // is asynchronous, so we need to reset the previous + // term synchronously and asynchronously :-( + setTimeout(function() { + self.previous = previous; + self.selectedItem = item; + }, 1); + } + + if ( false !== self._trigger( "select", event, { item: item } ) ) { + self.element.val( item.value ); + } + // reset the term after the select event + // this allows custom select handling to work properly + self.term = self.element.val(); + + self.close( event ); + self.selectedItem = item; + }, + blur: function( event, ui ) { + // don't set the value of the text field if it's already correct + // this prevents moving the cursor unnecessarily + if ( self.menu.element.is(":visible") && + ( self.element.val() !== self.term ) ) { + self.element.val( self.term ); + } + } + }) + .zIndex( this.element.zIndex() + 1 ) + // workaround for jQuery bug #5781 http://dev.jquery.com/ticket/5781 + .css({ top: 0, left: 0 }) + .hide() + .data( "menu" ); + if ( $.fn.bgiframe ) { + this.menu.element.bgiframe(); + } + }, + + destroy: function() { + this.element + .removeClass( "ui-autocomplete-input" ) + .removeAttr( "autocomplete" ) + .removeAttr( "role" ) + .removeAttr( "aria-autocomplete" ) + .removeAttr( "aria-haspopup" ); + this.menu.element.remove(); + $.Widget.prototype.destroy.call( this ); + }, + + _setOption: function( key, value ) { + $.Widget.prototype._setOption.apply( this, arguments ); + if ( key === "source" ) { + this._initSource(); + } + if ( key === "appendTo" ) { + this.menu.element.appendTo( $( value || "body", this.element[0].ownerDocument )[0] ) + } + if ( key === "disabled" && value && this.xhr ) { + this.xhr.abort(); + } + }, + + _initSource: function() { + var self = this, + array, + url; + if ( $.isArray(this.options.source) ) { + array = this.options.source; + this.source = function( request, response ) { + response( $.ui.autocomplete.filter(array, request.term) ); + }; + } else if ( typeof this.options.source === "string" ) { + url = this.options.source; + this.source = function( request, response ) { + if ( self.xhr ) { + self.xhr.abort(); + } + self.xhr = $.ajax({ + url: url, + data: request, + dataType: "json", + success: function( data, status, xhr ) { + if ( xhr === self.xhr ) { + response( data ); + } + self.xhr = null; + }, + error: function( xhr ) { + if ( xhr === self.xhr ) { + response( [] ); + } + self.xhr = null; + } + }); + }; + } else { + this.source = this.options.source; + } + }, + + search: function( value, event ) { + value = value != null ? value : this.element.val(); + + // always save the actual value, not the one passed as an argument + this.term = this.element.val(); + + if ( value.length < this.options.minLength ) { + return this.close( event ); + } + + clearTimeout( this.closing ); + if ( this._trigger( "search", event ) === false ) { + return; + } + + return this._search( value ); + }, + + _search: function( value ) { + this.pending++; + this.element.addClass( "ui-autocomplete-loading" ); + + this.source( { term: value }, this.response ); + }, + + _response: function( content ) { + if ( !this.options.disabled && content && content.length ) { + content = this._normalize( content ); + this._suggest( content ); + this._trigger( "open" ); + } else { + this.close(); + } + this.pending--; + if ( !this.pending ) { + this.element.removeClass( "ui-autocomplete-loading" ); + } + }, + + close: function( event ) { + clearTimeout( this.closing ); + if ( this.menu.element.is(":visible") ) { + this.menu.element.hide(); + this.menu.deactivate(); + this._trigger( "close", event ); + } + }, + + _change: function( event ) { + if ( this.previous !== this.element.val() ) { + this._trigger( "change", event, { item: this.selectedItem } ); + } + }, + + _normalize: function( items ) { + // assume all items have the right format when the first item is complete + if ( items.length && items[0].label && items[0].value ) { + return items; + } + return $.map( items, function(item) { + if ( typeof item === "string" ) { + return { + label: item, + value: item + }; + } + return $.extend({ + label: item.label || item.value, + value: item.value || item.label + }, item ); + }); + }, + + _suggest: function( items ) { + var ul = this.menu.element + .empty() + .zIndex( this.element.zIndex() + 1 ); + this._renderMenu( ul, items ); + // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate + this.menu.deactivate(); + this.menu.refresh(); + + // size and position menu + ul.show(); + this._resizeMenu(); + ul.position( $.extend({ + of: this.element + }, this.options.position )); + }, + + _resizeMenu: function() { + var ul = this.menu.element; + ul.outerWidth( Math.max( + ul.width( "" ).outerWidth(), + this.element.outerWidth() + ) ); + }, + + _renderMenu: function( ul, items ) { + var self = this; + $.each( items, function( index, item ) { + self._renderItem( ul, item ); + }); + }, + + _renderItem: function( ul, item) { + return $( "
  • " ) + .data( "item.autocomplete", item ) + .append( $( "" ).text( item.label ) ) + .appendTo( ul ); + }, + + _move: function( direction, event ) { + if ( !this.menu.element.is(":visible") ) { + this.search( null, event ); + return; + } + if ( this.menu.first() && /^previous/.test(direction) || + this.menu.last() && /^next/.test(direction) ) { + this.element.val( this.term ); + this.menu.deactivate(); + return; + } + this.menu[ direction ]( event ); + }, + + widget: function() { + return this.menu.element; + } +}); + +$.extend( $.ui.autocomplete, { + escapeRegex: function( value ) { + return value.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); + }, + filter: function(array, term) { + var matcher = new RegExp( $.ui.autocomplete.escapeRegex(term), "i" ); + return $.grep( array, function(value) { + return matcher.test( value.label || value.value || value ); + }); + } +}); + +}( jQuery )); + +/* + * jQuery UI Menu (not officially released) + * + * This widget isn't yet finished and the API is subject to change. We plan to finish + * it for the next release. You're welcome to give it a try anyway and give us feedback, + * as long as you're okay with migrating your code later on. We can help with that, too. + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Menu + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function($) { + +$.widget("ui.menu", { + _create: function() { + var self = this; + this.element + .addClass("ui-menu ui-widget ui-widget-content ui-corner-all") + .attr({ + role: "listbox", + "aria-activedescendant": "ui-active-menuitem" + }) + .click(function( event ) { + if ( !$( event.target ).closest( ".ui-menu-item a" ).length ) { + return; + } + // temporary + event.preventDefault(); + self.select( event ); + }); + this.refresh(); + }, + + refresh: function() { + var self = this; + + // don't refresh list items that are already adapted + var items = this.element.children("li:not(.ui-menu-item):has(a)") + .addClass("ui-menu-item") + .attr("role", "menuitem"); + + items.children("a") + .addClass("ui-corner-all") + .attr("tabindex", -1) + // mouseenter doesn't work with event delegation + .mouseenter(function( event ) { + self.activate( event, $(this).parent() ); + }) + .mouseleave(function() { + self.deactivate(); + }); + }, + + activate: function( event, item ) { + this.deactivate(); + if (this.hasScroll()) { + var offset = item.offset().top - this.element.offset().top, + scroll = this.element.attr("scrollTop"), + elementHeight = this.element.height(); + if (offset < 0) { + this.element.attr("scrollTop", scroll + offset); + } else if (offset >= elementHeight) { + this.element.attr("scrollTop", scroll + offset - elementHeight + item.height()); + } + } + this.active = item.eq(0) + .children("a") + .addClass("ui-state-hover") + .attr("id", "ui-active-menuitem") + .end(); + this._trigger("focus", event, { item: item }); + }, + + deactivate: function() { + if (!this.active) { return; } + + this.active.children("a") + .removeClass("ui-state-hover") + .removeAttr("id"); + this._trigger("blur"); + this.active = null; + }, + + next: function(event) { + this.move("next", ".ui-menu-item:first", event); + }, + + previous: function(event) { + this.move("prev", ".ui-menu-item:last", event); + }, + + first: function() { + return this.active && !this.active.prevAll(".ui-menu-item").length; + }, + + last: function() { + return this.active && !this.active.nextAll(".ui-menu-item").length; + }, + + move: function(direction, edge, event) { + if (!this.active) { + this.activate(event, this.element.children(edge)); + return; + } + var next = this.active[direction + "All"](".ui-menu-item").eq(0); + if (next.length) { + this.activate(event, next); + } else { + this.activate(event, this.element.children(edge)); + } + }, + + // TODO merge with previousPage + nextPage: function(event) { + if (this.hasScroll()) { + // TODO merge with no-scroll-else + if (!this.active || this.last()) { + this.activate(event, this.element.children(".ui-menu-item:first")); + return; + } + var base = this.active.offset().top, + height = this.element.height(), + result = this.element.children(".ui-menu-item").filter(function() { + var close = $(this).offset().top - base - height + $(this).height(); + // TODO improve approximation + return close < 10 && close > -10; + }); + + // TODO try to catch this earlier when scrollTop indicates the last page anyway + if (!result.length) { + result = this.element.children(".ui-menu-item:last"); + } + this.activate(event, result); + } else { + this.activate(event, this.element.children(".ui-menu-item") + .filter(!this.active || this.last() ? ":first" : ":last")); + } + }, + + // TODO merge with nextPage + previousPage: function(event) { + if (this.hasScroll()) { + // TODO merge with no-scroll-else + if (!this.active || this.first()) { + this.activate(event, this.element.children(".ui-menu-item:last")); + return; + } + + var base = this.active.offset().top, + height = this.element.height(); + result = this.element.children(".ui-menu-item").filter(function() { + var close = $(this).offset().top - base + height - $(this).height(); + // TODO improve approximation + return close < 10 && close > -10; + }); + + // TODO try to catch this earlier when scrollTop indicates the last page anyway + if (!result.length) { + result = this.element.children(".ui-menu-item:first"); + } + this.activate(event, result); + } else { + this.activate(event, this.element.children(".ui-menu-item") + .filter(!this.active || this.first() ? ":last" : ":first")); + } + }, + + hasScroll: function() { + return this.element.height() < this.element.attr("scrollHeight"); + }, + + select: function( event ) { + this._trigger("selected", event, { item: this.active }); + } +}); + +}(jQuery)); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.button.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.button.js new file mode 100755 index 0000000..c538407 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.button.js @@ -0,0 +1,373 @@ +/* + * jQuery UI Button 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Button + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +var lastActive, + baseClasses = "ui-button ui-widget ui-state-default ui-corner-all", + stateClasses = "ui-state-hover ui-state-active ", + typeClasses = "ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only", + formResetHandler = function( event ) { + $( ":ui-button", event.target.form ).each(function() { + var inst = $( this ).data( "button" ); + setTimeout(function() { + inst.refresh(); + }, 1 ); + }); + }, + radioGroup = function( radio ) { + var name = radio.name, + form = radio.form, + radios = $( [] ); + if ( name ) { + if ( form ) { + radios = $( form ).find( "[name='" + name + "']" ); + } else { + radios = $( "[name='" + name + "']", radio.ownerDocument ) + .filter(function() { + return !this.form; + }); + } + } + return radios; + }; + +$.widget( "ui.button", { + options: { + disabled: null, + text: true, + label: null, + icons: { + primary: null, + secondary: null + } + }, + _create: function() { + this.element.closest( "form" ) + .unbind( "reset.button" ) + .bind( "reset.button", formResetHandler ); + + if ( typeof this.options.disabled !== "boolean" ) { + this.options.disabled = this.element.attr( "disabled" ); + } + + this._determineButtonType(); + this.hasTitle = !!this.buttonElement.attr( "title" ); + + var self = this, + options = this.options, + toggleButton = this.type === "checkbox" || this.type === "radio", + hoverClass = "ui-state-hover" + ( !toggleButton ? " ui-state-active" : "" ), + focusClass = "ui-state-focus"; + + if ( options.label === null ) { + options.label = this.buttonElement.html(); + } + + if ( this.element.is( ":disabled" ) ) { + options.disabled = true; + } + + this.buttonElement + .addClass( baseClasses ) + .attr( "role", "button" ) + .bind( "mouseenter.button", function() { + if ( options.disabled ) { + return; + } + $( this ).addClass( "ui-state-hover" ); + if ( this === lastActive ) { + $( this ).addClass( "ui-state-active" ); + } + }) + .bind( "mouseleave.button", function() { + if ( options.disabled ) { + return; + } + $( this ).removeClass( hoverClass ); + }) + .bind( "focus.button", function() { + // no need to check disabled, focus won't be triggered anyway + $( this ).addClass( focusClass ); + }) + .bind( "blur.button", function() { + $( this ).removeClass( focusClass ); + }); + + if ( toggleButton ) { + this.element.bind( "change.button", function() { + self.refresh(); + }); + } + + if ( this.type === "checkbox" ) { + this.buttonElement.bind( "click.button", function() { + if ( options.disabled ) { + return false; + } + $( this ).toggleClass( "ui-state-active" ); + self.buttonElement.attr( "aria-pressed", self.element[0].checked ); + }); + } else if ( this.type === "radio" ) { + this.buttonElement.bind( "click.button", function() { + if ( options.disabled ) { + return false; + } + $( this ).addClass( "ui-state-active" ); + self.buttonElement.attr( "aria-pressed", true ); + + var radio = self.element[ 0 ]; + radioGroup( radio ) + .not( radio ) + .map(function() { + return $( this ).button( "widget" )[ 0 ]; + }) + .removeClass( "ui-state-active" ) + .attr( "aria-pressed", false ); + }); + } else { + this.buttonElement + .bind( "mousedown.button", function() { + if ( options.disabled ) { + return false; + } + $( this ).addClass( "ui-state-active" ); + lastActive = this; + $( document ).one( "mouseup", function() { + lastActive = null; + }); + }) + .bind( "mouseup.button", function() { + if ( options.disabled ) { + return false; + } + $( this ).removeClass( "ui-state-active" ); + }) + .bind( "keydown.button", function(event) { + if ( options.disabled ) { + return false; + } + if ( event.keyCode == $.ui.keyCode.SPACE || event.keyCode == $.ui.keyCode.ENTER ) { + $( this ).addClass( "ui-state-active" ); + } + }) + .bind( "keyup.button", function() { + $( this ).removeClass( "ui-state-active" ); + }); + + if ( this.buttonElement.is("a") ) { + this.buttonElement.keyup(function(event) { + if ( event.keyCode === $.ui.keyCode.SPACE ) { + // TODO pass through original event correctly (just as 2nd argument doesn't work) + $( this ).click(); + } + }); + } + } + + // TODO: pull out $.Widget's handling for the disabled option into + // $.Widget.prototype._setOptionDisabled so it's easy to proxy and can + // be overridden by individual plugins + this._setOption( "disabled", options.disabled ); + }, + + _determineButtonType: function() { + + if ( this.element.is(":checkbox") ) { + this.type = "checkbox"; + } else { + if ( this.element.is(":radio") ) { + this.type = "radio"; + } else { + if ( this.element.is("input") ) { + this.type = "input"; + } else { + this.type = "button"; + } + } + } + + if ( this.type === "checkbox" || this.type === "radio" ) { + // we don't search against the document in case the element + // is disconnected from the DOM + this.buttonElement = this.element.parents().last() + .find( "label[for=" + this.element.attr("id") + "]" ); + this.element.addClass( "ui-helper-hidden-accessible" ); + + var checked = this.element.is( ":checked" ); + if ( checked ) { + this.buttonElement.addClass( "ui-state-active" ); + } + this.buttonElement.attr( "aria-pressed", checked ); + } else { + this.buttonElement = this.element; + } + }, + + widget: function() { + return this.buttonElement; + }, + + destroy: function() { + this.element + .removeClass( "ui-helper-hidden-accessible" ); + this.buttonElement + .removeClass( baseClasses + " " + stateClasses + " " + typeClasses ) + .removeAttr( "role" ) + .removeAttr( "aria-pressed" ) + .html( this.buttonElement.find(".ui-button-text").html() ); + + if ( !this.hasTitle ) { + this.buttonElement.removeAttr( "title" ); + } + + $.Widget.prototype.destroy.call( this ); + }, + + _setOption: function( key, value ) { + $.Widget.prototype._setOption.apply( this, arguments ); + if ( key === "disabled" ) { + if ( value ) { + this.element.attr( "disabled", true ); + } else { + this.element.removeAttr( "disabled" ); + } + } + this._resetButton(); + }, + + refresh: function() { + var isDisabled = this.element.is( ":disabled" ); + if ( isDisabled !== this.options.disabled ) { + this._setOption( "disabled", isDisabled ); + } + if ( this.type === "radio" ) { + radioGroup( this.element[0] ).each(function() { + if ( $( this ).is( ":checked" ) ) { + $( this ).button( "widget" ) + .addClass( "ui-state-active" ) + .attr( "aria-pressed", true ); + } else { + $( this ).button( "widget" ) + .removeClass( "ui-state-active" ) + .attr( "aria-pressed", false ); + } + }); + } else if ( this.type === "checkbox" ) { + if ( this.element.is( ":checked" ) ) { + this.buttonElement + .addClass( "ui-state-active" ) + .attr( "aria-pressed", true ); + } else { + this.buttonElement + .removeClass( "ui-state-active" ) + .attr( "aria-pressed", false ); + } + } + }, + + _resetButton: function() { + if ( this.type === "input" ) { + if ( this.options.label ) { + this.element.val( this.options.label ); + } + return; + } + var buttonElement = this.buttonElement.removeClass( typeClasses ), + buttonText = $( "" ) + .addClass( "ui-button-text" ) + .html( this.options.label ) + .appendTo( buttonElement.empty() ) + .text(), + icons = this.options.icons, + multipleIcons = icons.primary && icons.secondary; + if ( icons.primary || icons.secondary ) { + buttonElement.addClass( "ui-button-text-icon" + + ( multipleIcons ? "s" : ( icons.primary ? "-primary" : "-secondary" ) ) ); + if ( icons.primary ) { + buttonElement.prepend( "" ); + } + if ( icons.secondary ) { + buttonElement.append( "" ); + } + if ( !this.options.text ) { + buttonElement + .addClass( multipleIcons ? "ui-button-icons-only" : "ui-button-icon-only" ) + .removeClass( "ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary" ); + if ( !this.hasTitle ) { + buttonElement.attr( "title", buttonText ); + } + } + } else { + buttonElement.addClass( "ui-button-text-only" ); + } + } +}); + +$.widget( "ui.buttonset", { + options: { + items: ":button, :submit, :reset, :checkbox, :radio, a, :data(button)" + }, + + _create: function() { + this.element.addClass( "ui-buttonset" ); + }, + + _init: function() { + this.refresh(); + }, + + _setOption: function( key, value ) { + if ( key === "disabled" ) { + this.buttons.button( "option", key, value ); + } + + $.Widget.prototype._setOption.apply( this, arguments ); + }, + + refresh: function() { + this.buttons = this.element.find( this.options.items ) + .filter( ":ui-button" ) + .button( "refresh" ) + .end() + .not( ":ui-button" ) + .button() + .end() + .map(function() { + return $( this ).button( "widget" )[ 0 ]; + }) + .removeClass( "ui-corner-all ui-corner-left ui-corner-right" ) + .filter( ":first" ) + .addClass( "ui-corner-left" ) + .end() + .filter( ":last" ) + .addClass( "ui-corner-right" ) + .end() + .end(); + }, + + destroy: function() { + this.element.removeClass( "ui-buttonset" ); + this.buttons + .map(function() { + return $( this ).button( "widget" )[ 0 ]; + }) + .removeClass( "ui-corner-left ui-corner-right" ) + .end() + .button( "destroy" ); + + $.Widget.prototype.destroy.call( this ); + } +}); + +}( jQuery ) ); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.core.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.core.js new file mode 100755 index 0000000..9b358e7 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.core.js @@ -0,0 +1,308 @@ +/*! + * jQuery UI 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI + */ +(function( $, undefined ) { + +// prevent duplicate loading +// this is only a problem because we proxy existing functions +// and we don't want to double proxy them +$.ui = $.ui || {}; +if ( $.ui.version ) { + return; +} + +$.extend( $.ui, { + version: "1.8.9", + + keyCode: { + ALT: 18, + BACKSPACE: 8, + CAPS_LOCK: 20, + COMMA: 188, + COMMAND: 91, + COMMAND_LEFT: 91, // COMMAND + COMMAND_RIGHT: 93, + CONTROL: 17, + DELETE: 46, + DOWN: 40, + END: 35, + ENTER: 13, + ESCAPE: 27, + HOME: 36, + INSERT: 45, + LEFT: 37, + MENU: 93, // COMMAND_RIGHT + NUMPAD_ADD: 107, + NUMPAD_DECIMAL: 110, + NUMPAD_DIVIDE: 111, + NUMPAD_ENTER: 108, + NUMPAD_MULTIPLY: 106, + NUMPAD_SUBTRACT: 109, + PAGE_DOWN: 34, + PAGE_UP: 33, + PERIOD: 190, + RIGHT: 39, + SHIFT: 16, + SPACE: 32, + TAB: 9, + UP: 38, + WINDOWS: 91 // COMMAND + } +}); + +// plugins +$.fn.extend({ + _focus: $.fn.focus, + focus: function( delay, fn ) { + return typeof delay === "number" ? + this.each(function() { + var elem = this; + setTimeout(function() { + $( elem ).focus(); + if ( fn ) { + fn.call( elem ); + } + }, delay ); + }) : + this._focus.apply( this, arguments ); + }, + + scrollParent: function() { + var scrollParent; + if (($.browser.msie && (/(static|relative)/).test(this.css('position'))) || (/absolute/).test(this.css('position'))) { + scrollParent = this.parents().filter(function() { + return (/(relative|absolute|fixed)/).test($.curCSS(this,'position',1)) && (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1)); + }).eq(0); + } else { + scrollParent = this.parents().filter(function() { + return (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1)); + }).eq(0); + } + + return (/fixed/).test(this.css('position')) || !scrollParent.length ? $(document) : scrollParent; + }, + + zIndex: function( zIndex ) { + if ( zIndex !== undefined ) { + return this.css( "zIndex", zIndex ); + } + + if ( this.length ) { + var elem = $( this[ 0 ] ), position, value; + while ( elem.length && elem[ 0 ] !== document ) { + // Ignore z-index if position is set to a value where z-index is ignored by the browser + // This makes behavior of this function consistent across browsers + // WebKit always returns auto if the element is positioned + position = elem.css( "position" ); + if ( position === "absolute" || position === "relative" || position === "fixed" ) { + // IE returns 0 when zIndex is not specified + // other browsers return a string + // we ignore the case of nested elements with an explicit value of 0 + //
    + value = parseInt( elem.css( "zIndex" ), 10 ); + if ( !isNaN( value ) && value !== 0 ) { + return value; + } + } + elem = elem.parent(); + } + } + + return 0; + }, + + disableSelection: function() { + return this.bind( ( $.support.selectstart ? "selectstart" : "mousedown" ) + + ".ui-disableSelection", function( event ) { + event.preventDefault(); + }); + }, + + enableSelection: function() { + return this.unbind( ".ui-disableSelection" ); + } +}); + +$.each( [ "Width", "Height" ], function( i, name ) { + var side = name === "Width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ], + type = name.toLowerCase(), + orig = { + innerWidth: $.fn.innerWidth, + innerHeight: $.fn.innerHeight, + outerWidth: $.fn.outerWidth, + outerHeight: $.fn.outerHeight + }; + + function reduce( elem, size, border, margin ) { + $.each( side, function() { + size -= parseFloat( $.curCSS( elem, "padding" + this, true) ) || 0; + if ( border ) { + size -= parseFloat( $.curCSS( elem, "border" + this + "Width", true) ) || 0; + } + if ( margin ) { + size -= parseFloat( $.curCSS( elem, "margin" + this, true) ) || 0; + } + }); + return size; + } + + $.fn[ "inner" + name ] = function( size ) { + if ( size === undefined ) { + return orig[ "inner" + name ].call( this ); + } + + return this.each(function() { + $( this ).css( type, reduce( this, size ) + "px" ); + }); + }; + + $.fn[ "outer" + name] = function( size, margin ) { + if ( typeof size !== "number" ) { + return orig[ "outer" + name ].call( this, size ); + } + + return this.each(function() { + $( this).css( type, reduce( this, size, true, margin ) + "px" ); + }); + }; +}); + +// selectors +function visible( element ) { + return !$( element ).parents().andSelf().filter(function() { + return $.curCSS( this, "visibility" ) === "hidden" || + $.expr.filters.hidden( this ); + }).length; +} + +$.extend( $.expr[ ":" ], { + data: function( elem, i, match ) { + return !!$.data( elem, match[ 3 ] ); + }, + + focusable: function( element ) { + var nodeName = element.nodeName.toLowerCase(), + tabIndex = $.attr( element, "tabindex" ); + if ( "area" === nodeName ) { + var map = element.parentNode, + mapName = map.name, + img; + if ( !element.href || !mapName || map.nodeName.toLowerCase() !== "map" ) { + return false; + } + img = $( "img[usemap=#" + mapName + "]" )[0]; + return !!img && visible( img ); + } + return ( /input|select|textarea|button|object/.test( nodeName ) + ? !element.disabled + : "a" == nodeName + ? element.href || !isNaN( tabIndex ) + : !isNaN( tabIndex )) + // the element and all of its ancestors must be visible + && visible( element ); + }, + + tabbable: function( element ) { + var tabIndex = $.attr( element, "tabindex" ); + return ( isNaN( tabIndex ) || tabIndex >= 0 ) && $( element ).is( ":focusable" ); + } +}); + +// support +$(function() { + var body = document.body, + div = body.appendChild( div = document.createElement( "div" ) ); + + $.extend( div.style, { + minHeight: "100px", + height: "auto", + padding: 0, + borderWidth: 0 + }); + + $.support.minHeight = div.offsetHeight === 100; + $.support.selectstart = "onselectstart" in div; + + // set display to none to avoid a layout bug in IE + // http://dev.jquery.com/ticket/4014 + body.removeChild( div ).style.display = "none"; +}); + + + + + +// deprecated +$.extend( $.ui, { + // $.ui.plugin is deprecated. Use the proxy pattern instead. + plugin: { + add: function( module, option, set ) { + var proto = $.ui[ module ].prototype; + for ( var i in set ) { + proto.plugins[ i ] = proto.plugins[ i ] || []; + proto.plugins[ i ].push( [ option, set[ i ] ] ); + } + }, + call: function( instance, name, args ) { + var set = instance.plugins[ name ]; + if ( !set || !instance.element[ 0 ].parentNode ) { + return; + } + + for ( var i = 0; i < set.length; i++ ) { + if ( instance.options[ set[ i ][ 0 ] ] ) { + set[ i ][ 1 ].apply( instance.element, args ); + } + } + } + }, + + // will be deprecated when we switch to jQuery 1.4 - use jQuery.contains() + contains: function( a, b ) { + return document.compareDocumentPosition ? + a.compareDocumentPosition( b ) & 16 : + a !== b && a.contains( b ); + }, + + // only used by resizable + hasScroll: function( el, a ) { + + //If overflow is hidden, the element might have extra content, but the user wants to hide it + if ( $( el ).css( "overflow" ) === "hidden") { + return false; + } + + var scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop", + has = false; + + if ( el[ scroll ] > 0 ) { + return true; + } + + // TODO: determine which cases actually cause this to happen + // if the element doesn't have the scroll set, see if it's possible to + // set the scroll + el[ scroll ] = 1; + has = ( el[ scroll ] > 0 ); + el[ scroll ] = 0; + return has; + }, + + // these are odd functions, fix the API or move into individual plugins + isOverAxis: function( x, reference, size ) { + //Determines when x coordinate is over "b" element axis + return ( x > reference ) && ( x < ( reference + size ) ); + }, + isOver: function( y, x, top, left, height, width ) { + //Determines when x, y coordinates is over "b" element + return $.ui.isOverAxis( y, top, height ) && $.ui.isOverAxis( x, left, width ); + } +}); + +})( jQuery ); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.datepicker.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.datepicker.js new file mode 100755 index 0000000..881bef4 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.datepicker.js @@ -0,0 +1,1759 @@ +/* + * jQuery UI Datepicker 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Datepicker + * + * Depends: + * jquery.ui.core.js + */ +(function( $, undefined ) { + +$.extend($.ui, { datepicker: { version: "1.8.9" } }); + +var PROP_NAME = 'datepicker'; +var dpuuid = new Date().getTime(); + +/* Date picker manager. + Use the singleton instance of this class, $.datepicker, to interact with the date picker. + Settings for (groups of) date pickers are maintained in an instance object, + allowing multiple different settings on the same page. */ + +function Datepicker() { + this.debug = false; // Change this to true to start debugging + this._curInst = null; // The current instance in use + this._keyEvent = false; // If the last event was a key event + this._disabledInputs = []; // List of date picker inputs that have been disabled + this._datepickerShowing = false; // True if the popup picker is showing , false if not + this._inDialog = false; // True if showing within a "dialog", false if not + this._mainDivId = 'ui-datepicker-div'; // The ID of the main datepicker division + this._inlineClass = 'ui-datepicker-inline'; // The name of the inline marker class + this._appendClass = 'ui-datepicker-append'; // The name of the append marker class + this._triggerClass = 'ui-datepicker-trigger'; // The name of the trigger marker class + this._dialogClass = 'ui-datepicker-dialog'; // The name of the dialog marker class + this._disableClass = 'ui-datepicker-disabled'; // The name of the disabled covering marker class + this._unselectableClass = 'ui-datepicker-unselectable'; // The name of the unselectable cell marker class + this._currentClass = 'ui-datepicker-current-day'; // The name of the current day marker class + this._dayOverClass = 'ui-datepicker-days-cell-over'; // The name of the day hover marker class + this.regional = []; // Available regional settings, indexed by language code + this.regional[''] = { // Default regional settings + closeText: 'Done', // Display text for close link + prevText: 'Prev', // Display text for previous month link + nextText: 'Next', // Display text for next month link + currentText: 'Today', // Display text for current month link + monthNames: ['January','February','March','April','May','June', + 'July','August','September','October','November','December'], // Names of months for drop-down and formatting + monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], // For formatting + dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], // For formatting + dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], // For formatting + dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], // Column headings for days starting at Sunday + weekHeader: 'Wk', // Column header for week of the year + dateFormat: 'mm/dd/yy', // See format options on parseDate + firstDay: 0, // The first day of the week, Sun = 0, Mon = 1, ... + isRTL: false, // True if right-to-left language, false if left-to-right + showMonthAfterYear: false, // True if the year select precedes month, false for month then year + yearSuffix: '' // Additional text to append to the year in the month headers + }; + this._defaults = { // Global defaults for all the date picker instances + showOn: 'focus', // 'focus' for popup on focus, + // 'button' for trigger button, or 'both' for either + showAnim: 'fadeIn', // Name of jQuery animation for popup + showOptions: {}, // Options for enhanced animations + defaultDate: null, // Used when field is blank: actual date, + // +/-number for offset from today, null for today + appendText: '', // Display text following the input box, e.g. showing the format + buttonText: '...', // Text for trigger button + buttonImage: '', // URL for trigger button image + buttonImageOnly: false, // True if the image appears alone, false if it appears on a button + hideIfNoPrevNext: false, // True to hide next/previous month links + // if not applicable, false to just disable them + navigationAsDateFormat: false, // True if date formatting applied to prev/today/next links + gotoCurrent: false, // True if today link goes back to current selection instead + changeMonth: false, // True if month can be selected directly, false if only prev/next + changeYear: false, // True if year can be selected directly, false if only prev/next + yearRange: 'c-10:c+10', // Range of years to display in drop-down, + // either relative to today's year (-nn:+nn), relative to currently displayed year + // (c-nn:c+nn), absolute (nnnn:nnnn), or a combination of the above (nnnn:-n) + showOtherMonths: false, // True to show dates in other months, false to leave blank + selectOtherMonths: false, // True to allow selection of dates in other months, false for unselectable + showWeek: false, // True to show week of the year, false to not show it + calculateWeek: this.iso8601Week, // How to calculate the week of the year, + // takes a Date and returns the number of the week for it + shortYearCutoff: '+10', // Short year values < this are in the current century, + // > this are in the previous century, + // string value starting with '+' for current year + value + minDate: null, // The earliest selectable date, or null for no limit + maxDate: null, // The latest selectable date, or null for no limit + duration: 'fast', // Duration of display/closure + beforeShowDay: null, // Function that takes a date and returns an array with + // [0] = true if selectable, false if not, [1] = custom CSS class name(s) or '', + // [2] = cell title (optional), e.g. $.datepicker.noWeekends + beforeShow: null, // Function that takes an input field and + // returns a set of custom settings for the date picker + onSelect: null, // Define a callback function when a date is selected + onChangeMonthYear: null, // Define a callback function when the month or year is changed + onClose: null, // Define a callback function when the datepicker is closed + numberOfMonths: 1, // Number of months to show at a time + showCurrentAtPos: 0, // The position in multipe months at which to show the current month (starting at 0) + stepMonths: 1, // Number of months to step back/forward + stepBigMonths: 12, // Number of months to step back/forward for the big links + altField: '', // Selector for an alternate field to store selected dates into + altFormat: '', // The date format to use for the alternate field + constrainInput: true, // The input is constrained by the current date format + showButtonPanel: false, // True to show button panel, false to not show it + autoSize: false // True to size the input for the date format, false to leave as is + }; + $.extend(this._defaults, this.regional['']); + this.dpDiv = $('
    '); +} + +$.extend(Datepicker.prototype, { + /* Class name added to elements to indicate already configured with a date picker. */ + markerClassName: 'hasDatepicker', + + /* Debug logging (if enabled). */ + log: function () { + if (this.debug) + console.log.apply('', arguments); + }, + + // TODO rename to "widget" when switching to widget factory + _widgetDatepicker: function() { + return this.dpDiv; + }, + + /* Override the default settings for all instances of the date picker. + @param settings object - the new settings to use as defaults (anonymous object) + @return the manager object */ + setDefaults: function(settings) { + extendRemove(this._defaults, settings || {}); + return this; + }, + + /* Attach the date picker to a jQuery selection. + @param target element - the target input field or division or span + @param settings object - the new settings to use for this date picker instance (anonymous) */ + _attachDatepicker: function(target, settings) { + // check for settings on the control itself - in namespace 'date:' + var inlineSettings = null; + for (var attrName in this._defaults) { + var attrValue = target.getAttribute('date:' + attrName); + if (attrValue) { + inlineSettings = inlineSettings || {}; + try { + inlineSettings[attrName] = eval(attrValue); + } catch (err) { + inlineSettings[attrName] = attrValue; + } + } + } + var nodeName = target.nodeName.toLowerCase(); + var inline = (nodeName == 'div' || nodeName == 'span'); + if (!target.id) { + this.uuid += 1; + target.id = 'dp' + this.uuid; + } + var inst = this._newInst($(target), inline); + inst.settings = $.extend({}, settings || {}, inlineSettings || {}); + if (nodeName == 'input') { + this._connectDatepicker(target, inst); + } else if (inline) { + this._inlineDatepicker(target, inst); + } + }, + + /* Create a new instance object. */ + _newInst: function(target, inline) { + var id = target[0].id.replace(/([^A-Za-z0-9_-])/g, '\\\\$1'); // escape jQuery meta chars + return {id: id, input: target, // associated target + selectedDay: 0, selectedMonth: 0, selectedYear: 0, // current selection + drawMonth: 0, drawYear: 0, // month being drawn + inline: inline, // is datepicker inline or not + dpDiv: (!inline ? this.dpDiv : // presentation div + $('
    '))}; + }, + + /* Attach the date picker to an input field. */ + _connectDatepicker: function(target, inst) { + var input = $(target); + inst.append = $([]); + inst.trigger = $([]); + if (input.hasClass(this.markerClassName)) + return; + this._attachments(input, inst); + input.addClass(this.markerClassName).keydown(this._doKeyDown). + keypress(this._doKeyPress).keyup(this._doKeyUp). + bind("setData.datepicker", function(event, key, value) { + inst.settings[key] = value; + }).bind("getData.datepicker", function(event, key) { + return this._get(inst, key); + }); + this._autoSize(inst); + $.data(target, PROP_NAME, inst); + }, + + /* Make attachments based on settings. */ + _attachments: function(input, inst) { + var appendText = this._get(inst, 'appendText'); + var isRTL = this._get(inst, 'isRTL'); + if (inst.append) + inst.append.remove(); + if (appendText) { + inst.append = $('' + appendText + ''); + input[isRTL ? 'before' : 'after'](inst.append); + } + input.unbind('focus', this._showDatepicker); + if (inst.trigger) + inst.trigger.remove(); + var showOn = this._get(inst, 'showOn'); + if (showOn == 'focus' || showOn == 'both') // pop-up date picker when in the marked field + input.focus(this._showDatepicker); + if (showOn == 'button' || showOn == 'both') { // pop-up date picker when button clicked + var buttonText = this._get(inst, 'buttonText'); + var buttonImage = this._get(inst, 'buttonImage'); + inst.trigger = $(this._get(inst, 'buttonImageOnly') ? + $('').addClass(this._triggerClass). + attr({ src: buttonImage, alt: buttonText, title: buttonText }) : + $('').addClass(this._triggerClass). + html(buttonImage == '' ? buttonText : $('').attr( + { src:buttonImage, alt:buttonText, title:buttonText }))); + input[isRTL ? 'before' : 'after'](inst.trigger); + inst.trigger.click(function() { + if ($.datepicker._datepickerShowing && $.datepicker._lastInput == input[0]) + $.datepicker._hideDatepicker(); + else + $.datepicker._showDatepicker(input[0]); + return false; + }); + } + }, + + /* Apply the maximum length for the date format. */ + _autoSize: function(inst) { + if (this._get(inst, 'autoSize') && !inst.inline) { + var date = new Date(2009, 12 - 1, 20); // Ensure double digits + var dateFormat = this._get(inst, 'dateFormat'); + if (dateFormat.match(/[DM]/)) { + var findMax = function(names) { + var max = 0; + var maxI = 0; + for (var i = 0; i < names.length; i++) { + if (names[i].length > max) { + max = names[i].length; + maxI = i; + } + } + return maxI; + }; + date.setMonth(findMax(this._get(inst, (dateFormat.match(/MM/) ? + 'monthNames' : 'monthNamesShort')))); + date.setDate(findMax(this._get(inst, (dateFormat.match(/DD/) ? + 'dayNames' : 'dayNamesShort'))) + 20 - date.getDay()); + } + inst.input.attr('size', this._formatDate(inst, date).length); + } + }, + + /* Attach an inline date picker to a div. */ + _inlineDatepicker: function(target, inst) { + var divSpan = $(target); + if (divSpan.hasClass(this.markerClassName)) + return; + divSpan.addClass(this.markerClassName).append(inst.dpDiv). + bind("setData.datepicker", function(event, key, value){ + inst.settings[key] = value; + }).bind("getData.datepicker", function(event, key){ + return this._get(inst, key); + }); + $.data(target, PROP_NAME, inst); + this._setDate(inst, this._getDefaultDate(inst), true); + this._updateDatepicker(inst); + this._updateAlternate(inst); + inst.dpDiv.show(); + }, + + /* Pop-up the date picker in a "dialog" box. + @param input element - ignored + @param date string or Date - the initial date to display + @param onSelect function - the function to call when a date is selected + @param settings object - update the dialog date picker instance's settings (anonymous object) + @param pos int[2] - coordinates for the dialog's position within the screen or + event - with x/y coordinates or + leave empty for default (screen centre) + @return the manager object */ + _dialogDatepicker: function(input, date, onSelect, settings, pos) { + var inst = this._dialogInst; // internal instance + if (!inst) { + this.uuid += 1; + var id = 'dp' + this.uuid; + this._dialogInput = $(''); + this._dialogInput.keydown(this._doKeyDown); + $('body').append(this._dialogInput); + inst = this._dialogInst = this._newInst(this._dialogInput, false); + inst.settings = {}; + $.data(this._dialogInput[0], PROP_NAME, inst); + } + extendRemove(inst.settings, settings || {}); + date = (date && date.constructor == Date ? this._formatDate(inst, date) : date); + this._dialogInput.val(date); + + this._pos = (pos ? (pos.length ? pos : [pos.pageX, pos.pageY]) : null); + if (!this._pos) { + var browserWidth = document.documentElement.clientWidth; + var browserHeight = document.documentElement.clientHeight; + var scrollX = document.documentElement.scrollLeft || document.body.scrollLeft; + var scrollY = document.documentElement.scrollTop || document.body.scrollTop; + this._pos = // should use actual width/height below + [(browserWidth / 2) - 100 + scrollX, (browserHeight / 2) - 150 + scrollY]; + } + + // move input on screen for focus, but hidden behind dialog + this._dialogInput.css('left', (this._pos[0] + 20) + 'px').css('top', this._pos[1] + 'px'); + inst.settings.onSelect = onSelect; + this._inDialog = true; + this.dpDiv.addClass(this._dialogClass); + this._showDatepicker(this._dialogInput[0]); + if ($.blockUI) + $.blockUI(this.dpDiv); + $.data(this._dialogInput[0], PROP_NAME, inst); + return this; + }, + + /* Detach a datepicker from its control. + @param target element - the target input field or division or span */ + _destroyDatepicker: function(target) { + var $target = $(target); + var inst = $.data(target, PROP_NAME); + if (!$target.hasClass(this.markerClassName)) { + return; + } + var nodeName = target.nodeName.toLowerCase(); + $.removeData(target, PROP_NAME); + if (nodeName == 'input') { + inst.append.remove(); + inst.trigger.remove(); + $target.removeClass(this.markerClassName). + unbind('focus', this._showDatepicker). + unbind('keydown', this._doKeyDown). + unbind('keypress', this._doKeyPress). + unbind('keyup', this._doKeyUp); + } else if (nodeName == 'div' || nodeName == 'span') + $target.removeClass(this.markerClassName).empty(); + }, + + /* Enable the date picker to a jQuery selection. + @param target element - the target input field or division or span */ + _enableDatepicker: function(target) { + var $target = $(target); + var inst = $.data(target, PROP_NAME); + if (!$target.hasClass(this.markerClassName)) { + return; + } + var nodeName = target.nodeName.toLowerCase(); + if (nodeName == 'input') { + target.disabled = false; + inst.trigger.filter('button'). + each(function() { this.disabled = false; }).end(). + filter('img').css({opacity: '1.0', cursor: ''}); + } + else if (nodeName == 'div' || nodeName == 'span') { + var inline = $target.children('.' + this._inlineClass); + inline.children().removeClass('ui-state-disabled'); + } + this._disabledInputs = $.map(this._disabledInputs, + function(value) { return (value == target ? null : value); }); // delete entry + }, + + /* Disable the date picker to a jQuery selection. + @param target element - the target input field or division or span */ + _disableDatepicker: function(target) { + var $target = $(target); + var inst = $.data(target, PROP_NAME); + if (!$target.hasClass(this.markerClassName)) { + return; + } + var nodeName = target.nodeName.toLowerCase(); + if (nodeName == 'input') { + target.disabled = true; + inst.trigger.filter('button'). + each(function() { this.disabled = true; }).end(). + filter('img').css({opacity: '0.5', cursor: 'default'}); + } + else if (nodeName == 'div' || nodeName == 'span') { + var inline = $target.children('.' + this._inlineClass); + inline.children().addClass('ui-state-disabled'); + } + this._disabledInputs = $.map(this._disabledInputs, + function(value) { return (value == target ? null : value); }); // delete entry + this._disabledInputs[this._disabledInputs.length] = target; + }, + + /* Is the first field in a jQuery collection disabled as a datepicker? + @param target element - the target input field or division or span + @return boolean - true if disabled, false if enabled */ + _isDisabledDatepicker: function(target) { + if (!target) { + return false; + } + for (var i = 0; i < this._disabledInputs.length; i++) { + if (this._disabledInputs[i] == target) + return true; + } + return false; + }, + + /* Retrieve the instance data for the target control. + @param target element - the target input field or division or span + @return object - the associated instance data + @throws error if a jQuery problem getting data */ + _getInst: function(target) { + try { + return $.data(target, PROP_NAME); + } + catch (err) { + throw 'Missing instance data for this datepicker'; + } + }, + + /* Update or retrieve the settings for a date picker attached to an input field or division. + @param target element - the target input field or division or span + @param name object - the new settings to update or + string - the name of the setting to change or retrieve, + when retrieving also 'all' for all instance settings or + 'defaults' for all global defaults + @param value any - the new value for the setting + (omit if above is an object or to retrieve a value) */ + _optionDatepicker: function(target, name, value) { + var inst = this._getInst(target); + if (arguments.length == 2 && typeof name == 'string') { + return (name == 'defaults' ? $.extend({}, $.datepicker._defaults) : + (inst ? (name == 'all' ? $.extend({}, inst.settings) : + this._get(inst, name)) : null)); + } + var settings = name || {}; + if (typeof name == 'string') { + settings = {}; + settings[name] = value; + } + if (inst) { + if (this._curInst == inst) { + this._hideDatepicker(); + } + var date = this._getDateDatepicker(target, true); + extendRemove(inst.settings, settings); + this._attachments($(target), inst); + this._autoSize(inst); + this._setDateDatepicker(target, date); + this._updateDatepicker(inst); + } + }, + + // change method deprecated + _changeDatepicker: function(target, name, value) { + this._optionDatepicker(target, name, value); + }, + + /* Redraw the date picker attached to an input field or division. + @param target element - the target input field or division or span */ + _refreshDatepicker: function(target) { + var inst = this._getInst(target); + if (inst) { + this._updateDatepicker(inst); + } + }, + + /* Set the dates for a jQuery selection. + @param target element - the target input field or division or span + @param date Date - the new date */ + _setDateDatepicker: function(target, date) { + var inst = this._getInst(target); + if (inst) { + this._setDate(inst, date); + this._updateDatepicker(inst); + this._updateAlternate(inst); + } + }, + + /* Get the date(s) for the first entry in a jQuery selection. + @param target element - the target input field or division or span + @param noDefault boolean - true if no default date is to be used + @return Date - the current date */ + _getDateDatepicker: function(target, noDefault) { + var inst = this._getInst(target); + if (inst && !inst.inline) + this._setDateFromField(inst, noDefault); + return (inst ? this._getDate(inst) : null); + }, + + /* Handle keystrokes. */ + _doKeyDown: function(event) { + var inst = $.datepicker._getInst(event.target); + var handled = true; + var isRTL = inst.dpDiv.is('.ui-datepicker-rtl'); + inst._keyEvent = true; + if ($.datepicker._datepickerShowing) + switch (event.keyCode) { + case 9: $.datepicker._hideDatepicker(); + handled = false; + break; // hide on tab out + case 13: var sel = $('td.' + $.datepicker._dayOverClass + ':not(.' + + $.datepicker._currentClass + ')', inst.dpDiv); + if (sel[0]) + $.datepicker._selectDay(event.target, inst.selectedMonth, inst.selectedYear, sel[0]); + else + $.datepicker._hideDatepicker(); + return false; // don't submit the form + break; // select the value on enter + case 27: $.datepicker._hideDatepicker(); + break; // hide on escape + case 33: $.datepicker._adjustDate(event.target, (event.ctrlKey ? + -$.datepicker._get(inst, 'stepBigMonths') : + -$.datepicker._get(inst, 'stepMonths')), 'M'); + break; // previous month/year on page up/+ ctrl + case 34: $.datepicker._adjustDate(event.target, (event.ctrlKey ? + +$.datepicker._get(inst, 'stepBigMonths') : + +$.datepicker._get(inst, 'stepMonths')), 'M'); + break; // next month/year on page down/+ ctrl + case 35: if (event.ctrlKey || event.metaKey) $.datepicker._clearDate(event.target); + handled = event.ctrlKey || event.metaKey; + break; // clear on ctrl or command +end + case 36: if (event.ctrlKey || event.metaKey) $.datepicker._gotoToday(event.target); + handled = event.ctrlKey || event.metaKey; + break; // current on ctrl or command +home + case 37: if (event.ctrlKey || event.metaKey) $.datepicker._adjustDate(event.target, (isRTL ? +1 : -1), 'D'); + handled = event.ctrlKey || event.metaKey; + // -1 day on ctrl or command +left + if (event.originalEvent.altKey) $.datepicker._adjustDate(event.target, (event.ctrlKey ? + -$.datepicker._get(inst, 'stepBigMonths') : + -$.datepicker._get(inst, 'stepMonths')), 'M'); + // next month/year on alt +left on Mac + break; + case 38: if (event.ctrlKey || event.metaKey) $.datepicker._adjustDate(event.target, -7, 'D'); + handled = event.ctrlKey || event.metaKey; + break; // -1 week on ctrl or command +up + case 39: if (event.ctrlKey || event.metaKey) $.datepicker._adjustDate(event.target, (isRTL ? -1 : +1), 'D'); + handled = event.ctrlKey || event.metaKey; + // +1 day on ctrl or command +right + if (event.originalEvent.altKey) $.datepicker._adjustDate(event.target, (event.ctrlKey ? + +$.datepicker._get(inst, 'stepBigMonths') : + +$.datepicker._get(inst, 'stepMonths')), 'M'); + // next month/year on alt +right + break; + case 40: if (event.ctrlKey || event.metaKey) $.datepicker._adjustDate(event.target, +7, 'D'); + handled = event.ctrlKey || event.metaKey; + break; // +1 week on ctrl or command +down + default: handled = false; + } + else if (event.keyCode == 36 && event.ctrlKey) // display the date picker on ctrl+home + $.datepicker._showDatepicker(this); + else { + handled = false; + } + if (handled) { + event.preventDefault(); + event.stopPropagation(); + } + }, + + /* Filter entered characters - based on date format. */ + _doKeyPress: function(event) { + var inst = $.datepicker._getInst(event.target); + if ($.datepicker._get(inst, 'constrainInput')) { + var chars = $.datepicker._possibleChars($.datepicker._get(inst, 'dateFormat')); + var chr = String.fromCharCode(event.charCode == undefined ? event.keyCode : event.charCode); + return event.ctrlKey || event.metaKey || (chr < ' ' || !chars || chars.indexOf(chr) > -1); + } + }, + + /* Synchronise manual entry and field/alternate field. */ + _doKeyUp: function(event) { + var inst = $.datepicker._getInst(event.target); + if (inst.input.val() != inst.lastVal) { + try { + var date = $.datepicker.parseDate($.datepicker._get(inst, 'dateFormat'), + (inst.input ? inst.input.val() : null), + $.datepicker._getFormatConfig(inst)); + if (date) { // only if valid + $.datepicker._setDateFromField(inst); + $.datepicker._updateAlternate(inst); + $.datepicker._updateDatepicker(inst); + } + } + catch (event) { + $.datepicker.log(event); + } + } + return true; + }, + + /* Pop-up the date picker for a given input field. + @param input element - the input field attached to the date picker or + event - if triggered by focus */ + _showDatepicker: function(input) { + input = input.target || input; + if (input.nodeName.toLowerCase() != 'input') // find from button/image trigger + input = $('input', input.parentNode)[0]; + if ($.datepicker._isDisabledDatepicker(input) || $.datepicker._lastInput == input) // already here + return; + var inst = $.datepicker._getInst(input); + if ($.datepicker._curInst && $.datepicker._curInst != inst) { + $.datepicker._curInst.dpDiv.stop(true, true); + } + var beforeShow = $.datepicker._get(inst, 'beforeShow'); + extendRemove(inst.settings, (beforeShow ? beforeShow.apply(input, [input, inst]) : {})); + inst.lastVal = null; + $.datepicker._lastInput = input; + $.datepicker._setDateFromField(inst); + if ($.datepicker._inDialog) // hide cursor + input.value = ''; + if (!$.datepicker._pos) { // position below input + $.datepicker._pos = $.datepicker._findPos(input); + $.datepicker._pos[1] += input.offsetHeight; // add the height + } + var isFixed = false; + $(input).parents().each(function() { + isFixed |= $(this).css('position') == 'fixed'; + return !isFixed; + }); + if (isFixed && $.browser.opera) { // correction for Opera when fixed and scrolled + $.datepicker._pos[0] -= document.documentElement.scrollLeft; + $.datepicker._pos[1] -= document.documentElement.scrollTop; + } + var offset = {left: $.datepicker._pos[0], top: $.datepicker._pos[1]}; + $.datepicker._pos = null; + //to avoid flashes on Firefox + inst.dpDiv.empty(); + // determine sizing offscreen + inst.dpDiv.css({position: 'absolute', display: 'block', top: '-1000px'}); + $.datepicker._updateDatepicker(inst); + // fix width for dynamic number of date pickers + // and adjust position before showing + offset = $.datepicker._checkOffset(inst, offset, isFixed); + inst.dpDiv.css({position: ($.datepicker._inDialog && $.blockUI ? + 'static' : (isFixed ? 'fixed' : 'absolute')), display: 'none', + left: offset.left + 'px', top: offset.top + 'px'}); + if (!inst.inline) { + var showAnim = $.datepicker._get(inst, 'showAnim'); + var duration = $.datepicker._get(inst, 'duration'); + var postProcess = function() { + $.datepicker._datepickerShowing = true; + var cover = inst.dpDiv.find('iframe.ui-datepicker-cover'); // IE6- only + if( !! cover.length ){ + var borders = $.datepicker._getBorders(inst.dpDiv); + cover.css({left: -borders[0], top: -borders[1], + width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()}); + } + }; + inst.dpDiv.zIndex($(input).zIndex()+1); + if ($.effects && $.effects[showAnim]) + inst.dpDiv.show(showAnim, $.datepicker._get(inst, 'showOptions'), duration, postProcess); + else + inst.dpDiv[showAnim || 'show']((showAnim ? duration : null), postProcess); + if (!showAnim || !duration) + postProcess(); + if (inst.input.is(':visible') && !inst.input.is(':disabled')) + inst.input.focus(); + $.datepicker._curInst = inst; + } + }, + + /* Generate the date picker content. */ + _updateDatepicker: function(inst) { + var self = this; + var borders = $.datepicker._getBorders(inst.dpDiv); + inst.dpDiv.empty().append(this._generateHTML(inst)); + var cover = inst.dpDiv.find('iframe.ui-datepicker-cover'); // IE6- only + if( !!cover.length ){ //avoid call to outerXXXX() when not in IE6 + cover.css({left: -borders[0], top: -borders[1], width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()}) + } + inst.dpDiv.find('button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a') + .bind('mouseout', function(){ + $(this).removeClass('ui-state-hover'); + if(this.className.indexOf('ui-datepicker-prev') != -1) $(this).removeClass('ui-datepicker-prev-hover'); + if(this.className.indexOf('ui-datepicker-next') != -1) $(this).removeClass('ui-datepicker-next-hover'); + }) + .bind('mouseover', function(){ + if (!self._isDisabledDatepicker( inst.inline ? inst.dpDiv.parent()[0] : inst.input[0])) { + $(this).parents('.ui-datepicker-calendar').find('a').removeClass('ui-state-hover'); + $(this).addClass('ui-state-hover'); + if(this.className.indexOf('ui-datepicker-prev') != -1) $(this).addClass('ui-datepicker-prev-hover'); + if(this.className.indexOf('ui-datepicker-next') != -1) $(this).addClass('ui-datepicker-next-hover'); + } + }) + .end() + .find('.' + this._dayOverClass + ' a') + .trigger('mouseover') + .end(); + var numMonths = this._getNumberOfMonths(inst); + var cols = numMonths[1]; + var width = 17; + if (cols > 1) + inst.dpDiv.addClass('ui-datepicker-multi-' + cols).css('width', (width * cols) + 'em'); + else + inst.dpDiv.removeClass('ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4').width(''); + inst.dpDiv[(numMonths[0] != 1 || numMonths[1] != 1 ? 'add' : 'remove') + + 'Class']('ui-datepicker-multi'); + inst.dpDiv[(this._get(inst, 'isRTL') ? 'add' : 'remove') + + 'Class']('ui-datepicker-rtl'); + if (inst == $.datepicker._curInst && $.datepicker._datepickerShowing && inst.input && + inst.input.is(':visible') && !inst.input.is(':disabled')) + inst.input.focus(); + // deffered render of the years select (to avoid flashes on Firefox) + if( inst.yearshtml ){ + var origyearshtml = inst.yearshtml; + setTimeout(function(){ + //assure that inst.yearshtml didn't change. + if( origyearshtml === inst.yearshtml ){ + inst.dpDiv.find('select.ui-datepicker-year:first').replaceWith(inst.yearshtml); + } + origyearshtml = inst.yearshtml = null; + }, 0); + } + }, + + /* Retrieve the size of left and top borders for an element. + @param elem (jQuery object) the element of interest + @return (number[2]) the left and top borders */ + _getBorders: function(elem) { + var convert = function(value) { + return {thin: 1, medium: 2, thick: 3}[value] || value; + }; + return [parseFloat(convert(elem.css('border-left-width'))), + parseFloat(convert(elem.css('border-top-width')))]; + }, + + /* Check positioning to remain on screen. */ + _checkOffset: function(inst, offset, isFixed) { + var dpWidth = inst.dpDiv.outerWidth(); + var dpHeight = inst.dpDiv.outerHeight(); + var inputWidth = inst.input ? inst.input.outerWidth() : 0; + var inputHeight = inst.input ? inst.input.outerHeight() : 0; + var viewWidth = document.documentElement.clientWidth + $(document).scrollLeft(); + var viewHeight = document.documentElement.clientHeight + $(document).scrollTop(); + + offset.left -= (this._get(inst, 'isRTL') ? (dpWidth - inputWidth) : 0); + offset.left -= (isFixed && offset.left == inst.input.offset().left) ? $(document).scrollLeft() : 0; + offset.top -= (isFixed && offset.top == (inst.input.offset().top + inputHeight)) ? $(document).scrollTop() : 0; + + // now check if datepicker is showing outside window viewport - move to a better place if so. + offset.left -= Math.min(offset.left, (offset.left + dpWidth > viewWidth && viewWidth > dpWidth) ? + Math.abs(offset.left + dpWidth - viewWidth) : 0); + offset.top -= Math.min(offset.top, (offset.top + dpHeight > viewHeight && viewHeight > dpHeight) ? + Math.abs(dpHeight + inputHeight) : 0); + + return offset; + }, + + /* Find an object's position on the screen. */ + _findPos: function(obj) { + var inst = this._getInst(obj); + var isRTL = this._get(inst, 'isRTL'); + while (obj && (obj.type == 'hidden' || obj.nodeType != 1)) { + obj = obj[isRTL ? 'previousSibling' : 'nextSibling']; + } + var position = $(obj).offset(); + return [position.left, position.top]; + }, + + /* Hide the date picker from view. + @param input element - the input field attached to the date picker */ + _hideDatepicker: function(input) { + var inst = this._curInst; + if (!inst || (input && inst != $.data(input, PROP_NAME))) + return; + if (this._datepickerShowing) { + var showAnim = this._get(inst, 'showAnim'); + var duration = this._get(inst, 'duration'); + var postProcess = function() { + $.datepicker._tidyDialog(inst); + this._curInst = null; + }; + if ($.effects && $.effects[showAnim]) + inst.dpDiv.hide(showAnim, $.datepicker._get(inst, 'showOptions'), duration, postProcess); + else + inst.dpDiv[(showAnim == 'slideDown' ? 'slideUp' : + (showAnim == 'fadeIn' ? 'fadeOut' : 'hide'))]((showAnim ? duration : null), postProcess); + if (!showAnim) + postProcess(); + var onClose = this._get(inst, 'onClose'); + if (onClose) + onClose.apply((inst.input ? inst.input[0] : null), + [(inst.input ? inst.input.val() : ''), inst]); // trigger custom callback + this._datepickerShowing = false; + this._lastInput = null; + if (this._inDialog) { + this._dialogInput.css({ position: 'absolute', left: '0', top: '-100px' }); + if ($.blockUI) { + $.unblockUI(); + $('body').append(this.dpDiv); + } + } + this._inDialog = false; + } + }, + + /* Tidy up after a dialog display. */ + _tidyDialog: function(inst) { + inst.dpDiv.removeClass(this._dialogClass).unbind('.ui-datepicker-calendar'); + }, + + /* Close date picker if clicked elsewhere. */ + _checkExternalClick: function(event) { + if (!$.datepicker._curInst) + return; + var $target = $(event.target); + if ($target[0].id != $.datepicker._mainDivId && + $target.parents('#' + $.datepicker._mainDivId).length == 0 && + !$target.hasClass($.datepicker.markerClassName) && + !$target.hasClass($.datepicker._triggerClass) && + $.datepicker._datepickerShowing && !($.datepicker._inDialog && $.blockUI)) + $.datepicker._hideDatepicker(); + }, + + /* Adjust one of the date sub-fields. */ + _adjustDate: function(id, offset, period) { + var target = $(id); + var inst = this._getInst(target[0]); + if (this._isDisabledDatepicker(target[0])) { + return; + } + this._adjustInstDate(inst, offset + + (period == 'M' ? this._get(inst, 'showCurrentAtPos') : 0), // undo positioning + period); + this._updateDatepicker(inst); + }, + + /* Action for current link. */ + _gotoToday: function(id) { + var target = $(id); + var inst = this._getInst(target[0]); + if (this._get(inst, 'gotoCurrent') && inst.currentDay) { + inst.selectedDay = inst.currentDay; + inst.drawMonth = inst.selectedMonth = inst.currentMonth; + inst.drawYear = inst.selectedYear = inst.currentYear; + } + else { + var date = new Date(); + inst.selectedDay = date.getDate(); + inst.drawMonth = inst.selectedMonth = date.getMonth(); + inst.drawYear = inst.selectedYear = date.getFullYear(); + } + this._notifyChange(inst); + this._adjustDate(target); + }, + + /* Action for selecting a new month/year. */ + _selectMonthYear: function(id, select, period) { + var target = $(id); + var inst = this._getInst(target[0]); + inst._selectingMonthYear = false; + inst['selected' + (period == 'M' ? 'Month' : 'Year')] = + inst['draw' + (period == 'M' ? 'Month' : 'Year')] = + parseInt(select.options[select.selectedIndex].value,10); + this._notifyChange(inst); + this._adjustDate(target); + }, + + /* Restore input focus after not changing month/year. */ + _clickMonthYear: function(id) { + var target = $(id); + var inst = this._getInst(target[0]); + if (inst.input && inst._selectingMonthYear) { + setTimeout(function() { + inst.input.focus(); + }, 0); + } + inst._selectingMonthYear = !inst._selectingMonthYear; + }, + + /* Action for selecting a day. */ + _selectDay: function(id, month, year, td) { + var target = $(id); + if ($(td).hasClass(this._unselectableClass) || this._isDisabledDatepicker(target[0])) { + return; + } + var inst = this._getInst(target[0]); + inst.selectedDay = inst.currentDay = $('a', td).html(); + inst.selectedMonth = inst.currentMonth = month; + inst.selectedYear = inst.currentYear = year; + this._selectDate(id, this._formatDate(inst, + inst.currentDay, inst.currentMonth, inst.currentYear)); + }, + + /* Erase the input field and hide the date picker. */ + _clearDate: function(id) { + var target = $(id); + var inst = this._getInst(target[0]); + this._selectDate(target, ''); + }, + + /* Update the input field with the selected date. */ + _selectDate: function(id, dateStr) { + var target = $(id); + var inst = this._getInst(target[0]); + dateStr = (dateStr != null ? dateStr : this._formatDate(inst)); + if (inst.input) + inst.input.val(dateStr); + this._updateAlternate(inst); + var onSelect = this._get(inst, 'onSelect'); + if (onSelect) + onSelect.apply((inst.input ? inst.input[0] : null), [dateStr, inst]); // trigger custom callback + else if (inst.input) + inst.input.trigger('change'); // fire the change event + if (inst.inline) + this._updateDatepicker(inst); + else { + this._hideDatepicker(); + this._lastInput = inst.input[0]; + if (typeof(inst.input[0]) != 'object') + inst.input.focus(); // restore focus + this._lastInput = null; + } + }, + + /* Update any alternate field to synchronise with the main field. */ + _updateAlternate: function(inst) { + var altField = this._get(inst, 'altField'); + if (altField) { // update alternate field too + var altFormat = this._get(inst, 'altFormat') || this._get(inst, 'dateFormat'); + var date = this._getDate(inst); + var dateStr = this.formatDate(altFormat, date, this._getFormatConfig(inst)); + $(altField).each(function() { $(this).val(dateStr); }); + } + }, + + /* Set as beforeShowDay function to prevent selection of weekends. + @param date Date - the date to customise + @return [boolean, string] - is this date selectable?, what is its CSS class? */ + noWeekends: function(date) { + var day = date.getDay(); + return [(day > 0 && day < 6), '']; + }, + + /* Set as calculateWeek to determine the week of the year based on the ISO 8601 definition. + @param date Date - the date to get the week for + @return number - the number of the week within the year that contains this date */ + iso8601Week: function(date) { + var checkDate = new Date(date.getTime()); + // Find Thursday of this week starting on Monday + checkDate.setDate(checkDate.getDate() + 4 - (checkDate.getDay() || 7)); + var time = checkDate.getTime(); + checkDate.setMonth(0); // Compare with Jan 1 + checkDate.setDate(1); + return Math.floor(Math.round((time - checkDate) / 86400000) / 7) + 1; + }, + + /* Parse a string value into a date object. + See formatDate below for the possible formats. + + @param format string - the expected format of the date + @param value string - the date in the above format + @param settings Object - attributes include: + shortYearCutoff number - the cutoff year for determining the century (optional) + dayNamesShort string[7] - abbreviated names of the days from Sunday (optional) + dayNames string[7] - names of the days from Sunday (optional) + monthNamesShort string[12] - abbreviated names of the months (optional) + monthNames string[12] - names of the months (optional) + @return Date - the extracted date value or null if value is blank */ + parseDate: function (format, value, settings) { + if (format == null || value == null) + throw 'Invalid arguments'; + value = (typeof value == 'object' ? value.toString() : value + ''); + if (value == '') + return null; + var shortYearCutoff = (settings ? settings.shortYearCutoff : null) || this._defaults.shortYearCutoff; + shortYearCutoff = (typeof shortYearCutoff != 'string' ? shortYearCutoff : + new Date().getFullYear() % 100 + parseInt(shortYearCutoff, 10)); + var dayNamesShort = (settings ? settings.dayNamesShort : null) || this._defaults.dayNamesShort; + var dayNames = (settings ? settings.dayNames : null) || this._defaults.dayNames; + var monthNamesShort = (settings ? settings.monthNamesShort : null) || this._defaults.monthNamesShort; + var monthNames = (settings ? settings.monthNames : null) || this._defaults.monthNames; + var year = -1; + var month = -1; + var day = -1; + var doy = -1; + var literal = false; + // Check whether a format character is doubled + var lookAhead = function(match) { + var matches = (iFormat + 1 < format.length && format.charAt(iFormat + 1) == match); + if (matches) + iFormat++; + return matches; + }; + // Extract a number from the string value + var getNumber = function(match) { + var isDoubled = lookAhead(match); + var size = (match == '@' ? 14 : (match == '!' ? 20 : + (match == 'y' && isDoubled ? 4 : (match == 'o' ? 3 : 2)))); + var digits = new RegExp('^\\d{1,' + size + '}'); + var num = value.substring(iValue).match(digits); + if (!num) + throw 'Missing number at position ' + iValue; + iValue += num[0].length; + return parseInt(num[0], 10); + }; + // Extract a name from the string value and convert to an index + var getName = function(match, shortNames, longNames) { + var names = (lookAhead(match) ? longNames : shortNames); + for (var i = 0; i < names.length; i++) { + if (value.substr(iValue, names[i].length).toLowerCase() == names[i].toLowerCase()) { + iValue += names[i].length; + return i + 1; + } + } + throw 'Unknown name at position ' + iValue; + }; + // Confirm that a literal character matches the string value + var checkLiteral = function() { + if (value.charAt(iValue) != format.charAt(iFormat)) + throw 'Unexpected literal at position ' + iValue; + iValue++; + }; + var iValue = 0; + for (var iFormat = 0; iFormat < format.length; iFormat++) { + if (literal) + if (format.charAt(iFormat) == "'" && !lookAhead("'")) + literal = false; + else + checkLiteral(); + else + switch (format.charAt(iFormat)) { + case 'd': + day = getNumber('d'); + break; + case 'D': + getName('D', dayNamesShort, dayNames); + break; + case 'o': + doy = getNumber('o'); + break; + case 'm': + month = getNumber('m'); + break; + case 'M': + month = getName('M', monthNamesShort, monthNames); + break; + case 'y': + year = getNumber('y'); + break; + case '@': + var date = new Date(getNumber('@')); + year = date.getFullYear(); + month = date.getMonth() + 1; + day = date.getDate(); + break; + case '!': + var date = new Date((getNumber('!') - this._ticksTo1970) / 10000); + year = date.getFullYear(); + month = date.getMonth() + 1; + day = date.getDate(); + break; + case "'": + if (lookAhead("'")) + checkLiteral(); + else + literal = true; + break; + default: + checkLiteral(); + } + } + if (year == -1) + year = new Date().getFullYear(); + else if (year < 100) + year += new Date().getFullYear() - new Date().getFullYear() % 100 + + (year <= shortYearCutoff ? 0 : -100); + if (doy > -1) { + month = 1; + day = doy; + do { + var dim = this._getDaysInMonth(year, month - 1); + if (day <= dim) + break; + month++; + day -= dim; + } while (true); + } + var date = this._daylightSavingAdjust(new Date(year, month - 1, day)); + if (date.getFullYear() != year || date.getMonth() + 1 != month || date.getDate() != day) + throw 'Invalid date'; // E.g. 31/02/* + return date; + }, + + /* Standard date formats. */ + ATOM: 'yy-mm-dd', // RFC 3339 (ISO 8601) + COOKIE: 'D, dd M yy', + ISO_8601: 'yy-mm-dd', + RFC_822: 'D, d M y', + RFC_850: 'DD, dd-M-y', + RFC_1036: 'D, d M y', + RFC_1123: 'D, d M yy', + RFC_2822: 'D, d M yy', + RSS: 'D, d M y', // RFC 822 + TICKS: '!', + TIMESTAMP: '@', + W3C: 'yy-mm-dd', // ISO 8601 + + _ticksTo1970: (((1970 - 1) * 365 + Math.floor(1970 / 4) - Math.floor(1970 / 100) + + Math.floor(1970 / 400)) * 24 * 60 * 60 * 10000000), + + /* Format a date object into a string value. + The format can be combinations of the following: + d - day of month (no leading zero) + dd - day of month (two digit) + o - day of year (no leading zeros) + oo - day of year (three digit) + D - day name short + DD - day name long + m - month of year (no leading zero) + mm - month of year (two digit) + M - month name short + MM - month name long + y - year (two digit) + yy - year (four digit) + @ - Unix timestamp (ms since 01/01/1970) + ! - Windows ticks (100ns since 01/01/0001) + '...' - literal text + '' - single quote + + @param format string - the desired format of the date + @param date Date - the date value to format + @param settings Object - attributes include: + dayNamesShort string[7] - abbreviated names of the days from Sunday (optional) + dayNames string[7] - names of the days from Sunday (optional) + monthNamesShort string[12] - abbreviated names of the months (optional) + monthNames string[12] - names of the months (optional) + @return string - the date in the above format */ + formatDate: function (format, date, settings) { + if (!date) + return ''; + var dayNamesShort = (settings ? settings.dayNamesShort : null) || this._defaults.dayNamesShort; + var dayNames = (settings ? settings.dayNames : null) || this._defaults.dayNames; + var monthNamesShort = (settings ? settings.monthNamesShort : null) || this._defaults.monthNamesShort; + var monthNames = (settings ? settings.monthNames : null) || this._defaults.monthNames; + // Check whether a format character is doubled + var lookAhead = function(match) { + var matches = (iFormat + 1 < format.length && format.charAt(iFormat + 1) == match); + if (matches) + iFormat++; + return matches; + }; + // Format a number, with leading zero if necessary + var formatNumber = function(match, value, len) { + var num = '' + value; + if (lookAhead(match)) + while (num.length < len) + num = '0' + num; + return num; + }; + // Format a name, short or long as requested + var formatName = function(match, value, shortNames, longNames) { + return (lookAhead(match) ? longNames[value] : shortNames[value]); + }; + var output = ''; + var literal = false; + if (date) + for (var iFormat = 0; iFormat < format.length; iFormat++) { + if (literal) + if (format.charAt(iFormat) == "'" && !lookAhead("'")) + literal = false; + else + output += format.charAt(iFormat); + else + switch (format.charAt(iFormat)) { + case 'd': + output += formatNumber('d', date.getDate(), 2); + break; + case 'D': + output += formatName('D', date.getDay(), dayNamesShort, dayNames); + break; + case 'o': + output += formatNumber('o', + (date.getTime() - new Date(date.getFullYear(), 0, 0).getTime()) / 86400000, 3); + break; + case 'm': + output += formatNumber('m', date.getMonth() + 1, 2); + break; + case 'M': + output += formatName('M', date.getMonth(), monthNamesShort, monthNames); + break; + case 'y': + output += (lookAhead('y') ? date.getFullYear() : + (date.getYear() % 100 < 10 ? '0' : '') + date.getYear() % 100); + break; + case '@': + output += date.getTime(); + break; + case '!': + output += date.getTime() * 10000 + this._ticksTo1970; + break; + case "'": + if (lookAhead("'")) + output += "'"; + else + literal = true; + break; + default: + output += format.charAt(iFormat); + } + } + return output; + }, + + /* Extract all possible characters from the date format. */ + _possibleChars: function (format) { + var chars = ''; + var literal = false; + // Check whether a format character is doubled + var lookAhead = function(match) { + var matches = (iFormat + 1 < format.length && format.charAt(iFormat + 1) == match); + if (matches) + iFormat++; + return matches; + }; + for (var iFormat = 0; iFormat < format.length; iFormat++) + if (literal) + if (format.charAt(iFormat) == "'" && !lookAhead("'")) + literal = false; + else + chars += format.charAt(iFormat); + else + switch (format.charAt(iFormat)) { + case 'd': case 'm': case 'y': case '@': + chars += '0123456789'; + break; + case 'D': case 'M': + return null; // Accept anything + case "'": + if (lookAhead("'")) + chars += "'"; + else + literal = true; + break; + default: + chars += format.charAt(iFormat); + } + return chars; + }, + + /* Get a setting value, defaulting if necessary. */ + _get: function(inst, name) { + return inst.settings[name] !== undefined ? + inst.settings[name] : this._defaults[name]; + }, + + /* Parse existing date and initialise date picker. */ + _setDateFromField: function(inst, noDefault) { + if (inst.input.val() == inst.lastVal) { + return; + } + var dateFormat = this._get(inst, 'dateFormat'); + var dates = inst.lastVal = inst.input ? inst.input.val() : null; + var date, defaultDate; + date = defaultDate = this._getDefaultDate(inst); + var settings = this._getFormatConfig(inst); + try { + date = this.parseDate(dateFormat, dates, settings) || defaultDate; + } catch (event) { + this.log(event); + dates = (noDefault ? '' : dates); + } + inst.selectedDay = date.getDate(); + inst.drawMonth = inst.selectedMonth = date.getMonth(); + inst.drawYear = inst.selectedYear = date.getFullYear(); + inst.currentDay = (dates ? date.getDate() : 0); + inst.currentMonth = (dates ? date.getMonth() : 0); + inst.currentYear = (dates ? date.getFullYear() : 0); + this._adjustInstDate(inst); + }, + + /* Retrieve the default date shown on opening. */ + _getDefaultDate: function(inst) { + return this._restrictMinMax(inst, + this._determineDate(inst, this._get(inst, 'defaultDate'), new Date())); + }, + + /* A date may be specified as an exact value or a relative one. */ + _determineDate: function(inst, date, defaultDate) { + var offsetNumeric = function(offset) { + var date = new Date(); + date.setDate(date.getDate() + offset); + return date; + }; + var offsetString = function(offset) { + try { + return $.datepicker.parseDate($.datepicker._get(inst, 'dateFormat'), + offset, $.datepicker._getFormatConfig(inst)); + } + catch (e) { + // Ignore + } + var date = (offset.toLowerCase().match(/^c/) ? + $.datepicker._getDate(inst) : null) || new Date(); + var year = date.getFullYear(); + var month = date.getMonth(); + var day = date.getDate(); + var pattern = /([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g; + var matches = pattern.exec(offset); + while (matches) { + switch (matches[2] || 'd') { + case 'd' : case 'D' : + day += parseInt(matches[1],10); break; + case 'w' : case 'W' : + day += parseInt(matches[1],10) * 7; break; + case 'm' : case 'M' : + month += parseInt(matches[1],10); + day = Math.min(day, $.datepicker._getDaysInMonth(year, month)); + break; + case 'y': case 'Y' : + year += parseInt(matches[1],10); + day = Math.min(day, $.datepicker._getDaysInMonth(year, month)); + break; + } + matches = pattern.exec(offset); + } + return new Date(year, month, day); + }; + var newDate = (date == null || date === '' ? defaultDate : (typeof date == 'string' ? offsetString(date) : + (typeof date == 'number' ? (isNaN(date) ? defaultDate : offsetNumeric(date)) : new Date(date.getTime())))); + newDate = (newDate && newDate.toString() == 'Invalid Date' ? defaultDate : newDate); + if (newDate) { + newDate.setHours(0); + newDate.setMinutes(0); + newDate.setSeconds(0); + newDate.setMilliseconds(0); + } + return this._daylightSavingAdjust(newDate); + }, + + /* Handle switch to/from daylight saving. + Hours may be non-zero on daylight saving cut-over: + > 12 when midnight changeover, but then cannot generate + midnight datetime, so jump to 1AM, otherwise reset. + @param date (Date) the date to check + @return (Date) the corrected date */ + _daylightSavingAdjust: function(date) { + if (!date) return null; + date.setHours(date.getHours() > 12 ? date.getHours() + 2 : 0); + return date; + }, + + /* Set the date(s) directly. */ + _setDate: function(inst, date, noChange) { + var clear = !date; + var origMonth = inst.selectedMonth; + var origYear = inst.selectedYear; + var newDate = this._restrictMinMax(inst, this._determineDate(inst, date, new Date())); + inst.selectedDay = inst.currentDay = newDate.getDate(); + inst.drawMonth = inst.selectedMonth = inst.currentMonth = newDate.getMonth(); + inst.drawYear = inst.selectedYear = inst.currentYear = newDate.getFullYear(); + if ((origMonth != inst.selectedMonth || origYear != inst.selectedYear) && !noChange) + this._notifyChange(inst); + this._adjustInstDate(inst); + if (inst.input) { + inst.input.val(clear ? '' : this._formatDate(inst)); + } + }, + + /* Retrieve the date(s) directly. */ + _getDate: function(inst) { + var startDate = (!inst.currentYear || (inst.input && inst.input.val() == '') ? null : + this._daylightSavingAdjust(new Date( + inst.currentYear, inst.currentMonth, inst.currentDay))); + return startDate; + }, + + /* Generate the HTML for the current state of the date picker. */ + _generateHTML: function(inst) { + var today = new Date(); + today = this._daylightSavingAdjust( + new Date(today.getFullYear(), today.getMonth(), today.getDate())); // clear time + var isRTL = this._get(inst, 'isRTL'); + var showButtonPanel = this._get(inst, 'showButtonPanel'); + var hideIfNoPrevNext = this._get(inst, 'hideIfNoPrevNext'); + var navigationAsDateFormat = this._get(inst, 'navigationAsDateFormat'); + var numMonths = this._getNumberOfMonths(inst); + var showCurrentAtPos = this._get(inst, 'showCurrentAtPos'); + var stepMonths = this._get(inst, 'stepMonths'); + var isMultiMonth = (numMonths[0] != 1 || numMonths[1] != 1); + var currentDate = this._daylightSavingAdjust((!inst.currentDay ? new Date(9999, 9, 9) : + new Date(inst.currentYear, inst.currentMonth, inst.currentDay))); + var minDate = this._getMinMaxDate(inst, 'min'); + var maxDate = this._getMinMaxDate(inst, 'max'); + var drawMonth = inst.drawMonth - showCurrentAtPos; + var drawYear = inst.drawYear; + if (drawMonth < 0) { + drawMonth += 12; + drawYear--; + } + if (maxDate) { + var maxDraw = this._daylightSavingAdjust(new Date(maxDate.getFullYear(), + maxDate.getMonth() - (numMonths[0] * numMonths[1]) + 1, maxDate.getDate())); + maxDraw = (minDate && maxDraw < minDate ? minDate : maxDraw); + while (this._daylightSavingAdjust(new Date(drawYear, drawMonth, 1)) > maxDraw) { + drawMonth--; + if (drawMonth < 0) { + drawMonth = 11; + drawYear--; + } + } + } + inst.drawMonth = drawMonth; + inst.drawYear = drawYear; + var prevText = this._get(inst, 'prevText'); + prevText = (!navigationAsDateFormat ? prevText : this.formatDate(prevText, + this._daylightSavingAdjust(new Date(drawYear, drawMonth - stepMonths, 1)), + this._getFormatConfig(inst))); + var prev = (this._canAdjustMonth(inst, -1, drawYear, drawMonth) ? + '' + prevText + '' : + (hideIfNoPrevNext ? '' : '' + prevText + '')); + var nextText = this._get(inst, 'nextText'); + nextText = (!navigationAsDateFormat ? nextText : this.formatDate(nextText, + this._daylightSavingAdjust(new Date(drawYear, drawMonth + stepMonths, 1)), + this._getFormatConfig(inst))); + var next = (this._canAdjustMonth(inst, +1, drawYear, drawMonth) ? + '' + nextText + '' : + (hideIfNoPrevNext ? '' : '' + nextText + '')); + var currentText = this._get(inst, 'currentText'); + var gotoDate = (this._get(inst, 'gotoCurrent') && inst.currentDay ? currentDate : today); + currentText = (!navigationAsDateFormat ? currentText : + this.formatDate(currentText, gotoDate, this._getFormatConfig(inst))); + var controls = (!inst.inline ? '' : ''); + var buttonPanel = (showButtonPanel) ? '
    ' + (isRTL ? controls : '') + + (this._isInRange(inst, gotoDate) ? '' : '') + (isRTL ? '' : controls) + '
    ' : ''; + var firstDay = parseInt(this._get(inst, 'firstDay'),10); + firstDay = (isNaN(firstDay) ? 0 : firstDay); + var showWeek = this._get(inst, 'showWeek'); + var dayNames = this._get(inst, 'dayNames'); + var dayNamesShort = this._get(inst, 'dayNamesShort'); + var dayNamesMin = this._get(inst, 'dayNamesMin'); + var monthNames = this._get(inst, 'monthNames'); + var monthNamesShort = this._get(inst, 'monthNamesShort'); + var beforeShowDay = this._get(inst, 'beforeShowDay'); + var showOtherMonths = this._get(inst, 'showOtherMonths'); + var selectOtherMonths = this._get(inst, 'selectOtherMonths'); + var calculateWeek = this._get(inst, 'calculateWeek') || this.iso8601Week; + var defaultDate = this._getDefaultDate(inst); + var html = ''; + for (var row = 0; row < numMonths[0]; row++) { + var group = ''; + for (var col = 0; col < numMonths[1]; col++) { + var selectedDate = this._daylightSavingAdjust(new Date(drawYear, drawMonth, inst.selectedDay)); + var cornerClass = ' ui-corner-all'; + var calender = ''; + if (isMultiMonth) { + calender += '
    '; + } + calender += '
    ' + + (/all|left/.test(cornerClass) && row == 0 ? (isRTL ? next : prev) : '') + + (/all|right/.test(cornerClass) && row == 0 ? (isRTL ? prev : next) : '') + + this._generateMonthYearHeader(inst, drawMonth, drawYear, minDate, maxDate, + row > 0 || col > 0, monthNames, monthNamesShort) + // draw month headers + '
    ' + + ''; + var thead = (showWeek ? '' : ''); + for (var dow = 0; dow < 7; dow++) { // days of the week + var day = (dow + firstDay) % 7; + thead += '= 5 ? ' class="ui-datepicker-week-end"' : '') + '>' + + '' + dayNamesMin[day] + ''; + } + calender += thead + ''; + var daysInMonth = this._getDaysInMonth(drawYear, drawMonth); + if (drawYear == inst.selectedYear && drawMonth == inst.selectedMonth) + inst.selectedDay = Math.min(inst.selectedDay, daysInMonth); + var leadDays = (this._getFirstDayOfMonth(drawYear, drawMonth) - firstDay + 7) % 7; + var numRows = (isMultiMonth ? 6 : Math.ceil((leadDays + daysInMonth) / 7)); // calculate the number of rows to generate + var printDate = this._daylightSavingAdjust(new Date(drawYear, drawMonth, 1 - leadDays)); + for (var dRow = 0; dRow < numRows; dRow++) { // create date picker rows + calender += ''; + var tbody = (!showWeek ? '' : ''); + for (var dow = 0; dow < 7; dow++) { // create date picker days + var daySettings = (beforeShowDay ? + beforeShowDay.apply((inst.input ? inst.input[0] : null), [printDate]) : [true, '']); + var otherMonth = (printDate.getMonth() != drawMonth); + var unselectable = (otherMonth && !selectOtherMonths) || !daySettings[0] || + (minDate && printDate < minDate) || (maxDate && printDate > maxDate); + tbody += ''; // display selectable date + printDate.setDate(printDate.getDate() + 1); + printDate = this._daylightSavingAdjust(printDate); + } + calender += tbody + ''; + } + drawMonth++; + if (drawMonth > 11) { + drawMonth = 0; + drawYear++; + } + calender += '
    ' + this._get(inst, 'weekHeader') + '
    ' + + this._get(inst, 'calculateWeek')(printDate) + '' + // actions + (otherMonth && !showOtherMonths ? ' ' : // display for other months + (unselectable ? '' + printDate.getDate() + '' : '' + printDate.getDate() + '')) + '
    ' + (isMultiMonth ? '
    ' + + ((numMonths[0] > 0 && col == numMonths[1]-1) ? '
    ' : '') : ''); + group += calender; + } + html += group; + } + html += buttonPanel + ($.browser.msie && parseInt($.browser.version,10) < 7 && !inst.inline ? + '' : ''); + inst._keyEvent = false; + return html; + }, + + /* Generate the month and year header. */ + _generateMonthYearHeader: function(inst, drawMonth, drawYear, minDate, maxDate, + secondary, monthNames, monthNamesShort) { + var changeMonth = this._get(inst, 'changeMonth'); + var changeYear = this._get(inst, 'changeYear'); + var showMonthAfterYear = this._get(inst, 'showMonthAfterYear'); + var html = '
    '; + var monthHtml = ''; + // month selection + if (secondary || !changeMonth) + monthHtml += '' + monthNames[drawMonth] + ''; + else { + var inMinYear = (minDate && minDate.getFullYear() == drawYear); + var inMaxYear = (maxDate && maxDate.getFullYear() == drawYear); + monthHtml += ''; + } + if (!showMonthAfterYear) + html += monthHtml + (secondary || !(changeMonth && changeYear) ? ' ' : ''); + // year selection + inst.yearshtml = ''; + if (secondary || !changeYear) + html += '' + drawYear + ''; + else { + // determine range of years to display + var years = this._get(inst, 'yearRange').split(':'); + var thisYear = new Date().getFullYear(); + var determineYear = function(value) { + var year = (value.match(/c[+-].*/) ? drawYear + parseInt(value.substring(1), 10) : + (value.match(/[+-].*/) ? thisYear + parseInt(value, 10) : + parseInt(value, 10))); + return (isNaN(year) ? thisYear : year); + }; + var year = determineYear(years[0]); + var endYear = Math.max(year, determineYear(years[1] || '')); + year = (minDate ? Math.max(year, minDate.getFullYear()) : year); + endYear = (maxDate ? Math.min(endYear, maxDate.getFullYear()) : endYear); + inst.yearshtml += ''; + //when showing there is no need for later update + if( ! $.browser.mozilla ){ + html += inst.yearshtml; + inst.yearshtml = null; + } else { + // will be replaced later with inst.yearshtml + html += ''; + } + } + html += this._get(inst, 'yearSuffix'); + if (showMonthAfterYear) + html += (secondary || !(changeMonth && changeYear) ? ' ' : '') + monthHtml; + html += '
    '; // Close datepicker_header + return html; + }, + + /* Adjust one of the date sub-fields. */ + _adjustInstDate: function(inst, offset, period) { + var year = inst.drawYear + (period == 'Y' ? offset : 0); + var month = inst.drawMonth + (period == 'M' ? offset : 0); + var day = Math.min(inst.selectedDay, this._getDaysInMonth(year, month)) + + (period == 'D' ? offset : 0); + var date = this._restrictMinMax(inst, + this._daylightSavingAdjust(new Date(year, month, day))); + inst.selectedDay = date.getDate(); + inst.drawMonth = inst.selectedMonth = date.getMonth(); + inst.drawYear = inst.selectedYear = date.getFullYear(); + if (period == 'M' || period == 'Y') + this._notifyChange(inst); + }, + + /* Ensure a date is within any min/max bounds. */ + _restrictMinMax: function(inst, date) { + var minDate = this._getMinMaxDate(inst, 'min'); + var maxDate = this._getMinMaxDate(inst, 'max'); + var newDate = (minDate && date < minDate ? minDate : date); + newDate = (maxDate && newDate > maxDate ? maxDate : newDate); + return newDate; + }, + + /* Notify change of month/year. */ + _notifyChange: function(inst) { + var onChange = this._get(inst, 'onChangeMonthYear'); + if (onChange) + onChange.apply((inst.input ? inst.input[0] : null), + [inst.selectedYear, inst.selectedMonth + 1, inst]); + }, + + /* Determine the number of months to show. */ + _getNumberOfMonths: function(inst) { + var numMonths = this._get(inst, 'numberOfMonths'); + return (numMonths == null ? [1, 1] : (typeof numMonths == 'number' ? [1, numMonths] : numMonths)); + }, + + /* Determine the current maximum date - ensure no time components are set. */ + _getMinMaxDate: function(inst, minMax) { + return this._determineDate(inst, this._get(inst, minMax + 'Date'), null); + }, + + /* Find the number of days in a given month. */ + _getDaysInMonth: function(year, month) { + return 32 - new Date(year, month, 32).getDate(); + }, + + /* Find the day of the week of the first of a month. */ + _getFirstDayOfMonth: function(year, month) { + return new Date(year, month, 1).getDay(); + }, + + /* Determines if we should allow a "next/prev" month display change. */ + _canAdjustMonth: function(inst, offset, curYear, curMonth) { + var numMonths = this._getNumberOfMonths(inst); + var date = this._daylightSavingAdjust(new Date(curYear, + curMonth + (offset < 0 ? offset : numMonths[0] * numMonths[1]), 1)); + if (offset < 0) + date.setDate(this._getDaysInMonth(date.getFullYear(), date.getMonth())); + return this._isInRange(inst, date); + }, + + /* Is the given date in the accepted range? */ + _isInRange: function(inst, date) { + var minDate = this._getMinMaxDate(inst, 'min'); + var maxDate = this._getMinMaxDate(inst, 'max'); + return ((!minDate || date.getTime() >= minDate.getTime()) && + (!maxDate || date.getTime() <= maxDate.getTime())); + }, + + /* Provide the configuration settings for formatting/parsing. */ + _getFormatConfig: function(inst) { + var shortYearCutoff = this._get(inst, 'shortYearCutoff'); + shortYearCutoff = (typeof shortYearCutoff != 'string' ? shortYearCutoff : + new Date().getFullYear() % 100 + parseInt(shortYearCutoff, 10)); + return {shortYearCutoff: shortYearCutoff, + dayNamesShort: this._get(inst, 'dayNamesShort'), dayNames: this._get(inst, 'dayNames'), + monthNamesShort: this._get(inst, 'monthNamesShort'), monthNames: this._get(inst, 'monthNames')}; + }, + + /* Format the given date for display. */ + _formatDate: function(inst, day, month, year) { + if (!day) { + inst.currentDay = inst.selectedDay; + inst.currentMonth = inst.selectedMonth; + inst.currentYear = inst.selectedYear; + } + var date = (day ? (typeof day == 'object' ? day : + this._daylightSavingAdjust(new Date(year, month, day))) : + this._daylightSavingAdjust(new Date(inst.currentYear, inst.currentMonth, inst.currentDay))); + return this.formatDate(this._get(inst, 'dateFormat'), date, this._getFormatConfig(inst)); + } +}); + +/* jQuery extend now ignores nulls! */ +function extendRemove(target, props) { + $.extend(target, props); + for (var name in props) + if (props[name] == null || props[name] == undefined) + target[name] = props[name]; + return target; +}; + +/* Determine whether an object is an array. */ +function isArray(a) { + return (a && (($.browser.safari && typeof a == 'object' && a.length) || + (a.constructor && a.constructor.toString().match(/\Array\(\)/)))); +}; + +/* Invoke the datepicker functionality. + @param options string - a command, optionally followed by additional parameters or + Object - settings for attaching new datepicker functionality + @return jQuery object */ +$.fn.datepicker = function(options){ + + /* Initialise the date picker. */ + if (!$.datepicker.initialized) { + $(document).mousedown($.datepicker._checkExternalClick). + find('body').append($.datepicker.dpDiv); + $.datepicker.initialized = true; + } + + var otherArgs = Array.prototype.slice.call(arguments, 1); + if (typeof options == 'string' && (options == 'isDisabled' || options == 'getDate' || options == 'widget')) + return $.datepicker['_' + options + 'Datepicker']. + apply($.datepicker, [this[0]].concat(otherArgs)); + if (options == 'option' && arguments.length == 2 && typeof arguments[1] == 'string') + return $.datepicker['_' + options + 'Datepicker']. + apply($.datepicker, [this[0]].concat(otherArgs)); + return this.each(function() { + typeof options == 'string' ? + $.datepicker['_' + options + 'Datepicker']. + apply($.datepicker, [this].concat(otherArgs)) : + $.datepicker._attachDatepicker(this, options); + }); +}; + +$.datepicker = new Datepicker(); // singleton instance +$.datepicker.initialized = false; +$.datepicker.uuid = new Date().getTime(); +$.datepicker.version = "1.8.9"; + +// Workaround for #4055 +// Add another global to avoid noConflict issues with inline event handlers +window['DP_jQuery_' + dpuuid] = $; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.dialog.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.dialog.js new file mode 100755 index 0000000..83023b3 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.dialog.js @@ -0,0 +1,857 @@ +/* + * jQuery UI Dialog 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */ +(function( $, undefined ) { + +var uiDialogClasses = + 'ui-dialog ' + + 'ui-widget ' + + 'ui-widget-content ' + + 'ui-corner-all ', + sizeRelatedOptions = { + buttons: true, + height: true, + maxHeight: true, + maxWidth: true, + minHeight: true, + minWidth: true, + width: true + }, + resizableRelatedOptions = { + maxHeight: true, + maxWidth: true, + minHeight: true, + minWidth: true + }; + +$.widget("ui.dialog", { + options: { + autoOpen: true, + buttons: {}, + closeOnEscape: true, + closeText: 'close', + dialogClass: '', + draggable: true, + hide: null, + height: 'auto', + maxHeight: false, + maxWidth: false, + minHeight: 150, + minWidth: 150, + modal: false, + position: { + my: 'center', + at: 'center', + collision: 'fit', + // ensure that the titlebar is never outside the document + using: function(pos) { + var topOffset = $(this).css(pos).offset().top; + if (topOffset < 0) { + $(this).css('top', pos.top - topOffset); + } + } + }, + resizable: true, + show: null, + stack: true, + title: '', + width: 300, + zIndex: 1000 + }, + + _create: function() { + this.originalTitle = this.element.attr('title'); + // #5742 - .attr() might return a DOMElement + if ( typeof this.originalTitle !== "string" ) { + this.originalTitle = ""; + } + + this.options.title = this.options.title || this.originalTitle; + var self = this, + options = self.options, + + title = options.title || ' ', + titleId = $.ui.dialog.getTitleId(self.element), + + uiDialog = (self.uiDialog = $('
    ')) + .appendTo(document.body) + .hide() + .addClass(uiDialogClasses + options.dialogClass) + .css({ + zIndex: options.zIndex + }) + // setting tabIndex makes the div focusable + // setting outline to 0 prevents a border on focus in Mozilla + .attr('tabIndex', -1).css('outline', 0).keydown(function(event) { + if (options.closeOnEscape && event.keyCode && + event.keyCode === $.ui.keyCode.ESCAPE) { + + self.close(event); + event.preventDefault(); + } + }) + .attr({ + role: 'dialog', + 'aria-labelledby': titleId + }) + .mousedown(function(event) { + self.moveToTop(false, event); + }), + + uiDialogContent = self.element + .show() + .removeAttr('title') + .addClass( + 'ui-dialog-content ' + + 'ui-widget-content') + .appendTo(uiDialog), + + uiDialogTitlebar = (self.uiDialogTitlebar = $('
    ')) + .addClass( + 'ui-dialog-titlebar ' + + 'ui-widget-header ' + + 'ui-corner-all ' + + 'ui-helper-clearfix' + ) + .prependTo(uiDialog), + + uiDialogTitlebarClose = $('') + .addClass( + 'ui-dialog-titlebar-close ' + + 'ui-corner-all' + ) + .attr('role', 'button') + .hover( + function() { + uiDialogTitlebarClose.addClass('ui-state-hover'); + }, + function() { + uiDialogTitlebarClose.removeClass('ui-state-hover'); + } + ) + .focus(function() { + uiDialogTitlebarClose.addClass('ui-state-focus'); + }) + .blur(function() { + uiDialogTitlebarClose.removeClass('ui-state-focus'); + }) + .click(function(event) { + self.close(event); + return false; + }) + .appendTo(uiDialogTitlebar), + + uiDialogTitlebarCloseText = (self.uiDialogTitlebarCloseText = $('')) + .addClass( + 'ui-icon ' + + 'ui-icon-closethick' + ) + .text(options.closeText) + .appendTo(uiDialogTitlebarClose), + + uiDialogTitle = $('') + .addClass('ui-dialog-title') + .attr('id', titleId) + .html(title) + .prependTo(uiDialogTitlebar); + + //handling of deprecated beforeclose (vs beforeClose) option + //Ticket #4669 http://dev.jqueryui.com/ticket/4669 + //TODO: remove in 1.9pre + if ($.isFunction(options.beforeclose) && !$.isFunction(options.beforeClose)) { + options.beforeClose = options.beforeclose; + } + + uiDialogTitlebar.find("*").add(uiDialogTitlebar).disableSelection(); + + if (options.draggable && $.fn.draggable) { + self._makeDraggable(); + } + if (options.resizable && $.fn.resizable) { + self._makeResizable(); + } + + self._createButtons(options.buttons); + self._isOpen = false; + + if ($.fn.bgiframe) { + uiDialog.bgiframe(); + } + }, + + _init: function() { + if ( this.options.autoOpen ) { + this.open(); + } + }, + + destroy: function() { + var self = this; + + if (self.overlay) { + self.overlay.destroy(); + } + self.uiDialog.hide(); + self.element + .unbind('.dialog') + .removeData('dialog') + .removeClass('ui-dialog-content ui-widget-content') + .hide().appendTo('body'); + self.uiDialog.remove(); + + if (self.originalTitle) { + self.element.attr('title', self.originalTitle); + } + + return self; + }, + + widget: function() { + return this.uiDialog; + }, + + close: function(event) { + var self = this, + maxZ, thisZ; + + if (false === self._trigger('beforeClose', event)) { + return; + } + + if (self.overlay) { + self.overlay.destroy(); + } + self.uiDialog.unbind('keypress.ui-dialog'); + + self._isOpen = false; + + if (self.options.hide) { + self.uiDialog.hide(self.options.hide, function() { + self._trigger('close', event); + }); + } else { + self.uiDialog.hide(); + self._trigger('close', event); + } + + $.ui.dialog.overlay.resize(); + + // adjust the maxZ to allow other modal dialogs to continue to work (see #4309) + if (self.options.modal) { + maxZ = 0; + $('.ui-dialog').each(function() { + if (this !== self.uiDialog[0]) { + thisZ = $(this).css('z-index'); + if(!isNaN(thisZ)) { + maxZ = Math.max(maxZ, thisZ); + } + } + }); + $.ui.dialog.maxZ = maxZ; + } + + return self; + }, + + isOpen: function() { + return this._isOpen; + }, + + // the force parameter allows us to move modal dialogs to their correct + // position on open + moveToTop: function(force, event) { + var self = this, + options = self.options, + saveScroll; + + if ((options.modal && !force) || + (!options.stack && !options.modal)) { + return self._trigger('focus', event); + } + + if (options.zIndex > $.ui.dialog.maxZ) { + $.ui.dialog.maxZ = options.zIndex; + } + if (self.overlay) { + $.ui.dialog.maxZ += 1; + self.overlay.$el.css('z-index', $.ui.dialog.overlay.maxZ = $.ui.dialog.maxZ); + } + + //Save and then restore scroll since Opera 9.5+ resets when parent z-Index is changed. + // http://ui.jquery.com/bugs/ticket/3193 + saveScroll = { scrollTop: self.element.attr('scrollTop'), scrollLeft: self.element.attr('scrollLeft') }; + $.ui.dialog.maxZ += 1; + self.uiDialog.css('z-index', $.ui.dialog.maxZ); + self.element.attr(saveScroll); + self._trigger('focus', event); + + return self; + }, + + open: function() { + if (this._isOpen) { return; } + + var self = this, + options = self.options, + uiDialog = self.uiDialog; + + self.overlay = options.modal ? new $.ui.dialog.overlay(self) : null; + self._size(); + self._position(options.position); + uiDialog.show(options.show); + self.moveToTop(true); + + // prevent tabbing out of modal dialogs + if (options.modal) { + uiDialog.bind('keypress.ui-dialog', function(event) { + if (event.keyCode !== $.ui.keyCode.TAB) { + return; + } + + var tabbables = $(':tabbable', this), + first = tabbables.filter(':first'), + last = tabbables.filter(':last'); + + if (event.target === last[0] && !event.shiftKey) { + first.focus(1); + return false; + } else if (event.target === first[0] && event.shiftKey) { + last.focus(1); + return false; + } + }); + } + + // set focus to the first tabbable element in the content area or the first button + // if there are no tabbable elements, set focus on the dialog itself + $(self.element.find(':tabbable').get().concat( + uiDialog.find('.ui-dialog-buttonpane :tabbable').get().concat( + uiDialog.get()))).eq(0).focus(); + + self._isOpen = true; + self._trigger('open'); + + return self; + }, + + _createButtons: function(buttons) { + var self = this, + hasButtons = false, + uiDialogButtonPane = $('
    ') + .addClass( + 'ui-dialog-buttonpane ' + + 'ui-widget-content ' + + 'ui-helper-clearfix' + ), + uiButtonSet = $( "
    " ) + .addClass( "ui-dialog-buttonset" ) + .appendTo( uiDialogButtonPane ); + + // if we already have a button pane, remove it + self.uiDialog.find('.ui-dialog-buttonpane').remove(); + + if (typeof buttons === 'object' && buttons !== null) { + $.each(buttons, function() { + return !(hasButtons = true); + }); + } + if (hasButtons) { + $.each(buttons, function(name, props) { + props = $.isFunction( props ) ? + { click: props, text: name } : + props; + var button = $('') + .attr( props, true ) + .unbind('click') + .click(function() { + props.click.apply(self.element[0], arguments); + }) + .appendTo(uiButtonSet); + if ($.fn.button) { + button.button(); + } + }); + uiDialogButtonPane.appendTo(self.uiDialog); + } + }, + + _makeDraggable: function() { + var self = this, + options = self.options, + doc = $(document), + heightBeforeDrag; + + function filteredUi(ui) { + return { + position: ui.position, + offset: ui.offset + }; + } + + self.uiDialog.draggable({ + cancel: '.ui-dialog-content, .ui-dialog-titlebar-close', + handle: '.ui-dialog-titlebar', + containment: 'document', + start: function(event, ui) { + heightBeforeDrag = options.height === "auto" ? "auto" : $(this).height(); + $(this).height($(this).height()).addClass("ui-dialog-dragging"); + self._trigger('dragStart', event, filteredUi(ui)); + }, + drag: function(event, ui) { + self._trigger('drag', event, filteredUi(ui)); + }, + stop: function(event, ui) { + options.position = [ui.position.left - doc.scrollLeft(), + ui.position.top - doc.scrollTop()]; + $(this).removeClass("ui-dialog-dragging").height(heightBeforeDrag); + self._trigger('dragStop', event, filteredUi(ui)); + $.ui.dialog.overlay.resize(); + } + }); + }, + + _makeResizable: function(handles) { + handles = (handles === undefined ? this.options.resizable : handles); + var self = this, + options = self.options, + // .ui-resizable has position: relative defined in the stylesheet + // but dialogs have to use absolute or fixed positioning + position = self.uiDialog.css('position'), + resizeHandles = (typeof handles === 'string' ? + handles : + 'n,e,s,w,se,sw,ne,nw' + ); + + function filteredUi(ui) { + return { + originalPosition: ui.originalPosition, + originalSize: ui.originalSize, + position: ui.position, + size: ui.size + }; + } + + self.uiDialog.resizable({ + cancel: '.ui-dialog-content', + containment: 'document', + alsoResize: self.element, + maxWidth: options.maxWidth, + maxHeight: options.maxHeight, + minWidth: options.minWidth, + minHeight: self._minHeight(), + handles: resizeHandles, + start: function(event, ui) { + $(this).addClass("ui-dialog-resizing"); + self._trigger('resizeStart', event, filteredUi(ui)); + }, + resize: function(event, ui) { + self._trigger('resize', event, filteredUi(ui)); + }, + stop: function(event, ui) { + $(this).removeClass("ui-dialog-resizing"); + options.height = $(this).height(); + options.width = $(this).width(); + self._trigger('resizeStop', event, filteredUi(ui)); + $.ui.dialog.overlay.resize(); + } + }) + .css('position', position) + .find('.ui-resizable-se').addClass('ui-icon ui-icon-grip-diagonal-se'); + }, + + _minHeight: function() { + var options = this.options; + + if (options.height === 'auto') { + return options.minHeight; + } else { + return Math.min(options.minHeight, options.height); + } + }, + + _position: function(position) { + var myAt = [], + offset = [0, 0], + isVisible; + + if (position) { + // deep extending converts arrays to objects in jQuery <= 1.3.2 :-( + // if (typeof position == 'string' || $.isArray(position)) { + // myAt = $.isArray(position) ? position : position.split(' '); + + if (typeof position === 'string' || (typeof position === 'object' && '0' in position)) { + myAt = position.split ? position.split(' ') : [position[0], position[1]]; + if (myAt.length === 1) { + myAt[1] = myAt[0]; + } + + $.each(['left', 'top'], function(i, offsetPosition) { + if (+myAt[i] === myAt[i]) { + offset[i] = myAt[i]; + myAt[i] = offsetPosition; + } + }); + + position = { + my: myAt.join(" "), + at: myAt.join(" "), + offset: offset.join(" ") + }; + } + + position = $.extend({}, $.ui.dialog.prototype.options.position, position); + } else { + position = $.ui.dialog.prototype.options.position; + } + + // need to show the dialog to get the actual offset in the position plugin + isVisible = this.uiDialog.is(':visible'); + if (!isVisible) { + this.uiDialog.show(); + } + this.uiDialog + // workaround for jQuery bug #5781 http://dev.jquery.com/ticket/5781 + .css({ top: 0, left: 0 }) + .position($.extend({ of: window }, position)); + if (!isVisible) { + this.uiDialog.hide(); + } + }, + + _setOptions: function( options ) { + var self = this, + resizableOptions = {}, + resize = false; + + $.each( options, function( key, value ) { + self._setOption( key, value ); + + if ( key in sizeRelatedOptions ) { + resize = true; + } + if ( key in resizableRelatedOptions ) { + resizableOptions[ key ] = value; + } + }); + + if ( resize ) { + this._size(); + } + if ( this.uiDialog.is( ":data(resizable)" ) ) { + this.uiDialog.resizable( "option", resizableOptions ); + } + }, + + _setOption: function(key, value){ + var self = this, + uiDialog = self.uiDialog; + + switch (key) { + //handling of deprecated beforeclose (vs beforeClose) option + //Ticket #4669 http://dev.jqueryui.com/ticket/4669 + //TODO: remove in 1.9pre + case "beforeclose": + key = "beforeClose"; + break; + case "buttons": + self._createButtons(value); + break; + case "closeText": + // ensure that we always pass a string + self.uiDialogTitlebarCloseText.text("" + value); + break; + case "dialogClass": + uiDialog + .removeClass(self.options.dialogClass) + .addClass(uiDialogClasses + value); + break; + case "disabled": + if (value) { + uiDialog.addClass('ui-dialog-disabled'); + } else { + uiDialog.removeClass('ui-dialog-disabled'); + } + break; + case "draggable": + var isDraggable = uiDialog.is( ":data(draggable)" ); + if ( isDraggable && !value ) { + uiDialog.draggable( "destroy" ); + } + + if ( !isDraggable && value ) { + self._makeDraggable(); + } + break; + case "position": + self._position(value); + break; + case "resizable": + // currently resizable, becoming non-resizable + var isResizable = uiDialog.is( ":data(resizable)" ); + if (isResizable && !value) { + uiDialog.resizable('destroy'); + } + + // currently resizable, changing handles + if (isResizable && typeof value === 'string') { + uiDialog.resizable('option', 'handles', value); + } + + // currently non-resizable, becoming resizable + if (!isResizable && value !== false) { + self._makeResizable(value); + } + break; + case "title": + // convert whatever was passed in o a string, for html() to not throw up + $(".ui-dialog-title", self.uiDialogTitlebar).html("" + (value || ' ')); + break; + } + + $.Widget.prototype._setOption.apply(self, arguments); + }, + + _size: function() { + /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content + * divs will both have width and height set, so we need to reset them + */ + var options = this.options, + nonContentHeight, + minContentHeight, + isVisible = this.uiDialog.is( ":visible" ); + + // reset content sizing + this.element.show().css({ + width: 'auto', + minHeight: 0, + height: 0 + }); + + if (options.minWidth > options.width) { + options.width = options.minWidth; + } + + // reset wrapper sizing + // determine the height of all the non-content elements + nonContentHeight = this.uiDialog.css({ + height: 'auto', + width: options.width + }) + .height(); + minContentHeight = Math.max( 0, options.minHeight - nonContentHeight ); + + if ( options.height === "auto" ) { + // only needed for IE6 support + if ( $.support.minHeight ) { + this.element.css({ + minHeight: minContentHeight, + height: "auto" + }); + } else { + this.uiDialog.show(); + var autoHeight = this.element.css( "height", "auto" ).height(); + if ( !isVisible ) { + this.uiDialog.hide(); + } + this.element.height( Math.max( autoHeight, minContentHeight ) ); + } + } else { + this.element.height( Math.max( options.height - nonContentHeight, 0 ) ); + } + + if (this.uiDialog.is(':data(resizable)')) { + this.uiDialog.resizable('option', 'minHeight', this._minHeight()); + } + } +}); + +$.extend($.ui.dialog, { + version: "1.8.9", + + uuid: 0, + maxZ: 0, + + getTitleId: function($el) { + var id = $el.attr('id'); + if (!id) { + this.uuid += 1; + id = this.uuid; + } + return 'ui-dialog-title-' + id; + }, + + overlay: function(dialog) { + this.$el = $.ui.dialog.overlay.create(dialog); + } +}); + +$.extend($.ui.dialog.overlay, { + instances: [], + // reuse old instances due to IE memory leak with alpha transparency (see #5185) + oldInstances: [], + maxZ: 0, + events: $.map('focus,mousedown,mouseup,keydown,keypress,click'.split(','), + function(event) { return event + '.dialog-overlay'; }).join(' '), + create: function(dialog) { + if (this.instances.length === 0) { + // prevent use of anchors and inputs + // we use a setTimeout in case the overlay is created from an + // event that we're going to be cancelling (see #2804) + setTimeout(function() { + // handle $(el).dialog().dialog('close') (see #4065) + if ($.ui.dialog.overlay.instances.length) { + $(document).bind($.ui.dialog.overlay.events, function(event) { + // stop events if the z-index of the target is < the z-index of the overlay + // we cannot return true when we don't want to cancel the event (#3523) + if ($(event.target).zIndex() < $.ui.dialog.overlay.maxZ) { + return false; + } + }); + } + }, 1); + + // allow closing by pressing the escape key + $(document).bind('keydown.dialog-overlay', function(event) { + if (dialog.options.closeOnEscape && event.keyCode && + event.keyCode === $.ui.keyCode.ESCAPE) { + + dialog.close(event); + event.preventDefault(); + } + }); + + // handle window resize + $(window).bind('resize.dialog-overlay', $.ui.dialog.overlay.resize); + } + + var $el = (this.oldInstances.pop() || $('
    ').addClass('ui-widget-overlay')) + .appendTo(document.body) + .css({ + width: this.width(), + height: this.height() + }); + + if ($.fn.bgiframe) { + $el.bgiframe(); + } + + this.instances.push($el); + return $el; + }, + + destroy: function($el) { + var indexOf = $.inArray($el, this.instances); + if (indexOf != -1){ + this.oldInstances.push(this.instances.splice(indexOf, 1)[0]); + } + + if (this.instances.length === 0) { + $([document, window]).unbind('.dialog-overlay'); + } + + $el.remove(); + + // adjust the maxZ to allow other modal dialogs to continue to work (see #4309) + var maxZ = 0; + $.each(this.instances, function() { + maxZ = Math.max(maxZ, this.css('z-index')); + }); + this.maxZ = maxZ; + }, + + height: function() { + var scrollHeight, + offsetHeight; + // handle IE 6 + if ($.browser.msie && $.browser.version < 7) { + scrollHeight = Math.max( + document.documentElement.scrollHeight, + document.body.scrollHeight + ); + offsetHeight = Math.max( + document.documentElement.offsetHeight, + document.body.offsetHeight + ); + + if (scrollHeight < offsetHeight) { + return $(window).height() + 'px'; + } else { + return scrollHeight + 'px'; + } + // handle "good" browsers + } else { + return $(document).height() + 'px'; + } + }, + + width: function() { + var scrollWidth, + offsetWidth; + // handle IE 6 + if ($.browser.msie && $.browser.version < 7) { + scrollWidth = Math.max( + document.documentElement.scrollWidth, + document.body.scrollWidth + ); + offsetWidth = Math.max( + document.documentElement.offsetWidth, + document.body.offsetWidth + ); + + if (scrollWidth < offsetWidth) { + return $(window).width() + 'px'; + } else { + return scrollWidth + 'px'; + } + // handle "good" browsers + } else { + return $(document).width() + 'px'; + } + }, + + resize: function() { + /* If the dialog is draggable and the user drags it past the + * right edge of the window, the document becomes wider so we + * need to stretch the overlay. If the user then drags the + * dialog back to the left, the document will become narrower, + * so we need to shrink the overlay to the appropriate size. + * This is handled by shrinking the overlay before setting it + * to the full document size. + */ + var $overlays = $([]); + $.each($.ui.dialog.overlay.instances, function() { + $overlays = $overlays.add(this); + }); + + $overlays.css({ + width: 0, + height: 0 + }).css({ + width: $.ui.dialog.overlay.width(), + height: $.ui.dialog.overlay.height() + }); + } +}); + +$.extend($.ui.dialog.overlay.prototype, { + destroy: function() { + $.ui.dialog.overlay.destroy(this.$el); + } +}); + +}(jQuery)); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.draggable.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.draggable.js new file mode 100755 index 0000000..af1f16c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.draggable.js @@ -0,0 +1,797 @@ +/* + * jQuery UI Draggable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Draggables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +$.widget("ui.draggable", $.ui.mouse, { + widgetEventPrefix: "drag", + options: { + addClasses: true, + appendTo: "parent", + axis: false, + connectToSortable: false, + containment: false, + cursor: "auto", + cursorAt: false, + grid: false, + handle: false, + helper: "original", + iframeFix: false, + opacity: false, + refreshPositions: false, + revert: false, + revertDuration: 500, + scope: "default", + scroll: true, + scrollSensitivity: 20, + scrollSpeed: 20, + snap: false, + snapMode: "both", + snapTolerance: 20, + stack: false, + zIndex: false + }, + _create: function() { + + if (this.options.helper == 'original' && !(/^(?:r|a|f)/).test(this.element.css("position"))) + this.element[0].style.position = 'relative'; + + (this.options.addClasses && this.element.addClass("ui-draggable")); + (this.options.disabled && this.element.addClass("ui-draggable-disabled")); + + this._mouseInit(); + + }, + + destroy: function() { + if(!this.element.data('draggable')) return; + this.element + .removeData("draggable") + .unbind(".draggable") + .removeClass("ui-draggable" + + " ui-draggable-dragging" + + " ui-draggable-disabled"); + this._mouseDestroy(); + + return this; + }, + + _mouseCapture: function(event) { + + var o = this.options; + + // among others, prevent a drag on a resizable-handle + if (this.helper || o.disabled || $(event.target).is('.ui-resizable-handle')) + return false; + + //Quit if we're not on a valid handle + this.handle = this._getHandle(event); + if (!this.handle) + return false; + + return true; + + }, + + _mouseStart: function(event) { + + var o = this.options; + + //Create and append the visible helper + this.helper = this._createHelper(event); + + //Cache the helper size + this._cacheHelperProportions(); + + //If ddmanager is used for droppables, set the global draggable + if($.ui.ddmanager) + $.ui.ddmanager.current = this; + + /* + * - Position generation - + * This block generates everything position related - it's the core of draggables. + */ + + //Cache the margins of the original element + this._cacheMargins(); + + //Store the helper's css position + this.cssPosition = this.helper.css("position"); + this.scrollParent = this.helper.scrollParent(); + + //The element's absolute position on the page minus margins + this.offset = this.positionAbs = this.element.offset(); + this.offset = { + top: this.offset.top - this.margins.top, + left: this.offset.left - this.margins.left + }; + + $.extend(this.offset, { + click: { //Where the click happened, relative to the element + left: event.pageX - this.offset.left, + top: event.pageY - this.offset.top + }, + parent: this._getParentOffset(), + relative: this._getRelativeOffset() //This is a relative to absolute position minus the actual position calculation - only used for relative positioned helper + }); + + //Generate the original position + this.originalPosition = this.position = this._generatePosition(event); + this.originalPageX = event.pageX; + this.originalPageY = event.pageY; + + //Adjust the mouse offset relative to the helper if 'cursorAt' is supplied + (o.cursorAt && this._adjustOffsetFromHelper(o.cursorAt)); + + //Set a containment if given in the options + if(o.containment) + this._setContainment(); + + //Trigger event + callbacks + if(this._trigger("start", event) === false) { + this._clear(); + return false; + } + + //Recache the helper size + this._cacheHelperProportions(); + + //Prepare the droppable offsets + if ($.ui.ddmanager && !o.dropBehaviour) + $.ui.ddmanager.prepareOffsets(this, event); + + this.helper.addClass("ui-draggable-dragging"); + this._mouseDrag(event, true); //Execute the drag once - this causes the helper not to be visible before getting its correct position + return true; + }, + + _mouseDrag: function(event, noPropagation) { + + //Compute the helpers position + this.position = this._generatePosition(event); + this.positionAbs = this._convertPositionTo("absolute"); + + //Call plugins and callbacks and use the resulting position if something is returned + if (!noPropagation) { + var ui = this._uiHash(); + if(this._trigger('drag', event, ui) === false) { + this._mouseUp({}); + return false; + } + this.position = ui.position; + } + + if(!this.options.axis || this.options.axis != "y") this.helper[0].style.left = this.position.left+'px'; + if(!this.options.axis || this.options.axis != "x") this.helper[0].style.top = this.position.top+'px'; + if($.ui.ddmanager) $.ui.ddmanager.drag(this, event); + + return false; + }, + + _mouseStop: function(event) { + + //If we are using droppables, inform the manager about the drop + var dropped = false; + if ($.ui.ddmanager && !this.options.dropBehaviour) + dropped = $.ui.ddmanager.drop(this, event); + + //if a drop comes from outside (a sortable) + if(this.dropped) { + dropped = this.dropped; + this.dropped = false; + } + + //if the original element is removed, don't bother to continue if helper is set to "original" + if((!this.element[0] || !this.element[0].parentNode) && this.options.helper == "original") + return false; + + if((this.options.revert == "invalid" && !dropped) || (this.options.revert == "valid" && dropped) || this.options.revert === true || ($.isFunction(this.options.revert) && this.options.revert.call(this.element, dropped))) { + var self = this; + $(this.helper).animate(this.originalPosition, parseInt(this.options.revertDuration, 10), function() { + if(self._trigger("stop", event) !== false) { + self._clear(); + } + }); + } else { + if(this._trigger("stop", event) !== false) { + this._clear(); + } + } + + return false; + }, + + cancel: function() { + + if(this.helper.is(".ui-draggable-dragging")) { + this._mouseUp({}); + } else { + this._clear(); + } + + return this; + + }, + + _getHandle: function(event) { + + var handle = !this.options.handle || !$(this.options.handle, this.element).length ? true : false; + $(this.options.handle, this.element) + .find("*") + .andSelf() + .each(function() { + if(this == event.target) handle = true; + }); + + return handle; + + }, + + _createHelper: function(event) { + + var o = this.options; + var helper = $.isFunction(o.helper) ? $(o.helper.apply(this.element[0], [event])) : (o.helper == 'clone' ? this.element.clone() : this.element); + + if(!helper.parents('body').length) + helper.appendTo((o.appendTo == 'parent' ? this.element[0].parentNode : o.appendTo)); + + if(helper[0] != this.element[0] && !(/(fixed|absolute)/).test(helper.css("position"))) + helper.css("position", "absolute"); + + return helper; + + }, + + _adjustOffsetFromHelper: function(obj) { + if (typeof obj == 'string') { + obj = obj.split(' '); + } + if ($.isArray(obj)) { + obj = {left: +obj[0], top: +obj[1] || 0}; + } + if ('left' in obj) { + this.offset.click.left = obj.left + this.margins.left; + } + if ('right' in obj) { + this.offset.click.left = this.helperProportions.width - obj.right + this.margins.left; + } + if ('top' in obj) { + this.offset.click.top = obj.top + this.margins.top; + } + if ('bottom' in obj) { + this.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top; + } + }, + + _getParentOffset: function() { + + //Get the offsetParent and cache its position + this.offsetParent = this.helper.offsetParent(); + var po = this.offsetParent.offset(); + + // This is a special case where we need to modify a offset calculated on start, since the following happened: + // 1. The position of the helper is absolute, so it's position is calculated based on the next positioned parent + // 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't the document, which means that + // the scroll is included in the initial calculation of the offset of the parent, and never recalculated upon drag + if(this.cssPosition == 'absolute' && this.scrollParent[0] != document && $.ui.contains(this.scrollParent[0], this.offsetParent[0])) { + po.left += this.scrollParent.scrollLeft(); + po.top += this.scrollParent.scrollTop(); + } + + if((this.offsetParent[0] == document.body) //This needs to be actually done for all browsers, since pageX/pageY includes this information + || (this.offsetParent[0].tagName && this.offsetParent[0].tagName.toLowerCase() == 'html' && $.browser.msie)) //Ugly IE fix + po = { top: 0, left: 0 }; + + return { + top: po.top + (parseInt(this.offsetParent.css("borderTopWidth"),10) || 0), + left: po.left + (parseInt(this.offsetParent.css("borderLeftWidth"),10) || 0) + }; + + }, + + _getRelativeOffset: function() { + + if(this.cssPosition == "relative") { + var p = this.element.position(); + return { + top: p.top - (parseInt(this.helper.css("top"),10) || 0) + this.scrollParent.scrollTop(), + left: p.left - (parseInt(this.helper.css("left"),10) || 0) + this.scrollParent.scrollLeft() + }; + } else { + return { top: 0, left: 0 }; + } + + }, + + _cacheMargins: function() { + this.margins = { + left: (parseInt(this.element.css("marginLeft"),10) || 0), + top: (parseInt(this.element.css("marginTop"),10) || 0) + }; + }, + + _cacheHelperProportions: function() { + this.helperProportions = { + width: this.helper.outerWidth(), + height: this.helper.outerHeight() + }; + }, + + _setContainment: function() { + + var o = this.options; + if(o.containment == 'parent') o.containment = this.helper[0].parentNode; + if(o.containment == 'document' || o.containment == 'window') this.containment = [ + (o.containment == 'document' ? 0 : $(window).scrollLeft()) - this.offset.relative.left - this.offset.parent.left, + (o.containment == 'document' ? 0 : $(window).scrollTop()) - this.offset.relative.top - this.offset.parent.top, + (o.containment == 'document' ? 0 : $(window).scrollLeft()) + $(o.containment == 'document' ? document : window).width() - this.helperProportions.width - this.margins.left, + (o.containment == 'document' ? 0 : $(window).scrollTop()) + ($(o.containment == 'document' ? document : window).height() || document.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top + ]; + + if(!(/^(document|window|parent)$/).test(o.containment) && o.containment.constructor != Array) { + var ce = $(o.containment)[0]; if(!ce) return; + var co = $(o.containment).offset(); + var over = ($(ce).css("overflow") != 'hidden'); + + this.containment = [ + co.left + (parseInt($(ce).css("borderLeftWidth"),10) || 0) + (parseInt($(ce).css("paddingLeft"),10) || 0) - this.margins.left, + co.top + (parseInt($(ce).css("borderTopWidth"),10) || 0) + (parseInt($(ce).css("paddingTop"),10) || 0) - this.margins.top, + co.left+(over ? Math.max(ce.scrollWidth,ce.offsetWidth) : ce.offsetWidth) - (parseInt($(ce).css("borderLeftWidth"),10) || 0) - (parseInt($(ce).css("paddingRight"),10) || 0) - this.helperProportions.width - this.margins.left, + co.top+(over ? Math.max(ce.scrollHeight,ce.offsetHeight) : ce.offsetHeight) - (parseInt($(ce).css("borderTopWidth"),10) || 0) - (parseInt($(ce).css("paddingBottom"),10) || 0) - this.helperProportions.height - this.margins.top + ]; + } else if(o.containment.constructor == Array) { + this.containment = o.containment; + } + + }, + + _convertPositionTo: function(d, pos) { + + if(!pos) pos = this.position; + var mod = d == "absolute" ? 1 : -1; + var o = this.options, scroll = this.cssPosition == 'absolute' && !(this.scrollParent[0] != document && $.ui.contains(this.scrollParent[0], this.offsetParent[0])) ? this.offsetParent : this.scrollParent, scrollIsRootNode = (/(html|body)/i).test(scroll[0].tagName); + + return { + top: ( + pos.top // The absolute mouse position + + this.offset.relative.top * mod // Only for relative positioned nodes: Relative offset from element to offset parent + + this.offset.parent.top * mod // The offsetParent's offset without borders (offset + border) + - ($.browser.safari && $.browser.version < 526 && this.cssPosition == 'fixed' ? 0 : ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollTop() : ( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) * mod) + ), + left: ( + pos.left // The absolute mouse position + + this.offset.relative.left * mod // Only for relative positioned nodes: Relative offset from element to offset parent + + this.offset.parent.left * mod // The offsetParent's offset without borders (offset + border) + - ($.browser.safari && $.browser.version < 526 && this.cssPosition == 'fixed' ? 0 : ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 : scroll.scrollLeft() ) * mod) + ) + }; + + }, + + _generatePosition: function(event) { + + var o = this.options, scroll = this.cssPosition == 'absolute' && !(this.scrollParent[0] != document && $.ui.contains(this.scrollParent[0], this.offsetParent[0])) ? this.offsetParent : this.scrollParent, scrollIsRootNode = (/(html|body)/i).test(scroll[0].tagName); + var pageX = event.pageX; + var pageY = event.pageY; + + /* + * - Position constraining - + * Constrain the position to a mix of grid, containment. + */ + + if(this.originalPosition) { //If we are not dragging yet, we won't check for options + + if(this.containment) { + if(event.pageX - this.offset.click.left < this.containment[0]) pageX = this.containment[0] + this.offset.click.left; + if(event.pageY - this.offset.click.top < this.containment[1]) pageY = this.containment[1] + this.offset.click.top; + if(event.pageX - this.offset.click.left > this.containment[2]) pageX = this.containment[2] + this.offset.click.left; + if(event.pageY - this.offset.click.top > this.containment[3]) pageY = this.containment[3] + this.offset.click.top; + } + + if(o.grid) { + var top = this.originalPageY + Math.round((pageY - this.originalPageY) / o.grid[1]) * o.grid[1]; + pageY = this.containment ? (!(top - this.offset.click.top < this.containment[1] || top - this.offset.click.top > this.containment[3]) ? top : (!(top - this.offset.click.top < this.containment[1]) ? top - o.grid[1] : top + o.grid[1])) : top; + + var left = this.originalPageX + Math.round((pageX - this.originalPageX) / o.grid[0]) * o.grid[0]; + pageX = this.containment ? (!(left - this.offset.click.left < this.containment[0] || left - this.offset.click.left > this.containment[2]) ? left : (!(left - this.offset.click.left < this.containment[0]) ? left - o.grid[0] : left + o.grid[0])) : left; + } + + } + + return { + top: ( + pageY // The absolute mouse position + - this.offset.click.top // Click offset (relative to the element) + - this.offset.relative.top // Only for relative positioned nodes: Relative offset from element to offset parent + - this.offset.parent.top // The offsetParent's offset without borders (offset + border) + + ($.browser.safari && $.browser.version < 526 && this.cssPosition == 'fixed' ? 0 : ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollTop() : ( scrollIsRootNode ? 0 : scroll.scrollTop() ) )) + ), + left: ( + pageX // The absolute mouse position + - this.offset.click.left // Click offset (relative to the element) + - this.offset.relative.left // Only for relative positioned nodes: Relative offset from element to offset parent + - this.offset.parent.left // The offsetParent's offset without borders (offset + border) + + ($.browser.safari && $.browser.version < 526 && this.cssPosition == 'fixed' ? 0 : ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 : scroll.scrollLeft() )) + ) + }; + + }, + + _clear: function() { + this.helper.removeClass("ui-draggable-dragging"); + if(this.helper[0] != this.element[0] && !this.cancelHelperRemoval) this.helper.remove(); + //if($.ui.ddmanager) $.ui.ddmanager.current = null; + this.helper = null; + this.cancelHelperRemoval = false; + }, + + // From now on bulk stuff - mainly helpers + + _trigger: function(type, event, ui) { + ui = ui || this._uiHash(); + $.ui.plugin.call(this, type, [event, ui]); + if(type == "drag") this.positionAbs = this._convertPositionTo("absolute"); //The absolute position has to be recalculated after plugins + return $.Widget.prototype._trigger.call(this, type, event, ui); + }, + + plugins: {}, + + _uiHash: function(event) { + return { + helper: this.helper, + position: this.position, + originalPosition: this.originalPosition, + offset: this.positionAbs + }; + } + +}); + +$.extend($.ui.draggable, { + version: "1.8.9" +}); + +$.ui.plugin.add("draggable", "connectToSortable", { + start: function(event, ui) { + + var inst = $(this).data("draggable"), o = inst.options, + uiSortable = $.extend({}, ui, { item: inst.element }); + inst.sortables = []; + $(o.connectToSortable).each(function() { + var sortable = $.data(this, 'sortable'); + if (sortable && !sortable.options.disabled) { + inst.sortables.push({ + instance: sortable, + shouldRevert: sortable.options.revert + }); + sortable._refreshItems(); //Do a one-time refresh at start to refresh the containerCache + sortable._trigger("activate", event, uiSortable); + } + }); + + }, + stop: function(event, ui) { + + //If we are still over the sortable, we fake the stop event of the sortable, but also remove helper + var inst = $(this).data("draggable"), + uiSortable = $.extend({}, ui, { item: inst.element }); + + $.each(inst.sortables, function() { + if(this.instance.isOver) { + + this.instance.isOver = 0; + + inst.cancelHelperRemoval = true; //Don't remove the helper in the draggable instance + this.instance.cancelHelperRemoval = false; //Remove it in the sortable instance (so sortable plugins like revert still work) + + //The sortable revert is supported, and we have to set a temporary dropped variable on the draggable to support revert: 'valid/invalid' + if(this.shouldRevert) this.instance.options.revert = true; + + //Trigger the stop of the sortable + this.instance._mouseStop(event); + + this.instance.options.helper = this.instance.options._helper; + + //If the helper has been the original item, restore properties in the sortable + if(inst.options.helper == 'original') + this.instance.currentItem.css({ top: 'auto', left: 'auto' }); + + } else { + this.instance.cancelHelperRemoval = false; //Remove the helper in the sortable instance + this.instance._trigger("deactivate", event, uiSortable); + } + + }); + + }, + drag: function(event, ui) { + + var inst = $(this).data("draggable"), self = this; + + var checkPos = function(o) { + var dyClick = this.offset.click.top, dxClick = this.offset.click.left; + var helperTop = this.positionAbs.top, helperLeft = this.positionAbs.left; + var itemHeight = o.height, itemWidth = o.width; + var itemTop = o.top, itemLeft = o.left; + + return $.ui.isOver(helperTop + dyClick, helperLeft + dxClick, itemTop, itemLeft, itemHeight, itemWidth); + }; + + $.each(inst.sortables, function(i) { + + //Copy over some variables to allow calling the sortable's native _intersectsWith + this.instance.positionAbs = inst.positionAbs; + this.instance.helperProportions = inst.helperProportions; + this.instance.offset.click = inst.offset.click; + + if(this.instance._intersectsWith(this.instance.containerCache)) { + + //If it intersects, we use a little isOver variable and set it once, so our move-in stuff gets fired only once + if(!this.instance.isOver) { + + this.instance.isOver = 1; + //Now we fake the start of dragging for the sortable instance, + //by cloning the list group item, appending it to the sortable and using it as inst.currentItem + //We can then fire the start event of the sortable with our passed browser event, and our own helper (so it doesn't create a new one) + this.instance.currentItem = $(self).clone().appendTo(this.instance.element).data("sortable-item", true); + this.instance.options._helper = this.instance.options.helper; //Store helper option to later restore it + this.instance.options.helper = function() { return ui.helper[0]; }; + + event.target = this.instance.currentItem[0]; + this.instance._mouseCapture(event, true); + this.instance._mouseStart(event, true, true); + + //Because the browser event is way off the new appended portlet, we modify a couple of variables to reflect the changes + this.instance.offset.click.top = inst.offset.click.top; + this.instance.offset.click.left = inst.offset.click.left; + this.instance.offset.parent.left -= inst.offset.parent.left - this.instance.offset.parent.left; + this.instance.offset.parent.top -= inst.offset.parent.top - this.instance.offset.parent.top; + + inst._trigger("toSortable", event); + inst.dropped = this.instance.element; //draggable revert needs that + //hack so receive/update callbacks work (mostly) + inst.currentItem = inst.element; + this.instance.fromOutside = inst; + + } + + //Provided we did all the previous steps, we can fire the drag event of the sortable on every draggable drag, when it intersects with the sortable + if(this.instance.currentItem) this.instance._mouseDrag(event); + + } else { + + //If it doesn't intersect with the sortable, and it intersected before, + //we fake the drag stop of the sortable, but make sure it doesn't remove the helper by using cancelHelperRemoval + if(this.instance.isOver) { + + this.instance.isOver = 0; + this.instance.cancelHelperRemoval = true; + + //Prevent reverting on this forced stop + this.instance.options.revert = false; + + // The out event needs to be triggered independently + this.instance._trigger('out', event, this.instance._uiHash(this.instance)); + + this.instance._mouseStop(event, true); + this.instance.options.helper = this.instance.options._helper; + + //Now we remove our currentItem, the list group clone again, and the placeholder, and animate the helper back to it's original size + this.instance.currentItem.remove(); + if(this.instance.placeholder) this.instance.placeholder.remove(); + + inst._trigger("fromSortable", event); + inst.dropped = false; //draggable revert needs that + } + + }; + + }); + + } +}); + +$.ui.plugin.add("draggable", "cursor", { + start: function(event, ui) { + var t = $('body'), o = $(this).data('draggable').options; + if (t.css("cursor")) o._cursor = t.css("cursor"); + t.css("cursor", o.cursor); + }, + stop: function(event, ui) { + var o = $(this).data('draggable').options; + if (o._cursor) $('body').css("cursor", o._cursor); + } +}); + +$.ui.plugin.add("draggable", "iframeFix", { + start: function(event, ui) { + var o = $(this).data('draggable').options; + $(o.iframeFix === true ? "iframe" : o.iframeFix).each(function() { + $('
    ') + .css({ + width: this.offsetWidth+"px", height: this.offsetHeight+"px", + position: "absolute", opacity: "0.001", zIndex: 1000 + }) + .css($(this).offset()) + .appendTo("body"); + }); + }, + stop: function(event, ui) { + $("div.ui-draggable-iframeFix").each(function() { this.parentNode.removeChild(this); }); //Remove frame helpers + } +}); + +$.ui.plugin.add("draggable", "opacity", { + start: function(event, ui) { + var t = $(ui.helper), o = $(this).data('draggable').options; + if(t.css("opacity")) o._opacity = t.css("opacity"); + t.css('opacity', o.opacity); + }, + stop: function(event, ui) { + var o = $(this).data('draggable').options; + if(o._opacity) $(ui.helper).css('opacity', o._opacity); + } +}); + +$.ui.plugin.add("draggable", "scroll", { + start: function(event, ui) { + var i = $(this).data("draggable"); + if(i.scrollParent[0] != document && i.scrollParent[0].tagName != 'HTML') i.overflowOffset = i.scrollParent.offset(); + }, + drag: function(event, ui) { + + var i = $(this).data("draggable"), o = i.options, scrolled = false; + + if(i.scrollParent[0] != document && i.scrollParent[0].tagName != 'HTML') { + + if(!o.axis || o.axis != 'x') { + if((i.overflowOffset.top + i.scrollParent[0].offsetHeight) - event.pageY < o.scrollSensitivity) + i.scrollParent[0].scrollTop = scrolled = i.scrollParent[0].scrollTop + o.scrollSpeed; + else if(event.pageY - i.overflowOffset.top < o.scrollSensitivity) + i.scrollParent[0].scrollTop = scrolled = i.scrollParent[0].scrollTop - o.scrollSpeed; + } + + if(!o.axis || o.axis != 'y') { + if((i.overflowOffset.left + i.scrollParent[0].offsetWidth) - event.pageX < o.scrollSensitivity) + i.scrollParent[0].scrollLeft = scrolled = i.scrollParent[0].scrollLeft + o.scrollSpeed; + else if(event.pageX - i.overflowOffset.left < o.scrollSensitivity) + i.scrollParent[0].scrollLeft = scrolled = i.scrollParent[0].scrollLeft - o.scrollSpeed; + } + + } else { + + if(!o.axis || o.axis != 'x') { + if(event.pageY - $(document).scrollTop() < o.scrollSensitivity) + scrolled = $(document).scrollTop($(document).scrollTop() - o.scrollSpeed); + else if($(window).height() - (event.pageY - $(document).scrollTop()) < o.scrollSensitivity) + scrolled = $(document).scrollTop($(document).scrollTop() + o.scrollSpeed); + } + + if(!o.axis || o.axis != 'y') { + if(event.pageX - $(document).scrollLeft() < o.scrollSensitivity) + scrolled = $(document).scrollLeft($(document).scrollLeft() - o.scrollSpeed); + else if($(window).width() - (event.pageX - $(document).scrollLeft()) < o.scrollSensitivity) + scrolled = $(document).scrollLeft($(document).scrollLeft() + o.scrollSpeed); + } + + } + + if(scrolled !== false && $.ui.ddmanager && !o.dropBehaviour) + $.ui.ddmanager.prepareOffsets(i, event); + + } +}); + +$.ui.plugin.add("draggable", "snap", { + start: function(event, ui) { + + var i = $(this).data("draggable"), o = i.options; + i.snapElements = []; + + $(o.snap.constructor != String ? ( o.snap.items || ':data(draggable)' ) : o.snap).each(function() { + var $t = $(this); var $o = $t.offset(); + if(this != i.element[0]) i.snapElements.push({ + item: this, + width: $t.outerWidth(), height: $t.outerHeight(), + top: $o.top, left: $o.left + }); + }); + + }, + drag: function(event, ui) { + + var inst = $(this).data("draggable"), o = inst.options; + var d = o.snapTolerance; + + var x1 = ui.offset.left, x2 = x1 + inst.helperProportions.width, + y1 = ui.offset.top, y2 = y1 + inst.helperProportions.height; + + for (var i = inst.snapElements.length - 1; i >= 0; i--){ + + var l = inst.snapElements[i].left, r = l + inst.snapElements[i].width, + t = inst.snapElements[i].top, b = t + inst.snapElements[i].height; + + //Yes, I know, this is insane ;) + if(!((l-d < x1 && x1 < r+d && t-d < y1 && y1 < b+d) || (l-d < x1 && x1 < r+d && t-d < y2 && y2 < b+d) || (l-d < x2 && x2 < r+d && t-d < y1 && y1 < b+d) || (l-d < x2 && x2 < r+d && t-d < y2 && y2 < b+d))) { + if(inst.snapElements[i].snapping) (inst.options.snap.release && inst.options.snap.release.call(inst.element, event, $.extend(inst._uiHash(), { snapItem: inst.snapElements[i].item }))); + inst.snapElements[i].snapping = false; + continue; + } + + if(o.snapMode != 'inner') { + var ts = Math.abs(t - y2) <= d; + var bs = Math.abs(b - y1) <= d; + var ls = Math.abs(l - x2) <= d; + var rs = Math.abs(r - x1) <= d; + if(ts) ui.position.top = inst._convertPositionTo("relative", { top: t - inst.helperProportions.height, left: 0 }).top - inst.margins.top; + if(bs) ui.position.top = inst._convertPositionTo("relative", { top: b, left: 0 }).top - inst.margins.top; + if(ls) ui.position.left = inst._convertPositionTo("relative", { top: 0, left: l - inst.helperProportions.width }).left - inst.margins.left; + if(rs) ui.position.left = inst._convertPositionTo("relative", { top: 0, left: r }).left - inst.margins.left; + } + + var first = (ts || bs || ls || rs); + + if(o.snapMode != 'outer') { + var ts = Math.abs(t - y1) <= d; + var bs = Math.abs(b - y2) <= d; + var ls = Math.abs(l - x1) <= d; + var rs = Math.abs(r - x2) <= d; + if(ts) ui.position.top = inst._convertPositionTo("relative", { top: t, left: 0 }).top - inst.margins.top; + if(bs) ui.position.top = inst._convertPositionTo("relative", { top: b - inst.helperProportions.height, left: 0 }).top - inst.margins.top; + if(ls) ui.position.left = inst._convertPositionTo("relative", { top: 0, left: l }).left - inst.margins.left; + if(rs) ui.position.left = inst._convertPositionTo("relative", { top: 0, left: r - inst.helperProportions.width }).left - inst.margins.left; + } + + if(!inst.snapElements[i].snapping && (ts || bs || ls || rs || first)) + (inst.options.snap.snap && inst.options.snap.snap.call(inst.element, event, $.extend(inst._uiHash(), { snapItem: inst.snapElements[i].item }))); + inst.snapElements[i].snapping = (ts || bs || ls || rs || first); + + }; + + } +}); + +$.ui.plugin.add("draggable", "stack", { + start: function(event, ui) { + + var o = $(this).data("draggable").options; + + var group = $.makeArray($(o.stack)).sort(function(a,b) { + return (parseInt($(a).css("zIndex"),10) || 0) - (parseInt($(b).css("zIndex"),10) || 0); + }); + if (!group.length) { return; } + + var min = parseInt(group[0].style.zIndex) || 0; + $(group).each(function(i) { + this.style.zIndex = min + i; + }); + + this[0].style.zIndex = min + group.length; + + } +}); + +$.ui.plugin.add("draggable", "zIndex", { + start: function(event, ui) { + var t = $(ui.helper), o = $(this).data("draggable").options; + if(t.css("zIndex")) o._zIndex = t.css("zIndex"); + t.css('zIndex', o.zIndex); + }, + stop: function(event, ui) { + var o = $(this).data("draggable").options; + if(o._zIndex) $(ui.helper).css('zIndex', o._zIndex); + } +}); + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.droppable.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.droppable.js new file mode 100755 index 0000000..37216f7 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.droppable.js @@ -0,0 +1,285 @@ +/* + * jQuery UI Droppable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Droppables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.mouse.js + * jquery.ui.draggable.js + */ +(function( $, undefined ) { + +$.widget("ui.droppable", { + widgetEventPrefix: "drop", + options: { + accept: '*', + activeClass: false, + addClasses: true, + greedy: false, + hoverClass: false, + scope: 'default', + tolerance: 'intersect' + }, + _create: function() { + + var o = this.options, accept = o.accept; + this.isover = 0; this.isout = 1; + + this.accept = $.isFunction(accept) ? accept : function(d) { + return d.is(accept); + }; + + //Store the droppable's proportions + this.proportions = { width: this.element[0].offsetWidth, height: this.element[0].offsetHeight }; + + // Add the reference and positions to the manager + $.ui.ddmanager.droppables[o.scope] = $.ui.ddmanager.droppables[o.scope] || []; + $.ui.ddmanager.droppables[o.scope].push(this); + + (o.addClasses && this.element.addClass("ui-droppable")); + + }, + + destroy: function() { + var drop = $.ui.ddmanager.droppables[this.options.scope]; + for ( var i = 0; i < drop.length; i++ ) + if ( drop[i] == this ) + drop.splice(i, 1); + + this.element + .removeClass("ui-droppable ui-droppable-disabled") + .removeData("droppable") + .unbind(".droppable"); + + return this; + }, + + _setOption: function(key, value) { + + if(key == 'accept') { + this.accept = $.isFunction(value) ? value : function(d) { + return d.is(value); + }; + } + $.Widget.prototype._setOption.apply(this, arguments); + }, + + _activate: function(event) { + var draggable = $.ui.ddmanager.current; + if(this.options.activeClass) this.element.addClass(this.options.activeClass); + (draggable && this._trigger('activate', event, this.ui(draggable))); + }, + + _deactivate: function(event) { + var draggable = $.ui.ddmanager.current; + if(this.options.activeClass) this.element.removeClass(this.options.activeClass); + (draggable && this._trigger('deactivate', event, this.ui(draggable))); + }, + + _over: function(event) { + + var draggable = $.ui.ddmanager.current; + if (!draggable || (draggable.currentItem || draggable.element)[0] == this.element[0]) return; // Bail if draggable and droppable are same element + + if (this.accept.call(this.element[0],(draggable.currentItem || draggable.element))) { + if(this.options.hoverClass) this.element.addClass(this.options.hoverClass); + this._trigger('over', event, this.ui(draggable)); + } + + }, + + _out: function(event) { + + var draggable = $.ui.ddmanager.current; + if (!draggable || (draggable.currentItem || draggable.element)[0] == this.element[0]) return; // Bail if draggable and droppable are same element + + if (this.accept.call(this.element[0],(draggable.currentItem || draggable.element))) { + if(this.options.hoverClass) this.element.removeClass(this.options.hoverClass); + this._trigger('out', event, this.ui(draggable)); + } + + }, + + _drop: function(event,custom) { + + var draggable = custom || $.ui.ddmanager.current; + if (!draggable || (draggable.currentItem || draggable.element)[0] == this.element[0]) return false; // Bail if draggable and droppable are same element + + var childrenIntersection = false; + this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function() { + var inst = $.data(this, 'droppable'); + if( + inst.options.greedy + && !inst.options.disabled + && inst.options.scope == draggable.options.scope + && inst.accept.call(inst.element[0], (draggable.currentItem || draggable.element)) + && $.ui.intersect(draggable, $.extend(inst, { offset: inst.element.offset() }), inst.options.tolerance) + ) { childrenIntersection = true; return false; } + }); + if(childrenIntersection) return false; + + if(this.accept.call(this.element[0],(draggable.currentItem || draggable.element))) { + if(this.options.activeClass) this.element.removeClass(this.options.activeClass); + if(this.options.hoverClass) this.element.removeClass(this.options.hoverClass); + this._trigger('drop', event, this.ui(draggable)); + return this.element; + } + + return false; + + }, + + ui: function(c) { + return { + draggable: (c.currentItem || c.element), + helper: c.helper, + position: c.position, + offset: c.positionAbs + }; + } + +}); + +$.extend($.ui.droppable, { + version: "1.8.9" +}); + +$.ui.intersect = function(draggable, droppable, toleranceMode) { + + if (!droppable.offset) return false; + + var x1 = (draggable.positionAbs || draggable.position.absolute).left, x2 = x1 + draggable.helperProportions.width, + y1 = (draggable.positionAbs || draggable.position.absolute).top, y2 = y1 + draggable.helperProportions.height; + var l = droppable.offset.left, r = l + droppable.proportions.width, + t = droppable.offset.top, b = t + droppable.proportions.height; + + switch (toleranceMode) { + case 'fit': + return (l <= x1 && x2 <= r + && t <= y1 && y2 <= b); + break; + case 'intersect': + return (l < x1 + (draggable.helperProportions.width / 2) // Right Half + && x2 - (draggable.helperProportions.width / 2) < r // Left Half + && t < y1 + (draggable.helperProportions.height / 2) // Bottom Half + && y2 - (draggable.helperProportions.height / 2) < b ); // Top Half + break; + case 'pointer': + var draggableLeft = ((draggable.positionAbs || draggable.position.absolute).left + (draggable.clickOffset || draggable.offset.click).left), + draggableTop = ((draggable.positionAbs || draggable.position.absolute).top + (draggable.clickOffset || draggable.offset.click).top), + isOver = $.ui.isOver(draggableTop, draggableLeft, t, l, droppable.proportions.height, droppable.proportions.width); + return isOver; + break; + case 'touch': + return ( + (y1 >= t && y1 <= b) || // Top edge touching + (y2 >= t && y2 <= b) || // Bottom edge touching + (y1 < t && y2 > b) // Surrounded vertically + ) && ( + (x1 >= l && x1 <= r) || // Left edge touching + (x2 >= l && x2 <= r) || // Right edge touching + (x1 < l && x2 > r) // Surrounded horizontally + ); + break; + default: + return false; + break; + } + +}; + +/* + This manager tracks offsets of draggables and droppables +*/ +$.ui.ddmanager = { + current: null, + droppables: { 'default': [] }, + prepareOffsets: function(t, event) { + + var m = $.ui.ddmanager.droppables[t.options.scope] || []; + var type = event ? event.type : null; // workaround for #2317 + var list = (t.currentItem || t.element).find(":data(droppable)").andSelf(); + + droppablesLoop: for (var i = 0; i < m.length; i++) { + + if(m[i].options.disabled || (t && !m[i].accept.call(m[i].element[0],(t.currentItem || t.element)))) continue; //No disabled and non-accepted + for (var j=0; j < list.length; j++) { if(list[j] == m[i].element[0]) { m[i].proportions.height = 0; continue droppablesLoop; } }; //Filter out elements in the current dragged item + m[i].visible = m[i].element.css("display") != "none"; if(!m[i].visible) continue; //If the element is not visible, continue + + m[i].offset = m[i].element.offset(); + m[i].proportions = { width: m[i].element[0].offsetWidth, height: m[i].element[0].offsetHeight }; + + if(type == "mousedown") m[i]._activate.call(m[i], event); //Activate the droppable if used directly from draggables + + } + + }, + drop: function(draggable, event) { + + var dropped = false; + $.each($.ui.ddmanager.droppables[draggable.options.scope] || [], function() { + + if(!this.options) return; + if (!this.options.disabled && this.visible && $.ui.intersect(draggable, this, this.options.tolerance)) + dropped = dropped || this._drop.call(this, event); + + if (!this.options.disabled && this.visible && this.accept.call(this.element[0],(draggable.currentItem || draggable.element))) { + this.isout = 1; this.isover = 0; + this._deactivate.call(this, event); + } + + }); + return dropped; + + }, + drag: function(draggable, event) { + + //If you have a highly dynamic page, you might try this option. It renders positions every time you move the mouse. + if(draggable.options.refreshPositions) $.ui.ddmanager.prepareOffsets(draggable, event); + + //Run through all droppables and check their positions based on specific tolerance options + $.each($.ui.ddmanager.droppables[draggable.options.scope] || [], function() { + + if(this.options.disabled || this.greedyChild || !this.visible) return; + var intersects = $.ui.intersect(draggable, this, this.options.tolerance); + + var c = !intersects && this.isover == 1 ? 'isout' : (intersects && this.isover == 0 ? 'isover' : null); + if(!c) return; + + var parentInstance; + if (this.options.greedy) { + var parent = this.element.parents(':data(droppable):eq(0)'); + if (parent.length) { + parentInstance = $.data(parent[0], 'droppable'); + parentInstance.greedyChild = (c == 'isover' ? 1 : 0); + } + } + + // we just moved into a greedy child + if (parentInstance && c == 'isover') { + parentInstance['isover'] = 0; + parentInstance['isout'] = 1; + parentInstance._out.call(parentInstance, event); + } + + this[c] = 1; this[c == 'isout' ? 'isover' : 'isout'] = 0; + this[c == "isover" ? "_over" : "_out"].call(this, event); + + // we just moved out of a greedy child + if (parentInstance && c == 'isout') { + parentInstance['isout'] = 0; + parentInstance['isover'] = 1; + parentInstance._over.call(parentInstance, event); + } + }); + + } +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.mouse.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.mouse.js new file mode 100755 index 0000000..d63fdd7 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.mouse.js @@ -0,0 +1,151 @@ +/*! + * jQuery UI Mouse 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Mouse + * + * Depends: + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +$.widget("ui.mouse", { + options: { + cancel: ':input,option', + distance: 1, + delay: 0 + }, + _mouseInit: function() { + var self = this; + + this.element + .bind('mousedown.'+this.widgetName, function(event) { + return self._mouseDown(event); + }) + .bind('click.'+this.widgetName, function(event) { + if (true === $.data(event.target, self.widgetName + '.preventClickEvent')) { + $.removeData(event.target, self.widgetName + '.preventClickEvent'); + event.stopImmediatePropagation(); + return false; + } + }); + + this.started = false; + }, + + // TODO: make sure destroying one instance of mouse doesn't mess with + // other instances of mouse + _mouseDestroy: function() { + this.element.unbind('.'+this.widgetName); + }, + + _mouseDown: function(event) { + // don't let more than one widget handle mouseStart + // TODO: figure out why we have to use originalEvent + event.originalEvent = event.originalEvent || {}; + if (event.originalEvent.mouseHandled) { return; } + + // we may have missed mouseup (out of window) + (this._mouseStarted && this._mouseUp(event)); + + this._mouseDownEvent = event; + + var self = this, + btnIsLeft = (event.which == 1), + elIsCancel = (typeof this.options.cancel == "string" ? $(event.target).parents().add(event.target).filter(this.options.cancel).length : false); + if (!btnIsLeft || elIsCancel || !this._mouseCapture(event)) { + return true; + } + + this.mouseDelayMet = !this.options.delay; + if (!this.mouseDelayMet) { + this._mouseDelayTimer = setTimeout(function() { + self.mouseDelayMet = true; + }, this.options.delay); + } + + if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) { + this._mouseStarted = (this._mouseStart(event) !== false); + if (!this._mouseStarted) { + event.preventDefault(); + return true; + } + } + + // these delegates are required to keep context + this._mouseMoveDelegate = function(event) { + return self._mouseMove(event); + }; + this._mouseUpDelegate = function(event) { + return self._mouseUp(event); + }; + $(document) + .bind('mousemove.'+this.widgetName, this._mouseMoveDelegate) + .bind('mouseup.'+this.widgetName, this._mouseUpDelegate); + + event.preventDefault(); + event.originalEvent.mouseHandled = true; + return true; + }, + + _mouseMove: function(event) { + // IE mouseup check - mouseup happened when mouse was out of window + if ($.browser.msie && !(document.documentMode >= 9) && !event.button) { + return this._mouseUp(event); + } + + if (this._mouseStarted) { + this._mouseDrag(event); + return event.preventDefault(); + } + + if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) { + this._mouseStarted = + (this._mouseStart(this._mouseDownEvent, event) !== false); + (this._mouseStarted ? this._mouseDrag(event) : this._mouseUp(event)); + } + + return !this._mouseStarted; + }, + + _mouseUp: function(event) { + $(document) + .unbind('mousemove.'+this.widgetName, this._mouseMoveDelegate) + .unbind('mouseup.'+this.widgetName, this._mouseUpDelegate); + + if (this._mouseStarted) { + this._mouseStarted = false; + + if (event.target == this._mouseDownEvent.target) { + $.data(event.target, this.widgetName + '.preventClickEvent', true); + } + + this._mouseStop(event); + } + + return false; + }, + + _mouseDistanceMet: function(event) { + return (Math.max( + Math.abs(this._mouseDownEvent.pageX - event.pageX), + Math.abs(this._mouseDownEvent.pageY - event.pageY) + ) >= this.options.distance + ); + }, + + _mouseDelayMet: function(event) { + return this.mouseDelayMet; + }, + + // These are placeholder methods, to be overriden by extending plugin + _mouseStart: function(event) {}, + _mouseDrag: function(event) {}, + _mouseStop: function(event) {}, + _mouseCapture: function(event) { return true; } +}); + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.position.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.position.js new file mode 100755 index 0000000..8e74521 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.position.js @@ -0,0 +1,252 @@ +/* + * jQuery UI Position 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */ +(function( $, undefined ) { + +$.ui = $.ui || {}; + +var horizontalPositions = /left|center|right/, + verticalPositions = /top|center|bottom/, + center = "center", + _position = $.fn.position, + _offset = $.fn.offset; + +$.fn.position = function( options ) { + if ( !options || !options.of ) { + return _position.apply( this, arguments ); + } + + // make a copy, we don't want to modify arguments + options = $.extend( {}, options ); + + var target = $( options.of ), + targetElem = target[0], + collision = ( options.collision || "flip" ).split( " " ), + offset = options.offset ? options.offset.split( " " ) : [ 0, 0 ], + targetWidth, + targetHeight, + basePosition; + + if ( targetElem.nodeType === 9 ) { + targetWidth = target.width(); + targetHeight = target.height(); + basePosition = { top: 0, left: 0 }; + // TODO: use $.isWindow() in 1.9 + } else if ( targetElem.setTimeout ) { + targetWidth = target.width(); + targetHeight = target.height(); + basePosition = { top: target.scrollTop(), left: target.scrollLeft() }; + } else if ( targetElem.preventDefault ) { + // force left top to allow flipping + options.at = "left top"; + targetWidth = targetHeight = 0; + basePosition = { top: options.of.pageY, left: options.of.pageX }; + } else { + targetWidth = target.outerWidth(); + targetHeight = target.outerHeight(); + basePosition = target.offset(); + } + + // force my and at to have valid horizontal and veritcal positions + // if a value is missing or invalid, it will be converted to center + $.each( [ "my", "at" ], function() { + var pos = ( options[this] || "" ).split( " " ); + if ( pos.length === 1) { + pos = horizontalPositions.test( pos[0] ) ? + pos.concat( [center] ) : + verticalPositions.test( pos[0] ) ? + [ center ].concat( pos ) : + [ center, center ]; + } + pos[ 0 ] = horizontalPositions.test( pos[0] ) ? pos[ 0 ] : center; + pos[ 1 ] = verticalPositions.test( pos[1] ) ? pos[ 1 ] : center; + options[ this ] = pos; + }); + + // normalize collision option + if ( collision.length === 1 ) { + collision[ 1 ] = collision[ 0 ]; + } + + // normalize offset option + offset[ 0 ] = parseInt( offset[0], 10 ) || 0; + if ( offset.length === 1 ) { + offset[ 1 ] = offset[ 0 ]; + } + offset[ 1 ] = parseInt( offset[1], 10 ) || 0; + + if ( options.at[0] === "right" ) { + basePosition.left += targetWidth; + } else if ( options.at[0] === center ) { + basePosition.left += targetWidth / 2; + } + + if ( options.at[1] === "bottom" ) { + basePosition.top += targetHeight; + } else if ( options.at[1] === center ) { + basePosition.top += targetHeight / 2; + } + + basePosition.left += offset[ 0 ]; + basePosition.top += offset[ 1 ]; + + return this.each(function() { + var elem = $( this ), + elemWidth = elem.outerWidth(), + elemHeight = elem.outerHeight(), + marginLeft = parseInt( $.curCSS( this, "marginLeft", true ) ) || 0, + marginTop = parseInt( $.curCSS( this, "marginTop", true ) ) || 0, + collisionWidth = elemWidth + marginLeft + + ( parseInt( $.curCSS( this, "marginRight", true ) ) || 0 ), + collisionHeight = elemHeight + marginTop + + ( parseInt( $.curCSS( this, "marginBottom", true ) ) || 0 ), + position = $.extend( {}, basePosition ), + collisionPosition; + + if ( options.my[0] === "right" ) { + position.left -= elemWidth; + } else if ( options.my[0] === center ) { + position.left -= elemWidth / 2; + } + + if ( options.my[1] === "bottom" ) { + position.top -= elemHeight; + } else if ( options.my[1] === center ) { + position.top -= elemHeight / 2; + } + + // prevent fractions (see #5280) + position.left = Math.round( position.left ); + position.top = Math.round( position.top ); + + collisionPosition = { + left: position.left - marginLeft, + top: position.top - marginTop + }; + + $.each( [ "left", "top" ], function( i, dir ) { + if ( $.ui.position[ collision[i] ] ) { + $.ui.position[ collision[i] ][ dir ]( position, { + targetWidth: targetWidth, + targetHeight: targetHeight, + elemWidth: elemWidth, + elemHeight: elemHeight, + collisionPosition: collisionPosition, + collisionWidth: collisionWidth, + collisionHeight: collisionHeight, + offset: offset, + my: options.my, + at: options.at + }); + } + }); + + if ( $.fn.bgiframe ) { + elem.bgiframe(); + } + elem.offset( $.extend( position, { using: options.using } ) ); + }); +}; + +$.ui.position = { + fit: { + left: function( position, data ) { + var win = $( window ), + over = data.collisionPosition.left + data.collisionWidth - win.width() - win.scrollLeft(); + position.left = over > 0 ? position.left - over : Math.max( position.left - data.collisionPosition.left, position.left ); + }, + top: function( position, data ) { + var win = $( window ), + over = data.collisionPosition.top + data.collisionHeight - win.height() - win.scrollTop(); + position.top = over > 0 ? position.top - over : Math.max( position.top - data.collisionPosition.top, position.top ); + } + }, + + flip: { + left: function( position, data ) { + if ( data.at[0] === center ) { + return; + } + var win = $( window ), + over = data.collisionPosition.left + data.collisionWidth - win.width() - win.scrollLeft(), + myOffset = data.my[ 0 ] === "left" ? + -data.elemWidth : + data.my[ 0 ] === "right" ? + data.elemWidth : + 0, + atOffset = data.at[ 0 ] === "left" ? + data.targetWidth : + -data.targetWidth, + offset = -2 * data.offset[ 0 ]; + position.left += data.collisionPosition.left < 0 ? + myOffset + atOffset + offset : + over > 0 ? + myOffset + atOffset + offset : + 0; + }, + top: function( position, data ) { + if ( data.at[1] === center ) { + return; + } + var win = $( window ), + over = data.collisionPosition.top + data.collisionHeight - win.height() - win.scrollTop(), + myOffset = data.my[ 1 ] === "top" ? + -data.elemHeight : + data.my[ 1 ] === "bottom" ? + data.elemHeight : + 0, + atOffset = data.at[ 1 ] === "top" ? + data.targetHeight : + -data.targetHeight, + offset = -2 * data.offset[ 1 ]; + position.top += data.collisionPosition.top < 0 ? + myOffset + atOffset + offset : + over > 0 ? + myOffset + atOffset + offset : + 0; + } + } +}; + +// offset setter from jQuery 1.4 +if ( !$.offset.setOffset ) { + $.offset.setOffset = function( elem, options ) { + // set position first, in-case top/left are set even on static elem + if ( /static/.test( $.curCSS( elem, "position" ) ) ) { + elem.style.position = "relative"; + } + var curElem = $( elem ), + curOffset = curElem.offset(), + curTop = parseInt( $.curCSS( elem, "top", true ), 10 ) || 0, + curLeft = parseInt( $.curCSS( elem, "left", true ), 10) || 0, + props = { + top: (options.top - curOffset.top) + curTop, + left: (options.left - curOffset.left) + curLeft + }; + + if ( 'using' in options ) { + options.using.call( elem, props ); + } else { + curElem.css( props ); + } + }; + + $.fn.offset = function( options ) { + var elem = this[ 0 ]; + if ( !elem || !elem.ownerDocument ) { return null; } + if ( options ) { + return this.each(function() { + $.offset.setOffset( this, options ); + }); + } + return _offset.call( this ); + }; +} + +}( jQuery )); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.progressbar.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.progressbar.js new file mode 100755 index 0000000..6d867f1 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.progressbar.js @@ -0,0 +1,108 @@ +/* + * jQuery UI Progressbar 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +$.widget( "ui.progressbar", { + options: { + value: 0, + max: 100 + }, + + min: 0, + + _create: function() { + this.element + .addClass( "ui-progressbar ui-widget ui-widget-content ui-corner-all" ) + .attr({ + role: "progressbar", + "aria-valuemin": this.min, + "aria-valuemax": this.options.max, + "aria-valuenow": this._value() + }); + + this.valueDiv = $( "
    " ) + .appendTo( this.element ); + + this.oldValue = this._value(); + this._refreshValue(); + }, + + destroy: function() { + this.element + .removeClass( "ui-progressbar ui-widget ui-widget-content ui-corner-all" ) + .removeAttr( "role" ) + .removeAttr( "aria-valuemin" ) + .removeAttr( "aria-valuemax" ) + .removeAttr( "aria-valuenow" ); + + this.valueDiv.remove(); + + $.Widget.prototype.destroy.apply( this, arguments ); + }, + + value: function( newValue ) { + if ( newValue === undefined ) { + return this._value(); + } + + this._setOption( "value", newValue ); + return this; + }, + + _setOption: function( key, value ) { + if ( key === "value" ) { + this.options.value = value; + this._refreshValue(); + if ( this._value() === this.options.max ) { + this._trigger( "complete" ); + } + } + + $.Widget.prototype._setOption.apply( this, arguments ); + }, + + _value: function() { + var val = this.options.value; + // normalize invalid value + if ( typeof val !== "number" ) { + val = 0; + } + return Math.min( this.options.max, Math.max( this.min, val ) ); + }, + + _percentage: function() { + return 100 * this._value() / this.options.max; + }, + + _refreshValue: function() { + var value = this.value(); + var percentage = this._percentage(); + + if ( this.oldValue !== value ) { + this.oldValue = value; + this._trigger( "change" ); + } + + this.valueDiv + .toggleClass( "ui-corner-right", value === this.options.max ) + .width( percentage.toFixed(0) + "%" ); + this.element.attr( "aria-valuenow", value ); + } +}); + +$.extend( $.ui.progressbar, { + version: "1.8.9" +}); + +})( jQuery ); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.resizable.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.resizable.js new file mode 100755 index 0000000..d9d2762 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.resizable.js @@ -0,0 +1,812 @@ +/* + * jQuery UI Resizable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Resizables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +$.widget("ui.resizable", $.ui.mouse, { + widgetEventPrefix: "resize", + options: { + alsoResize: false, + animate: false, + animateDuration: "slow", + animateEasing: "swing", + aspectRatio: false, + autoHide: false, + containment: false, + ghost: false, + grid: false, + handles: "e,s,se", + helper: false, + maxHeight: null, + maxWidth: null, + minHeight: 10, + minWidth: 10, + zIndex: 1000 + }, + _create: function() { + + var self = this, o = this.options; + this.element.addClass("ui-resizable"); + + $.extend(this, { + _aspectRatio: !!(o.aspectRatio), + aspectRatio: o.aspectRatio, + originalElement: this.element, + _proportionallyResizeElements: [], + _helper: o.helper || o.ghost || o.animate ? o.helper || 'ui-resizable-helper' : null + }); + + //Wrap the element if it cannot hold child nodes + if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)) { + + //Opera fix for relative positioning + if (/relative/.test(this.element.css('position')) && $.browser.opera) + this.element.css({ position: 'relative', top: 'auto', left: 'auto' }); + + //Create a wrapper element and set the wrapper to the new current internal element + this.element.wrap( + $('
    ').css({ + position: this.element.css('position'), + width: this.element.outerWidth(), + height: this.element.outerHeight(), + top: this.element.css('top'), + left: this.element.css('left') + }) + ); + + //Overwrite the original this.element + this.element = this.element.parent().data( + "resizable", this.element.data('resizable') + ); + + this.elementIsWrapper = true; + + //Move margins to the wrapper + this.element.css({ marginLeft: this.originalElement.css("marginLeft"), marginTop: this.originalElement.css("marginTop"), marginRight: this.originalElement.css("marginRight"), marginBottom: this.originalElement.css("marginBottom") }); + this.originalElement.css({ marginLeft: 0, marginTop: 0, marginRight: 0, marginBottom: 0}); + + //Prevent Safari textarea resize + this.originalResizeStyle = this.originalElement.css('resize'); + this.originalElement.css('resize', 'none'); + + //Push the actual element to our proportionallyResize internal array + this._proportionallyResizeElements.push(this.originalElement.css({ position: 'static', zoom: 1, display: 'block' })); + + // avoid IE jump (hard set the margin) + this.originalElement.css({ margin: this.originalElement.css('margin') }); + + // fix handlers offset + this._proportionallyResize(); + + } + + this.handles = o.handles || (!$('.ui-resizable-handle', this.element).length ? "e,s,se" : { n: '.ui-resizable-n', e: '.ui-resizable-e', s: '.ui-resizable-s', w: '.ui-resizable-w', se: '.ui-resizable-se', sw: '.ui-resizable-sw', ne: '.ui-resizable-ne', nw: '.ui-resizable-nw' }); + if(this.handles.constructor == String) { + + if(this.handles == 'all') this.handles = 'n,e,s,w,se,sw,ne,nw'; + var n = this.handles.split(","); this.handles = {}; + + for(var i = 0; i < n.length; i++) { + + var handle = $.trim(n[i]), hname = 'ui-resizable-'+handle; + var axis = $('
    '); + + // increase zIndex of sw, se, ne, nw axis + //TODO : this modifies original option + if(/sw|se|ne|nw/.test(handle)) axis.css({ zIndex: ++o.zIndex }); + + //TODO : What's going on here? + if ('se' == handle) { + axis.addClass('ui-icon ui-icon-gripsmall-diagonal-se'); + }; + + //Insert into internal handles object and append to element + this.handles[handle] = '.ui-resizable-'+handle; + this.element.append(axis); + } + + } + + this._renderAxis = function(target) { + + target = target || this.element; + + for(var i in this.handles) { + + if(this.handles[i].constructor == String) + this.handles[i] = $(this.handles[i], this.element).show(); + + //Apply pad to wrapper element, needed to fix axis position (textarea, inputs, scrolls) + if (this.elementIsWrapper && this.originalElement[0].nodeName.match(/textarea|input|select|button/i)) { + + var axis = $(this.handles[i], this.element), padWrapper = 0; + + //Checking the correct pad and border + padWrapper = /sw|ne|nw|se|n|s/.test(i) ? axis.outerHeight() : axis.outerWidth(); + + //The padding type i have to apply... + var padPos = [ 'padding', + /ne|nw|n/.test(i) ? 'Top' : + /se|sw|s/.test(i) ? 'Bottom' : + /^e$/.test(i) ? 'Right' : 'Left' ].join(""); + + target.css(padPos, padWrapper); + + this._proportionallyResize(); + + } + + //TODO: What's that good for? There's not anything to be executed left + if(!$(this.handles[i]).length) + continue; + + } + }; + + //TODO: make renderAxis a prototype function + this._renderAxis(this.element); + + this._handles = $('.ui-resizable-handle', this.element) + .disableSelection(); + + //Matching axis name + this._handles.mouseover(function() { + if (!self.resizing) { + if (this.className) + var axis = this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i); + //Axis, default = se + self.axis = axis && axis[1] ? axis[1] : 'se'; + } + }); + + //If we want to auto hide the elements + if (o.autoHide) { + this._handles.hide(); + $(this.element) + .addClass("ui-resizable-autohide") + .hover(function() { + $(this).removeClass("ui-resizable-autohide"); + self._handles.show(); + }, + function(){ + if (!self.resizing) { + $(this).addClass("ui-resizable-autohide"); + self._handles.hide(); + } + }); + } + + //Initialize the mouse interaction + this._mouseInit(); + + }, + + destroy: function() { + + this._mouseDestroy(); + + var _destroy = function(exp) { + $(exp).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing") + .removeData("resizable").unbind(".resizable").find('.ui-resizable-handle').remove(); + }; + + //TODO: Unwrap at same DOM position + if (this.elementIsWrapper) { + _destroy(this.element); + var wrapper = this.element; + wrapper.after( + this.originalElement.css({ + position: wrapper.css('position'), + width: wrapper.outerWidth(), + height: wrapper.outerHeight(), + top: wrapper.css('top'), + left: wrapper.css('left') + }) + ).remove(); + } + + this.originalElement.css('resize', this.originalResizeStyle); + _destroy(this.originalElement); + + return this; + }, + + _mouseCapture: function(event) { + var handle = false; + for (var i in this.handles) { + if ($(this.handles[i])[0] == event.target) { + handle = true; + } + } + + return !this.options.disabled && handle; + }, + + _mouseStart: function(event) { + + var o = this.options, iniPos = this.element.position(), el = this.element; + + this.resizing = true; + this.documentScroll = { top: $(document).scrollTop(), left: $(document).scrollLeft() }; + + // bugfix for http://dev.jquery.com/ticket/1749 + if (el.is('.ui-draggable') || (/absolute/).test(el.css('position'))) { + el.css({ position: 'absolute', top: iniPos.top, left: iniPos.left }); + } + + //Opera fixing relative position + if ($.browser.opera && (/relative/).test(el.css('position'))) + el.css({ position: 'relative', top: 'auto', left: 'auto' }); + + this._renderProxy(); + + var curleft = num(this.helper.css('left')), curtop = num(this.helper.css('top')); + + if (o.containment) { + curleft += $(o.containment).scrollLeft() || 0; + curtop += $(o.containment).scrollTop() || 0; + } + + //Store needed variables + this.offset = this.helper.offset(); + this.position = { left: curleft, top: curtop }; + this.size = this._helper ? { width: el.outerWidth(), height: el.outerHeight() } : { width: el.width(), height: el.height() }; + this.originalSize = this._helper ? { width: el.outerWidth(), height: el.outerHeight() } : { width: el.width(), height: el.height() }; + this.originalPosition = { left: curleft, top: curtop }; + this.sizeDiff = { width: el.outerWidth() - el.width(), height: el.outerHeight() - el.height() }; + this.originalMousePosition = { left: event.pageX, top: event.pageY }; + + //Aspect Ratio + this.aspectRatio = (typeof o.aspectRatio == 'number') ? o.aspectRatio : ((this.originalSize.width / this.originalSize.height) || 1); + + var cursor = $('.ui-resizable-' + this.axis).css('cursor'); + $('body').css('cursor', cursor == 'auto' ? this.axis + '-resize' : cursor); + + el.addClass("ui-resizable-resizing"); + this._propagate("start", event); + return true; + }, + + _mouseDrag: function(event) { + + //Increase performance, avoid regex + var el = this.helper, o = this.options, props = {}, + self = this, smp = this.originalMousePosition, a = this.axis; + + var dx = (event.pageX-smp.left)||0, dy = (event.pageY-smp.top)||0; + var trigger = this._change[a]; + if (!trigger) return false; + + // Calculate the attrs that will be change + var data = trigger.apply(this, [event, dx, dy]), ie6 = $.browser.msie && $.browser.version < 7, csdif = this.sizeDiff; + + if (this._aspectRatio || event.shiftKey) + data = this._updateRatio(data, event); + + data = this._respectSize(data, event); + + // plugins callbacks need to be called first + this._propagate("resize", event); + + el.css({ + top: this.position.top + "px", left: this.position.left + "px", + width: this.size.width + "px", height: this.size.height + "px" + }); + + if (!this._helper && this._proportionallyResizeElements.length) + this._proportionallyResize(); + + this._updateCache(data); + + // calling the user callback at the end + this._trigger('resize', event, this.ui()); + + return false; + }, + + _mouseStop: function(event) { + + this.resizing = false; + var o = this.options, self = this; + + if(this._helper) { + var pr = this._proportionallyResizeElements, ista = pr.length && (/textarea/i).test(pr[0].nodeName), + soffseth = ista && $.ui.hasScroll(pr[0], 'left') /* TODO - jump height */ ? 0 : self.sizeDiff.height, + soffsetw = ista ? 0 : self.sizeDiff.width; + + var s = { width: (self.size.width - soffsetw), height: (self.size.height - soffseth) }, + left = (parseInt(self.element.css('left'), 10) + (self.position.left - self.originalPosition.left)) || null, + top = (parseInt(self.element.css('top'), 10) + (self.position.top - self.originalPosition.top)) || null; + + if (!o.animate) + this.element.css($.extend(s, { top: top, left: left })); + + self.helper.height(self.size.height); + self.helper.width(self.size.width); + + if (this._helper && !o.animate) this._proportionallyResize(); + } + + $('body').css('cursor', 'auto'); + + this.element.removeClass("ui-resizable-resizing"); + + this._propagate("stop", event); + + if (this._helper) this.helper.remove(); + return false; + + }, + + _updateCache: function(data) { + var o = this.options; + this.offset = this.helper.offset(); + if (isNumber(data.left)) this.position.left = data.left; + if (isNumber(data.top)) this.position.top = data.top; + if (isNumber(data.height)) this.size.height = data.height; + if (isNumber(data.width)) this.size.width = data.width; + }, + + _updateRatio: function(data, event) { + + var o = this.options, cpos = this.position, csize = this.size, a = this.axis; + + if (data.height) data.width = (csize.height * this.aspectRatio); + else if (data.width) data.height = (csize.width / this.aspectRatio); + + if (a == 'sw') { + data.left = cpos.left + (csize.width - data.width); + data.top = null; + } + if (a == 'nw') { + data.top = cpos.top + (csize.height - data.height); + data.left = cpos.left + (csize.width - data.width); + } + + return data; + }, + + _respectSize: function(data, event) { + + var el = this.helper, o = this.options, pRatio = this._aspectRatio || event.shiftKey, a = this.axis, + ismaxw = isNumber(data.width) && o.maxWidth && (o.maxWidth < data.width), ismaxh = isNumber(data.height) && o.maxHeight && (o.maxHeight < data.height), + isminw = isNumber(data.width) && o.minWidth && (o.minWidth > data.width), isminh = isNumber(data.height) && o.minHeight && (o.minHeight > data.height); + + if (isminw) data.width = o.minWidth; + if (isminh) data.height = o.minHeight; + if (ismaxw) data.width = o.maxWidth; + if (ismaxh) data.height = o.maxHeight; + + var dw = this.originalPosition.left + this.originalSize.width, dh = this.position.top + this.size.height; + var cw = /sw|nw|w/.test(a), ch = /nw|ne|n/.test(a); + + if (isminw && cw) data.left = dw - o.minWidth; + if (ismaxw && cw) data.left = dw - o.maxWidth; + if (isminh && ch) data.top = dh - o.minHeight; + if (ismaxh && ch) data.top = dh - o.maxHeight; + + // fixing jump error on top/left - bug #2330 + var isNotwh = !data.width && !data.height; + if (isNotwh && !data.left && data.top) data.top = null; + else if (isNotwh && !data.top && data.left) data.left = null; + + return data; + }, + + _proportionallyResize: function() { + + var o = this.options; + if (!this._proportionallyResizeElements.length) return; + var element = this.helper || this.element; + + for (var i=0; i < this._proportionallyResizeElements.length; i++) { + + var prel = this._proportionallyResizeElements[i]; + + if (!this.borderDif) { + var b = [prel.css('borderTopWidth'), prel.css('borderRightWidth'), prel.css('borderBottomWidth'), prel.css('borderLeftWidth')], + p = [prel.css('paddingTop'), prel.css('paddingRight'), prel.css('paddingBottom'), prel.css('paddingLeft')]; + + this.borderDif = $.map(b, function(v, i) { + var border = parseInt(v,10)||0, padding = parseInt(p[i],10)||0; + return border + padding; + }); + } + + if ($.browser.msie && !(!($(element).is(':hidden') || $(element).parents(':hidden').length))) + continue; + + prel.css({ + height: (element.height() - this.borderDif[0] - this.borderDif[2]) || 0, + width: (element.width() - this.borderDif[1] - this.borderDif[3]) || 0 + }); + + }; + + }, + + _renderProxy: function() { + + var el = this.element, o = this.options; + this.elementOffset = el.offset(); + + if(this._helper) { + + this.helper = this.helper || $('
    '); + + // fix ie6 offset TODO: This seems broken + var ie6 = $.browser.msie && $.browser.version < 7, ie6offset = (ie6 ? 1 : 0), + pxyoffset = ( ie6 ? 2 : -1 ); + + this.helper.addClass(this._helper).css({ + width: this.element.outerWidth() + pxyoffset, + height: this.element.outerHeight() + pxyoffset, + position: 'absolute', + left: this.elementOffset.left - ie6offset +'px', + top: this.elementOffset.top - ie6offset +'px', + zIndex: ++o.zIndex //TODO: Don't modify option + }); + + this.helper + .appendTo("body") + .disableSelection(); + + } else { + this.helper = this.element; + } + + }, + + _change: { + e: function(event, dx, dy) { + return { width: this.originalSize.width + dx }; + }, + w: function(event, dx, dy) { + var o = this.options, cs = this.originalSize, sp = this.originalPosition; + return { left: sp.left + dx, width: cs.width - dx }; + }, + n: function(event, dx, dy) { + var o = this.options, cs = this.originalSize, sp = this.originalPosition; + return { top: sp.top + dy, height: cs.height - dy }; + }, + s: function(event, dx, dy) { + return { height: this.originalSize.height + dy }; + }, + se: function(event, dx, dy) { + return $.extend(this._change.s.apply(this, arguments), this._change.e.apply(this, [event, dx, dy])); + }, + sw: function(event, dx, dy) { + return $.extend(this._change.s.apply(this, arguments), this._change.w.apply(this, [event, dx, dy])); + }, + ne: function(event, dx, dy) { + return $.extend(this._change.n.apply(this, arguments), this._change.e.apply(this, [event, dx, dy])); + }, + nw: function(event, dx, dy) { + return $.extend(this._change.n.apply(this, arguments), this._change.w.apply(this, [event, dx, dy])); + } + }, + + _propagate: function(n, event) { + $.ui.plugin.call(this, n, [event, this.ui()]); + (n != "resize" && this._trigger(n, event, this.ui())); + }, + + plugins: {}, + + ui: function() { + return { + originalElement: this.originalElement, + element: this.element, + helper: this.helper, + position: this.position, + size: this.size, + originalSize: this.originalSize, + originalPosition: this.originalPosition + }; + } + +}); + +$.extend($.ui.resizable, { + version: "1.8.9" +}); + +/* + * Resizable Extensions + */ + +$.ui.plugin.add("resizable", "alsoResize", { + + start: function (event, ui) { + var self = $(this).data("resizable"), o = self.options; + + var _store = function (exp) { + $(exp).each(function() { + var el = $(this); + el.data("resizable-alsoresize", { + width: parseInt(el.width(), 10), height: parseInt(el.height(), 10), + left: parseInt(el.css('left'), 10), top: parseInt(el.css('top'), 10), + position: el.css('position') // to reset Opera on stop() + }); + }); + }; + + if (typeof(o.alsoResize) == 'object' && !o.alsoResize.parentNode) { + if (o.alsoResize.length) { o.alsoResize = o.alsoResize[0]; _store(o.alsoResize); } + else { $.each(o.alsoResize, function (exp) { _store(exp); }); } + }else{ + _store(o.alsoResize); + } + }, + + resize: function (event, ui) { + var self = $(this).data("resizable"), o = self.options, os = self.originalSize, op = self.originalPosition; + + var delta = { + height: (self.size.height - os.height) || 0, width: (self.size.width - os.width) || 0, + top: (self.position.top - op.top) || 0, left: (self.position.left - op.left) || 0 + }, + + _alsoResize = function (exp, c) { + $(exp).each(function() { + var el = $(this), start = $(this).data("resizable-alsoresize"), style = {}, + css = c && c.length ? c : el.parents(ui.originalElement[0]).length ? ['width', 'height'] : ['width', 'height', 'top', 'left']; + + $.each(css, function (i, prop) { + var sum = (start[prop]||0) + (delta[prop]||0); + if (sum && sum >= 0) + style[prop] = sum || null; + }); + + // Opera fixing relative position + if ($.browser.opera && /relative/.test(el.css('position'))) { + self._revertToRelativePosition = true; + el.css({ position: 'absolute', top: 'auto', left: 'auto' }); + } + + el.css(style); + }); + }; + + if (typeof(o.alsoResize) == 'object' && !o.alsoResize.nodeType) { + $.each(o.alsoResize, function (exp, c) { _alsoResize(exp, c); }); + }else{ + _alsoResize(o.alsoResize); + } + }, + + stop: function (event, ui) { + var self = $(this).data("resizable"), o = self.options; + + var _reset = function (exp) { + $(exp).each(function() { + var el = $(this); + // reset position for Opera - no need to verify it was changed + el.css({ position: el.data("resizable-alsoresize").position }); + }); + }; + + if (self._revertToRelativePosition) { + self._revertToRelativePosition = false; + if (typeof(o.alsoResize) == 'object' && !o.alsoResize.nodeType) { + $.each(o.alsoResize, function (exp) { _reset(exp); }); + }else{ + _reset(o.alsoResize); + } + } + + $(this).removeData("resizable-alsoresize"); + } +}); + +$.ui.plugin.add("resizable", "animate", { + + stop: function(event, ui) { + var self = $(this).data("resizable"), o = self.options; + + var pr = self._proportionallyResizeElements, ista = pr.length && (/textarea/i).test(pr[0].nodeName), + soffseth = ista && $.ui.hasScroll(pr[0], 'left') /* TODO - jump height */ ? 0 : self.sizeDiff.height, + soffsetw = ista ? 0 : self.sizeDiff.width; + + var style = { width: (self.size.width - soffsetw), height: (self.size.height - soffseth) }, + left = (parseInt(self.element.css('left'), 10) + (self.position.left - self.originalPosition.left)) || null, + top = (parseInt(self.element.css('top'), 10) + (self.position.top - self.originalPosition.top)) || null; + + self.element.animate( + $.extend(style, top && left ? { top: top, left: left } : {}), { + duration: o.animateDuration, + easing: o.animateEasing, + step: function() { + + var data = { + width: parseInt(self.element.css('width'), 10), + height: parseInt(self.element.css('height'), 10), + top: parseInt(self.element.css('top'), 10), + left: parseInt(self.element.css('left'), 10) + }; + + if (pr && pr.length) $(pr[0]).css({ width: data.width, height: data.height }); + + // propagating resize, and updating values for each animation step + self._updateCache(data); + self._propagate("resize", event); + + } + } + ); + } + +}); + +$.ui.plugin.add("resizable", "containment", { + + start: function(event, ui) { + var self = $(this).data("resizable"), o = self.options, el = self.element; + var oc = o.containment, ce = (oc instanceof $) ? oc.get(0) : (/parent/.test(oc)) ? el.parent().get(0) : oc; + if (!ce) return; + + self.containerElement = $(ce); + + if (/document/.test(oc) || oc == document) { + self.containerOffset = { left: 0, top: 0 }; + self.containerPosition = { left: 0, top: 0 }; + + self.parentData = { + element: $(document), left: 0, top: 0, + width: $(document).width(), height: $(document).height() || document.body.parentNode.scrollHeight + }; + } + + // i'm a node, so compute top, left, right, bottom + else { + var element = $(ce), p = []; + $([ "Top", "Right", "Left", "Bottom" ]).each(function(i, name) { p[i] = num(element.css("padding" + name)); }); + + self.containerOffset = element.offset(); + self.containerPosition = element.position(); + self.containerSize = { height: (element.innerHeight() - p[3]), width: (element.innerWidth() - p[1]) }; + + var co = self.containerOffset, ch = self.containerSize.height, cw = self.containerSize.width, + width = ($.ui.hasScroll(ce, "left") ? ce.scrollWidth : cw ), height = ($.ui.hasScroll(ce) ? ce.scrollHeight : ch); + + self.parentData = { + element: ce, left: co.left, top: co.top, width: width, height: height + }; + } + }, + + resize: function(event, ui) { + var self = $(this).data("resizable"), o = self.options, + ps = self.containerSize, co = self.containerOffset, cs = self.size, cp = self.position, + pRatio = self._aspectRatio || event.shiftKey, cop = { top:0, left:0 }, ce = self.containerElement; + + if (ce[0] != document && (/static/).test(ce.css('position'))) cop = co; + + if (cp.left < (self._helper ? co.left : 0)) { + self.size.width = self.size.width + (self._helper ? (self.position.left - co.left) : (self.position.left - cop.left)); + if (pRatio) self.size.height = self.size.width / o.aspectRatio; + self.position.left = o.helper ? co.left : 0; + } + + if (cp.top < (self._helper ? co.top : 0)) { + self.size.height = self.size.height + (self._helper ? (self.position.top - co.top) : self.position.top); + if (pRatio) self.size.width = self.size.height * o.aspectRatio; + self.position.top = self._helper ? co.top : 0; + } + + self.offset.left = self.parentData.left+self.position.left; + self.offset.top = self.parentData.top+self.position.top; + + var woset = Math.abs( (self._helper ? self.offset.left - cop.left : (self.offset.left - cop.left)) + self.sizeDiff.width ), + hoset = Math.abs( (self._helper ? self.offset.top - cop.top : (self.offset.top - co.top)) + self.sizeDiff.height ); + + var isParent = self.containerElement.get(0) == self.element.parent().get(0), + isOffsetRelative = /relative|absolute/.test(self.containerElement.css('position')); + + if(isParent && isOffsetRelative) woset -= self.parentData.left; + + if (woset + self.size.width >= self.parentData.width) { + self.size.width = self.parentData.width - woset; + if (pRatio) self.size.height = self.size.width / self.aspectRatio; + } + + if (hoset + self.size.height >= self.parentData.height) { + self.size.height = self.parentData.height - hoset; + if (pRatio) self.size.width = self.size.height * self.aspectRatio; + } + }, + + stop: function(event, ui){ + var self = $(this).data("resizable"), o = self.options, cp = self.position, + co = self.containerOffset, cop = self.containerPosition, ce = self.containerElement; + + var helper = $(self.helper), ho = helper.offset(), w = helper.outerWidth() - self.sizeDiff.width, h = helper.outerHeight() - self.sizeDiff.height; + + if (self._helper && !o.animate && (/relative/).test(ce.css('position'))) + $(this).css({ left: ho.left - cop.left - co.left, width: w, height: h }); + + if (self._helper && !o.animate && (/static/).test(ce.css('position'))) + $(this).css({ left: ho.left - cop.left - co.left, width: w, height: h }); + + } +}); + +$.ui.plugin.add("resizable", "ghost", { + + start: function(event, ui) { + + var self = $(this).data("resizable"), o = self.options, cs = self.size; + + self.ghost = self.originalElement.clone(); + self.ghost + .css({ opacity: .25, display: 'block', position: 'relative', height: cs.height, width: cs.width, margin: 0, left: 0, top: 0 }) + .addClass('ui-resizable-ghost') + .addClass(typeof o.ghost == 'string' ? o.ghost : ''); + + self.ghost.appendTo(self.helper); + + }, + + resize: function(event, ui){ + var self = $(this).data("resizable"), o = self.options; + if (self.ghost) self.ghost.css({ position: 'relative', height: self.size.height, width: self.size.width }); + }, + + stop: function(event, ui){ + var self = $(this).data("resizable"), o = self.options; + if (self.ghost && self.helper) self.helper.get(0).removeChild(self.ghost.get(0)); + } + +}); + +$.ui.plugin.add("resizable", "grid", { + + resize: function(event, ui) { + var self = $(this).data("resizable"), o = self.options, cs = self.size, os = self.originalSize, op = self.originalPosition, a = self.axis, ratio = o._aspectRatio || event.shiftKey; + o.grid = typeof o.grid == "number" ? [o.grid, o.grid] : o.grid; + var ox = Math.round((cs.width - os.width) / (o.grid[0]||1)) * (o.grid[0]||1), oy = Math.round((cs.height - os.height) / (o.grid[1]||1)) * (o.grid[1]||1); + + if (/^(se|s|e)$/.test(a)) { + self.size.width = os.width + ox; + self.size.height = os.height + oy; + } + else if (/^(ne)$/.test(a)) { + self.size.width = os.width + ox; + self.size.height = os.height + oy; + self.position.top = op.top - oy; + } + else if (/^(sw)$/.test(a)) { + self.size.width = os.width + ox; + self.size.height = os.height + oy; + self.position.left = op.left - ox; + } + else { + self.size.width = os.width + ox; + self.size.height = os.height + oy; + self.position.top = op.top - oy; + self.position.left = op.left - ox; + } + } + +}); + +var num = function(v) { + return parseInt(v, 10) || 0; +}; + +var isNumber = function(value) { + return !isNaN(parseInt(value, 10)); +}; + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.selectable.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.selectable.js new file mode 100755 index 0000000..91fc1de --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.selectable.js @@ -0,0 +1,266 @@ +/* + * jQuery UI Selectable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +$.widget("ui.selectable", $.ui.mouse, { + options: { + appendTo: 'body', + autoRefresh: true, + distance: 0, + filter: '*', + tolerance: 'touch' + }, + _create: function() { + var self = this; + + this.element.addClass("ui-selectable"); + + this.dragged = false; + + // cache selectee children based on filter + var selectees; + this.refresh = function() { + selectees = $(self.options.filter, self.element[0]); + selectees.each(function() { + var $this = $(this); + var pos = $this.offset(); + $.data(this, "selectable-item", { + element: this, + $element: $this, + left: pos.left, + top: pos.top, + right: pos.left + $this.outerWidth(), + bottom: pos.top + $this.outerHeight(), + startselected: false, + selected: $this.hasClass('ui-selected'), + selecting: $this.hasClass('ui-selecting'), + unselecting: $this.hasClass('ui-unselecting') + }); + }); + }; + this.refresh(); + + this.selectees = selectees.addClass("ui-selectee"); + + this._mouseInit(); + + this.helper = $("
    "); + }, + + destroy: function() { + this.selectees + .removeClass("ui-selectee") + .removeData("selectable-item"); + this.element + .removeClass("ui-selectable ui-selectable-disabled") + .removeData("selectable") + .unbind(".selectable"); + this._mouseDestroy(); + + return this; + }, + + _mouseStart: function(event) { + var self = this; + + this.opos = [event.pageX, event.pageY]; + + if (this.options.disabled) + return; + + var options = this.options; + + this.selectees = $(options.filter, this.element[0]); + + this._trigger("start", event); + + $(options.appendTo).append(this.helper); + // position helper (lasso) + this.helper.css({ + "left": event.clientX, + "top": event.clientY, + "width": 0, + "height": 0 + }); + + if (options.autoRefresh) { + this.refresh(); + } + + this.selectees.filter('.ui-selected').each(function() { + var selectee = $.data(this, "selectable-item"); + selectee.startselected = true; + if (!event.metaKey) { + selectee.$element.removeClass('ui-selected'); + selectee.selected = false; + selectee.$element.addClass('ui-unselecting'); + selectee.unselecting = true; + // selectable UNSELECTING callback + self._trigger("unselecting", event, { + unselecting: selectee.element + }); + } + }); + + $(event.target).parents().andSelf().each(function() { + var selectee = $.data(this, "selectable-item"); + if (selectee) { + var doSelect = !event.metaKey || !selectee.$element.hasClass('ui-selected'); + selectee.$element + .removeClass(doSelect ? "ui-unselecting" : "ui-selected") + .addClass(doSelect ? "ui-selecting" : "ui-unselecting"); + selectee.unselecting = !doSelect; + selectee.selecting = doSelect; + selectee.selected = doSelect; + // selectable (UN)SELECTING callback + if (doSelect) { + self._trigger("selecting", event, { + selecting: selectee.element + }); + } else { + self._trigger("unselecting", event, { + unselecting: selectee.element + }); + } + return false; + } + }); + + }, + + _mouseDrag: function(event) { + var self = this; + this.dragged = true; + + if (this.options.disabled) + return; + + var options = this.options; + + var x1 = this.opos[0], y1 = this.opos[1], x2 = event.pageX, y2 = event.pageY; + if (x1 > x2) { var tmp = x2; x2 = x1; x1 = tmp; } + if (y1 > y2) { var tmp = y2; y2 = y1; y1 = tmp; } + this.helper.css({left: x1, top: y1, width: x2-x1, height: y2-y1}); + + this.selectees.each(function() { + var selectee = $.data(this, "selectable-item"); + //prevent helper from being selected if appendTo: selectable + if (!selectee || selectee.element == self.element[0]) + return; + var hit = false; + if (options.tolerance == 'touch') { + hit = ( !(selectee.left > x2 || selectee.right < x1 || selectee.top > y2 || selectee.bottom < y1) ); + } else if (options.tolerance == 'fit') { + hit = (selectee.left > x1 && selectee.right < x2 && selectee.top > y1 && selectee.bottom < y2); + } + + if (hit) { + // SELECT + if (selectee.selected) { + selectee.$element.removeClass('ui-selected'); + selectee.selected = false; + } + if (selectee.unselecting) { + selectee.$element.removeClass('ui-unselecting'); + selectee.unselecting = false; + } + if (!selectee.selecting) { + selectee.$element.addClass('ui-selecting'); + selectee.selecting = true; + // selectable SELECTING callback + self._trigger("selecting", event, { + selecting: selectee.element + }); + } + } else { + // UNSELECT + if (selectee.selecting) { + if (event.metaKey && selectee.startselected) { + selectee.$element.removeClass('ui-selecting'); + selectee.selecting = false; + selectee.$element.addClass('ui-selected'); + selectee.selected = true; + } else { + selectee.$element.removeClass('ui-selecting'); + selectee.selecting = false; + if (selectee.startselected) { + selectee.$element.addClass('ui-unselecting'); + selectee.unselecting = true; + } + // selectable UNSELECTING callback + self._trigger("unselecting", event, { + unselecting: selectee.element + }); + } + } + if (selectee.selected) { + if (!event.metaKey && !selectee.startselected) { + selectee.$element.removeClass('ui-selected'); + selectee.selected = false; + + selectee.$element.addClass('ui-unselecting'); + selectee.unselecting = true; + // selectable UNSELECTING callback + self._trigger("unselecting", event, { + unselecting: selectee.element + }); + } + } + } + }); + + return false; + }, + + _mouseStop: function(event) { + var self = this; + + this.dragged = false; + + var options = this.options; + + $('.ui-unselecting', this.element[0]).each(function() { + var selectee = $.data(this, "selectable-item"); + selectee.$element.removeClass('ui-unselecting'); + selectee.unselecting = false; + selectee.startselected = false; + self._trigger("unselected", event, { + unselected: selectee.element + }); + }); + $('.ui-selecting', this.element[0]).each(function() { + var selectee = $.data(this, "selectable-item"); + selectee.$element.removeClass('ui-selecting').addClass('ui-selected'); + selectee.selecting = false; + selectee.selected = true; + selectee.startselected = true; + self._trigger("selected", event, { + selected: selectee.element + }); + }); + this._trigger("stop", event); + + this.helper.remove(); + + return false; + } + +}); + +$.extend($.ui.selectable, { + version: "1.8.9" +}); + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.slider.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.slider.js new file mode 100755 index 0000000..75aadf7 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.slider.js @@ -0,0 +1,682 @@ +/* + * jQuery UI Slider 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Slider + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +// number of pages in a slider +// (how many times can you page up/down to go through the whole range) +var numPages = 5; + +$.widget( "ui.slider", $.ui.mouse, { + + widgetEventPrefix: "slide", + + options: { + animate: false, + distance: 0, + max: 100, + min: 0, + orientation: "horizontal", + range: false, + step: 1, + value: 0, + values: null + }, + + _create: function() { + var self = this, + o = this.options; + + this._keySliding = false; + this._mouseSliding = false; + this._animateOff = true; + this._handleIndex = null; + this._detectOrientation(); + this._mouseInit(); + + this.element + .addClass( "ui-slider" + + " ui-slider-" + this.orientation + + " ui-widget" + + " ui-widget-content" + + " ui-corner-all" ); + + if ( o.disabled ) { + this.element.addClass( "ui-slider-disabled ui-disabled" ); + } + + this.range = $([]); + + if ( o.range ) { + if ( o.range === true ) { + this.range = $( "
    " ); + if ( !o.values ) { + o.values = [ this._valueMin(), this._valueMin() ]; + } + if ( o.values.length && o.values.length !== 2 ) { + o.values = [ o.values[0], o.values[0] ]; + } + } else { + this.range = $( "
    " ); + } + + this.range + .appendTo( this.element ) + .addClass( "ui-slider-range" ); + + if ( o.range === "min" || o.range === "max" ) { + this.range.addClass( "ui-slider-range-" + o.range ); + } + + // note: this isn't the most fittingly semantic framework class for this element, + // but worked best visually with a variety of themes + this.range.addClass( "ui-widget-header" ); + } + + if ( $( ".ui-slider-handle", this.element ).length === 0 ) { + $( "" ) + .appendTo( this.element ) + .addClass( "ui-slider-handle" ); + } + + if ( o.values && o.values.length ) { + while ( $(".ui-slider-handle", this.element).length < o.values.length ) { + $( "" ) + .appendTo( this.element ) + .addClass( "ui-slider-handle" ); + } + } + + this.handles = $( ".ui-slider-handle", this.element ) + .addClass( "ui-state-default" + + " ui-corner-all" ); + + this.handle = this.handles.eq( 0 ); + + this.handles.add( this.range ).filter( "a" ) + .click(function( event ) { + event.preventDefault(); + }) + .hover(function() { + if ( !o.disabled ) { + $( this ).addClass( "ui-state-hover" ); + } + }, function() { + $( this ).removeClass( "ui-state-hover" ); + }) + .focus(function() { + if ( !o.disabled ) { + $( ".ui-slider .ui-state-focus" ).removeClass( "ui-state-focus" ); + $( this ).addClass( "ui-state-focus" ); + } else { + $( this ).blur(); + } + }) + .blur(function() { + $( this ).removeClass( "ui-state-focus" ); + }); + + this.handles.each(function( i ) { + $( this ).data( "index.ui-slider-handle", i ); + }); + + this.handles + .keydown(function( event ) { + var ret = true, + index = $( this ).data( "index.ui-slider-handle" ), + allowed, + curVal, + newVal, + step; + + if ( self.options.disabled ) { + return; + } + + switch ( event.keyCode ) { + case $.ui.keyCode.HOME: + case $.ui.keyCode.END: + case $.ui.keyCode.PAGE_UP: + case $.ui.keyCode.PAGE_DOWN: + case $.ui.keyCode.UP: + case $.ui.keyCode.RIGHT: + case $.ui.keyCode.DOWN: + case $.ui.keyCode.LEFT: + ret = false; + if ( !self._keySliding ) { + self._keySliding = true; + $( this ).addClass( "ui-state-active" ); + allowed = self._start( event, index ); + if ( allowed === false ) { + return; + } + } + break; + } + + step = self.options.step; + if ( self.options.values && self.options.values.length ) { + curVal = newVal = self.values( index ); + } else { + curVal = newVal = self.value(); + } + + switch ( event.keyCode ) { + case $.ui.keyCode.HOME: + newVal = self._valueMin(); + break; + case $.ui.keyCode.END: + newVal = self._valueMax(); + break; + case $.ui.keyCode.PAGE_UP: + newVal = self._trimAlignValue( curVal + ( (self._valueMax() - self._valueMin()) / numPages ) ); + break; + case $.ui.keyCode.PAGE_DOWN: + newVal = self._trimAlignValue( curVal - ( (self._valueMax() - self._valueMin()) / numPages ) ); + break; + case $.ui.keyCode.UP: + case $.ui.keyCode.RIGHT: + if ( curVal === self._valueMax() ) { + return; + } + newVal = self._trimAlignValue( curVal + step ); + break; + case $.ui.keyCode.DOWN: + case $.ui.keyCode.LEFT: + if ( curVal === self._valueMin() ) { + return; + } + newVal = self._trimAlignValue( curVal - step ); + break; + } + + self._slide( event, index, newVal ); + + return ret; + + }) + .keyup(function( event ) { + var index = $( this ).data( "index.ui-slider-handle" ); + + if ( self._keySliding ) { + self._keySliding = false; + self._stop( event, index ); + self._change( event, index ); + $( this ).removeClass( "ui-state-active" ); + } + + }); + + this._refreshValue(); + + this._animateOff = false; + }, + + destroy: function() { + this.handles.remove(); + this.range.remove(); + + this.element + .removeClass( "ui-slider" + + " ui-slider-horizontal" + + " ui-slider-vertical" + + " ui-slider-disabled" + + " ui-widget" + + " ui-widget-content" + + " ui-corner-all" ) + .removeData( "slider" ) + .unbind( ".slider" ); + + this._mouseDestroy(); + + return this; + }, + + _mouseCapture: function( event ) { + var o = this.options, + position, + normValue, + distance, + closestHandle, + self, + index, + allowed, + offset, + mouseOverHandle; + + if ( o.disabled ) { + return false; + } + + this.elementSize = { + width: this.element.outerWidth(), + height: this.element.outerHeight() + }; + this.elementOffset = this.element.offset(); + + position = { x: event.pageX, y: event.pageY }; + normValue = this._normValueFromMouse( position ); + distance = this._valueMax() - this._valueMin() + 1; + self = this; + this.handles.each(function( i ) { + var thisDistance = Math.abs( normValue - self.values(i) ); + if ( distance > thisDistance ) { + distance = thisDistance; + closestHandle = $( this ); + index = i; + } + }); + + // workaround for bug #3736 (if both handles of a range are at 0, + // the first is always used as the one with least distance, + // and moving it is obviously prevented by preventing negative ranges) + if( o.range === true && this.values(1) === o.min ) { + index += 1; + closestHandle = $( this.handles[index] ); + } + + allowed = this._start( event, index ); + if ( allowed === false ) { + return false; + } + this._mouseSliding = true; + + self._handleIndex = index; + + closestHandle + .addClass( "ui-state-active" ) + .focus(); + + offset = closestHandle.offset(); + mouseOverHandle = !$( event.target ).parents().andSelf().is( ".ui-slider-handle" ); + this._clickOffset = mouseOverHandle ? { left: 0, top: 0 } : { + left: event.pageX - offset.left - ( closestHandle.width() / 2 ), + top: event.pageY - offset.top - + ( closestHandle.height() / 2 ) - + ( parseInt( closestHandle.css("borderTopWidth"), 10 ) || 0 ) - + ( parseInt( closestHandle.css("borderBottomWidth"), 10 ) || 0) + + ( parseInt( closestHandle.css("marginTop"), 10 ) || 0) + }; + + if ( !this.handles.hasClass( "ui-state-hover" ) ) { + this._slide( event, index, normValue ); + } + this._animateOff = true; + return true; + }, + + _mouseStart: function( event ) { + return true; + }, + + _mouseDrag: function( event ) { + var position = { x: event.pageX, y: event.pageY }, + normValue = this._normValueFromMouse( position ); + + this._slide( event, this._handleIndex, normValue ); + + return false; + }, + + _mouseStop: function( event ) { + this.handles.removeClass( "ui-state-active" ); + this._mouseSliding = false; + + this._stop( event, this._handleIndex ); + this._change( event, this._handleIndex ); + + this._handleIndex = null; + this._clickOffset = null; + this._animateOff = false; + + return false; + }, + + _detectOrientation: function() { + this.orientation = ( this.options.orientation === "vertical" ) ? "vertical" : "horizontal"; + }, + + _normValueFromMouse: function( position ) { + var pixelTotal, + pixelMouse, + percentMouse, + valueTotal, + valueMouse; + + if ( this.orientation === "horizontal" ) { + pixelTotal = this.elementSize.width; + pixelMouse = position.x - this.elementOffset.left - ( this._clickOffset ? this._clickOffset.left : 0 ); + } else { + pixelTotal = this.elementSize.height; + pixelMouse = position.y - this.elementOffset.top - ( this._clickOffset ? this._clickOffset.top : 0 ); + } + + percentMouse = ( pixelMouse / pixelTotal ); + if ( percentMouse > 1 ) { + percentMouse = 1; + } + if ( percentMouse < 0 ) { + percentMouse = 0; + } + if ( this.orientation === "vertical" ) { + percentMouse = 1 - percentMouse; + } + + valueTotal = this._valueMax() - this._valueMin(); + valueMouse = this._valueMin() + percentMouse * valueTotal; + + return this._trimAlignValue( valueMouse ); + }, + + _start: function( event, index ) { + var uiHash = { + handle: this.handles[ index ], + value: this.value() + }; + if ( this.options.values && this.options.values.length ) { + uiHash.value = this.values( index ); + uiHash.values = this.values(); + } + return this._trigger( "start", event, uiHash ); + }, + + _slide: function( event, index, newVal ) { + var otherVal, + newValues, + allowed; + + if ( this.options.values && this.options.values.length ) { + otherVal = this.values( index ? 0 : 1 ); + + if ( ( this.options.values.length === 2 && this.options.range === true ) && + ( ( index === 0 && newVal > otherVal) || ( index === 1 && newVal < otherVal ) ) + ) { + newVal = otherVal; + } + + if ( newVal !== this.values( index ) ) { + newValues = this.values(); + newValues[ index ] = newVal; + // A slide can be canceled by returning false from the slide callback + allowed = this._trigger( "slide", event, { + handle: this.handles[ index ], + value: newVal, + values: newValues + } ); + otherVal = this.values( index ? 0 : 1 ); + if ( allowed !== false ) { + this.values( index, newVal, true ); + } + } + } else { + if ( newVal !== this.value() ) { + // A slide can be canceled by returning false from the slide callback + allowed = this._trigger( "slide", event, { + handle: this.handles[ index ], + value: newVal + } ); + if ( allowed !== false ) { + this.value( newVal ); + } + } + } + }, + + _stop: function( event, index ) { + var uiHash = { + handle: this.handles[ index ], + value: this.value() + }; + if ( this.options.values && this.options.values.length ) { + uiHash.value = this.values( index ); + uiHash.values = this.values(); + } + + this._trigger( "stop", event, uiHash ); + }, + + _change: function( event, index ) { + if ( !this._keySliding && !this._mouseSliding ) { + var uiHash = { + handle: this.handles[ index ], + value: this.value() + }; + if ( this.options.values && this.options.values.length ) { + uiHash.value = this.values( index ); + uiHash.values = this.values(); + } + + this._trigger( "change", event, uiHash ); + } + }, + + value: function( newValue ) { + if ( arguments.length ) { + this.options.value = this._trimAlignValue( newValue ); + this._refreshValue(); + this._change( null, 0 ); + } + + return this._value(); + }, + + values: function( index, newValue ) { + var vals, + newValues, + i; + + if ( arguments.length > 1 ) { + this.options.values[ index ] = this._trimAlignValue( newValue ); + this._refreshValue(); + this._change( null, index ); + } + + if ( arguments.length ) { + if ( $.isArray( arguments[ 0 ] ) ) { + vals = this.options.values; + newValues = arguments[ 0 ]; + for ( i = 0; i < vals.length; i += 1 ) { + vals[ i ] = this._trimAlignValue( newValues[ i ] ); + this._change( null, i ); + } + this._refreshValue(); + } else { + if ( this.options.values && this.options.values.length ) { + return this._values( index ); + } else { + return this.value(); + } + } + } else { + return this._values(); + } + }, + + _setOption: function( key, value ) { + var i, + valsLength = 0; + + if ( $.isArray( this.options.values ) ) { + valsLength = this.options.values.length; + } + + $.Widget.prototype._setOption.apply( this, arguments ); + + switch ( key ) { + case "disabled": + if ( value ) { + this.handles.filter( ".ui-state-focus" ).blur(); + this.handles.removeClass( "ui-state-hover" ); + this.handles.attr( "disabled", "disabled" ); + this.element.addClass( "ui-disabled" ); + } else { + this.handles.removeAttr( "disabled" ); + this.element.removeClass( "ui-disabled" ); + } + break; + case "orientation": + this._detectOrientation(); + this.element + .removeClass( "ui-slider-horizontal ui-slider-vertical" ) + .addClass( "ui-slider-" + this.orientation ); + this._refreshValue(); + break; + case "value": + this._animateOff = true; + this._refreshValue(); + this._change( null, 0 ); + this._animateOff = false; + break; + case "values": + this._animateOff = true; + this._refreshValue(); + for ( i = 0; i < valsLength; i += 1 ) { + this._change( null, i ); + } + this._animateOff = false; + break; + } + }, + + //internal value getter + // _value() returns value trimmed by min and max, aligned by step + _value: function() { + var val = this.options.value; + val = this._trimAlignValue( val ); + + return val; + }, + + //internal values getter + // _values() returns array of values trimmed by min and max, aligned by step + // _values( index ) returns single value trimmed by min and max, aligned by step + _values: function( index ) { + var val, + vals, + i; + + if ( arguments.length ) { + val = this.options.values[ index ]; + val = this._trimAlignValue( val ); + + return val; + } else { + // .slice() creates a copy of the array + // this copy gets trimmed by min and max and then returned + vals = this.options.values.slice(); + for ( i = 0; i < vals.length; i+= 1) { + vals[ i ] = this._trimAlignValue( vals[ i ] ); + } + + return vals; + } + }, + + // returns the step-aligned value that val is closest to, between (inclusive) min and max + _trimAlignValue: function( val ) { + if ( val <= this._valueMin() ) { + return this._valueMin(); + } + if ( val >= this._valueMax() ) { + return this._valueMax(); + } + var step = ( this.options.step > 0 ) ? this.options.step : 1, + valModStep = (val - this._valueMin()) % step; + alignValue = val - valModStep; + + if ( Math.abs(valModStep) * 2 >= step ) { + alignValue += ( valModStep > 0 ) ? step : ( -step ); + } + + // Since JavaScript has problems with large floats, round + // the final value to 5 digits after the decimal point (see #4124) + return parseFloat( alignValue.toFixed(5) ); + }, + + _valueMin: function() { + return this.options.min; + }, + + _valueMax: function() { + return this.options.max; + }, + + _refreshValue: function() { + var oRange = this.options.range, + o = this.options, + self = this, + animate = ( !this._animateOff ) ? o.animate : false, + valPercent, + _set = {}, + lastValPercent, + value, + valueMin, + valueMax; + + if ( this.options.values && this.options.values.length ) { + this.handles.each(function( i, j ) { + valPercent = ( self.values(i) - self._valueMin() ) / ( self._valueMax() - self._valueMin() ) * 100; + _set[ self.orientation === "horizontal" ? "left" : "bottom" ] = valPercent + "%"; + $( this ).stop( 1, 1 )[ animate ? "animate" : "css" ]( _set, o.animate ); + if ( self.options.range === true ) { + if ( self.orientation === "horizontal" ) { + if ( i === 0 ) { + self.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { left: valPercent + "%" }, o.animate ); + } + if ( i === 1 ) { + self.range[ animate ? "animate" : "css" ]( { width: ( valPercent - lastValPercent ) + "%" }, { queue: false, duration: o.animate } ); + } + } else { + if ( i === 0 ) { + self.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { bottom: ( valPercent ) + "%" }, o.animate ); + } + if ( i === 1 ) { + self.range[ animate ? "animate" : "css" ]( { height: ( valPercent - lastValPercent ) + "%" }, { queue: false, duration: o.animate } ); + } + } + } + lastValPercent = valPercent; + }); + } else { + value = this.value(); + valueMin = this._valueMin(); + valueMax = this._valueMax(); + valPercent = ( valueMax !== valueMin ) ? + ( value - valueMin ) / ( valueMax - valueMin ) * 100 : + 0; + _set[ self.orientation === "horizontal" ? "left" : "bottom" ] = valPercent + "%"; + this.handle.stop( 1, 1 )[ animate ? "animate" : "css" ]( _set, o.animate ); + + if ( oRange === "min" && this.orientation === "horizontal" ) { + this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { width: valPercent + "%" }, o.animate ); + } + if ( oRange === "max" && this.orientation === "horizontal" ) { + this.range[ animate ? "animate" : "css" ]( { width: ( 100 - valPercent ) + "%" }, { queue: false, duration: o.animate } ); + } + if ( oRange === "min" && this.orientation === "vertical" ) { + this.range.stop( 1, 1 )[ animate ? "animate" : "css" ]( { height: valPercent + "%" }, o.animate ); + } + if ( oRange === "max" && this.orientation === "vertical" ) { + this.range[ animate ? "animate" : "css" ]( { height: ( 100 - valPercent ) + "%" }, { queue: false, duration: o.animate } ); + } + } + } + +}); + +$.extend( $.ui.slider, { + version: "1.8.9" +}); + +}(jQuery)); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.sortable.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.sortable.js new file mode 100755 index 0000000..59312f4 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.sortable.js @@ -0,0 +1,1073 @@ +/* + * jQuery UI Sortable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Sortables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +$.widget("ui.sortable", $.ui.mouse, { + widgetEventPrefix: "sort", + options: { + appendTo: "parent", + axis: false, + connectWith: false, + containment: false, + cursor: 'auto', + cursorAt: false, + dropOnEmpty: true, + forcePlaceholderSize: false, + forceHelperSize: false, + grid: false, + handle: false, + helper: "original", + items: '> *', + opacity: false, + placeholder: false, + revert: false, + scroll: true, + scrollSensitivity: 20, + scrollSpeed: 20, + scope: "default", + tolerance: "intersect", + zIndex: 1000 + }, + _create: function() { + + var o = this.options; + this.containerCache = {}; + this.element.addClass("ui-sortable"); + + //Get the items + this.refresh(); + + //Let's determine if the items are floating + this.floating = this.items.length ? (/left|right/).test(this.items[0].item.css('float')) : false; + + //Let's determine the parent's offset + this.offset = this.element.offset(); + + //Initialize mouse events for interaction + this._mouseInit(); + + }, + + destroy: function() { + this.element + .removeClass("ui-sortable ui-sortable-disabled") + .removeData("sortable") + .unbind(".sortable"); + this._mouseDestroy(); + + for ( var i = this.items.length - 1; i >= 0; i-- ) + this.items[i].item.removeData("sortable-item"); + + return this; + }, + + _setOption: function(key, value){ + if ( key === "disabled" ) { + this.options[ key ] = value; + + this.widget() + [ value ? "addClass" : "removeClass"]( "ui-sortable-disabled" ); + } else { + // Don't call widget base _setOption for disable as it adds ui-state-disabled class + $.Widget.prototype._setOption.apply(this, arguments); + } + }, + + _mouseCapture: function(event, overrideHandle) { + + if (this.reverting) { + return false; + } + + if(this.options.disabled || this.options.type == 'static') return false; + + //We have to refresh the items data once first + this._refreshItems(event); + + //Find out if the clicked node (or one of its parents) is a actual item in this.items + var currentItem = null, self = this, nodes = $(event.target).parents().each(function() { + if($.data(this, 'sortable-item') == self) { + currentItem = $(this); + return false; + } + }); + if($.data(event.target, 'sortable-item') == self) currentItem = $(event.target); + + if(!currentItem) return false; + if(this.options.handle && !overrideHandle) { + var validHandle = false; + + $(this.options.handle, currentItem).find("*").andSelf().each(function() { if(this == event.target) validHandle = true; }); + if(!validHandle) return false; + } + + this.currentItem = currentItem; + this._removeCurrentsFromItems(); + return true; + + }, + + _mouseStart: function(event, overrideHandle, noActivation) { + + var o = this.options, self = this; + this.currentContainer = this; + + //We only need to call refreshPositions, because the refreshItems call has been moved to mouseCapture + this.refreshPositions(); + + //Create and append the visible helper + this.helper = this._createHelper(event); + + //Cache the helper size + this._cacheHelperProportions(); + + /* + * - Position generation - + * This block generates everything position related - it's the core of draggables. + */ + + //Cache the margins of the original element + this._cacheMargins(); + + //Get the next scrolling parent + this.scrollParent = this.helper.scrollParent(); + + //The element's absolute position on the page minus margins + this.offset = this.currentItem.offset(); + this.offset = { + top: this.offset.top - this.margins.top, + left: this.offset.left - this.margins.left + }; + + // Only after we got the offset, we can change the helper's position to absolute + // TODO: Still need to figure out a way to make relative sorting possible + this.helper.css("position", "absolute"); + this.cssPosition = this.helper.css("position"); + + $.extend(this.offset, { + click: { //Where the click happened, relative to the element + left: event.pageX - this.offset.left, + top: event.pageY - this.offset.top + }, + parent: this._getParentOffset(), + relative: this._getRelativeOffset() //This is a relative to absolute position minus the actual position calculation - only used for relative positioned helper + }); + + //Generate the original position + this.originalPosition = this._generatePosition(event); + this.originalPageX = event.pageX; + this.originalPageY = event.pageY; + + //Adjust the mouse offset relative to the helper if 'cursorAt' is supplied + (o.cursorAt && this._adjustOffsetFromHelper(o.cursorAt)); + + //Cache the former DOM position + this.domPosition = { prev: this.currentItem.prev()[0], parent: this.currentItem.parent()[0] }; + + //If the helper is not the original, hide the original so it's not playing any role during the drag, won't cause anything bad this way + if(this.helper[0] != this.currentItem[0]) { + this.currentItem.hide(); + } + + //Create the placeholder + this._createPlaceholder(); + + //Set a containment if given in the options + if(o.containment) + this._setContainment(); + + if(o.cursor) { // cursor option + if ($('body').css("cursor")) this._storedCursor = $('body').css("cursor"); + $('body').css("cursor", o.cursor); + } + + if(o.opacity) { // opacity option + if (this.helper.css("opacity")) this._storedOpacity = this.helper.css("opacity"); + this.helper.css("opacity", o.opacity); + } + + if(o.zIndex) { // zIndex option + if (this.helper.css("zIndex")) this._storedZIndex = this.helper.css("zIndex"); + this.helper.css("zIndex", o.zIndex); + } + + //Prepare scrolling + if(this.scrollParent[0] != document && this.scrollParent[0].tagName != 'HTML') + this.overflowOffset = this.scrollParent.offset(); + + //Call callbacks + this._trigger("start", event, this._uiHash()); + + //Recache the helper size + if(!this._preserveHelperProportions) + this._cacheHelperProportions(); + + + //Post 'activate' events to possible containers + if(!noActivation) { + for (var i = this.containers.length - 1; i >= 0; i--) { this.containers[i]._trigger("activate", event, self._uiHash(this)); } + } + + //Prepare possible droppables + if($.ui.ddmanager) + $.ui.ddmanager.current = this; + + if ($.ui.ddmanager && !o.dropBehaviour) + $.ui.ddmanager.prepareOffsets(this, event); + + this.dragging = true; + + this.helper.addClass("ui-sortable-helper"); + this._mouseDrag(event); //Execute the drag once - this causes the helper not to be visible before getting its correct position + return true; + + }, + + _mouseDrag: function(event) { + + //Compute the helpers position + this.position = this._generatePosition(event); + this.positionAbs = this._convertPositionTo("absolute"); + + if (!this.lastPositionAbs) { + this.lastPositionAbs = this.positionAbs; + } + + //Do scrolling + if(this.options.scroll) { + var o = this.options, scrolled = false; + if(this.scrollParent[0] != document && this.scrollParent[0].tagName != 'HTML') { + + if((this.overflowOffset.top + this.scrollParent[0].offsetHeight) - event.pageY < o.scrollSensitivity) + this.scrollParent[0].scrollTop = scrolled = this.scrollParent[0].scrollTop + o.scrollSpeed; + else if(event.pageY - this.overflowOffset.top < o.scrollSensitivity) + this.scrollParent[0].scrollTop = scrolled = this.scrollParent[0].scrollTop - o.scrollSpeed; + + if((this.overflowOffset.left + this.scrollParent[0].offsetWidth) - event.pageX < o.scrollSensitivity) + this.scrollParent[0].scrollLeft = scrolled = this.scrollParent[0].scrollLeft + o.scrollSpeed; + else if(event.pageX - this.overflowOffset.left < o.scrollSensitivity) + this.scrollParent[0].scrollLeft = scrolled = this.scrollParent[0].scrollLeft - o.scrollSpeed; + + } else { + + if(event.pageY - $(document).scrollTop() < o.scrollSensitivity) + scrolled = $(document).scrollTop($(document).scrollTop() - o.scrollSpeed); + else if($(window).height() - (event.pageY - $(document).scrollTop()) < o.scrollSensitivity) + scrolled = $(document).scrollTop($(document).scrollTop() + o.scrollSpeed); + + if(event.pageX - $(document).scrollLeft() < o.scrollSensitivity) + scrolled = $(document).scrollLeft($(document).scrollLeft() - o.scrollSpeed); + else if($(window).width() - (event.pageX - $(document).scrollLeft()) < o.scrollSensitivity) + scrolled = $(document).scrollLeft($(document).scrollLeft() + o.scrollSpeed); + + } + + if(scrolled !== false && $.ui.ddmanager && !o.dropBehaviour) + $.ui.ddmanager.prepareOffsets(this, event); + } + + //Regenerate the absolute position used for position checks + this.positionAbs = this._convertPositionTo("absolute"); + + //Set the helper position + if(!this.options.axis || this.options.axis != "y") this.helper[0].style.left = this.position.left+'px'; + if(!this.options.axis || this.options.axis != "x") this.helper[0].style.top = this.position.top+'px'; + + //Rearrange + for (var i = this.items.length - 1; i >= 0; i--) { + + //Cache variables and intersection, continue if no intersection + var item = this.items[i], itemElement = item.item[0], intersection = this._intersectsWithPointer(item); + if (!intersection) continue; + + if(itemElement != this.currentItem[0] //cannot intersect with itself + && this.placeholder[intersection == 1 ? "next" : "prev"]()[0] != itemElement //no useless actions that have been done before + && !$.ui.contains(this.placeholder[0], itemElement) //no action if the item moved is the parent of the item checked + && (this.options.type == 'semi-dynamic' ? !$.ui.contains(this.element[0], itemElement) : true) + //&& itemElement.parentNode == this.placeholder[0].parentNode // only rearrange items within the same container + ) { + + this.direction = intersection == 1 ? "down" : "up"; + + if (this.options.tolerance == "pointer" || this._intersectsWithSides(item)) { + this._rearrange(event, item); + } else { + break; + } + + this._trigger("change", event, this._uiHash()); + break; + } + } + + //Post events to containers + this._contactContainers(event); + + //Interconnect with droppables + if($.ui.ddmanager) $.ui.ddmanager.drag(this, event); + + //Call callbacks + this._trigger('sort', event, this._uiHash()); + + this.lastPositionAbs = this.positionAbs; + return false; + + }, + + _mouseStop: function(event, noPropagation) { + + if(!event) return; + + //If we are using droppables, inform the manager about the drop + if ($.ui.ddmanager && !this.options.dropBehaviour) + $.ui.ddmanager.drop(this, event); + + if(this.options.revert) { + var self = this; + var cur = self.placeholder.offset(); + + self.reverting = true; + + $(this.helper).animate({ + left: cur.left - this.offset.parent.left - self.margins.left + (this.offsetParent[0] == document.body ? 0 : this.offsetParent[0].scrollLeft), + top: cur.top - this.offset.parent.top - self.margins.top + (this.offsetParent[0] == document.body ? 0 : this.offsetParent[0].scrollTop) + }, parseInt(this.options.revert, 10) || 500, function() { + self._clear(event); + }); + } else { + this._clear(event, noPropagation); + } + + return false; + + }, + + cancel: function() { + + var self = this; + + if(this.dragging) { + + this._mouseUp({ target: null }); + + if(this.options.helper == "original") + this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"); + else + this.currentItem.show(); + + //Post deactivating events to containers + for (var i = this.containers.length - 1; i >= 0; i--){ + this.containers[i]._trigger("deactivate", null, self._uiHash(this)); + if(this.containers[i].containerCache.over) { + this.containers[i]._trigger("out", null, self._uiHash(this)); + this.containers[i].containerCache.over = 0; + } + } + + } + + if (this.placeholder) { + //$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately, it unbinds ALL events from the original node! + if(this.placeholder[0].parentNode) this.placeholder[0].parentNode.removeChild(this.placeholder[0]); + if(this.options.helper != "original" && this.helper && this.helper[0].parentNode) this.helper.remove(); + + $.extend(this, { + helper: null, + dragging: false, + reverting: false, + _noFinalSort: null + }); + + if(this.domPosition.prev) { + $(this.domPosition.prev).after(this.currentItem); + } else { + $(this.domPosition.parent).prepend(this.currentItem); + } + } + + return this; + + }, + + serialize: function(o) { + + var items = this._getItemsAsjQuery(o && o.connected); + var str = []; o = o || {}; + + $(items).each(function() { + var res = ($(o.item || this).attr(o.attribute || 'id') || '').match(o.expression || (/(.+)[-=_](.+)/)); + if(res) str.push((o.key || res[1]+'[]')+'='+(o.key && o.expression ? res[1] : res[2])); + }); + + if(!str.length && o.key) { + str.push(o.key + '='); + } + + return str.join('&'); + + }, + + toArray: function(o) { + + var items = this._getItemsAsjQuery(o && o.connected); + var ret = []; o = o || {}; + + items.each(function() { ret.push($(o.item || this).attr(o.attribute || 'id') || ''); }); + return ret; + + }, + + /* Be careful with the following core functions */ + _intersectsWith: function(item) { + + var x1 = this.positionAbs.left, + x2 = x1 + this.helperProportions.width, + y1 = this.positionAbs.top, + y2 = y1 + this.helperProportions.height; + + var l = item.left, + r = l + item.width, + t = item.top, + b = t + item.height; + + var dyClick = this.offset.click.top, + dxClick = this.offset.click.left; + + var isOverElement = (y1 + dyClick) > t && (y1 + dyClick) < b && (x1 + dxClick) > l && (x1 + dxClick) < r; + + if( this.options.tolerance == "pointer" + || this.options.forcePointerForContainers + || (this.options.tolerance != "pointer" && this.helperProportions[this.floating ? 'width' : 'height'] > item[this.floating ? 'width' : 'height']) + ) { + return isOverElement; + } else { + + return (l < x1 + (this.helperProportions.width / 2) // Right Half + && x2 - (this.helperProportions.width / 2) < r // Left Half + && t < y1 + (this.helperProportions.height / 2) // Bottom Half + && y2 - (this.helperProportions.height / 2) < b ); // Top Half + + } + }, + + _intersectsWithPointer: function(item) { + + var isOverElementHeight = $.ui.isOverAxis(this.positionAbs.top + this.offset.click.top, item.top, item.height), + isOverElementWidth = $.ui.isOverAxis(this.positionAbs.left + this.offset.click.left, item.left, item.width), + isOverElement = isOverElementHeight && isOverElementWidth, + verticalDirection = this._getDragVerticalDirection(), + horizontalDirection = this._getDragHorizontalDirection(); + + if (!isOverElement) + return false; + + return this.floating ? + ( ((horizontalDirection && horizontalDirection == "right") || verticalDirection == "down") ? 2 : 1 ) + : ( verticalDirection && (verticalDirection == "down" ? 2 : 1) ); + + }, + + _intersectsWithSides: function(item) { + + var isOverBottomHalf = $.ui.isOverAxis(this.positionAbs.top + this.offset.click.top, item.top + (item.height/2), item.height), + isOverRightHalf = $.ui.isOverAxis(this.positionAbs.left + this.offset.click.left, item.left + (item.width/2), item.width), + verticalDirection = this._getDragVerticalDirection(), + horizontalDirection = this._getDragHorizontalDirection(); + + if (this.floating && horizontalDirection) { + return ((horizontalDirection == "right" && isOverRightHalf) || (horizontalDirection == "left" && !isOverRightHalf)); + } else { + return verticalDirection && ((verticalDirection == "down" && isOverBottomHalf) || (verticalDirection == "up" && !isOverBottomHalf)); + } + + }, + + _getDragVerticalDirection: function() { + var delta = this.positionAbs.top - this.lastPositionAbs.top; + return delta != 0 && (delta > 0 ? "down" : "up"); + }, + + _getDragHorizontalDirection: function() { + var delta = this.positionAbs.left - this.lastPositionAbs.left; + return delta != 0 && (delta > 0 ? "right" : "left"); + }, + + refresh: function(event) { + this._refreshItems(event); + this.refreshPositions(); + return this; + }, + + _connectWith: function() { + var options = this.options; + return options.connectWith.constructor == String + ? [options.connectWith] + : options.connectWith; + }, + + _getItemsAsjQuery: function(connected) { + + var self = this; + var items = []; + var queries = []; + var connectWith = this._connectWith(); + + if(connectWith && connected) { + for (var i = connectWith.length - 1; i >= 0; i--){ + var cur = $(connectWith[i]); + for (var j = cur.length - 1; j >= 0; j--){ + var inst = $.data(cur[j], 'sortable'); + if(inst && inst != this && !inst.options.disabled) { + queries.push([$.isFunction(inst.options.items) ? inst.options.items.call(inst.element) : $(inst.options.items, inst.element).not(".ui-sortable-helper").not('.ui-sortable-placeholder'), inst]); + } + }; + }; + } + + queries.push([$.isFunction(this.options.items) ? this.options.items.call(this.element, null, { options: this.options, item: this.currentItem }) : $(this.options.items, this.element).not(".ui-sortable-helper").not('.ui-sortable-placeholder'), this]); + + for (var i = queries.length - 1; i >= 0; i--){ + queries[i][0].each(function() { + items.push(this); + }); + }; + + return $(items); + + }, + + _removeCurrentsFromItems: function() { + + var list = this.currentItem.find(":data(sortable-item)"); + + for (var i=0; i < this.items.length; i++) { + + for (var j=0; j < list.length; j++) { + if(list[j] == this.items[i].item[0]) + this.items.splice(i,1); + }; + + }; + + }, + + _refreshItems: function(event) { + + this.items = []; + this.containers = [this]; + var items = this.items; + var self = this; + var queries = [[$.isFunction(this.options.items) ? this.options.items.call(this.element[0], event, { item: this.currentItem }) : $(this.options.items, this.element), this]]; + var connectWith = this._connectWith(); + + if(connectWith) { + for (var i = connectWith.length - 1; i >= 0; i--){ + var cur = $(connectWith[i]); + for (var j = cur.length - 1; j >= 0; j--){ + var inst = $.data(cur[j], 'sortable'); + if(inst && inst != this && !inst.options.disabled) { + queries.push([$.isFunction(inst.options.items) ? inst.options.items.call(inst.element[0], event, { item: this.currentItem }) : $(inst.options.items, inst.element), inst]); + this.containers.push(inst); + } + }; + }; + } + + for (var i = queries.length - 1; i >= 0; i--) { + var targetData = queries[i][1]; + var _queries = queries[i][0]; + + for (var j=0, queriesLength = _queries.length; j < queriesLength; j++) { + var item = $(_queries[j]); + + item.data('sortable-item', targetData); // Data for target checking (mouse manager) + + items.push({ + item: item, + instance: targetData, + width: 0, height: 0, + left: 0, top: 0 + }); + }; + }; + + }, + + refreshPositions: function(fast) { + + //This has to be redone because due to the item being moved out/into the offsetParent, the offsetParent's position will change + if(this.offsetParent && this.helper) { + this.offset.parent = this._getParentOffset(); + } + + for (var i = this.items.length - 1; i >= 0; i--){ + var item = this.items[i]; + + var t = this.options.toleranceElement ? $(this.options.toleranceElement, item.item) : item.item; + + if (!fast) { + item.width = t.outerWidth(); + item.height = t.outerHeight(); + } + + var p = t.offset(); + item.left = p.left; + item.top = p.top; + }; + + if(this.options.custom && this.options.custom.refreshContainers) { + this.options.custom.refreshContainers.call(this); + } else { + for (var i = this.containers.length - 1; i >= 0; i--){ + var p = this.containers[i].element.offset(); + this.containers[i].containerCache.left = p.left; + this.containers[i].containerCache.top = p.top; + this.containers[i].containerCache.width = this.containers[i].element.outerWidth(); + this.containers[i].containerCache.height = this.containers[i].element.outerHeight(); + }; + } + + return this; + }, + + _createPlaceholder: function(that) { + + var self = that || this, o = self.options; + + if(!o.placeholder || o.placeholder.constructor == String) { + var className = o.placeholder; + o.placeholder = { + element: function() { + + var el = $(document.createElement(self.currentItem[0].nodeName)) + .addClass(className || self.currentItem[0].className+" ui-sortable-placeholder") + .removeClass("ui-sortable-helper")[0]; + + if(!className) + el.style.visibility = "hidden"; + + return el; + }, + update: function(container, p) { + + // 1. If a className is set as 'placeholder option, we don't force sizes - the class is responsible for that + // 2. The option 'forcePlaceholderSize can be enabled to force it even if a class name is specified + if(className && !o.forcePlaceholderSize) return; + + //If the element doesn't have a actual height by itself (without styles coming from a stylesheet), it receives the inline height from the dragged item + if(!p.height()) { p.height(self.currentItem.innerHeight() - parseInt(self.currentItem.css('paddingTop')||0, 10) - parseInt(self.currentItem.css('paddingBottom')||0, 10)); }; + if(!p.width()) { p.width(self.currentItem.innerWidth() - parseInt(self.currentItem.css('paddingLeft')||0, 10) - parseInt(self.currentItem.css('paddingRight')||0, 10)); }; + } + }; + } + + //Create the placeholder + self.placeholder = $(o.placeholder.element.call(self.element, self.currentItem)); + + //Append it after the actual current item + self.currentItem.after(self.placeholder); + + //Update the size of the placeholder (TODO: Logic to fuzzy, see line 316/317) + o.placeholder.update(self, self.placeholder); + + }, + + _contactContainers: function(event) { + + // get innermost container that intersects with item + var innermostContainer = null, innermostIndex = null; + + + for (var i = this.containers.length - 1; i >= 0; i--){ + + // never consider a container that's located within the item itself + if($.ui.contains(this.currentItem[0], this.containers[i].element[0])) + continue; + + if(this._intersectsWith(this.containers[i].containerCache)) { + + // if we've already found a container and it's more "inner" than this, then continue + if(innermostContainer && $.ui.contains(this.containers[i].element[0], innermostContainer.element[0])) + continue; + + innermostContainer = this.containers[i]; + innermostIndex = i; + + } else { + // container doesn't intersect. trigger "out" event if necessary + if(this.containers[i].containerCache.over) { + this.containers[i]._trigger("out", event, this._uiHash(this)); + this.containers[i].containerCache.over = 0; + } + } + + } + + // if no intersecting containers found, return + if(!innermostContainer) return; + + // move the item into the container if it's not there already + if(this.containers.length === 1) { + this.containers[innermostIndex]._trigger("over", event, this._uiHash(this)); + this.containers[innermostIndex].containerCache.over = 1; + } else if(this.currentContainer != this.containers[innermostIndex]) { + + //When entering a new container, we will find the item with the least distance and append our item near it + var dist = 10000; var itemWithLeastDistance = null; var base = this.positionAbs[this.containers[innermostIndex].floating ? 'left' : 'top']; + for (var j = this.items.length - 1; j >= 0; j--) { + if(!$.ui.contains(this.containers[innermostIndex].element[0], this.items[j].item[0])) continue; + var cur = this.items[j][this.containers[innermostIndex].floating ? 'left' : 'top']; + if(Math.abs(cur - base) < dist) { + dist = Math.abs(cur - base); itemWithLeastDistance = this.items[j]; + } + } + + if(!itemWithLeastDistance && !this.options.dropOnEmpty) //Check if dropOnEmpty is enabled + return; + + this.currentContainer = this.containers[innermostIndex]; + itemWithLeastDistance ? this._rearrange(event, itemWithLeastDistance, null, true) : this._rearrange(event, null, this.containers[innermostIndex].element, true); + this._trigger("change", event, this._uiHash()); + this.containers[innermostIndex]._trigger("change", event, this._uiHash(this)); + + //Update the placeholder + this.options.placeholder.update(this.currentContainer, this.placeholder); + + this.containers[innermostIndex]._trigger("over", event, this._uiHash(this)); + this.containers[innermostIndex].containerCache.over = 1; + } + + + }, + + _createHelper: function(event) { + + var o = this.options; + var helper = $.isFunction(o.helper) ? $(o.helper.apply(this.element[0], [event, this.currentItem])) : (o.helper == 'clone' ? this.currentItem.clone() : this.currentItem); + + if(!helper.parents('body').length) //Add the helper to the DOM if that didn't happen already + $(o.appendTo != 'parent' ? o.appendTo : this.currentItem[0].parentNode)[0].appendChild(helper[0]); + + if(helper[0] == this.currentItem[0]) + this._storedCSS = { width: this.currentItem[0].style.width, height: this.currentItem[0].style.height, position: this.currentItem.css("position"), top: this.currentItem.css("top"), left: this.currentItem.css("left") }; + + if(helper[0].style.width == '' || o.forceHelperSize) helper.width(this.currentItem.width()); + if(helper[0].style.height == '' || o.forceHelperSize) helper.height(this.currentItem.height()); + + return helper; + + }, + + _adjustOffsetFromHelper: function(obj) { + if (typeof obj == 'string') { + obj = obj.split(' '); + } + if ($.isArray(obj)) { + obj = {left: +obj[0], top: +obj[1] || 0}; + } + if ('left' in obj) { + this.offset.click.left = obj.left + this.margins.left; + } + if ('right' in obj) { + this.offset.click.left = this.helperProportions.width - obj.right + this.margins.left; + } + if ('top' in obj) { + this.offset.click.top = obj.top + this.margins.top; + } + if ('bottom' in obj) { + this.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top; + } + }, + + _getParentOffset: function() { + + + //Get the offsetParent and cache its position + this.offsetParent = this.helper.offsetParent(); + var po = this.offsetParent.offset(); + + // This is a special case where we need to modify a offset calculated on start, since the following happened: + // 1. The position of the helper is absolute, so it's position is calculated based on the next positioned parent + // 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't the document, which means that + // the scroll is included in the initial calculation of the offset of the parent, and never recalculated upon drag + if(this.cssPosition == 'absolute' && this.scrollParent[0] != document && $.ui.contains(this.scrollParent[0], this.offsetParent[0])) { + po.left += this.scrollParent.scrollLeft(); + po.top += this.scrollParent.scrollTop(); + } + + if((this.offsetParent[0] == document.body) //This needs to be actually done for all browsers, since pageX/pageY includes this information + || (this.offsetParent[0].tagName && this.offsetParent[0].tagName.toLowerCase() == 'html' && $.browser.msie)) //Ugly IE fix + po = { top: 0, left: 0 }; + + return { + top: po.top + (parseInt(this.offsetParent.css("borderTopWidth"),10) || 0), + left: po.left + (parseInt(this.offsetParent.css("borderLeftWidth"),10) || 0) + }; + + }, + + _getRelativeOffset: function() { + + if(this.cssPosition == "relative") { + var p = this.currentItem.position(); + return { + top: p.top - (parseInt(this.helper.css("top"),10) || 0) + this.scrollParent.scrollTop(), + left: p.left - (parseInt(this.helper.css("left"),10) || 0) + this.scrollParent.scrollLeft() + }; + } else { + return { top: 0, left: 0 }; + } + + }, + + _cacheMargins: function() { + this.margins = { + left: (parseInt(this.currentItem.css("marginLeft"),10) || 0), + top: (parseInt(this.currentItem.css("marginTop"),10) || 0) + }; + }, + + _cacheHelperProportions: function() { + this.helperProportions = { + width: this.helper.outerWidth(), + height: this.helper.outerHeight() + }; + }, + + _setContainment: function() { + + var o = this.options; + if(o.containment == 'parent') o.containment = this.helper[0].parentNode; + if(o.containment == 'document' || o.containment == 'window') this.containment = [ + 0 - this.offset.relative.left - this.offset.parent.left, + 0 - this.offset.relative.top - this.offset.parent.top, + $(o.containment == 'document' ? document : window).width() - this.helperProportions.width - this.margins.left, + ($(o.containment == 'document' ? document : window).height() || document.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top + ]; + + if(!(/^(document|window|parent)$/).test(o.containment)) { + var ce = $(o.containment)[0]; + var co = $(o.containment).offset(); + var over = ($(ce).css("overflow") != 'hidden'); + + this.containment = [ + co.left + (parseInt($(ce).css("borderLeftWidth"),10) || 0) + (parseInt($(ce).css("paddingLeft"),10) || 0) - this.margins.left, + co.top + (parseInt($(ce).css("borderTopWidth"),10) || 0) + (parseInt($(ce).css("paddingTop"),10) || 0) - this.margins.top, + co.left+(over ? Math.max(ce.scrollWidth,ce.offsetWidth) : ce.offsetWidth) - (parseInt($(ce).css("borderLeftWidth"),10) || 0) - (parseInt($(ce).css("paddingRight"),10) || 0) - this.helperProportions.width - this.margins.left, + co.top+(over ? Math.max(ce.scrollHeight,ce.offsetHeight) : ce.offsetHeight) - (parseInt($(ce).css("borderTopWidth"),10) || 0) - (parseInt($(ce).css("paddingBottom"),10) || 0) - this.helperProportions.height - this.margins.top + ]; + } + + }, + + _convertPositionTo: function(d, pos) { + + if(!pos) pos = this.position; + var mod = d == "absolute" ? 1 : -1; + var o = this.options, scroll = this.cssPosition == 'absolute' && !(this.scrollParent[0] != document && $.ui.contains(this.scrollParent[0], this.offsetParent[0])) ? this.offsetParent : this.scrollParent, scrollIsRootNode = (/(html|body)/i).test(scroll[0].tagName); + + return { + top: ( + pos.top // The absolute mouse position + + this.offset.relative.top * mod // Only for relative positioned nodes: Relative offset from element to offset parent + + this.offset.parent.top * mod // The offsetParent's offset without borders (offset + border) + - ($.browser.safari && this.cssPosition == 'fixed' ? 0 : ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollTop() : ( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) * mod) + ), + left: ( + pos.left // The absolute mouse position + + this.offset.relative.left * mod // Only for relative positioned nodes: Relative offset from element to offset parent + + this.offset.parent.left * mod // The offsetParent's offset without borders (offset + border) + - ($.browser.safari && this.cssPosition == 'fixed' ? 0 : ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 : scroll.scrollLeft() ) * mod) + ) + }; + + }, + + _generatePosition: function(event) { + + var o = this.options, scroll = this.cssPosition == 'absolute' && !(this.scrollParent[0] != document && $.ui.contains(this.scrollParent[0], this.offsetParent[0])) ? this.offsetParent : this.scrollParent, scrollIsRootNode = (/(html|body)/i).test(scroll[0].tagName); + + // This is another very weird special case that only happens for relative elements: + // 1. If the css position is relative + // 2. and the scroll parent is the document or similar to the offset parent + // we have to refresh the relative offset during the scroll so there are no jumps + if(this.cssPosition == 'relative' && !(this.scrollParent[0] != document && this.scrollParent[0] != this.offsetParent[0])) { + this.offset.relative = this._getRelativeOffset(); + } + + var pageX = event.pageX; + var pageY = event.pageY; + + /* + * - Position constraining - + * Constrain the position to a mix of grid, containment. + */ + + if(this.originalPosition) { //If we are not dragging yet, we won't check for options + + if(this.containment) { + if(event.pageX - this.offset.click.left < this.containment[0]) pageX = this.containment[0] + this.offset.click.left; + if(event.pageY - this.offset.click.top < this.containment[1]) pageY = this.containment[1] + this.offset.click.top; + if(event.pageX - this.offset.click.left > this.containment[2]) pageX = this.containment[2] + this.offset.click.left; + if(event.pageY - this.offset.click.top > this.containment[3]) pageY = this.containment[3] + this.offset.click.top; + } + + if(o.grid) { + var top = this.originalPageY + Math.round((pageY - this.originalPageY) / o.grid[1]) * o.grid[1]; + pageY = this.containment ? (!(top - this.offset.click.top < this.containment[1] || top - this.offset.click.top > this.containment[3]) ? top : (!(top - this.offset.click.top < this.containment[1]) ? top - o.grid[1] : top + o.grid[1])) : top; + + var left = this.originalPageX + Math.round((pageX - this.originalPageX) / o.grid[0]) * o.grid[0]; + pageX = this.containment ? (!(left - this.offset.click.left < this.containment[0] || left - this.offset.click.left > this.containment[2]) ? left : (!(left - this.offset.click.left < this.containment[0]) ? left - o.grid[0] : left + o.grid[0])) : left; + } + + } + + return { + top: ( + pageY // The absolute mouse position + - this.offset.click.top // Click offset (relative to the element) + - this.offset.relative.top // Only for relative positioned nodes: Relative offset from element to offset parent + - this.offset.parent.top // The offsetParent's offset without borders (offset + border) + + ($.browser.safari && this.cssPosition == 'fixed' ? 0 : ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollTop() : ( scrollIsRootNode ? 0 : scroll.scrollTop() ) )) + ), + left: ( + pageX // The absolute mouse position + - this.offset.click.left // Click offset (relative to the element) + - this.offset.relative.left // Only for relative positioned nodes: Relative offset from element to offset parent + - this.offset.parent.left // The offsetParent's offset without borders (offset + border) + + ($.browser.safari && this.cssPosition == 'fixed' ? 0 : ( this.cssPosition == 'fixed' ? -this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 : scroll.scrollLeft() )) + ) + }; + + }, + + _rearrange: function(event, i, a, hardRefresh) { + + a ? a[0].appendChild(this.placeholder[0]) : i.item[0].parentNode.insertBefore(this.placeholder[0], (this.direction == 'down' ? i.item[0] : i.item[0].nextSibling)); + + //Various things done here to improve the performance: + // 1. we create a setTimeout, that calls refreshPositions + // 2. on the instance, we have a counter variable, that get's higher after every append + // 3. on the local scope, we copy the counter variable, and check in the timeout, if it's still the same + // 4. this lets only the last addition to the timeout stack through + this.counter = this.counter ? ++this.counter : 1; + var self = this, counter = this.counter; + + window.setTimeout(function() { + if(counter == self.counter) self.refreshPositions(!hardRefresh); //Precompute after each DOM insertion, NOT on mousemove + },0); + + }, + + _clear: function(event, noPropagation) { + + this.reverting = false; + // We delay all events that have to be triggered to after the point where the placeholder has been removed and + // everything else normalized again + var delayedTriggers = [], self = this; + + // We first have to update the dom position of the actual currentItem + // Note: don't do it if the current item is already removed (by a user), or it gets reappended (see #4088) + if(!this._noFinalSort && this.currentItem[0].parentNode) this.placeholder.before(this.currentItem); + this._noFinalSort = null; + + if(this.helper[0] == this.currentItem[0]) { + for(var i in this._storedCSS) { + if(this._storedCSS[i] == 'auto' || this._storedCSS[i] == 'static') this._storedCSS[i] = ''; + } + this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"); + } else { + this.currentItem.show(); + } + + if(this.fromOutside && !noPropagation) delayedTriggers.push(function(event) { this._trigger("receive", event, this._uiHash(this.fromOutside)); }); + if((this.fromOutside || this.domPosition.prev != this.currentItem.prev().not(".ui-sortable-helper")[0] || this.domPosition.parent != this.currentItem.parent()[0]) && !noPropagation) delayedTriggers.push(function(event) { this._trigger("update", event, this._uiHash()); }); //Trigger update callback if the DOM position has changed + if(!$.ui.contains(this.element[0], this.currentItem[0])) { //Node was moved out of the current element + if(!noPropagation) delayedTriggers.push(function(event) { this._trigger("remove", event, this._uiHash()); }); + for (var i = this.containers.length - 1; i >= 0; i--){ + if($.ui.contains(this.containers[i].element[0], this.currentItem[0]) && !noPropagation) { + delayedTriggers.push((function(c) { return function(event) { c._trigger("receive", event, this._uiHash(this)); }; }).call(this, this.containers[i])); + delayedTriggers.push((function(c) { return function(event) { c._trigger("update", event, this._uiHash(this)); }; }).call(this, this.containers[i])); + } + }; + }; + + //Post events to containers + for (var i = this.containers.length - 1; i >= 0; i--){ + if(!noPropagation) delayedTriggers.push((function(c) { return function(event) { c._trigger("deactivate", event, this._uiHash(this)); }; }).call(this, this.containers[i])); + if(this.containers[i].containerCache.over) { + delayedTriggers.push((function(c) { return function(event) { c._trigger("out", event, this._uiHash(this)); }; }).call(this, this.containers[i])); + this.containers[i].containerCache.over = 0; + } + } + + //Do what was originally in plugins + if(this._storedCursor) $('body').css("cursor", this._storedCursor); //Reset cursor + if(this._storedOpacity) this.helper.css("opacity", this._storedOpacity); //Reset opacity + if(this._storedZIndex) this.helper.css("zIndex", this._storedZIndex == 'auto' ? '' : this._storedZIndex); //Reset z-index + + this.dragging = false; + if(this.cancelHelperRemoval) { + if(!noPropagation) { + this._trigger("beforeStop", event, this._uiHash()); + for (var i=0; i < delayedTriggers.length; i++) { delayedTriggers[i].call(this, event); }; //Trigger all delayed events + this._trigger("stop", event, this._uiHash()); + } + return false; + } + + if(!noPropagation) this._trigger("beforeStop", event, this._uiHash()); + + //$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately, it unbinds ALL events from the original node! + this.placeholder[0].parentNode.removeChild(this.placeholder[0]); + + if(this.helper[0] != this.currentItem[0]) this.helper.remove(); this.helper = null; + + if(!noPropagation) { + for (var i=0; i < delayedTriggers.length; i++) { delayedTriggers[i].call(this, event); }; //Trigger all delayed events + this._trigger("stop", event, this._uiHash()); + } + + this.fromOutside = false; + return true; + + }, + + _trigger: function() { + if ($.Widget.prototype._trigger.apply(this, arguments) === false) { + this.cancel(); + } + }, + + _uiHash: function(inst) { + var self = inst || this; + return { + helper: self.helper, + placeholder: self.placeholder || $([]), + position: self.position, + originalPosition: self.originalPosition, + offset: self.positionAbs, + item: self.currentItem, + sender: inst ? inst.element : null + }; + } + +}); + +$.extend($.ui.sortable, { + version: "1.8.9" +}); + +})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.tabs.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.tabs.js new file mode 100755 index 0000000..be9db32 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.tabs.js @@ -0,0 +1,758 @@ +/* + * jQuery UI Tabs 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function( $, undefined ) { + +var tabId = 0, + listId = 0; + +function getNextTabId() { + return ++tabId; +} + +function getNextListId() { + return ++listId; +} + +$.widget( "ui.tabs", { + options: { + add: null, + ajaxOptions: null, + cache: false, + cookie: null, // e.g. { expires: 7, path: '/', domain: 'jquery.com', secure: true } + collapsible: false, + disable: null, + disabled: [], + enable: null, + event: "click", + fx: null, // e.g. { height: 'toggle', opacity: 'toggle', duration: 200 } + idPrefix: "ui-tabs-", + load: null, + panelTemplate: "
    ", + remove: null, + select: null, + show: null, + spinner: "Loading…", + tabTemplate: "
  • #{label}
  • " + }, + + _create: function() { + this._tabify( true ); + }, + + _setOption: function( key, value ) { + if ( key == "selected" ) { + if (this.options.collapsible && value == this.options.selected ) { + return; + } + this.select( value ); + } else { + this.options[ key ] = value; + this._tabify(); + } + }, + + _tabId: function( a ) { + return a.title && a.title.replace( /\s/g, "_" ).replace( /[^\w\u00c0-\uFFFF-]/g, "" ) || + this.options.idPrefix + getNextTabId(); + }, + + _sanitizeSelector: function( hash ) { + // we need this because an id may contain a ":" + return hash.replace( /:/g, "\\:" ); + }, + + _cookie: function() { + var cookie = this.cookie || + ( this.cookie = this.options.cookie.name || "ui-tabs-" + getNextListId() ); + return $.cookie.apply( null, [ cookie ].concat( $.makeArray( arguments ) ) ); + }, + + _ui: function( tab, panel ) { + return { + tab: tab, + panel: panel, + index: this.anchors.index( tab ) + }; + }, + + _cleanup: function() { + // restore all former loading tabs labels + this.lis.filter( ".ui-state-processing" ) + .removeClass( "ui-state-processing" ) + .find( "span:data(label.tabs)" ) + .each(function() { + var el = $( this ); + el.html( el.data( "label.tabs" ) ).removeData( "label.tabs" ); + }); + }, + + _tabify: function( init ) { + var self = this, + o = this.options, + fragmentId = /^#.+/; // Safari 2 reports '#' for an empty hash + + this.list = this.element.find( "ol,ul" ).eq( 0 ); + this.lis = $( " > li:has(a[href])", this.list ); + this.anchors = this.lis.map(function() { + return $( "a", this )[ 0 ]; + }); + this.panels = $( [] ); + + this.anchors.each(function( i, a ) { + var href = $( a ).attr( "href" ); + // For dynamically created HTML that contains a hash as href IE < 8 expands + // such href to the full page url with hash and then misinterprets tab as ajax. + // Same consideration applies for an added tab with a fragment identifier + // since a[href=#fragment-identifier] does unexpectedly not match. + // Thus normalize href attribute... + var hrefBase = href.split( "#" )[ 0 ], + baseEl; + if ( hrefBase && ( hrefBase === location.toString().split( "#" )[ 0 ] || + ( baseEl = $( "base" )[ 0 ]) && hrefBase === baseEl.href ) ) { + href = a.hash; + a.href = href; + } + + // inline tab + if ( fragmentId.test( href ) ) { + self.panels = self.panels.add( self.element.find( self._sanitizeSelector( href ) ) ); + // remote tab + // prevent loading the page itself if href is just "#" + } else if ( href && href !== "#" ) { + // required for restore on destroy + $.data( a, "href.tabs", href ); + + // TODO until #3808 is fixed strip fragment identifier from url + // (IE fails to load from such url) + $.data( a, "load.tabs", href.replace( /#.*$/, "" ) ); + + var id = self._tabId( a ); + a.href = "#" + id; + var $panel = self.element.find( "#" + id ); + if ( !$panel.length ) { + $panel = $( o.panelTemplate ) + .attr( "id", id ) + .addClass( "ui-tabs-panel ui-widget-content ui-corner-bottom" ) + .insertAfter( self.panels[ i - 1 ] || self.list ); + $panel.data( "destroy.tabs", true ); + } + self.panels = self.panels.add( $panel ); + // invalid tab href + } else { + o.disabled.push( i ); + } + }); + + // initialization from scratch + if ( init ) { + // attach necessary classes for styling + this.element.addClass( "ui-tabs ui-widget ui-widget-content ui-corner-all" ); + this.list.addClass( "ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all" ); + this.lis.addClass( "ui-state-default ui-corner-top" ); + this.panels.addClass( "ui-tabs-panel ui-widget-content ui-corner-bottom" ); + + // Selected tab + // use "selected" option or try to retrieve: + // 1. from fragment identifier in url + // 2. from cookie + // 3. from selected class attribute on
  • + if ( o.selected === undefined ) { + if ( location.hash ) { + this.anchors.each(function( i, a ) { + if ( a.hash == location.hash ) { + o.selected = i; + return false; + } + }); + } + if ( typeof o.selected !== "number" && o.cookie ) { + o.selected = parseInt( self._cookie(), 10 ); + } + if ( typeof o.selected !== "number" && this.lis.filter( ".ui-tabs-selected" ).length ) { + o.selected = this.lis.index( this.lis.filter( ".ui-tabs-selected" ) ); + } + o.selected = o.selected || ( this.lis.length ? 0 : -1 ); + } else if ( o.selected === null ) { // usage of null is deprecated, TODO remove in next release + o.selected = -1; + } + + // sanity check - default to first tab... + o.selected = ( ( o.selected >= 0 && this.anchors[ o.selected ] ) || o.selected < 0 ) + ? o.selected + : 0; + + // Take disabling tabs via class attribute from HTML + // into account and update option properly. + // A selected tab cannot become disabled. + o.disabled = $.unique( o.disabled.concat( + $.map( this.lis.filter( ".ui-state-disabled" ), function( n, i ) { + return self.lis.index( n ); + }) + ) ).sort(); + + if ( $.inArray( o.selected, o.disabled ) != -1 ) { + o.disabled.splice( $.inArray( o.selected, o.disabled ), 1 ); + } + + // highlight selected tab + this.panels.addClass( "ui-tabs-hide" ); + this.lis.removeClass( "ui-tabs-selected ui-state-active" ); + // check for length avoids error when initializing empty list + if ( o.selected >= 0 && this.anchors.length ) { + self.element.find( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ).removeClass( "ui-tabs-hide" ); + this.lis.eq( o.selected ).addClass( "ui-tabs-selected ui-state-active" ); + + // seems to be expected behavior that the show callback is fired + self.element.queue( "tabs", function() { + self._trigger( "show", null, + self._ui( self.anchors[ o.selected ], self.element.find( self._sanitizeSelector( self.anchors[ o.selected ].hash ) )[ 0 ] ) ); + }); + + this.load( o.selected ); + } + + // clean up to avoid memory leaks in certain versions of IE 6 + // TODO: namespace this event + $( window ).bind( "unload", function() { + self.lis.add( self.anchors ).unbind( ".tabs" ); + self.lis = self.anchors = self.panels = null; + }); + // update selected after add/remove + } else { + o.selected = this.lis.index( this.lis.filter( ".ui-tabs-selected" ) ); + } + + // update collapsible + // TODO: use .toggleClass() + this.element[ o.collapsible ? "addClass" : "removeClass" ]( "ui-tabs-collapsible" ); + + // set or update cookie after init and add/remove respectively + if ( o.cookie ) { + this._cookie( o.selected, o.cookie ); + } + + // disable tabs + for ( var i = 0, li; ( li = this.lis[ i ] ); i++ ) { + $( li )[ $.inArray( i, o.disabled ) != -1 && + // TODO: use .toggleClass() + !$( li ).hasClass( "ui-tabs-selected" ) ? "addClass" : "removeClass" ]( "ui-state-disabled" ); + } + + // reset cache if switching from cached to not cached + if ( o.cache === false ) { + this.anchors.removeData( "cache.tabs" ); + } + + // remove all handlers before, tabify may run on existing tabs after add or option change + this.lis.add( this.anchors ).unbind( ".tabs" ); + + if ( o.event !== "mouseover" ) { + var addState = function( state, el ) { + if ( el.is( ":not(.ui-state-disabled)" ) ) { + el.addClass( "ui-state-" + state ); + } + }; + var removeState = function( state, el ) { + el.removeClass( "ui-state-" + state ); + }; + this.lis.bind( "mouseover.tabs" , function() { + addState( "hover", $( this ) ); + }); + this.lis.bind( "mouseout.tabs", function() { + removeState( "hover", $( this ) ); + }); + this.anchors.bind( "focus.tabs", function() { + addState( "focus", $( this ).closest( "li" ) ); + }); + this.anchors.bind( "blur.tabs", function() { + removeState( "focus", $( this ).closest( "li" ) ); + }); + } + + // set up animations + var hideFx, showFx; + if ( o.fx ) { + if ( $.isArray( o.fx ) ) { + hideFx = o.fx[ 0 ]; + showFx = o.fx[ 1 ]; + } else { + hideFx = showFx = o.fx; + } + } + + // Reset certain styles left over from animation + // and prevent IE's ClearType bug... + function resetStyle( $el, fx ) { + $el.css( "display", "" ); + if ( !$.support.opacity && fx.opacity ) { + $el[ 0 ].style.removeAttribute( "filter" ); + } + } + + // Show a tab... + var showTab = showFx + ? function( clicked, $show ) { + $( clicked ).closest( "li" ).addClass( "ui-tabs-selected ui-state-active" ); + $show.hide().removeClass( "ui-tabs-hide" ) // avoid flicker that way + .animate( showFx, showFx.duration || "normal", function() { + resetStyle( $show, showFx ); + self._trigger( "show", null, self._ui( clicked, $show[ 0 ] ) ); + }); + } + : function( clicked, $show ) { + $( clicked ).closest( "li" ).addClass( "ui-tabs-selected ui-state-active" ); + $show.removeClass( "ui-tabs-hide" ); + self._trigger( "show", null, self._ui( clicked, $show[ 0 ] ) ); + }; + + // Hide a tab, $show is optional... + var hideTab = hideFx + ? function( clicked, $hide ) { + $hide.animate( hideFx, hideFx.duration || "normal", function() { + self.lis.removeClass( "ui-tabs-selected ui-state-active" ); + $hide.addClass( "ui-tabs-hide" ); + resetStyle( $hide, hideFx ); + self.element.dequeue( "tabs" ); + }); + } + : function( clicked, $hide, $show ) { + self.lis.removeClass( "ui-tabs-selected ui-state-active" ); + $hide.addClass( "ui-tabs-hide" ); + self.element.dequeue( "tabs" ); + }; + + // attach tab event handler, unbind to avoid duplicates from former tabifying... + this.anchors.bind( o.event + ".tabs", function() { + var el = this, + $li = $(el).closest( "li" ), + $hide = self.panels.filter( ":not(.ui-tabs-hide)" ), + $show = self.element.find( self._sanitizeSelector( el.hash ) ); + + // If tab is already selected and not collapsible or tab disabled or + // or is already loading or click callback returns false stop here. + // Check if click handler returns false last so that it is not executed + // for a disabled or loading tab! + if ( ( $li.hasClass( "ui-tabs-selected" ) && !o.collapsible) || + $li.hasClass( "ui-state-disabled" ) || + $li.hasClass( "ui-state-processing" ) || + self.panels.filter( ":animated" ).length || + self._trigger( "select", null, self._ui( this, $show[ 0 ] ) ) === false ) { + this.blur(); + return false; + } + + o.selected = self.anchors.index( this ); + + self.abort(); + + // if tab may be closed + if ( o.collapsible ) { + if ( $li.hasClass( "ui-tabs-selected" ) ) { + o.selected = -1; + + if ( o.cookie ) { + self._cookie( o.selected, o.cookie ); + } + + self.element.queue( "tabs", function() { + hideTab( el, $hide ); + }).dequeue( "tabs" ); + + this.blur(); + return false; + } else if ( !$hide.length ) { + if ( o.cookie ) { + self._cookie( o.selected, o.cookie ); + } + + self.element.queue( "tabs", function() { + showTab( el, $show ); + }); + + // TODO make passing in node possible, see also http://dev.jqueryui.com/ticket/3171 + self.load( self.anchors.index( this ) ); + + this.blur(); + return false; + } + } + + if ( o.cookie ) { + self._cookie( o.selected, o.cookie ); + } + + // show new tab + if ( $show.length ) { + if ( $hide.length ) { + self.element.queue( "tabs", function() { + hideTab( el, $hide ); + }); + } + self.element.queue( "tabs", function() { + showTab( el, $show ); + }); + + self.load( self.anchors.index( this ) ); + } else { + throw "jQuery UI Tabs: Mismatching fragment identifier."; + } + + // Prevent IE from keeping other link focussed when using the back button + // and remove dotted border from clicked link. This is controlled via CSS + // in modern browsers; blur() removes focus from address bar in Firefox + // which can become a usability and annoying problem with tabs('rotate'). + if ( $.browser.msie ) { + this.blur(); + } + }); + + // disable click in any case + this.anchors.bind( "click.tabs", function(){ + return false; + }); + }, + + _getIndex: function( index ) { + // meta-function to give users option to provide a href string instead of a numerical index. + // also sanitizes numerical indexes to valid values. + if ( typeof index == "string" ) { + index = this.anchors.index( this.anchors.filter( "[href$=" + index + "]" ) ); + } + + return index; + }, + + destroy: function() { + var o = this.options; + + this.abort(); + + this.element + .unbind( ".tabs" ) + .removeClass( "ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible" ) + .removeData( "tabs" ); + + this.list.removeClass( "ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all" ); + + this.anchors.each(function() { + var href = $.data( this, "href.tabs" ); + if ( href ) { + this.href = href; + } + var $this = $( this ).unbind( ".tabs" ); + $.each( [ "href", "load", "cache" ], function( i, prefix ) { + $this.removeData( prefix + ".tabs" ); + }); + }); + + this.lis.unbind( ".tabs" ).add( this.panels ).each(function() { + if ( $.data( this, "destroy.tabs" ) ) { + $( this ).remove(); + } else { + $( this ).removeClass([ + "ui-state-default", + "ui-corner-top", + "ui-tabs-selected", + "ui-state-active", + "ui-state-hover", + "ui-state-focus", + "ui-state-disabled", + "ui-tabs-panel", + "ui-widget-content", + "ui-corner-bottom", + "ui-tabs-hide" + ].join( " " ) ); + } + }); + + if ( o.cookie ) { + this._cookie( null, o.cookie ); + } + + return this; + }, + + add: function( url, label, index ) { + if ( index === undefined ) { + index = this.anchors.length; + } + + var self = this, + o = this.options, + $li = $( o.tabTemplate.replace( /#\{href\}/g, url ).replace( /#\{label\}/g, label ) ), + id = !url.indexOf( "#" ) ? url.replace( "#", "" ) : this._tabId( $( "a", $li )[ 0 ] ); + + $li.addClass( "ui-state-default ui-corner-top" ).data( "destroy.tabs", true ); + + // try to find an existing element before creating a new one + var $panel = self.element.find( "#" + id ); + if ( !$panel.length ) { + $panel = $( o.panelTemplate ) + .attr( "id", id ) + .data( "destroy.tabs", true ); + } + $panel.addClass( "ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide" ); + + if ( index >= this.lis.length ) { + $li.appendTo( this.list ); + $panel.appendTo( this.list[ 0 ].parentNode ); + } else { + $li.insertBefore( this.lis[ index ] ); + $panel.insertBefore( this.panels[ index ] ); + } + + o.disabled = $.map( o.disabled, function( n, i ) { + return n >= index ? ++n : n; + }); + + this._tabify(); + + if ( this.anchors.length == 1 ) { + o.selected = 0; + $li.addClass( "ui-tabs-selected ui-state-active" ); + $panel.removeClass( "ui-tabs-hide" ); + this.element.queue( "tabs", function() { + self._trigger( "show", null, self._ui( self.anchors[ 0 ], self.panels[ 0 ] ) ); + }); + + this.load( 0 ); + } + + this._trigger( "add", null, this._ui( this.anchors[ index ], this.panels[ index ] ) ); + return this; + }, + + remove: function( index ) { + index = this._getIndex( index ); + var o = this.options, + $li = this.lis.eq( index ).remove(), + $panel = this.panels.eq( index ).remove(); + + // If selected tab was removed focus tab to the right or + // in case the last tab was removed the tab to the left. + if ( $li.hasClass( "ui-tabs-selected" ) && this.anchors.length > 1) { + this.select( index + ( index + 1 < this.anchors.length ? 1 : -1 ) ); + } + + o.disabled = $.map( + $.grep( o.disabled, function(n, i) { + return n != index; + }), + function( n, i ) { + return n >= index ? --n : n; + }); + + this._tabify(); + + this._trigger( "remove", null, this._ui( $li.find( "a" )[ 0 ], $panel[ 0 ] ) ); + return this; + }, + + enable: function( index ) { + index = this._getIndex( index ); + var o = this.options; + if ( $.inArray( index, o.disabled ) == -1 ) { + return; + } + + this.lis.eq( index ).removeClass( "ui-state-disabled" ); + o.disabled = $.grep( o.disabled, function( n, i ) { + return n != index; + }); + + this._trigger( "enable", null, this._ui( this.anchors[ index ], this.panels[ index ] ) ); + return this; + }, + + disable: function( index ) { + index = this._getIndex( index ); + var self = this, o = this.options; + // cannot disable already selected tab + if ( index != o.selected ) { + this.lis.eq( index ).addClass( "ui-state-disabled" ); + + o.disabled.push( index ); + o.disabled.sort(); + + this._trigger( "disable", null, this._ui( this.anchors[ index ], this.panels[ index ] ) ); + } + + return this; + }, + + select: function( index ) { + index = this._getIndex( index ); + if ( index == -1 ) { + if ( this.options.collapsible && this.options.selected != -1 ) { + index = this.options.selected; + } else { + return this; + } + } + this.anchors.eq( index ).trigger( this.options.event + ".tabs" ); + return this; + }, + + load: function( index ) { + index = this._getIndex( index ); + var self = this, + o = this.options, + a = this.anchors.eq( index )[ 0 ], + url = $.data( a, "load.tabs" ); + + this.abort(); + + // not remote or from cache + if ( !url || this.element.queue( "tabs" ).length !== 0 && $.data( a, "cache.tabs" ) ) { + this.element.dequeue( "tabs" ); + return; + } + + // load remote from here on + this.lis.eq( index ).addClass( "ui-state-processing" ); + + if ( o.spinner ) { + var span = $( "span", a ); + span.data( "label.tabs", span.html() ).html( o.spinner ); + } + + this.xhr = $.ajax( $.extend( {}, o.ajaxOptions, { + url: url, + success: function( r, s ) { + self.element.find( self._sanitizeSelector( a.hash ) ).html( r ); + + // take care of tab labels + self._cleanup(); + + if ( o.cache ) { + $.data( a, "cache.tabs", true ); + } + + self._trigger( "load", null, self._ui( self.anchors[ index ], self.panels[ index ] ) ); + try { + o.ajaxOptions.success( r, s ); + } + catch ( e ) {} + }, + error: function( xhr, s, e ) { + // take care of tab labels + self._cleanup(); + + self._trigger( "load", null, self._ui( self.anchors[ index ], self.panels[ index ] ) ); + try { + // Passing index avoid a race condition when this method is + // called after the user has selected another tab. + // Pass the anchor that initiated this request allows + // loadError to manipulate the tab content panel via $(a.hash) + o.ajaxOptions.error( xhr, s, index, a ); + } + catch ( e ) {} + } + } ) ); + + // last, so that load event is fired before show... + self.element.dequeue( "tabs" ); + + return this; + }, + + abort: function() { + // stop possibly running animations + this.element.queue( [] ); + this.panels.stop( false, true ); + + // "tabs" queue must not contain more than two elements, + // which are the callbacks for the latest clicked tab... + this.element.queue( "tabs", this.element.queue( "tabs" ).splice( -2, 2 ) ); + + // terminate pending requests from other tabs + if ( this.xhr ) { + this.xhr.abort(); + delete this.xhr; + } + + // take care of tab labels + this._cleanup(); + return this; + }, + + url: function( index, url ) { + this.anchors.eq( index ).removeData( "cache.tabs" ).data( "load.tabs", url ); + return this; + }, + + length: function() { + return this.anchors.length; + } +}); + +$.extend( $.ui.tabs, { + version: "1.8.9" +}); + +/* + * Tabs Extensions + */ + +/* + * Rotate + */ +$.extend( $.ui.tabs.prototype, { + rotation: null, + rotate: function( ms, continuing ) { + var self = this, + o = this.options; + + var rotate = self._rotate || ( self._rotate = function( e ) { + clearTimeout( self.rotation ); + self.rotation = setTimeout(function() { + var t = o.selected; + self.select( ++t < self.anchors.length ? t : 0 ); + }, ms ); + + if ( e ) { + e.stopPropagation(); + } + }); + + var stop = self._unrotate || ( self._unrotate = !continuing + ? function(e) { + if (e.clientX) { // in case of a true click + self.rotate(null); + } + } + : function( e ) { + t = o.selected; + rotate(); + }); + + // start rotation + if ( ms ) { + this.element.bind( "tabsshow", rotate ); + this.anchors.bind( o.event + ".tabs", stop ); + rotate(); + // stop rotation + } else { + clearTimeout( self.rotation ); + this.element.unbind( "tabsshow", rotate ); + this.anchors.unbind( o.event + ".tabs", stop ); + delete this._rotate; + delete this._unrotate; + } + + return this; + } +}); + +})( jQuery ); diff --git a/client/lib/jquery-ui/development-bundle/ui/jquery.ui.widget.js b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.widget.js new file mode 100755 index 0000000..ef5bcd9 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/jquery.ui.widget.js @@ -0,0 +1,262 @@ +/*! + * jQuery UI Widget 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Widget + */ +(function( $, undefined ) { + +// jQuery 1.4+ +if ( $.cleanData ) { + var _cleanData = $.cleanData; + $.cleanData = function( elems ) { + for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) { + $( elem ).triggerHandler( "remove" ); + } + _cleanData( elems ); + }; +} else { + var _remove = $.fn.remove; + $.fn.remove = function( selector, keepData ) { + return this.each(function() { + if ( !keepData ) { + if ( !selector || $.filter( selector, [ this ] ).length ) { + $( "*", this ).add( [ this ] ).each(function() { + $( this ).triggerHandler( "remove" ); + }); + } + } + return _remove.call( $(this), selector, keepData ); + }); + }; +} + +$.widget = function( name, base, prototype ) { + var namespace = name.split( "." )[ 0 ], + fullName; + name = name.split( "." )[ 1 ]; + fullName = namespace + "-" + name; + + if ( !prototype ) { + prototype = base; + base = $.Widget; + } + + // create selector for plugin + $.expr[ ":" ][ fullName ] = function( elem ) { + return !!$.data( elem, name ); + }; + + $[ namespace ] = $[ namespace ] || {}; + $[ namespace ][ name ] = function( options, element ) { + // allow instantiation without initializing for simple inheritance + if ( arguments.length ) { + this._createWidget( options, element ); + } + }; + + var basePrototype = new base(); + // we need to make the options hash a property directly on the new instance + // otherwise we'll modify the options hash on the prototype that we're + // inheriting from +// $.each( basePrototype, function( key, val ) { +// if ( $.isPlainObject(val) ) { +// basePrototype[ key ] = $.extend( {}, val ); +// } +// }); + basePrototype.options = $.extend( true, {}, basePrototype.options ); + $[ namespace ][ name ].prototype = $.extend( true, basePrototype, { + namespace: namespace, + widgetName: name, + widgetEventPrefix: $[ namespace ][ name ].prototype.widgetEventPrefix || name, + widgetBaseClass: fullName + }, prototype ); + + $.widget.bridge( name, $[ namespace ][ name ] ); +}; + +$.widget.bridge = function( name, object ) { + $.fn[ name ] = function( options ) { + var isMethodCall = typeof options === "string", + args = Array.prototype.slice.call( arguments, 1 ), + returnValue = this; + + // allow multiple hashes to be passed on init + options = !isMethodCall && args.length ? + $.extend.apply( null, [ true, options ].concat(args) ) : + options; + + // prevent calls to internal methods + if ( isMethodCall && options.charAt( 0 ) === "_" ) { + return returnValue; + } + + if ( isMethodCall ) { + this.each(function() { + var instance = $.data( this, name ), + methodValue = instance && $.isFunction( instance[options] ) ? + instance[ options ].apply( instance, args ) : + instance; + // TODO: add this back in 1.9 and use $.error() (see #5972) +// if ( !instance ) { +// throw "cannot call methods on " + name + " prior to initialization; " + +// "attempted to call method '" + options + "'"; +// } +// if ( !$.isFunction( instance[options] ) ) { +// throw "no such method '" + options + "' for " + name + " widget instance"; +// } +// var methodValue = instance[ options ].apply( instance, args ); + if ( methodValue !== instance && methodValue !== undefined ) { + returnValue = methodValue; + return false; + } + }); + } else { + this.each(function() { + var instance = $.data( this, name ); + if ( instance ) { + instance.option( options || {} )._init(); + } else { + $.data( this, name, new object( options, this ) ); + } + }); + } + + return returnValue; + }; +}; + +$.Widget = function( options, element ) { + // allow instantiation without initializing for simple inheritance + if ( arguments.length ) { + this._createWidget( options, element ); + } +}; + +$.Widget.prototype = { + widgetName: "widget", + widgetEventPrefix: "", + options: { + disabled: false + }, + _createWidget: function( options, element ) { + // $.widget.bridge stores the plugin instance, but we do it anyway + // so that it's stored even before the _create function runs + $.data( element, this.widgetName, this ); + this.element = $( element ); + this.options = $.extend( true, {}, + this.options, + this._getCreateOptions(), + options ); + + var self = this; + this.element.bind( "remove." + this.widgetName, function() { + self.destroy(); + }); + + this._create(); + this._trigger( "create" ); + this._init(); + }, + _getCreateOptions: function() { + return $.metadata && $.metadata.get( this.element[0] )[ this.widgetName ]; + }, + _create: function() {}, + _init: function() {}, + + destroy: function() { + this.element + .unbind( "." + this.widgetName ) + .removeData( this.widgetName ); + this.widget() + .unbind( "." + this.widgetName ) + .removeAttr( "aria-disabled" ) + .removeClass( + this.widgetBaseClass + "-disabled " + + "ui-state-disabled" ); + }, + + widget: function() { + return this.element; + }, + + option: function( key, value ) { + var options = key; + + if ( arguments.length === 0 ) { + // don't return a reference to the internal hash + return $.extend( {}, this.options ); + } + + if (typeof key === "string" ) { + if ( value === undefined ) { + return this.options[ key ]; + } + options = {}; + options[ key ] = value; + } + + this._setOptions( options ); + + return this; + }, + _setOptions: function( options ) { + var self = this; + $.each( options, function( key, value ) { + self._setOption( key, value ); + }); + + return this; + }, + _setOption: function( key, value ) { + this.options[ key ] = value; + + if ( key === "disabled" ) { + this.widget() + [ value ? "addClass" : "removeClass"]( + this.widgetBaseClass + "-disabled" + " " + + "ui-state-disabled" ) + .attr( "aria-disabled", value ); + } + + return this; + }, + + enable: function() { + return this._setOption( "disabled", false ); + }, + disable: function() { + return this._setOption( "disabled", true ); + }, + + _trigger: function( type, event, data ) { + var callback = this.options[ type ]; + + event = $.Event( event ); + event.type = ( type === this.widgetEventPrefix ? + type : + this.widgetEventPrefix + type ).toLowerCase(); + data = data || {}; + + // copy original event properties over to the new event + // this would happen if we could call $.event.fix instead of $.Event + // but we don't have a way to force an event to be fixed multiple times + if ( event.originalEvent ) { + for ( var i = $.event.props.length, prop; i; ) { + prop = $.event.props[ --i ]; + event[ prop ] = event.originalEvent[ prop ]; + } + } + + this.element.trigger( event, data ); + + return !( $.isFunction(callback) && + callback.call( this.element[0], event, data ) === false || + event.isDefaultPrevented() ); + } +}; + +})( jQuery ); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.blind.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.blind.min.js new file mode 100755 index 0000000..235bd1d --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.blind.min.js @@ -0,0 +1,14 @@ +/* + * jQuery UI Effects Blind 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Blind + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.blind=function(c){return this.queue(function(){var a=b(this),g=["position","top","bottom","left","right"],f=b.effects.setMode(a,c.options.mode||"hide"),d=c.options.direction||"vertical";b.effects.save(a,g);a.show();var e=b.effects.createWrapper(a).css({overflow:"hidden"}),h=d=="vertical"?"height":"width";d=d=="vertical"?e.height():e.width();f=="show"&&e.css(h,0);var i={};i[h]=f=="show"?d:0;e.animate(i,c.duration,c.options.easing,function(){f=="hide"&&a.hide();b.effects.restore(a, +g);b.effects.removeWrapper(a);c.callback&&c.callback.apply(a[0],arguments);a.dequeue()})})}})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.bounce.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.bounce.min.js new file mode 100755 index 0000000..95d62cc --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.bounce.min.js @@ -0,0 +1,15 @@ +/* + * jQuery UI Effects Bounce 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Bounce + * + * Depends: + * jquery.effects.core.js + */ +(function(e){e.effects.bounce=function(b){return this.queue(function(){var a=e(this),l=["position","top","bottom","left","right"],h=e.effects.setMode(a,b.options.mode||"effect"),d=b.options.direction||"up",c=b.options.distance||20,m=b.options.times||5,i=b.duration||250;/show|hide/.test(h)&&l.push("opacity");e.effects.save(a,l);a.show();e.effects.createWrapper(a);var f=d=="up"||d=="down"?"top":"left";d=d=="up"||d=="left"?"pos":"neg";c=b.options.distance||(f=="top"?a.outerHeight({margin:true})/3:a.outerWidth({margin:true})/ +3);if(h=="show")a.css("opacity",0).css(f,d=="pos"?-c:c);if(h=="hide")c/=m*2;h!="hide"&&m--;if(h=="show"){var g={opacity:1};g[f]=(d=="pos"?"+=":"-=")+c;a.animate(g,i/2,b.options.easing);c/=2;m--}for(g=0;g").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent", +border:"none",margin:0,padding:0});c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c); +return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(m(c))return this._show.apply(this,arguments); +else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(m(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(m(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c), +b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c, +a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c, +a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a== +e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+ +e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.fade.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.fade.min.js new file mode 100755 index 0000000..12d9573 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.fade.min.js @@ -0,0 +1,13 @@ +/* + * jQuery UI Effects Fade 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.fold.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.fold.min.js new file mode 100755 index 0000000..6ea75e3 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.fold.min.js @@ -0,0 +1,14 @@ +/* + * jQuery UI Effects Fold 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1], +10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.highlight.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.highlight.min.js new file mode 100755 index 0000000..2f57aa3 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.highlight.min.js @@ -0,0 +1,14 @@ +/* + * jQuery UI Effects Highlight 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&& +this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.pulsate.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.pulsate.min.js new file mode 100755 index 0000000..89fa468 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.effects.pulsate.min.js @@ -0,0 +1,14 @@ +/* + * jQuery UI Effects Pulsate 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); +b.dequeue()})})}})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.accordion.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.accordion.min.js new file mode 100755 index 0000000..b7a3c2c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.accordion.min.js @@ -0,0 +1,30 @@ +/* + * jQuery UI Accordion 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Accordion + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(c){c.widget("ui.accordion",{options:{active:0,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"); +a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"); +if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion", +function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a=this.options;if(a.icons){c("").addClass("ui-icon "+ +a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex"); +this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons(); +b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); +a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+ +c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options; +if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); +if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(), +e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight|| +e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false", +tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.9",animations:{slide:function(a,b){a= +c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);f[i]={value:j[1], +unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",paddingTop:"hide", +paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js new file mode 100755 index 0000000..0eeec09 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js @@ -0,0 +1,31 @@ +/* + * jQuery UI Autocomplete 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */ +(function(d){d.widget("ui.autocomplete",{options:{appendTo:"body",delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var a=this,b=this.element[0].ownerDocument,f;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.attr("readonly"))){f=false;var e=d.ui.keyCode; +switch(c.keyCode){case e.PAGE_UP:a._move("previousPage",c);break;case e.PAGE_DOWN:a._move("nextPage",c);break;case e.UP:a._move("previous",c);c.preventDefault();break;case e.DOWN:a._move("next",c);c.preventDefault();break;case e.ENTER:case e.NUMPAD_ENTER:if(a.menu.active){f=true;c.preventDefault()}case e.TAB:if(!a.menu.active)return;a.menu.select(c);break;case e.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!=a.element.val()){a.selectedItem= +null;a.search(null,c)}},a.options.delay);break}}}).bind("keypress.autocomplete",function(c){if(f){f=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)};this.menu=d("
      ").addClass("ui-autocomplete").appendTo(d(this.options.appendTo|| +"body",b)[0]).mousedown(function(c){var e=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(g){g.target!==a.element[0]&&g.target!==e&&!d.ui.contains(e,g.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,e){e=e.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:e})&&/^key/.test(c.originalEvent.type)&&a.element.val(e.value)},selected:function(c,e){var g=e.item.data("item.autocomplete"), +h=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=h;setTimeout(function(){a.previous=h;a.selectedItem=g},1)}false!==a._trigger("select",c,{item:g})&&a.element.val(g.value);a.term=a.element.val();a.close(c);a.selectedItem=g},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup"); +this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0]);a==="disabled"&&b&&this.xhr&&this.xhr.abort()},_initSource:function(){var a=this,b,f;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,e){e(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source=== +"string"){f=this.options.source;this.source=function(c,e){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:f,data:c,dataType:"json",success:function(g,h,i){i===a.xhr&&e(g);a.xhr=null},error:function(g){g===a.xhr&&e([]);a.xhr=null}})}}else this.source=this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length
    • ").data("item.autocomplete",b).append(d("").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b); +else this.search(null,b)},widget:function(){return this.menu.element}});d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},filter:function(a,b){var f=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return f.test(c.label||c.value||c)})}})})(jQuery); +(function(d){d.widget("ui.menu",{_create:function(){var a=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(b){if(d(b.target).closest(".ui-menu-item a").length){b.preventDefault();a.select(b)}});this.refresh()},refresh:function(){var a=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex", +-1).mouseenter(function(b){a.activate(b,d(this).parent())}).mouseleave(function(){a.deactivate()})},activate:function(a,b){this.deactivate();if(this.hasScroll()){var f=b.offset().top-this.element.offset().top,c=this.element.attr("scrollTop"),e=this.element.height();if(f<0)this.element.attr("scrollTop",c+f);else f>=e&&this.element.attr("scrollTop",c+f-e+b.height())}this.active=b.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",a,{item:b})}, +deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id");this._trigger("blur");this.active=null}},next:function(a){this.move("next",".ui-menu-item:first",a)},previous:function(a){this.move("prev",".ui-menu-item:last",a)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(a,b,f){if(this.active){a=this.active[a+"All"](".ui-menu-item").eq(0); +a.length?this.activate(f,a):this.activate(f,this.element.children(b))}else this.activate(f,this.element.children(b))},nextPage:function(a){if(this.hasScroll())if(!this.active||this.last())this.activate(a,this.element.children(".ui-menu-item:first"));else{var b=this.active.offset().top,f=this.element.height(),c=this.element.children(".ui-menu-item").filter(function(){var e=d(this).offset().top-b-f+d(this).height();return e<10&&e>-10});c.length||(c=this.element.children(".ui-menu-item:last"));this.activate(a, +c)}else this.activate(a,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(a){if(this.hasScroll())if(!this.active||this.first())this.activate(a,this.element.children(".ui-menu-item:last"));else{var b=this.active.offset().top,f=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-b+f-d(this).height();return c<10&&c>-10});result.length||(result=this.element.children(".ui-menu-item:first")); +this.activate(a,result)}else this.activate(a,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,e=d.primary&&d.secondary;if(d.primary||d.secondary){b.addClass("ui-button-text-icon"+(e?"s":d.primary?"-primary":"-secondary"));d.primary&&b.prepend("");d.secondary&&b.append("");if(!this.options.text){b.addClass(e?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary"); +this.hasTitle||b.attr("title",c)}}else b.addClass("ui-button-text-only")}}});a.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()}, +destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");a.Widget.prototype.destroy.call(this)}})})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.core.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.core.min.js new file mode 100755 index 0000000..bc00dc4 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.core.min.js @@ -0,0 +1,17 @@ +/*! + * jQuery UI 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI + */ +(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.9",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106, +NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this, +"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position"); +if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f, +"border"+this+"Width",true))||0;if(m)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h, +d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");if("area"===b){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&k(a)}return(/input|select|textarea|button|object/.test(b)?!a.disabled:"a"==b?a.href||!isNaN(d):!isNaN(d))&&k(a)},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}}); +c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a')}function E(a,b){d.extend(a,b);for(var c in b)if(b[c]== +null||b[c]==G)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.9"}});var y=(new Date).getTime();d.extend(K.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){E(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase(); +f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:d('
      ')}}, +_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&& +b.append.remove();if(c){b.append=d(''+c+"");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('').addClass(this._triggerClass).html(f== +""?c:d("").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;gh){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a, +c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b), +true);this._updateDatepicker(b);this._updateAlternate(b);b.dpDiv.show()}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d('');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}E(a.settings,e||{}); +b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass); +this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup", +this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs, +function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null: +f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;for(var b=0;b-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true}, +_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");E(b.settings,c?c.apply(a,[a,b]):{});b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos= +d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b, +c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){d.datepicker._datepickerShowing=true;var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0],top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.effects&& +d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=this,c=d.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a));var e=a.dpDiv.find("iframe.ui-datepicker-cover");e.length&&e.css({left:-c[0],top:-c[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()});a.dpDiv.find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout", +function(){d(this).removeClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!b._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!= +-1&&d(this).addClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();c=this._getNumberOfMonths(a);e=c[1];e>1?a.dpDiv.addClass("ui-datepicker-multi-"+e).css("width",17*e+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(c[0]!=1||c[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a, +"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input.focus();if(a.yearshtml){var f=a.yearshtml;setTimeout(function(){f===a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);f=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]}, +_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e- +g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1);)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b);this._curInst=null};d.effects&&d.effects[a]? +b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")}, +_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"): +0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear= +false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b=this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay= +d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a); +else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b= +a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"?b.toString():b+"";if(b=="")return null;var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff;e=typeof e!="string"?e:(new Date).getFullYear()%100+parseInt(e,10);for(var f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort, +g=(c?c.monthNames:null)||this._defaults.monthNames,j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=z+1-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}w=this._daylightSavingAdjust(new Date(c,j-1,l));if(w.getFullYear()!=c||w.getMonth()+1!=j||w.getDate()!=l)throw"Invalid date";return w},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y", +RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=k+112?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay= +a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(), +b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n= +this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&nn;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a));n=this._canAdjustMonth(a,-1,m,g)?''+n+"":f?"":''+n+"";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m,g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?''+r+"":f?"":''+r+"";j=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&&a.currentDay?u:b;j=!h?j:this.formatDate(j,r,this._getFormatConfig(a));h=!a.inline?'":"";e=e?'
      '+(c?h:"")+(this._isInRange(a,r)?'":"")+(c?"":h)+"
      ":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),z= +this._get(a,"monthNames"),w=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),v=this._get(a,"showOtherMonths"),H=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var L=this._getDefaultDate(a),I="",C=0;C1)switch(D){case 0:x+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]- +1:x+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:x+=" ui-datepicker-group-middle";t="";break}x+='">'}x+='
      '+(/all|left/.test(t)&&C==0?c?f:n:"")+(/all|right/.test(t)&&C==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,C>0||D>0,z,w)+'
      ';var A=j?'":"";for(t=0;t<7;t++){var q= +(t+h)%7;A+="=5?' class="ui-datepicker-week-end"':"")+'>'+s[q]+""}x+=A+"";A=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,A);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;A=l?6:Math.ceil((t+A)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var O=0;O";var P=!j?"":'";for(t=0;t<7;t++){var F= +p?p.apply(a.input?a.input[0]:null,[q]):[true,""],B=q.getMonth()!=g,J=B&&!H||!F[0]||k&&qo;P+='";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}x+= +P+""}g++;if(g>11){g=0;m++}x+="
      '+this._get(a,"weekHeader")+"
      '+this._get(a,"calculateWeek")(q)+""+(B&&!v?" ":J?''+q.getDate()+"":''+q.getDate()+"")+"
      "+(l?""+(i[0]>0&&D==i[1]-1?'
      ':""):"");M+=x}I+=M}I+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'':"");a._keyEvent=false;return I},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='
      ', +o="";if(h||!j)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(k+=o+(h||!(j&& +l)?" ":""));a.yearshtml="";if(h||!l)k+=''+c+"";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)?r:s};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='";if(d.browser.mozilla)k+='";else{k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+=(h||!(j&&l)?" ":"")+o;k+="
      ";return k},_adjustInstDate:function(a,b,c){var e= +a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a, +"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a); +c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a, +"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker= +function(a){if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b)); +return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new K;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.9";window["DP_jQuery_"+y]=d})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.dialog.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.dialog.min.js new file mode 100755 index 0000000..404890e --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.dialog.min.js @@ -0,0 +1,40 @@ +/* + * jQuery UI Dialog 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */ +(function(c,j){var k={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},l={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&& +c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||" ",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("
      ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex", +-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("
      ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g),h=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role", +"button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("").addClass("ui-dialog-title").attr("id",e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose= +b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");a.uiDialog.remove();a.originalTitle&& +a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!==b.uiDialog[0]){e=c(this).css("z-index"); +isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+=1;d.uiDialog.css("z-index",c.ui.dialog.maxZ); +d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target===f[0]&&e.shiftKey){g.focus(1);return false}}}); +c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("
      ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("
      ").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a,function(){return!(d=true)});if(d){c.each(a,function(f, +h){h=c.isFunction(h)?{click:h,text:f}:h;f=c('').attr(h,true).unbind("click").click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.fn.button&&f.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g= +d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition,originalSize:f.originalSize, +position:f.position,size:f.size}}a=a===j?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize",f,b(h))},stop:function(f, +h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "):[a[0],a[1]];if(b.length=== +1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f);if(g in k)e=true;if(g in +l)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"):e.removeClass("ui-dialog-disabled"); +break;case "draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case "position":d._position(b);break;case "resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||" "));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a=this.options,b,d,e= +this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height-b,0));this.uiDialog.is(":data(resizable)")&& +this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.9",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(a){if(this.instances.length=== +0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(), +height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); +b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return athis.containment[2])e=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/ +b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?e:!(e-this.offset.click.left').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")})}, +stop:function(){d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("opacity"))b._opacity=a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable");if(a.scrollParent[0]!= +document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){if(!c.axis||c.axis!="x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY=0;h--){var i=c.snapElements[h].left,k=i+c.snapElements[h].width,j=c.snapElements[h].top,l=j+c.snapElements[h].height;if(i-e=j&&f<=l||h>=j&&h<=l||fl)&&(e>= +i&&e<=k||g>=i&&g<=k||ek);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a); +return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;a.target==this._mouseDownEvent.target&&c.data(a.target,this.widgetName+".preventClickEvent", +true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.position.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.position.min.js new file mode 100755 index 0000000..c2ec6e4 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.position.min.js @@ -0,0 +1,16 @@ +/* + * jQuery UI Position 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */ +(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY, +left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+= +k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+(parseInt(c.curCSS(this,"marginRight",true))||0),w=m+q+(parseInt(c.curCSS(this,"marginBottom",true))||0),i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-= +m/2;i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left= +d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+= +a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b), +g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.progressbar.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.progressbar.min.js new file mode 100755 index 0000000..fe07802 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.progressbar.min.js @@ -0,0 +1,16 @@ +/* + * jQuery UI Progressbar 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("
      ").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* +this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.9"})})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.resizable.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.resizable.min.js new file mode 100755 index 0000000..c1117f3 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.resizable.min.js @@ -0,0 +1,47 @@ +/* + * jQuery UI Resizable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Resizables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(e){e.widget("ui.resizable",e.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1E3},_create:function(){var b=this,a=this.options;this.element.addClass("ui-resizable");e.extend(this,{_aspectRatio:!!a.aspectRatio,aspectRatio:a.aspectRatio,originalElement:this.element, +_proportionallyResizeElements:[],_helper:a.helper||a.ghost||a.animate?a.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){/relative/.test(this.element.css("position"))&&e.browser.opera&&this.element.css({position:"relative",top:"auto",left:"auto"});this.element.wrap(e('
      ').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), +top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= +this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", +nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor== +String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),k=0;k=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,k);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection(); +this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){e(this).removeClass("ui-resizable-autohide");b._handles.show()},function(){if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()}; +if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a=false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(), +d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset= +this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio: +this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis];if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize", +b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height; +f={width:c.size.width-(f?0:c.sizeDiff.width),height:c.size.height-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f,{top:g,left:d}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop", +b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(l(b.left))this.position.left=b.left;if(l(b.top))this.position.top=b.top;if(l(b.height))this.size.height=b.height;if(l(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size,d=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(d=="sw"){b.left=a.left+(c.width-b.width);b.top=null}if(d=="nw"){b.top= +a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,d=l(b.width)&&a.maxWidth&&a.maxWidthb.width,h=l(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width=a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height, +k=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&k)b.left=i-a.minWidth;if(d&&k)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+ +a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this, +arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable, +{version:"1.8.9"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(),10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize, +function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top-f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var k=e(this),q=e(this).data("resizable-alsoresize"),p={},r=j&&j.length?j:k.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n= +(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(k.css("position"))){c._revertToRelativePosition=true;k.css({position:"absolute",top:"auto",left:"auto"})}k.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType?e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options,c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition= +false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a=e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName),g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left- +a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing,step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize", +b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement=e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top", +"Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset;var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h;g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset, +f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left:a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left:0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left= +a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top-d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position"));if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+ +a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition,f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&& +e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25,display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative", +height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b=e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width= +d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b,10)||0},l=function(b){return!isNaN(parseInt(b,10))}})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.selectable.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.selectable.min.js new file mode 100755 index 0000000..c4abc33 --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.selectable.min.js @@ -0,0 +1,22 @@ +/* + * jQuery UI Selectable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), +selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("
      ")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, +c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting", +c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d= +this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.righti||a.bottomb&&a.rightg&&a.bottom");if(!a.values)a.values=[this._valueMin(),this._valueMin()];if(a.values.length&&a.values.length!==2)a.values=[a.values[0],a.values[0]]}else this.range=d("
      ");this.range.appendTo(this.element).addClass("ui-slider-range");if(a.range==="min"||a.range==="max")this.range.addClass("ui-slider-range-"+a.range);this.range.addClass("ui-widget-header")}d(".ui-slider-handle",this.element).length===0&&d("").appendTo(this.element).addClass("ui-slider-handle"); +if(a.values&&a.values.length)for(;d(".ui-slider-handle",this.element).length").appendTo(this.element).addClass("ui-slider-handle");this.handles=d(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(c){c.preventDefault()}).hover(function(){a.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(a.disabled)d(this).blur(); +else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(c){d(this).data("index.ui-slider-handle",c)});this.handles.keydown(function(c){var e=true,f=d(this).data("index.ui-slider-handle"),h,g,i;if(!b.options.disabled){switch(c.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:e= +false;if(!b._keySliding){b._keySliding=true;d(this).addClass("ui-state-active");h=b._start(c,f);if(h===false)return}break}i=b.options.step;h=b.options.values&&b.options.values.length?(g=b.values(f)):(g=b.value());switch(c.keyCode){case d.ui.keyCode.HOME:g=b._valueMin();break;case d.ui.keyCode.END:g=b._valueMax();break;case d.ui.keyCode.PAGE_UP:g=b._trimAlignValue(h+(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:g=b._trimAlignValue(h-(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(h=== +b._valueMax())return;g=b._trimAlignValue(h+i);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(h===b._valueMin())return;g=b._trimAlignValue(h-i);break}b._slide(c,f,g);return e}}).keyup(function(c){var e=d(this).data("index.ui-slider-handle");if(b._keySliding){b._keySliding=false;b._stop(c,e);b._change(c,e);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider"); +this._mouseDestroy();return this},_mouseCapture:function(b){var a=this.options,c,e,f,h,g;if(a.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:b.pageX,y:b.pageY});e=this._valueMax()-this._valueMin()+1;h=this;this.handles.each(function(i){var j=Math.abs(c-h.values(i));if(e>j){e=j;f=d(this);g=i}});if(a.range===true&&this.values(1)===a.min){g+=1;f=d(this.handles[g])}if(this._start(b, +g)===false)return false;this._mouseSliding=true;h._handleIndex=g;f.addClass("ui-state-active").focus();a=f.offset();this._clickOffset=!d(b.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:b.pageX-a.left-f.width()/2,top:b.pageY-a.top-f.height()/2-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(b,g,c);return this._animateOff=true},_mouseStart:function(){return true}, +_mouseDrag:function(b){var a=this._normValueFromMouse({x:b.pageX,y:b.pageY});this._slide(b,this._handleIndex,a);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(b){var a; +if(this.orientation==="horizontal"){a=this.elementSize.width;b=b.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{a=this.elementSize.height;b=b.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}a=b/a;if(a>1)a=1;if(a<0)a=0;if(this.orientation==="vertical")a=1-a;b=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+a*b)},_start:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value= +this.values(a);c.values=this.values()}return this._trigger("start",b,c)},_slide:function(b,a,c){var e;if(this.options.values&&this.options.values.length){e=this.values(a?0:1);if(this.options.values.length===2&&this.options.range===true&&(a===0&&c>e||a===1&&c1){this.options.values[b]=this._trimAlignValue(a);this._refreshValue();this._change(null,b)}if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;e=arguments[0];for(f=0;f=this._valueMax())return this._valueMax();var a=this.options.step>0?this.options.step:1,c=(b-this._valueMin())%a;alignValue=b-c;if(Math.abs(c)*2>=a)alignValue+=c>0?a:-a;return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max}, +_refreshValue:function(){var b=this.options.range,a=this.options,c=this,e=!this._animateOff?a.animate:false,f,h={},g,i,j,l;if(this.options.values&&this.options.values.length)this.handles.each(function(k){f=(c.values(k)-c._valueMin())/(c._valueMax()-c._valueMin())*100;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";d(this).stop(1,1)[e?"animate":"css"](h,a.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(k===0)c.range.stop(1,1)[e?"animate":"css"]({left:f+"%"},a.animate); +if(k===1)c.range[e?"animate":"css"]({width:f-g+"%"},{queue:false,duration:a.animate})}else{if(k===0)c.range.stop(1,1)[e?"animate":"css"]({bottom:f+"%"},a.animate);if(k===1)c.range[e?"animate":"css"]({height:f-g+"%"},{queue:false,duration:a.animate})}g=f});else{i=this.value();j=this._valueMin();l=this._valueMax();f=l!==j?(i-j)/(l-j)*100:0;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";this.handle.stop(1,1)[e?"animate":"css"](h,a.animate);if(b==="min"&&this.orientation==="horizontal")this.range.stop(1, +1)[e?"animate":"css"]({width:f+"%"},a.animate);if(b==="max"&&this.orientation==="horizontal")this.range[e?"animate":"css"]({width:100-f+"%"},{queue:false,duration:a.animate});if(b==="min"&&this.orientation==="vertical")this.range.stop(1,1)[e?"animate":"css"]({height:f+"%"},a.animate);if(b==="max"&&this.orientation==="vertical")this.range[e?"animate":"css"]({height:100-f+"%"},{queue:false,duration:a.animate})}}});d.extend(d.ui.slider,{version:"1.8.9"})})(jQuery); diff --git a/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.sortable.min.js b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.sortable.min.js new file mode 100755 index 0000000..9a3b57c --- /dev/null +++ b/client/lib/jquery-ui/development-bundle/ui/minified/jquery.ui.sortable.min.js @@ -0,0 +1,60 @@ +/* + * jQuery UI Sortable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Sortables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(d){d.widget("ui.sortable",d.ui.mouse,{widgetEventPrefix:"sort",options:{appendTo:"parent",axis:false,connectWith:false,containment:false,cursor:"auto",cursorAt:false,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable"); +this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a==="disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this, +arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&&!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem= +c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset, +{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment(); +if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start", +a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a);return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute"); +if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0],e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a, +c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset();c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]== +document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var b=this.containers.length- +1;b>=0;b--){this.containers[b]._trigger("deactivate",null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}if(this.placeholder){this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null}); +this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem):d(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")},toArray:function(a){var b=this._getItemsAsjQuery(a&& +a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute||"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+jg&&b+la[this.floating?"width":"height"]?j:g0?"down":"up")},_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith();if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h= +d.data(f[g],"sortable");if(h&&h!=this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)}); +return d(b)},_removeCurrentsFromItems:function(){for(var a=this.currentItem.find(":data(sortable-item)"),b=0;b=0;f--)for(var g= +d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable");if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h=0;b--){var c=this.items[b],e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b=this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top= +e.top;this.containers[b].containerCache.width=this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f=d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0]; +if(!e)f.style.visibility="hidden";return f},update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder); +c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b=null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length=== +1){this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h-f)this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.top< +this.containment[1]||g-this.offset.click.top>this.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?f:!(f-this.offset.click.left=0;e--)if(d.ui.contains(this.containers[e].element[0], +this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive",g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this,this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out", +g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop",a,this._uiHash());for(e=0;e",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
    • #{label}
    • "},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&& +e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b= +d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]|| +(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); +this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected= +this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); +if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected")); +this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+ +g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal", +function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")}; +this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected= +-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier."; +d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e= +d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b, +e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]); +j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove(); +if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null, +this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this}, +load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c, +"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this}, +url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.9"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k + + + + jQuery UI Example Page + + + + + + + +

      Welcome to jQuery UI!

      +

      This page demonstrates the widgets you downloaded using the theme you selected in the download builder. We've included and linked to minified versions of jQuery, your personalized copy of jQuery UI (js/jquery-ui-1.8.9.custom.min.js), and css/smoothness/jquery-ui-1.8.9.custom.css which imports the entire jQuery UI CSS Framework. You can choose to link a subset of the CSS Framework depending on your needs.

      +

      You've downloaded components and a theme that are compatible with jQuery 1.3+. Please make sure you are using jQuery 1.3+ in your production environment.

      + +

      YOUR COMPONENTS:

      + + +

      Accordion

      +
      +
      +

      First

      +
      Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.
      +
      +
      +

      Second

      +
      Phasellus mattis tincidunt nibh.
      +
      +
      +

      Third

      +
      Nam dui erat, auctor a, dignissim quis.
      +
      +
      + + +

      Autocomplete

      +
      + +
      + + + +

      Button

      + +
      +
      + + + +
      +
      + + + +

      Tabs

      +
      + +
      Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
      +
      Phasellus mattis tincidunt nibh. Cras orci urna, blandit id, pretium vel, aliquet ornare, felis. Maecenas scelerisque sem non nisl. Fusce sed lorem in enim dictum bibendum.
      +
      Nam dui erat, auctor a, dignissim quis, sollicitudin eu, felis. Pellentesque nisi urna, interdum eget, sagittis et, consequat vestibulum, lacus. Mauris porttitor ullamcorper augue.
      +
      + + +

      Dialog

      +

      Open Dialog

      + + +

      Overlay and Shadow Classes (not currently used in UI widgets)

      +
      +

      Lorem ipsum dolor sit amet, Nulla nec tortor. Donec id elit quis purus consectetur consequat.

      Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci.

      Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat.

      Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam.

      Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante.

      Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi.

      + + +
      +
      +
      +

      Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

      +
      +
      + +
      + + + +
      +

      Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

      +
      + + + +

      Framework Icons (content color preview)

      +
        + +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • + +
      • +
      • +
      • +
      • +
      • +
      + + + +

      Slider

      +
      + + +

      Datepicker

      +
      + + +

      Progressbar

      +
      + + +

      Highlight / Error

      +
      +
      +

      + Hey! Sample ui-state-highlight style.

      +
      +
      +
      +
      +
      +

      + Alert: Sample ui-state-error style.

      +
      +
      + + + + + diff --git a/client/lib/jquery-ui/js/jquery-1.4.4.min.js b/client/lib/jquery-ui/js/jquery-1.4.4.min.js new file mode 100755 index 0000000..8f3ca2e --- /dev/null +++ b/client/lib/jquery-ui/js/jquery-1.4.4.min.js @@ -0,0 +1,167 @@ +/*! + * jQuery JavaScript Library v1.4.4 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Thu Nov 11 19:04:53 2010 -0500 + */ +(function(E,B){function ka(a,b,d){if(d===B&&a.nodeType===1){d=a.getAttribute("data-"+b);if(typeof d==="string"){try{d=d==="true"?true:d==="false"?false:d==="null"?null:!c.isNaN(d)?parseFloat(d):Ja.test(d)?c.parseJSON(d):d}catch(e){}c.data(a,b,d)}else d=B}return d}function U(){return false}function ca(){return true}function la(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ka(a){var b,d,e,f,h,l,k,o,x,r,A,C=[];f=[];h=c.data(this,this.nodeType?"events":"__events__");if(typeof h==="function")h= +h.events;if(!(a.liveFired===this||!h||!h.live||a.button&&a.type==="click")){if(a.namespace)A=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var J=h.live.slice(0);for(k=0;kd)break;a.currentTarget=f.elem;a.data=f.handleObj.data;a.handleObj=f.handleObj;A=f.handleObj.origHandler.apply(f.elem,arguments);if(A===false||a.isPropagationStopped()){d=f.level;if(A===false)b=false;if(a.isImmediatePropagationStopped())break}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(La, +"`").replace(Ma,"&")}function ma(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Na.test(b))return c.filter(b,e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function na(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this, +e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var l in e[h])c.event.add(this,h,e[h][l],e[h][l].data)}}})}function Oa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function oa(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?Pa:Qa,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a, +"margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function da(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Ra.test(a)?e(a,h):da(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?e(a,""):c.each(b,function(f,h){da(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(pa.concat.apply([],pa.slice(0,b)),function(){d[this]=a});return d}function qa(a){if(!ea[a]){var b=c("<"+ +a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";ea[a]=d}return ea[a]}function fa(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var t=E.document,c=function(){function a(){if(!b.isReady){try{t.documentElement.doScroll("left")}catch(j){setTimeout(a,1);return}b.ready()}}var b=function(j,s){return new b.fn.init(j,s)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,l=/\S/,k=/^\s+/,o=/\s+$/,x=/\W/,r=/\d/,A=/^<(\w+)\s*\/?>(?:<\/\1>)?$/, +C=/^[\],:{}\s]*$/,J=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,I=/(?:^|:|,)(?:\s*\[)+/g,L=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,i=/(msie) ([\w.]+)/,n=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,q=[],u,y=Object.prototype.toString,F=Object.prototype.hasOwnProperty,M=Array.prototype.push,N=Array.prototype.slice,O=String.prototype.trim,D=Array.prototype.indexOf,R={};b.fn=b.prototype={init:function(j, +s){var v,z,H;if(!j)return this;if(j.nodeType){this.context=this[0]=j;this.length=1;return this}if(j==="body"&&!s&&t.body){this.context=t;this[0]=t.body;this.selector="body";this.length=1;return this}if(typeof j==="string")if((v=h.exec(j))&&(v[1]||!s))if(v[1]){H=s?s.ownerDocument||s:t;if(z=A.exec(j))if(b.isPlainObject(s)){j=[t.createElement(z[1])];b.fn.attr.call(j,s,true)}else j=[H.createElement(z[1])];else{z=b.buildFragment([v[1]],[H]);j=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this, +j)}else{if((z=t.getElementById(v[2]))&&z.parentNode){if(z.id!==v[2])return f.find(j);this.length=1;this[0]=z}this.context=t;this.selector=j;return this}else if(!s&&!x.test(j)){this.selector=j;this.context=t;j=t.getElementsByTagName(j);return b.merge(this,j)}else return!s||s.jquery?(s||f).find(j):b(s).find(j);else if(b.isFunction(j))return f.ready(j);if(j.selector!==B){this.selector=j.selector;this.context=j.context}return b.makeArray(j,this)},selector:"",jquery:"1.4.4",length:0,size:function(){return this.length}, +toArray:function(){return N.call(this,0)},get:function(j){return j==null?this.toArray():j<0?this.slice(j)[0]:this[j]},pushStack:function(j,s,v){var z=b();b.isArray(j)?M.apply(z,j):b.merge(z,j);z.prevObject=this;z.context=this.context;if(s==="find")z.selector=this.selector+(this.selector?" ":"")+v;else if(s)z.selector=this.selector+"."+s+"("+v+")";return z},each:function(j,s){return b.each(this,j,s)},ready:function(j){b.bindReady();if(b.isReady)j.call(t,b);else q&&q.push(j);return this},eq:function(j){return j=== +-1?this.slice(j):this.slice(j,+j+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(j){return this.pushStack(b.map(this,function(s,v){return j.call(s,v,s)}))},end:function(){return this.prevObject||b(null)},push:M,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var j,s,v,z,H,G=arguments[0]||{},K=1,Q=arguments.length,ga=false; +if(typeof G==="boolean"){ga=G;G=arguments[1]||{};K=2}if(typeof G!=="object"&&!b.isFunction(G))G={};if(Q===K){G=this;--K}for(;K0))if(q){var s=0,v=q;for(q=null;j=v[s++];)j.call(t,b);b.fn.trigger&&b(t).trigger("ready").unbind("ready")}}},bindReady:function(){if(!p){p=true;if(t.readyState==="complete")return setTimeout(b.ready,1);if(t.addEventListener){t.addEventListener("DOMContentLoaded",u,false);E.addEventListener("load",b.ready,false)}else if(t.attachEvent){t.attachEvent("onreadystatechange",u);E.attachEvent("onload", +b.ready);var j=false;try{j=E.frameElement==null}catch(s){}t.documentElement.doScroll&&j&&a()}}},isFunction:function(j){return b.type(j)==="function"},isArray:Array.isArray||function(j){return b.type(j)==="array"},isWindow:function(j){return j&&typeof j==="object"&&"setInterval"in j},isNaN:function(j){return j==null||!r.test(j)||isNaN(j)},type:function(j){return j==null?String(j):R[y.call(j)]||"object"},isPlainObject:function(j){if(!j||b.type(j)!=="object"||j.nodeType||b.isWindow(j))return false;if(j.constructor&& +!F.call(j,"constructor")&&!F.call(j.constructor.prototype,"isPrototypeOf"))return false;for(var s in j);return s===B||F.call(j,s)},isEmptyObject:function(j){for(var s in j)return false;return true},error:function(j){throw j;},parseJSON:function(j){if(typeof j!=="string"||!j)return null;j=b.trim(j);if(C.test(j.replace(J,"@").replace(w,"]").replace(I,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(j):(new Function("return "+j))();else b.error("Invalid JSON: "+j)},noop:function(){},globalEval:function(j){if(j&& +l.test(j)){var s=t.getElementsByTagName("head")[0]||t.documentElement,v=t.createElement("script");v.type="text/javascript";if(b.support.scriptEval)v.appendChild(t.createTextNode(j));else v.text=j;s.insertBefore(v,s.firstChild);s.removeChild(v)}},nodeName:function(j,s){return j.nodeName&&j.nodeName.toUpperCase()===s.toUpperCase()},each:function(j,s,v){var z,H=0,G=j.length,K=G===B||b.isFunction(j);if(v)if(K)for(z in j){if(s.apply(j[z],v)===false)break}else for(;H
      a";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],l=t.createElement("select"), +k=l.appendChild(t.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:k.selected,deleteExpando:true,optDisabled:false,checkClone:false, +scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};l.disabled=true;c.support.optDisabled=!k.disabled;b.type="text/javascript";try{b.appendChild(t.createTextNode("window."+e+"=1;"))}catch(o){}a.insertBefore(b,a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}try{delete b.test}catch(x){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function r(){c.support.noCloneEvent= +false;d.detachEvent("onclick",r)});d.cloneNode(true).fireEvent("onclick")}d=t.createElement("div");d.innerHTML="";a=t.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var r=t.createElement("div");r.style.width=r.style.paddingLeft="1px";t.body.appendChild(r);c.boxModel=c.support.boxModel=r.offsetWidth===2;if("zoom"in r.style){r.style.display="inline";r.style.zoom= +1;c.support.inlineBlockNeedsLayout=r.offsetWidth===2;r.style.display="";r.innerHTML="
      ";c.support.shrinkWrapBlocks=r.offsetWidth!==2}r.innerHTML="
      t
      ";var A=r.getElementsByTagName("td");c.support.reliableHiddenOffsets=A[0].offsetHeight===0;A[0].style.display="";A[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&A[0].offsetHeight===0;r.innerHTML="";t.body.removeChild(r).style.display= +"none"});a=function(r){var A=t.createElement("div");r="on"+r;var C=r in A;if(!C){A.setAttribute(r,"return;");C=typeof A[r]==="function"}return C};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();var ra={},Ja=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?ra:a;var e=a.nodeType,f=e?a[c.expando]:null,h= +c.cache;if(!(e&&!f&&typeof b==="string"&&d===B)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==B)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?ra:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando];else if(a.removeAttribute)a.removeAttribute(c.expando); +else if(d)delete f[e];else for(var l in a)delete a[l]}},acceptData:function(a){if(a.nodeName){var b=c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){var d=null;if(typeof a==="undefined"){if(this.length){var e=this[0].attributes,f;d=c.data(this[0]);for(var h=0,l=e.length;h-1)return true;return false},val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one"; +if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h=0;else if(c.nodeName(this,"select")){var A=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),A)>=0});if(!A.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true}, +attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return B;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==B;b=e&&c.props[b]||b;var h=Ta.test(b);if((b in a||a[b]!==B)&&e&&!h){if(f){b==="type"&&Ua.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&& +b.specified?b.value:Va.test(a.nodeName)||Wa.test(a.nodeName)&&a.href?0:B;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return B;a=!c.support.hrefNormalized&&e&&h?a.getAttribute(b,2):a.getAttribute(b);return a===null?B:a}});var X=/\.(.*)$/,ia=/^(?:textarea|input|select)$/i,La=/\./g,Ma=/ /g,Xa=/[^\w\s.|`]/g,Ya=function(a){return a.replace(Xa,"\\$&")},ua={focusin:0,focusout:0}; +c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;else if(!d)return;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var l=a.nodeType?"events":"__events__",k=h[l],o=h.handle;if(typeof k==="function"){o=k.handle;k=k.events}else if(!k){a.nodeType||(h[l]=h=function(){});h.events=k={}}if(!o)h.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem, +arguments):B};o.elem=a;b=b.split(" ");for(var x=0,r;l=b[x++];){h=f?c.extend({},f):{handler:d,data:e};if(l.indexOf(".")>-1){r=l.split(".");l=r.shift();h.namespace=r.slice(0).sort().join(".")}else{r=[];h.namespace=""}h.type=l;if(!h.guid)h.guid=d.guid;var A=k[l],C=c.event.special[l]||{};if(!A){A=k[l]=[];if(!C.setup||C.setup.call(a,e,r,o)===false)if(a.addEventListener)a.addEventListener(l,o,false);else a.attachEvent&&a.attachEvent("on"+l,o)}if(C.add){C.add.call(a,h);if(!h.handler.guid)h.handler.guid= +d.guid}A.push(h);c.event.global[l]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,l=0,k,o,x,r,A,C,J=a.nodeType?"events":"__events__",w=c.data(a),I=w&&w[J];if(w&&I){if(typeof I==="function"){w=I;I=I.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in I)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[l++];){r=f;k=f.indexOf(".")<0;o=[];if(!k){o=f.split(".");f=o.shift();x=RegExp("(^|\\.)"+ +c.map(o.slice(0).sort(),Ya).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(A=I[f])if(d){r=c.event.special[f]||{};for(h=e||0;h=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType=== +8)return B;a.result=B;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){var l;e=a.target;var k=f.replace(X,""),o=c.nodeName(e,"a")&&k=== +"click",x=c.event.special[k]||{};if((!x._default||x._default.call(d,a)===false)&&!o&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[k]){if(l=e["on"+k])e["on"+k]=null;c.event.triggered=true;e[k]()}}catch(r){}if(l)e["on"+k]=l;c.event.triggered=false}}},handle:function(a){var b,d,e,f;d=[];var h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+ +d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var l=d.length;f-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ia.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=xa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===B||f===e))if(e!=null||f){a.type="change";a.liveFired= +B;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",xa(a))}},setup:function(){if(this.type=== +"file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ia.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ia.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}t.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){ua[b]++===0&&t.addEventListener(a,d,true)},teardown:function(){--ua[b]=== +0&&t.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=B}var l=b==="one"?c.proxy(f,function(o){c(this).unbind(o,l);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var k=this.length;h0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}}); +(function(){function a(g,i,n,m,p,q){p=0;for(var u=m.length;p0){F=y;break}}y=y[g]}m[p]=F}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,h=false,l=true;[0,0].sort(function(){l=false;return 0});var k=function(g,i,n,m){n=n||[];var p=i=i||t;if(i.nodeType!==1&&i.nodeType!==9)return[];if(!g||typeof g!=="string")return n;var q,u,y,F,M,N=true,O=k.isXML(i),D=[],R=g;do{d.exec("");if(q=d.exec(R)){R=q[3];D.push(q[1]);if(q[2]){F=q[3]; +break}}}while(q);if(D.length>1&&x.exec(g))if(D.length===2&&o.relative[D[0]])u=L(D[0]+D[1],i);else for(u=o.relative[D[0]]?[i]:k(D.shift(),i);D.length;){g=D.shift();if(o.relative[g])g+=D.shift();u=L(g,u)}else{if(!m&&D.length>1&&i.nodeType===9&&!O&&o.match.ID.test(D[0])&&!o.match.ID.test(D[D.length-1])){q=k.find(D.shift(),i,O);i=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]}if(i){q=m?{expr:D.pop(),set:C(m)}:k.find(D.pop(),D.length===1&&(D[0]==="~"||D[0]==="+")&&i.parentNode?i.parentNode:i,O);u=q.expr?k.filter(q.expr, +q.set):q.set;if(D.length>0)y=C(u);else N=false;for(;D.length;){q=M=D.pop();if(o.relative[M])q=D.pop();else M="";if(q==null)q=i;o.relative[M](y,q,O)}}else y=[]}y||(y=u);y||k.error(M||g);if(f.call(y)==="[object Array]")if(N)if(i&&i.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&k.contains(i,y[g])))n.push(u[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&n.push(u[g]);else n.push.apply(n,y);else C(y,n);if(F){k(F,p,n,m);k.uniqueSort(n)}return n};k.uniqueSort=function(g){if(w){h= +l;g.sort(w);if(h)for(var i=1;i0};k.find=function(g,i,n){var m;if(!g)return[];for(var p=0,q=o.order.length;p":function(g,i){var n,m=typeof i==="string",p=0,q=g.length;if(m&&!/\W/.test(i))for(i=i.toLowerCase();p=0))n||m.push(u);else if(n)i[q]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var i=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=i[1]+(i[2]||1)-0;g[3]=i[3]-0}g[0]=e++;return g},ATTR:function(g,i,n, +m,p,q){i=g[1].replace(/\\/g,"");if(!q&&o.attrMap[i])g[1]=o.attrMap[i];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,i,n,m,p){if(g[1]==="not")if((d.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,i);else{g=k.filter(g[3],i,n,true^p);n||m.push.apply(m,g);return false}else if(o.match.POS.test(g[0])||o.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled=== +true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,i,n){return!!k(n[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"=== +g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,i){return i===0},last:function(g,i,n,m){return i===m.length-1},even:function(g,i){return i%2===0},odd:function(g,i){return i%2===1},lt:function(g,i,n){return in[3]-0},nth:function(g,i,n){return n[3]- +0===i},eq:function(g,i,n){return n[3]-0===i}},filter:{PSEUDO:function(g,i,n,m){var p=i[1],q=o.filters[p];if(q)return q(g,n,i,m);else if(p==="contains")return(g.textContent||g.innerText||k.getText([g])||"").indexOf(i[3])>=0;else if(p==="not"){i=i[3];n=0;for(m=i.length;n=0}},ID:function(g,i){return g.nodeType===1&&g.getAttribute("id")===i},TAG:function(g,i){return i==="*"&&g.nodeType===1||g.nodeName.toLowerCase()=== +i},CLASS:function(g,i){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(i)>-1},ATTR:function(g,i){var n=i[1];n=o.attrHandle[n]?o.attrHandle[n](g):g[n]!=null?g[n]:g.getAttribute(n);var m=n+"",p=i[2],q=i[4];return n==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&n!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,i,n,m){var p=o.setFilters[i[2]]; +if(p)return p(g,n,i,m)}}},x=o.match.POS,r=function(g,i){return"\\"+(i-0+1)},A;for(A in o.match){o.match[A]=RegExp(o.match[A].source+/(?![^\[]*\])(?![^\(]*\))/.source);o.leftMatch[A]=RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[A].source.replace(/\\(\d+)/g,r))}var C=function(g,i){g=Array.prototype.slice.call(g,0);if(i){i.push.apply(i,g);return i}return g};try{Array.prototype.slice.call(t.documentElement.childNodes,0)}catch(J){C=function(g,i){var n=0,m=i||[];if(f.call(g)==="[object Array]")Array.prototype.push.apply(m, +g);else if(typeof g.length==="number")for(var p=g.length;n";n.insertBefore(g,n.firstChild);if(t.getElementById(i)){o.find.ID=function(m,p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:B:[]};o.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}n.removeChild(g); +n=g=null})();(function(){var g=t.createElement("div");g.appendChild(t.createComment(""));if(g.getElementsByTagName("*").length>0)o.find.TAG=function(i,n){var m=n.getElementsByTagName(i[1]);if(i[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")o.attrHandle.href=function(i){return i.getAttribute("href",2)};g=null})();t.querySelectorAll&& +function(){var g=k,i=t.createElement("div");i.innerHTML="

      ";if(!(i.querySelectorAll&&i.querySelectorAll(".TEST").length===0)){k=function(m,p,q,u){p=p||t;m=m.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!u&&!k.isXML(p))if(p.nodeType===9)try{return C(p.querySelectorAll(m),q)}catch(y){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var F=p.getAttribute("id"),M=F||"__sizzle__";F||p.setAttribute("id",M);try{return C(p.querySelectorAll("#"+M+" "+m),q)}catch(N){}finally{F|| +p.removeAttribute("id")}}return g(m,p,q,u)};for(var n in g)k[n]=g[n];i=null}}();(function(){var g=t.documentElement,i=g.matchesSelector||g.mozMatchesSelector||g.webkitMatchesSelector||g.msMatchesSelector,n=false;try{i.call(t.documentElement,"[test!='']:sizzle")}catch(m){n=true}if(i)k.matchesSelector=function(p,q){q=q.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(p))try{if(n||!o.match.PSEUDO.test(q)&&!/!=/.test(q))return i.call(p,q)}catch(u){}return k(q,null,null,[p]).length>0}})();(function(){var g= +t.createElement("div");g.innerHTML="
      ";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){o.order.splice(1,0,"CLASS");o.find.CLASS=function(i,n,m){if(typeof n.getElementsByClassName!=="undefined"&&!m)return n.getElementsByClassName(i[1])};g=null}}})();k.contains=t.documentElement.contains?function(g,i){return g!==i&&(g.contains?g.contains(i):true)}:t.documentElement.compareDocumentPosition? +function(g,i){return!!(g.compareDocumentPosition(i)&16)}:function(){return false};k.isXML=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false};var L=function(g,i){for(var n,m=[],p="",q=i.nodeType?[i]:i;n=o.match.PSEUDO.exec(g);){p+=n[0];g=g.replace(o.match.PSEUDO,"")}g=o.relative[g]?g+"*":g;n=0;for(var u=q.length;n0)for(var h=d;h0},closest:function(a,b){var d=[],e,f,h=this[0];if(c.isArray(a)){var l,k={},o=1;if(h&&a.length){e=0;for(f=a.length;e-1:c(h).is(e))d.push({selector:l,elem:h,level:o})}h= +h.parentNode;o++}}return d}l=cb.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context): +c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a, +2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a, +b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Za.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||ab.test(e))&&$a.test(a))f=f.reverse();return this.pushStack(f,a,bb.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===B||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&& +e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var za=/ jQuery\d+="(?:\d+|null)"/g,$=/^\s+/,Aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Ba=/<([\w:]+)/,db=/\s]+\/)>/g,P={option:[1, +""],legend:[1,"
      ","
      "],thead:[1,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],col:[2,"","
      "],area:[1,"",""],_default:[0,"",""]};P.optgroup=P.option;P.tbody=P.tfoot=P.colgroup=P.caption=P.thead;P.th=P.td;if(!c.support.htmlSerialize)P._default=[1,"div
      ","
      "];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==B)return this.empty().append((this[0]&&this[0].ownerDocument||t).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(za,"").replace(fb,'="$1">').replace($,"")],e)[0]}else return this.cloneNode(true)});if(a===true){na(this,b);na(this.find("*"),b.find("*"))}return b},html:function(a){if(a===B)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(za,""):null; +else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!P[(Ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Aa,"<$1>");try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?h.cloneNode(true):h)}k.length&&c.each(k,Oa)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:t;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===t&&!Ca.test(a[0])&&(c.support.checkClone||!Da.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append", +prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=d.length;f0?this.clone(true):this).get();c(d[f])[b](l);e=e.concat(l)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||t;if(typeof b.createElement==="undefined")b=b.ownerDocument|| +b[0]&&b[0].ownerDocument||t;for(var f=[],h=0,l;(l=a[h])!=null;h++){if(typeof l==="number")l+="";if(l){if(typeof l==="string"&&!eb.test(l))l=b.createTextNode(l);else if(typeof l==="string"){l=l.replace(Aa,"<$1>");var k=(Ba.exec(l)||["",""])[1].toLowerCase(),o=P[k]||P._default,x=o[0],r=b.createElement("div");for(r.innerHTML=o[1]+l+o[2];x--;)r=r.lastChild;if(!c.support.tbody){x=db.test(l);k=k==="table"&&!x?r.firstChild&&r.firstChild.childNodes:o[1]===""&&!x?r.childNodes:[];for(o=k.length- +1;o>=0;--o)c.nodeName(k[o],"tbody")&&!k[o].childNodes.length&&k[o].parentNode.removeChild(k[o])}!c.support.leadingWhitespace&&$.test(l)&&r.insertBefore(b.createTextNode($.exec(l)[0]),r.firstChild);l=r.childNodes}if(l.nodeType)f.push(l);else f=c.merge(f,l)}}if(d)for(h=0;f[h];h++)if(e&&c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script")))); +d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,l=0,k;(k=a[l])!=null;l++)if(!(k.nodeName&&c.noData[k.nodeName.toLowerCase()]))if(d=k[c.expando]){if((b=e[d])&&b.events)for(var o in b.events)f[o]?c.event.remove(k,o):c.removeEvent(k,o,b.handle);if(h)delete k[c.expando];else k.removeAttribute&&k.removeAttribute(c.expando);delete e[d]}}});var Ea=/alpha\([^)]*\)/i,gb=/opacity=([^)]*)/,hb=/-([a-z])/ig,ib=/([A-Z])/g,Fa=/^-?\d+(?:px)?$/i, +jb=/^-?\d/,kb={position:"absolute",visibility:"hidden",display:"block"},Pa=["Left","Right"],Qa=["Top","Bottom"],W,Ga,aa,lb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===B)return this;return c.access(this,a,b,true,function(d,e,f){return f!==B?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true, +zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),l=a.style,k=c.cssHooks[h];b=c.cssProps[h]||h;if(d!==B){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!k||!("set"in k)||(d=k.set(a,d))!==B)try{l[b]=d}catch(o){}}}else{if(k&&"get"in k&&(f=k.get(a,false,e))!==B)return f;return l[b]}}},css:function(a,b,d){var e,f=c.camelCase(b), +h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==B)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=e[f]},camelCase:function(a){return a.replace(hb,lb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=oa(d,b,f);else c.swap(d,kb,function(){h=oa(d,b,f)});if(h<=0){h=W(d,b,b);if(h==="0px"&&aa)h=aa(d,b,b); +if(h!=null)return h===""||h==="auto"?"0px":h}if(h<0||h==null){h=d.style[b];return h===""||h==="auto"?"0px":h}return typeof h==="string"?h:h+"px"}},set:function(d,e){if(Fa.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f= +d.filter||"";d.filter=Ea.test(f)?f.replace(Ea,e):d.filter+" "+e}};if(t.defaultView&&t.defaultView.getComputedStyle)Ga=function(a,b,d){var e;d=d.replace(ib,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return B;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};if(t.documentElement.currentStyle)aa=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],h=a.style;if(!Fa.test(f)&&jb.test(f)){d=h.left; +e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f===""?"auto":f};W=Ga||aa;if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var mb=c.now(),nb=/)<[^<]*)*<\/script>/gi, +ob=/^(?:select|textarea)/i,pb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,qb=/^(?:GET|HEAD)$/,Ra=/\[\]$/,T=/\=\?(&|$)/,ja=/\?/,rb=/([?&])_=[^&]*/,sb=/^(\w+:)?\/\/([^\/?#]+)/,tb=/%20/g,ub=/#.*$/,Ha=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ha)return Ha.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b=== +"object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(l,k){if(k==="success"||k==="notmodified")h.html(f?c("
      ").append(l.responseText.replace(nb,"")).find(f):l.responseText);d&&h.each(d,[l.responseText,k,l])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&& +!this.disabled&&(this.checked||ob.test(this.nodeName)||pb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})}, +getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html", +script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),l=qb.test(h);b.url=b.url.replace(ub,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ja.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data|| +!T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+mb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var k=E[d];E[d]=function(m){if(c.isFunction(k))k(m);else{E[d]=B;try{delete E[d]}catch(p){}}f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);r&&r.removeChild(A)}}if(b.dataType==="script"&&b.cache===null)b.cache= +false;if(b.cache===false&&l){var o=c.now(),x=b.url.replace(rb,"$1_="+o);b.url=x+(x===b.url?(ja.test(b.url)?"&":"?")+"_="+o:"")}if(b.data&&l)b.url+=(ja.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");o=(o=sb.exec(b.url))&&(o[1]&&o[1].toLowerCase()!==location.protocol||o[2].toLowerCase()!==location.host);if(b.dataType==="script"&&h==="GET"&&o){var r=t.getElementsByTagName("head")[0]||t.documentElement,A=t.createElement("script");if(b.scriptCharset)A.charset=b.scriptCharset; +A.src=b.url;if(!d){var C=false;A.onload=A.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);A.onload=A.onreadystatechange=null;r&&A.parentNode&&r.removeChild(A)}}}r.insertBefore(A,r.firstChild);return B}var J=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!l||a&&a.contentType)w.setRequestHeader("Content-Type", +b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}o||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(I){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&& +c.triggerGlobal(b,"ajaxSend",[w,b]);var L=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){J||c.handleComplete(b,w,e,f);J=true;if(w)w.onreadystatechange=c.noop}else if(!J&&w&&(w.readyState===4||m==="timeout")){J=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d|| +c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&Function.prototype.call.call(g,w);L("abort")}}catch(i){}b.async&&b.timeout>0&&setTimeout(function(){w&&!J&&L("timeout")},b.timeout);try{w.send(l||b.data==null?null:b.data)}catch(n){c.handleError(b,w,null,n);c.handleComplete(b,w,e,f)}b.async||L();return w}},param:function(a,b){var d=[],e=function(h,l){l=c.isFunction(l)?l():l;d[d.length]= +encodeURIComponent(h)+"="+encodeURIComponent(l)};if(b===B)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)da(f,a[f],b,e);return d.join("&").replace(tb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess", +[b,a])},handleComplete:function(a,b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"), +e=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}}); +if(E.ActiveXObject)c.ajaxSettings.xhr=function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var ea={},vb=/^(?:toggle|show|hide)$/,wb=/^([+\-]=)?([\d+.\-]+)(.*)$/,ba,pa=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show", +3),a,b,d);else{d=0;for(var e=this.length;d=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b, +d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a* +Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(l){return f.step(l)} +var f=this,h=c.fx;this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ba)ba=setInterval(h.tick,h.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true; +this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(k,o){f.style["overflow"+o]=h.overflow[k]})}this.options.hide&&c(this.elem).hide();if(this.options.hide|| +this.options.show)for(var l in this.options.curAnim)c.style(this.elem,l,this.options.orig[l]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a= +c.timers,b=0;b-1;e={};var x={};if(o)x=f.position();l=o?x.top:parseInt(l,10)||0;k=o?x.left:parseInt(k,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+l;if(b.left!=null)e.left=b.left-h.left+k;"using"in b?b.using.call(a, +e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Ia.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||t.body;a&&!Ia.test(a.nodeName)&& +c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==B)return this.each(function(){if(h=fa(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=fa(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase(); +c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(l){var k=c(this);k[d](e.call(this,l,k[d]()))});if(c.isWindow(f))return f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b];else if(f.nodeType===9)return Math.max(f.documentElement["client"+ +b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]);else if(e===B){f=c.css(f,d);var h=parseFloat(f);return c.isNaN(h)?f:h}else return this.css(d,typeof e==="string"?e:e+"px")}})})(window); diff --git a/client/lib/jquery-ui/js/jquery-ui-1.8.9.custom.min.js b/client/lib/jquery-ui/js/jquery-ui-1.8.9.custom.min.js new file mode 100755 index 0000000..45cc274 --- /dev/null +++ b/client/lib/jquery-ui/js/jquery-ui-1.8.9.custom.min.js @@ -0,0 +1,781 @@ +/*! + * jQuery UI 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI + */ +(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.9",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106, +NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this, +"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position"); +if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f, +"border"+this+"Width",true))||0;if(m)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h, +d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");if("area"===b){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&k(a)}return(/input|select|textarea|button|object/.test(b)?!a.disabled:"a"==b?a.href||!isNaN(d):!isNaN(d))&&k(a)},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}}); +c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a); +return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;a.target==this._mouseDownEvent.target&&c.data(a.target,this.widgetName+".preventClickEvent", +true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); +;/* + * jQuery UI Position 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */ +(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY, +left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+= +k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+(parseInt(c.curCSS(this,"marginRight",true))||0),w=m+q+(parseInt(c.curCSS(this,"marginBottom",true))||0),i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-= +m/2;i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left= +d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+= +a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b), +g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery); +;/* + * jQuery UI Draggable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Draggables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper== +"original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b= +this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;return true},_mouseStart:function(a){var b=this.options;this.helper=this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top- +this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions(); +d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);return true},_mouseDrag:function(a,b){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis|| +this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b=false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b=d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&& +this.options.revert.call(this.element,b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop",a)!==false&&this._clear();return false},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle||!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this== +a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone():this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&&a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]|| +0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0], +this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top- +(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment== +"parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[(a.containment=="document"?0:d(window).scrollLeft())-this.offset.relative.left-this.offset.parent.left,(a.containment=="document"?0:d(window).scrollTop())-this.offset.relative.top-this.offset.parent.top,(a.containment=="document"?0:d(window).scrollLeft())+d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"? +0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){var b=d(a.containment)[0];if(b){a=d(a.containment).offset();var c=d(b).css("overflow")!="hidden";this.containment=[a.left+(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0)-this.margins.left,a.top+(parseInt(d(b).css("borderTopWidth"), +10)||0)+(parseInt(d(b).css("paddingTop"),10)||0)-this.margins.top,a.left+(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,a.top+(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}}else if(a.containment.constructor== +Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop(): +f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,g=a.pageY; +if(this.originalPosition){if(this.containment){if(a.pageX-this.offset.click.leftthis.containment[2])e=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/ +b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?e:!(e-this.offset.click.left
      ').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")})}, +stop:function(){d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("opacity"))b._opacity=a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable");if(a.scrollParent[0]!= +document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){if(!c.axis||c.axis!="x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY=0;h--){var i=c.snapElements[h].left,k=i+c.snapElements[h].width,j=c.snapElements[h].top,l=j+c.snapElements[h].height;if(i-e=j&&f<=l||h>=j&&h<=l||fl)&&(e>= +i&&e<=k||g>=i&&g<=k||ek);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), +top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= +this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", +nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor== +String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),k=0;k=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,k);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection(); +this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){e(this).removeClass("ui-resizable-autohide");b._handles.show()},function(){if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()}; +if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a=false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(), +d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset= +this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio: +this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis];if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize", +b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height; +f={width:c.size.width-(f?0:c.sizeDiff.width),height:c.size.height-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f,{top:g,left:d}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop", +b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(l(b.left))this.position.left=b.left;if(l(b.top))this.position.top=b.top;if(l(b.height))this.size.height=b.height;if(l(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size,d=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(d=="sw"){b.left=a.left+(c.width-b.width);b.top=null}if(d=="nw"){b.top= +a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,d=l(b.width)&&a.maxWidth&&a.maxWidthb.width,h=l(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width=a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height, +k=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&k)b.left=i-a.minWidth;if(d&&k)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+ +a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this, +arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable, +{version:"1.8.9"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(),10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize, +function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top-f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var k=e(this),q=e(this).data("resizable-alsoresize"),p={},r=j&&j.length?j:k.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n= +(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(k.css("position"))){c._revertToRelativePosition=true;k.css({position:"absolute",top:"auto",left:"auto"})}k.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType?e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options,c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition= +false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a=e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName),g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left- +a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing,step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize", +b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement=e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top", +"Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset;var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h;g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset, +f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left:a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left:0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left= +a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top-d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position"));if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+ +a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition,f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&& +e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25,display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative", +height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b=e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width= +d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b,10)||0},l=function(b){return!isNaN(parseInt(b,10))}})(jQuery); +;/* + * jQuery UI Selectable 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), +selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("
      ")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, +c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting", +c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d= +this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.righti||a.bottomb&&a.rightg&&a.bottom *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable"); +this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a==="disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this, +arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&&!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem= +c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset, +{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment(); +if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start", +a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a);return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute"); +if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0],e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a, +c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset();c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]== +document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var b=this.containers.length- +1;b>=0;b--){this.containers[b]._trigger("deactivate",null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}if(this.placeholder){this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null}); +this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem):d(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")},toArray:function(a){var b=this._getItemsAsjQuery(a&& +a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute||"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+jg&&b+la[this.floating?"width":"height"]?j:g0?"down":"up")},_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith();if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h= +d.data(f[g],"sortable");if(h&&h!=this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)}); +return d(b)},_removeCurrentsFromItems:function(){for(var a=this.currentItem.find(":data(sortable-item)"),b=0;b=0;f--)for(var g= +d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable");if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h=0;b--){var c=this.items[b],e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b=this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top= +e.top;this.containers[b].containerCache.width=this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f=d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0]; +if(!e)f.style.visibility="hidden";return f},update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder); +c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b=null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length=== +1){this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h-f)this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.top< +this.containment[1]||g-this.offset.click.top>this.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?f:!(f-this.offset.click.left=0;e--)if(d.ui.contains(this.containers[e].element[0], +this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive",g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this,this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out", +g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop",a,this._uiHash());for(e=0;e li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"); +a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"); +if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion", +function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a=this.options;if(a.icons){c("").addClass("ui-icon "+ +a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex"); +this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons(); +b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); +a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+ +c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options; +if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); +if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(), +e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight|| +e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false", +tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.9",animations:{slide:function(a,b){a= +c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);f[i]={value:j[1], +unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",paddingTop:"hide", +paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery); +;/* + * jQuery UI Autocomplete 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */ +(function(d){d.widget("ui.autocomplete",{options:{appendTo:"body",delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var a=this,b=this.element[0].ownerDocument,f;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.attr("readonly"))){f=false;var e=d.ui.keyCode; +switch(c.keyCode){case e.PAGE_UP:a._move("previousPage",c);break;case e.PAGE_DOWN:a._move("nextPage",c);break;case e.UP:a._move("previous",c);c.preventDefault();break;case e.DOWN:a._move("next",c);c.preventDefault();break;case e.ENTER:case e.NUMPAD_ENTER:if(a.menu.active){f=true;c.preventDefault()}case e.TAB:if(!a.menu.active)return;a.menu.select(c);break;case e.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!=a.element.val()){a.selectedItem= +null;a.search(null,c)}},a.options.delay);break}}}).bind("keypress.autocomplete",function(c){if(f){f=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)};this.menu=d("
        ").addClass("ui-autocomplete").appendTo(d(this.options.appendTo|| +"body",b)[0]).mousedown(function(c){var e=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(g){g.target!==a.element[0]&&g.target!==e&&!d.ui.contains(e,g.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,e){e=e.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:e})&&/^key/.test(c.originalEvent.type)&&a.element.val(e.value)},selected:function(c,e){var g=e.item.data("item.autocomplete"), +h=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=h;setTimeout(function(){a.previous=h;a.selectedItem=g},1)}false!==a._trigger("select",c,{item:g})&&a.element.val(g.value);a.term=a.element.val();a.close(c);a.selectedItem=g},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup"); +this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0]);a==="disabled"&&b&&this.xhr&&this.xhr.abort()},_initSource:function(){var a=this,b,f;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,e){e(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source=== +"string"){f=this.options.source;this.source=function(c,e){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:f,data:c,dataType:"json",success:function(g,h,i){i===a.xhr&&e(g);a.xhr=null},error:function(g){g===a.xhr&&e([]);a.xhr=null}})}}else this.source=this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length").data("item.autocomplete",b).append(d("").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b); +else this.search(null,b)},widget:function(){return this.menu.element}});d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},filter:function(a,b){var f=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return f.test(c.label||c.value||c)})}})})(jQuery); +(function(d){d.widget("ui.menu",{_create:function(){var a=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(b){if(d(b.target).closest(".ui-menu-item a").length){b.preventDefault();a.select(b)}});this.refresh()},refresh:function(){var a=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex", +-1).mouseenter(function(b){a.activate(b,d(this).parent())}).mouseleave(function(){a.deactivate()})},activate:function(a,b){this.deactivate();if(this.hasScroll()){var f=b.offset().top-this.element.offset().top,c=this.element.attr("scrollTop"),e=this.element.height();if(f<0)this.element.attr("scrollTop",c+f);else f>=e&&this.element.attr("scrollTop",c+f-e+b.height())}this.active=b.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",a,{item:b})}, +deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id");this._trigger("blur");this.active=null}},next:function(a){this.move("next",".ui-menu-item:first",a)},previous:function(a){this.move("prev",".ui-menu-item:last",a)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(a,b,f){if(this.active){a=this.active[a+"All"](".ui-menu-item").eq(0); +a.length?this.activate(f,a):this.activate(f,this.element.children(b))}else this.activate(f,this.element.children(b))},nextPage:function(a){if(this.hasScroll())if(!this.active||this.last())this.activate(a,this.element.children(".ui-menu-item:first"));else{var b=this.active.offset().top,f=this.element.height(),c=this.element.children(".ui-menu-item").filter(function(){var e=d(this).offset().top-b-f+d(this).height();return e<10&&e>-10});c.length||(c=this.element.children(".ui-menu-item:last"));this.activate(a, +c)}else this.activate(a,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(a){if(this.hasScroll())if(!this.active||this.first())this.activate(a,this.element.children(".ui-menu-item:last"));else{var b=this.active.offset().top,f=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-b+f-d(this).height();return c<10&&c>-10});result.length||(result=this.element.children(".ui-menu-item:first")); +this.activate(a,result)}else this.activate(a,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,e=d.primary&&d.secondary;if(d.primary||d.secondary){b.addClass("ui-button-text-icon"+(e?"s":d.primary?"-primary":"-secondary"));d.primary&&b.prepend("");d.secondary&&b.append("");if(!this.options.text){b.addClass(e?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary"); +this.hasTitle||b.attr("title",c)}}else b.addClass("ui-button-text-only")}}});a.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()}, +destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");a.Widget.prototype.destroy.call(this)}})})(jQuery); +;/* + * jQuery UI Dialog 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */ +(function(c,j){var k={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},l={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&& +c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||" ",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("
        ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex", +-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("
        ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g),h=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role", +"button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("").addClass("ui-dialog-title").attr("id",e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose= +b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");a.uiDialog.remove();a.originalTitle&& +a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!==b.uiDialog[0]){e=c(this).css("z-index"); +isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+=1;d.uiDialog.css("z-index",c.ui.dialog.maxZ); +d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target===f[0]&&e.shiftKey){g.focus(1);return false}}}); +c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("
        ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("
        ").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a,function(){return!(d=true)});if(d){c.each(a,function(f, +h){h=c.isFunction(h)?{click:h,text:f}:h;f=c('').attr(h,true).unbind("click").click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.fn.button&&f.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g= +d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition,originalSize:f.originalSize, +position:f.position,size:f.size}}a=a===j?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize",f,b(h))},stop:function(f, +h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "):[a[0],a[1]];if(b.length=== +1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f);if(g in k)e=true;if(g in +l)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"):e.removeClass("ui-dialog-disabled"); +break;case "draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case "position":d._position(b);break;case "resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||" "));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a=this.options,b,d,e= +this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height-b,0));this.uiDialog.is(":data(resizable)")&& +this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.9",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(a){if(this.instances.length=== +0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(), +height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); +b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a");if(!a.values)a.values=[this._valueMin(),this._valueMin()];if(a.values.length&&a.values.length!==2)a.values=[a.values[0],a.values[0]]}else this.range=d("
        ");this.range.appendTo(this.element).addClass("ui-slider-range");if(a.range==="min"||a.range==="max")this.range.addClass("ui-slider-range-"+a.range);this.range.addClass("ui-widget-header")}d(".ui-slider-handle",this.element).length===0&&d("").appendTo(this.element).addClass("ui-slider-handle"); +if(a.values&&a.values.length)for(;d(".ui-slider-handle",this.element).length").appendTo(this.element).addClass("ui-slider-handle");this.handles=d(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(c){c.preventDefault()}).hover(function(){a.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(a.disabled)d(this).blur(); +else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(c){d(this).data("index.ui-slider-handle",c)});this.handles.keydown(function(c){var e=true,f=d(this).data("index.ui-slider-handle"),h,g,i;if(!b.options.disabled){switch(c.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:e= +false;if(!b._keySliding){b._keySliding=true;d(this).addClass("ui-state-active");h=b._start(c,f);if(h===false)return}break}i=b.options.step;h=b.options.values&&b.options.values.length?(g=b.values(f)):(g=b.value());switch(c.keyCode){case d.ui.keyCode.HOME:g=b._valueMin();break;case d.ui.keyCode.END:g=b._valueMax();break;case d.ui.keyCode.PAGE_UP:g=b._trimAlignValue(h+(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:g=b._trimAlignValue(h-(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(h=== +b._valueMax())return;g=b._trimAlignValue(h+i);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(h===b._valueMin())return;g=b._trimAlignValue(h-i);break}b._slide(c,f,g);return e}}).keyup(function(c){var e=d(this).data("index.ui-slider-handle");if(b._keySliding){b._keySliding=false;b._stop(c,e);b._change(c,e);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider"); +this._mouseDestroy();return this},_mouseCapture:function(b){var a=this.options,c,e,f,h,g;if(a.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:b.pageX,y:b.pageY});e=this._valueMax()-this._valueMin()+1;h=this;this.handles.each(function(i){var j=Math.abs(c-h.values(i));if(e>j){e=j;f=d(this);g=i}});if(a.range===true&&this.values(1)===a.min){g+=1;f=d(this.handles[g])}if(this._start(b, +g)===false)return false;this._mouseSliding=true;h._handleIndex=g;f.addClass("ui-state-active").focus();a=f.offset();this._clickOffset=!d(b.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:b.pageX-a.left-f.width()/2,top:b.pageY-a.top-f.height()/2-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(b,g,c);return this._animateOff=true},_mouseStart:function(){return true}, +_mouseDrag:function(b){var a=this._normValueFromMouse({x:b.pageX,y:b.pageY});this._slide(b,this._handleIndex,a);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(b){var a; +if(this.orientation==="horizontal"){a=this.elementSize.width;b=b.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{a=this.elementSize.height;b=b.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}a=b/a;if(a>1)a=1;if(a<0)a=0;if(this.orientation==="vertical")a=1-a;b=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+a*b)},_start:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value= +this.values(a);c.values=this.values()}return this._trigger("start",b,c)},_slide:function(b,a,c){var e;if(this.options.values&&this.options.values.length){e=this.values(a?0:1);if(this.options.values.length===2&&this.options.range===true&&(a===0&&c>e||a===1&&c1){this.options.values[b]=this._trimAlignValue(a);this._refreshValue();this._change(null,b)}if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;e=arguments[0];for(f=0;f=this._valueMax())return this._valueMax();var a=this.options.step>0?this.options.step:1,c=(b-this._valueMin())%a;alignValue=b-c;if(Math.abs(c)*2>=a)alignValue+=c>0?a:-a;return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max}, +_refreshValue:function(){var b=this.options.range,a=this.options,c=this,e=!this._animateOff?a.animate:false,f,h={},g,i,j,l;if(this.options.values&&this.options.values.length)this.handles.each(function(k){f=(c.values(k)-c._valueMin())/(c._valueMax()-c._valueMin())*100;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";d(this).stop(1,1)[e?"animate":"css"](h,a.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(k===0)c.range.stop(1,1)[e?"animate":"css"]({left:f+"%"},a.animate); +if(k===1)c.range[e?"animate":"css"]({width:f-g+"%"},{queue:false,duration:a.animate})}else{if(k===0)c.range.stop(1,1)[e?"animate":"css"]({bottom:f+"%"},a.animate);if(k===1)c.range[e?"animate":"css"]({height:f-g+"%"},{queue:false,duration:a.animate})}g=f});else{i=this.value();j=this._valueMin();l=this._valueMax();f=l!==j?(i-j)/(l-j)*100:0;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";this.handle.stop(1,1)[e?"animate":"css"](h,a.animate);if(b==="min"&&this.orientation==="horizontal")this.range.stop(1, +1)[e?"animate":"css"]({width:f+"%"},a.animate);if(b==="max"&&this.orientation==="horizontal")this.range[e?"animate":"css"]({width:100-f+"%"},{queue:false,duration:a.animate});if(b==="min"&&this.orientation==="vertical")this.range.stop(1,1)[e?"animate":"css"]({height:f+"%"},a.animate);if(b==="max"&&this.orientation==="vertical")this.range[e?"animate":"css"]({height:100-f+"%"},{queue:false,duration:a.animate})}}});d.extend(d.ui.slider,{version:"1.8.9"})})(jQuery); +;/* + * jQuery UI Tabs 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
        ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
      • #{label}
      • "},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&& +e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b= +d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]|| +(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); +this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected= +this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); +if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected")); +this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+ +g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal", +function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")}; +this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected= +-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier."; +d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e= +d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b, +e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]); +j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove(); +if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null, +this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this}, +load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c, +"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this}, +url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.9"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k')}function E(a,b){d.extend(a,b);for(var c in b)if(b[c]== +null||b[c]==G)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.9"}});var y=(new Date).getTime();d.extend(K.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){E(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase(); +f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:d('
        ')}}, +_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&& +b.append.remove();if(c){b.append=d(''+c+"");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('').addClass(this._triggerClass).html(f== +""?c:d("").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;gh){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a, +c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b), +true);this._updateDatepicker(b);this._updateAlternate(b);b.dpDiv.show()}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d('');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}E(a.settings,e||{}); +b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass); +this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup", +this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs, +function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null: +f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;for(var b=0;b-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true}, +_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");E(b.settings,c?c.apply(a,[a,b]):{});b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos= +d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b, +c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){d.datepicker._datepickerShowing=true;var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0],top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.effects&& +d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=this,c=d.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a));var e=a.dpDiv.find("iframe.ui-datepicker-cover");e.length&&e.css({left:-c[0],top:-c[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()});a.dpDiv.find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout", +function(){d(this).removeClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!b._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!= +-1&&d(this).addClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();c=this._getNumberOfMonths(a);e=c[1];e>1?a.dpDiv.addClass("ui-datepicker-multi-"+e).css("width",17*e+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(c[0]!=1||c[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a, +"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input.focus();if(a.yearshtml){var f=a.yearshtml;setTimeout(function(){f===a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);f=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]}, +_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e- +g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1);)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b);this._curInst=null};d.effects&&d.effects[a]? +b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")}, +_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"): +0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear= +false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b=this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay= +d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a); +else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b= +a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"?b.toString():b+"";if(b=="")return null;var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff;e=typeof e!="string"?e:(new Date).getFullYear()%100+parseInt(e,10);for(var f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort, +g=(c?c.monthNames:null)||this._defaults.monthNames,j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=z+1-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}w=this._daylightSavingAdjust(new Date(c,j-1,l));if(w.getFullYear()!=c||w.getMonth()+1!=j||w.getDate()!=l)throw"Invalid date";return w},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y", +RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=k+112?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay= +a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(), +b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n= +this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&nn;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a));n=this._canAdjustMonth(a,-1,m,g)?''+n+"":f?"":''+n+"";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m,g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?''+r+"":f?"":''+r+"";j=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&&a.currentDay?u:b;j=!h?j:this.formatDate(j,r,this._getFormatConfig(a));h=!a.inline?'":"";e=e?'
        '+(c?h:"")+(this._isInRange(a,r)?'":"")+(c?"":h)+"
        ":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),z= +this._get(a,"monthNames"),w=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),v=this._get(a,"showOtherMonths"),H=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var L=this._getDefaultDate(a),I="",C=0;C1)switch(D){case 0:x+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]- +1:x+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:x+=" ui-datepicker-group-middle";t="";break}x+='">'}x+='
        '+(/all|left/.test(t)&&C==0?c?f:n:"")+(/all|right/.test(t)&&C==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,C>0||D>0,z,w)+'
        ';var A=j?'":"";for(t=0;t<7;t++){var q= +(t+h)%7;A+="=5?' class="ui-datepicker-week-end"':"")+'>'+s[q]+""}x+=A+"";A=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,A);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;A=l?6:Math.ceil((t+A)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var O=0;O";var P=!j?"":'";for(t=0;t<7;t++){var F= +p?p.apply(a.input?a.input[0]:null,[q]):[true,""],B=q.getMonth()!=g,J=B&&!H||!F[0]||k&&qo;P+='";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}x+= +P+""}g++;if(g>11){g=0;m++}x+="
        '+this._get(a,"weekHeader")+"
        '+this._get(a,"calculateWeek")(q)+""+(B&&!v?" ":J?''+q.getDate()+"":''+q.getDate()+"")+"
        "+(l?""+(i[0]>0&&D==i[1]-1?'
        ':""):"");M+=x}I+=M}I+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'':"");a._keyEvent=false;return I},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='
        ', +o="";if(h||!j)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(k+=o+(h||!(j&& +l)?" ":""));a.yearshtml="";if(h||!l)k+=''+c+"";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)?r:s};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='";if(d.browser.mozilla)k+='";else{k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+=(h||!(j&&l)?" ":"")+o;k+="
        ";return k},_adjustInstDate:function(a,b,c){var e= +a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a, +"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a); +c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a, +"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker= +function(a){if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b)); +return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new K;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.9";window["DP_jQuery_"+y]=d})(jQuery); +;/* + * jQuery UI Progressbar 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("
        ").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* +this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.9"})})(jQuery); +;/* + * jQuery UI Effects 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +jQuery.effects||function(f,j){function n(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1], +16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return o.transparent;return o[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return n(b)}function p(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle, +a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function q(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d= +a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function m(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor", +"borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=n(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var o={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0, +0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211, +211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},r=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b, +d){if(f.isFunction(b)){d=b;b=null}return this.queue("fx",function(){var e=f(this),g=e.attr("style")||" ",h=q(p.call(this)),l,v=e.attr("className");f.each(r,function(w,i){c[i]&&e[i+"Class"](c[i])});l=q(p.call(this));e.attr("className",v);e.animate(u(h,l),a,b,function(){f.each(r,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments)});h=f.queue(this);l=h.splice(h.length-1,1)[0]; +h.splice(1,0,l);f.dequeue(this)})};f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c, +a):f.effects.animateClass.apply(this,[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.9",save:function(c,a){for(var b=0;b").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent", +border:"none",margin:0,padding:0});c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c); +return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(m(c))return this._show.apply(this,arguments); +else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(m(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(m(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c), +b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c, +a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c, +a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a== +e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+ +e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery); +;/* + * jQuery UI Effects Fade 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Fold 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1], +10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); +;/* + * jQuery UI Effects Highlight 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&& +this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Pulsate 1.8.9 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); +b.dequeue()})})}})(jQuery); +; \ No newline at end of file diff --git a/client/lib/jquery.jeditable.js b/client/lib/jquery.jeditable.js new file mode 100644 index 0000000..365d899 --- /dev/null +++ b/client/lib/jquery.jeditable.js @@ -0,0 +1,550 @@ +/* + * Jeditable - jQuery in place edit plugin + * + * Copyright (c) 2006-2009 Mika Tuupola, Dylan Verheul + * + * Licensed under the MIT license: + * http://www.opensource.org/licenses/mit-license.php + * + * Project home: + * http://www.appelsiini.net/projects/jeditable + * + * Based on editable by Dylan Verheul : + * http://www.dyve.net/jquery/?editable + * + */ + +/** + * Version 1.7.1 + * + * ** means there is basic unit tests for this parameter. + * + * @name Jeditable + * @type jQuery + * @param String target (POST) URL or function to send edited content to ** + * @param Hash options additional options + * @param String options[method] method to use to send edited content (POST or PUT) ** + * @param Function options[callback] Function to run after submitting edited content ** + * @param String options[name] POST parameter name of edited content + * @param String options[id] POST parameter name of edited div id + * @param Hash options[submitdata] Extra parameters to send when submitting edited content. + * @param String options[type] text, textarea or select (or any 3rd party input type) ** + * @param Integer options[rows] number of rows if using textarea ** + * @param Integer options[cols] number of columns if using textarea ** + * @param Mixed options[height] 'auto', 'none' or height in pixels ** + * @param Mixed options[width] 'auto', 'none' or width in pixels ** + * @param String options[loadurl] URL to fetch input content before editing ** + * @param String options[loadtype] Request type for load url. Should be GET or POST. + * @param String options[loadtext] Text to display while loading external content. + * @param Mixed options[loaddata] Extra parameters to pass when fetching content before editing. + * @param Mixed options[data] Or content given as paramameter. String or function.** + * @param String options[indicator] indicator html to show when saving + * @param String options[tooltip] optional tooltip text via title attribute ** + * @param String options[event] jQuery event such as 'click' of 'dblclick' ** + * @param String options[submit] submit button value, empty means no button ** + * @param String options[cancel] cancel button value, empty means no button ** + * @param String options[cssclass] CSS class to apply to input form. 'inherit' to copy from parent. ** + * @param String options[style] Style to apply to input form 'inherit' to copy from parent. ** + * @param String options[select] true or false, when true text is highlighted ?? + * @param String options[placeholder] Placeholder text or html to insert when element is empty. ** + * @param String options[onblur] 'cancel', 'submit', 'ignore' or function ?? + * + * @param Function options[onsubmit] function(settings, original) { ... } called before submit + * @param Function options[onreset] function(settings, original) { ... } called before reset + * @param Function options[onerror] function(settings, original, xhr) { ... } called on error + * + * @param Hash options[ajaxoptions] jQuery Ajax options. See docs.jquery.com. + * + */ + +(function($) { + + $.fn.editable = function(target, options) { + + if ('disable' == target) { + $(this).data('disabled.editable', true); + return; + } + if ('enable' == target) { + $(this).data('disabled.editable', false); + return; + } + if ('destroy' == target) { + $(this) + .unbind($(this).data('event.editable')) + .removeData('disabled.editable') + .removeData('event.editable'); + return; + } + + var settings = $.extend({}, $.fn.editable.defaults, {target:target}, options); + + /* setup some functions */ + var plugin = $.editable.types[settings.type].plugin || function() { }; + var submit = $.editable.types[settings.type].submit || function() { }; + var buttons = $.editable.types[settings.type].buttons + || $.editable.types['defaults'].buttons; + var content = $.editable.types[settings.type].content + || $.editable.types['defaults'].content; + var element = $.editable.types[settings.type].element + || $.editable.types['defaults'].element; + var reset = $.editable.types[settings.type].reset + || $.editable.types['defaults'].reset; + var callback = settings.callback || function() { }; + var onedit = settings.onedit || function() { }; + var onsubmit = settings.onsubmit || function() { }; + var onreset = settings.onreset || function() { }; + var onerror = settings.onerror || reset; + + /* show tooltip */ + if (settings.tooltip) { + $(this).attr('title', settings.tooltip); + } + + settings.autowidth = 'auto' == settings.width; + settings.autoheight = 'auto' == settings.height; + + return this.each(function() { + + /* save this to self because this changes when scope changes */ + var self = this; + + /* inlined block elements lose their width and height after first edit */ + /* save them for later use as workaround */ + var savedwidth = $(self).width(); + var savedheight = $(self).height(); + + /* save so it can be later used by $.editable('destroy') */ + $(this).data('event.editable', settings.event); + + /* if element is empty add something clickable (if requested) */ + if (!$.trim($(this).html())) { + $(this).html(settings.placeholder); + } + + $(this).bind(settings.event, function(e) { + + /* abort if disabled for this element */ + if (true === $(this).data('disabled.editable')) { + return; + } + + /* prevent throwing an exeption if edit field is clicked again */ + if (self.editing) { + return; + } + + /* abort if onedit hook returns false */ + if (false === onedit.apply(this, [settings, self])) { + return; + } + + /* prevent default action and bubbling */ + e.preventDefault(); + e.stopPropagation(); + + /* remove tooltip */ + if (settings.tooltip) { + $(self).removeAttr('title'); + } + + /* figure out how wide and tall we are, saved width and height */ + /* are workaround for http://dev.jquery.com/ticket/2190 */ + if (0 == $(self).width()) { + //$(self).css('visibility', 'hidden'); + settings.width = savedwidth; + settings.height = savedheight; + } else { + if (settings.width != 'none') { + settings.width = + settings.autowidth ? $(self).width() : settings.width; + } + if (settings.height != 'none') { + settings.height = + settings.autoheight ? $(self).height() : settings.height; + } + } + //$(this).css('visibility', ''); + + /* remove placeholder text, replace is here because of IE */ + if ($(this).html().toLowerCase().replace(/(;|")/g, '') == + settings.placeholder.toLowerCase().replace(/(;|")/g, '')) { + $(this).html(''); + } + + self.editing = true; + self.revert = $(self).html(); + $(self).html(''); + + /* create the form object */ + var form = $('
        '); + + /* apply css or style or both */ + if (settings.cssclass) { + if ('inherit' == settings.cssclass) { + form.attr('class', $(self).attr('class')); + } else { + form.attr('class', settings.cssclass); + } + } + + if (settings.style) { + if ('inherit' == settings.style) { + form.attr('style', $(self).attr('style')); + /* IE needs the second line or display wont be inherited */ + form.css('display', $(self).css('display')); + } else { + form.attr('style', settings.style); + } + } + + /* add main input element to form and store it in input */ + var input = element.apply(form, [settings, self]); + + /* set input content via POST, GET, given data or existing value */ + var input_content; + + if (settings.loadurl) { + var t = setTimeout(function() { + input.disabled = true; + content.apply(form, [settings.loadtext, settings, self]); + }, 100); + + var loaddata = {}; + loaddata[settings.id] = self.id; + if ($.isFunction(settings.loaddata)) { + $.extend(loaddata, settings.loaddata.apply(self, [self.revert, settings])); + } else { + $.extend(loaddata, settings.loaddata); + } + $.ajax({ + type : settings.loadtype, + url : settings.loadurl, + data : loaddata, + async : false, + success: function(result) { + window.clearTimeout(t); + input_content = result; + input.disabled = false; + } + }); + } else if (settings.data) { + input_content = settings.data; + if ($.isFunction(settings.data)) { + input_content = settings.data.apply(self, [self.revert, settings]); + } + } else { + input_content = self.revert; + } + content.apply(form, [input_content, settings, self]); + + input.attr('name', settings.name); + + /* add buttons to the form */ + buttons.apply(form, [settings, self]); + + /* add created form to self */ + $(self).append(form); + + /* attach 3rd party plugin if requested */ + plugin.apply(form, [settings, self]); + + /* focus to first visible form element */ + $(':input:visible:enabled:first', form).focus(); + + /* highlight input contents when requested */ + if (settings.select) { + input.select(); + } + + /* discard changes if pressing esc */ + input.keydown(function(e) { + if (e.keyCode == 27) { + e.preventDefault(); + //self.reset(); + reset.apply(form, [settings, self]); + } + }); + + /* discard, submit or nothing with changes when clicking outside */ + /* do nothing is usable when navigating with tab */ + var t; + if ('cancel' == settings.onblur) { + input.blur(function(e) { + /* prevent canceling if submit was clicked */ + t = setTimeout(function() { + reset.apply(form, [settings, self]); + }, 500); + }); + } else if ('submit' == settings.onblur) { + input.blur(function(e) { + /* prevent double submit if submit was clicked */ + t = setTimeout(function() { + form.submit(); + }, 200); + }); + //ali here: i hacked this in so that submit happens on mouseout too + input.mouseout(function(e) { + /* prevent double submit if submit was clicked */ + t = setTimeout(function() { + form.submit(); + }, 200); + }); + } else if ($.isFunction(settings.onblur)) { + input.blur(function(e) { + settings.onblur.apply(self, [input.val(), settings]); + }); + } else { + input.blur(function(e) { + /* TODO: maybe something here */ + }); + } + + form.submit(function(e) { + + if (t) { + clearTimeout(t); + } + + /* do no submit */ + e.preventDefault(); + + /* call before submit hook. */ + /* if it returns false abort submitting */ + if (false !== onsubmit.apply(form, [settings, self])) { + /* custom inputs call before submit hook. */ + /* if it returns false abort submitting */ + if (false !== submit.apply(form, [settings, self])) { + + /* check if given target is function */ + if ($.isFunction(settings.target)) { + var str = settings.target.apply(self, [input.val(), settings]); + $(self).html(str); + self.editing = false; + callback.apply(self, [self.innerHTML, settings]); + /* TODO: this is not dry */ + if (!$.trim($(self).html())) { + $(self).html(settings.placeholder); + } + } else { + /* add edited content and id of edited element to POST */ + var submitdata = {}; + submitdata[settings.name] = input.val(); + submitdata[settings.id] = self.id; + /* add extra data to be POST:ed */ + if ($.isFunction(settings.submitdata)) { + $.extend(submitdata, settings.submitdata.apply(self, [self.revert, settings])); + } else { + $.extend(submitdata, settings.submitdata); + } + + /* quick and dirty PUT support */ + if ('PUT' == settings.method) { + submitdata['_method'] = 'put'; + } + + /* show the saving indicator */ + $(self).html(settings.indicator); + + /* defaults for ajaxoptions */ + var ajaxoptions = { + type : 'POST', + data : submitdata, + dataType: 'html', + url : settings.target, + success : function(result, status) { + if (ajaxoptions.dataType == 'html') { + $(self).html(result); + } + self.editing = false; + callback.apply(self, [result, settings]); + if (!$.trim($(self).html())) { + $(self).html(settings.placeholder); + } + }, + error : function(xhr, status, error) { + onerror.apply(form, [settings, self, xhr]); + } + }; + + /* override with what is given in settings.ajaxoptions */ + $.extend(ajaxoptions, settings.ajaxoptions); + $.ajax(ajaxoptions); + + } + } + } + + /* show tooltip again */ + $(self).attr('title', settings.tooltip); + + return false; + }); + }); + + /* privileged methods */ + this.reset = function(form) { + /* prevent calling reset twice when blurring */ + if (this.editing) { + /* before reset hook, if it returns false abort reseting */ + if (false !== onreset.apply(form, [settings, self])) { + $(self).html(self.revert); + self.editing = false; + if (!$.trim($(self).html())) { + $(self).html(settings.placeholder); + } + /* show tooltip again */ + if (settings.tooltip) { + $(self).attr('title', settings.tooltip); + } + } + } + }; + }); + + }; + + + $.editable = { + types: { + defaults: { + element : function(settings, original) { + var input = $(''); + $(this).append(input); + return(input); + }, + content : function(string, settings, original) { + $(':input:first', this).val(string); + }, + reset : function(settings, original) { + original.reset(this); + }, + buttons : function(settings, original) { + var form = this; + if (settings.submit) { + /* if given html string use that */ + if (settings.submit.match(/>$/)) { + var submit = $(settings.submit).click(function() { + if (submit.attr("type") != "submit") { + form.submit(); + } + }); + /* otherwise use button with given string as text */ + } else { + var submit = $('