diff --git a/CREDITS.md b/CREDITS.md new file mode 100644 index 0000000..ce18637 --- /dev/null +++ b/CREDITS.md @@ -0,0 +1,25 @@ +# Credits +We are using a wonderful set of artistic user icons provided by flaticon.com to customize our user experience! + +We would like to directly thank the following artists for their contributions: + +## Madebyoliver +* Octopus +* Snorkel +* Like (The heart!) +* Sweater +* Aquarium +* Fruit + +## Freepik +* Gingerbread man +* Flask +* Diamond +* Squirrel +* Bird (the teal one!) + +## Pixel Buddha +* Moon +* Doughnut +* Bird (the red one!) +* Paint Brush diff --git a/WebContent/html/css/stylesheet.css b/WebContent/html/css/stylesheet.css index 8a50290..96e4450 100644 --- a/WebContent/html/css/stylesheet.css +++ b/WebContent/html/css/stylesheet.css @@ -28,6 +28,17 @@ div.displayDevice{ left: 300px; } +div.profileContainer{ + display: inline-block; + position: absolute; + padding-left: 30px; + width: 100%; + height: 100%; + overflow: scroll; + left: 200px; + top: 70px; +} + div.modal{ display:none; position: fixed; @@ -65,7 +76,7 @@ input[type=text]{ span.close{ - color: #aaa; + color: black; float: right; font-size: 28px; font-weight: bold; diff --git a/WebContent/html/imgs/my-icons-collection-128px/license/license.pdf b/WebContent/html/imgs/my-icons-collection-128px/license/license.pdf new file mode 100644 index 0000000..bdeedb7 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/license/license.pdf differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/1.png b/WebContent/html/imgs/my-icons-collection-128px/png/1.png new file mode 100644 index 0000000..9be5f49 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/1.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/10.png b/WebContent/html/imgs/my-icons-collection-128px/png/10.png new file mode 100644 index 0000000..9dfd441 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/10.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/11.png b/WebContent/html/imgs/my-icons-collection-128px/png/11.png new file mode 100644 index 0000000..ad875be Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/11.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/12.png b/WebContent/html/imgs/my-icons-collection-128px/png/12.png new file mode 100644 index 0000000..d8a94ea Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/12.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/13.png b/WebContent/html/imgs/my-icons-collection-128px/png/13.png new file mode 100644 index 0000000..d3fafb2 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/13.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/14.png b/WebContent/html/imgs/my-icons-collection-128px/png/14.png new file mode 100644 index 0000000..f2351fa Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/14.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/15.png b/WebContent/html/imgs/my-icons-collection-128px/png/15.png new file mode 100644 index 0000000..4254a0d Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/15.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/2.png b/WebContent/html/imgs/my-icons-collection-128px/png/2.png new file mode 100644 index 0000000..f3e7c18 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/2.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/3.png b/WebContent/html/imgs/my-icons-collection-128px/png/3.png new file mode 100644 index 0000000..8dca2f2 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/3.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/4.png b/WebContent/html/imgs/my-icons-collection-128px/png/4.png new file mode 100644 index 0000000..2cf1c5b Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/4.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/5.png b/WebContent/html/imgs/my-icons-collection-128px/png/5.png new file mode 100644 index 0000000..337fbbc Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/5.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/6.png b/WebContent/html/imgs/my-icons-collection-128px/png/6.png new file mode 100644 index 0000000..65a5304 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/6.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/7.png b/WebContent/html/imgs/my-icons-collection-128px/png/7.png new file mode 100644 index 0000000..abf0291 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/7.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/8.png b/WebContent/html/imgs/my-icons-collection-128px/png/8.png new file mode 100644 index 0000000..5127845 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/8.png differ diff --git a/WebContent/html/imgs/my-icons-collection-128px/png/9.png b/WebContent/html/imgs/my-icons-collection-128px/png/9.png new file mode 100644 index 0000000..dd78b84 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-128px/png/9.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/license/license.pdf b/WebContent/html/imgs/my-icons-collection-32px/license/license.pdf new file mode 100644 index 0000000..bdeedb7 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/license/license.pdf differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/1.png b/WebContent/html/imgs/my-icons-collection-32px/png/1.png new file mode 100644 index 0000000..a199ffc Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/1.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/10.png b/WebContent/html/imgs/my-icons-collection-32px/png/10.png new file mode 100644 index 0000000..36ef75b Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/10.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/11.png b/WebContent/html/imgs/my-icons-collection-32px/png/11.png new file mode 100644 index 0000000..c6a7113 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/11.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/12.png b/WebContent/html/imgs/my-icons-collection-32px/png/12.png new file mode 100644 index 0000000..0b43323 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/12.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/13.png b/WebContent/html/imgs/my-icons-collection-32px/png/13.png new file mode 100644 index 0000000..0d091a0 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/13.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/14.png b/WebContent/html/imgs/my-icons-collection-32px/png/14.png new file mode 100644 index 0000000..b572455 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/14.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/15.png b/WebContent/html/imgs/my-icons-collection-32px/png/15.png new file mode 100644 index 0000000..ec6504a Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/15.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/2.png b/WebContent/html/imgs/my-icons-collection-32px/png/2.png new file mode 100644 index 0000000..0ada903 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/2.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/3.png b/WebContent/html/imgs/my-icons-collection-32px/png/3.png new file mode 100644 index 0000000..7402532 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/3.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/4.png b/WebContent/html/imgs/my-icons-collection-32px/png/4.png new file mode 100644 index 0000000..779b87e Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/4.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/5.png b/WebContent/html/imgs/my-icons-collection-32px/png/5.png new file mode 100644 index 0000000..6a1205c Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/5.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/6.png b/WebContent/html/imgs/my-icons-collection-32px/png/6.png new file mode 100644 index 0000000..5c9a034 Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/6.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/7.png b/WebContent/html/imgs/my-icons-collection-32px/png/7.png new file mode 100644 index 0000000..6f964fe Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/7.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/8.png b/WebContent/html/imgs/my-icons-collection-32px/png/8.png new file mode 100644 index 0000000..bab3e6f Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/8.png differ diff --git a/WebContent/html/imgs/my-icons-collection-32px/png/9.png b/WebContent/html/imgs/my-icons-collection-32px/png/9.png new file mode 100644 index 0000000..8b30fda Binary files /dev/null and b/WebContent/html/imgs/my-icons-collection-32px/png/9.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/._readme.txt b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/._readme.txt new file mode 100644 index 0000000..ac807b5 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/._readme.txt differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/css/._.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/css/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/css/._.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/css/lib/._.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/css/lib/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/css/lib/._.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/._.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/._.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/control/._.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/control/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/control/._.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/control/icon-select/._.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/control/icon-select/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/control/icon-select/._.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/control/icon-select/._arrow.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/control/icon-select/._arrow.png new file mode 100644 index 0000000..2b5d626 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/control/icon-select/._arrow.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._1.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._1.png new file mode 100644 index 0000000..04aa6fe Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._1.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._10.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._10.png new file mode 100644 index 0000000..1ebdde4 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._10.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._11.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._11.png new file mode 100644 index 0000000..f71e42e Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._11.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._12.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._12.png new file mode 100644 index 0000000..00e90f0 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._12.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._13.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._13.png new file mode 100644 index 0000000..5ee54a9 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._13.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._14.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._14.png new file mode 100644 index 0000000..d4fb45d Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._14.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._2.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._2.png new file mode 100644 index 0000000..c01e107 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._2.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._3.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._3.png new file mode 100644 index 0000000..1563182 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._3.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._4.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._4.png new file mode 100644 index 0000000..e34d2f6 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._4.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._5.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._5.png new file mode 100644 index 0000000..9641575 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._5.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._6.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._6.png new file mode 100644 index 0000000..c4bae4e Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._6.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._7.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._7.png new file mode 100644 index 0000000..0fe0cd2 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._7.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._8.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._8.png new file mode 100644 index 0000000..3186a9f Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._8.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._9.png b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._9.png new file mode 100644 index 0000000..a24f91b Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/images/icons/._9.png differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/lib/._.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/lib/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/lib/._.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/lib/._iscroll.js b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/lib/._iscroll.js new file mode 100644 index 0000000..cbfbf7e Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/lib/._iscroll.js differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/lib/control/._.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/lib/control/._.DS_Store new file mode 100644 index 0000000..09fa6bd Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/__MACOSX/lib/control/._.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/css/.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/css/.DS_Store new file mode 100644 index 0000000..e69c771 Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/css/.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/css/lib/.DS_Store b/WebContent/html/javascript/iconselect.js-1.0/css/lib/.DS_Store new file mode 100644 index 0000000..fa064ce Binary files /dev/null and b/WebContent/html/javascript/iconselect.js-1.0/css/lib/.DS_Store differ diff --git a/WebContent/html/javascript/iconselect.js-1.0/css/lib/control/iconselect.css b/WebContent/html/javascript/iconselect.js-1.0/css/lib/control/iconselect.css new file mode 100644 index 0000000..fe5ea25 --- /dev/null +++ b/WebContent/html/javascript/iconselect.js-1.0/css/lib/control/iconselect.css @@ -0,0 +1,129 @@ +/* +To change this license header, choose License Headers in Project Properties. +To change this template file, choose Tools | Templates +and open the template in the editor. +*/ +/* + Created on : Nov 28, 2013, 7:09:35 AM + Author : bugraozden +*/ + +.icon-select{ + width:0px; + } + + .icon-select .selected-box { + + position: relative; + margin: 0px; + padding: 0px; + width: 70px; /* sil */ + height: 60px; /* sil */ + border: 1px solid #999999; + /*background-color: #FFFFFF;*/ + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + + } + + .icon-select .selected-box:hover { + + position: relative; + margin: 0px; + padding: 0px; + width: 70px; /* sil */ + height: 60px; /* sil */ + border: 1px solid #000000; + background-color: #FFFFFF; + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + + } + + .icon-select .selected-icon { + + position: absolute; + margin: 0px; + padding: 0px; + top:5px; + left:5px; + width: 48px; /* sil */ + height: 48px; /* sil */ + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + + } + + .icon-select .component-icon{ + position: absolute; + bottom:5px; + right:4px; + } + + .icon-select .box { + + position: absolute; + top:0px; + left:71px; + margin: 0px; + padding: 0px; + width: 170px; /* sil */ + height: 170px; /* sil */ + border: 1px solid #EEEEEE; + background-color: #EEEEEE; + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + + + overflow:auto; + /* + -webkit-overflow-scrolling: touch; + */ + + } + + .icon-select .icon { + position: relative; + margin: 5px 0px 0px 5px; + padding: 0px; + width: 48px; /* sil */ + height: 48px; /* sil */ + border: 1px solid #CCCCCC; + background-color: #FFFFFF; + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + + overflow:hidden; + float: left; + } + + .icon-select .icon:hover { + border: 1px solid #000000; + } + + .icon-select .icon.selected { + position: relative; + margin: 5px 0px 0px 5px; + padding: 0px; + width: 48px; /* sil */ + height: 48px; /* sil */ + border: 1px solid #EEEEEE; + background-color: #EEEEEE; + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + + overflow:hidden; + float: left; + } \ No newline at end of file diff --git a/WebContent/html/javascript/iconselect.js-1.0/icon-select-example.html b/WebContent/html/javascript/iconselect.js-1.0/icon-select-example.html new file mode 100644 index 0000000..00528eb --- /dev/null +++ b/WebContent/html/javascript/iconselect.js-1.0/icon-select-example.html @@ -0,0 +1,60 @@ + +
+ +Change profile image:
+ +