From 151b2f7d102a5988b63255d27c9ad78202c16355 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 9 Nov 2015 00:33:08 +0100 Subject: Added (partial) website + misc updates for release * recreated the prado website in demos/ * updated some docs to reflect the usage of jquery; removed guide to prototype * updated composer * added task for apigen4 (theme still missing) --- demos/site/themes/Prado/favicon.ico | Bin 0 -> 3638 bytes demos/site/themes/Prado/imgs/bg.gif | Bin 0 -> 307 bytes demos/site/themes/Prado/imgs/bigmantis.jpg | Bin 0 -> 13447 bytes demos/site/themes/Prado/imgs/bigmantis.jpg.1 | Bin 0 -> 13447 bytes demos/site/themes/Prado/imgs/bottomgradient.gif | Bin 0 -> 269 bytes demos/site/themes/Prado/imgs/bullet_one.gif | Bin 0 -> 343 bytes demos/site/themes/Prado/imgs/bullet_three.gif | Bin 0 -> 369 bytes demos/site/themes/Prado/imgs/bullet_two.gif | Bin 0 -> 355 bytes demos/site/themes/Prado/imgs/mainmenu_active.gif | Bin 0 -> 154 bytes demos/site/themes/Prado/imgs/mainmenu_hover.gif | Bin 0 -> 155 bytes demos/site/themes/Prado/imgs/pradodownload.gif | Bin 0 -> 7159 bytes demos/site/themes/Prado/imgs/pradoheader.gif | Bin 0 -> 15430 bytes demos/site/themes/Prado/imgs/statementsbg.gif | Bin 0 -> 327 bytes demos/site/themes/Prado/style.css | 765 +++++++++++++++++++++++ 14 files changed, 765 insertions(+) create mode 100644 demos/site/themes/Prado/favicon.ico create mode 100644 demos/site/themes/Prado/imgs/bg.gif create mode 100644 demos/site/themes/Prado/imgs/bigmantis.jpg create mode 100644 demos/site/themes/Prado/imgs/bigmantis.jpg.1 create mode 100644 demos/site/themes/Prado/imgs/bottomgradient.gif create mode 100644 demos/site/themes/Prado/imgs/bullet_one.gif create mode 100644 demos/site/themes/Prado/imgs/bullet_three.gif create mode 100644 demos/site/themes/Prado/imgs/bullet_two.gif create mode 100644 demos/site/themes/Prado/imgs/mainmenu_active.gif create mode 100644 demos/site/themes/Prado/imgs/mainmenu_hover.gif create mode 100644 demos/site/themes/Prado/imgs/pradodownload.gif create mode 100755 demos/site/themes/Prado/imgs/pradoheader.gif create mode 100644 demos/site/themes/Prado/imgs/statementsbg.gif create mode 100755 demos/site/themes/Prado/style.css (limited to 'demos/site/themes') diff --git a/demos/site/themes/Prado/favicon.ico b/demos/site/themes/Prado/favicon.ico new file mode 100644 index 00000000..28d63172 Binary files /dev/null and b/demos/site/themes/Prado/favicon.ico differ diff --git a/demos/site/themes/Prado/imgs/bg.gif b/demos/site/themes/Prado/imgs/bg.gif new file mode 100644 index 00000000..d4ce965e Binary files /dev/null and b/demos/site/themes/Prado/imgs/bg.gif differ diff --git a/demos/site/themes/Prado/imgs/bigmantis.jpg b/demos/site/themes/Prado/imgs/bigmantis.jpg new file mode 100644 index 00000000..7520aab4 Binary files /dev/null and b/demos/site/themes/Prado/imgs/bigmantis.jpg differ diff --git a/demos/site/themes/Prado/imgs/bigmantis.jpg.1 b/demos/site/themes/Prado/imgs/bigmantis.jpg.1 new file mode 100644 index 00000000..7520aab4 Binary files /dev/null and b/demos/site/themes/Prado/imgs/bigmantis.jpg.1 differ diff --git a/demos/site/themes/Prado/imgs/bottomgradient.gif b/demos/site/themes/Prado/imgs/bottomgradient.gif new file mode 100644 index 00000000..4309dc30 Binary files /dev/null and b/demos/site/themes/Prado/imgs/bottomgradient.gif differ diff --git a/demos/site/themes/Prado/imgs/bullet_one.gif b/demos/site/themes/Prado/imgs/bullet_one.gif new file mode 100644 index 00000000..8d42c689 Binary files /dev/null and b/demos/site/themes/Prado/imgs/bullet_one.gif differ diff --git a/demos/site/themes/Prado/imgs/bullet_three.gif b/demos/site/themes/Prado/imgs/bullet_three.gif new file mode 100644 index 00000000..099522c2 Binary files /dev/null and b/demos/site/themes/Prado/imgs/bullet_three.gif differ diff --git a/demos/site/themes/Prado/imgs/bullet_two.gif b/demos/site/themes/Prado/imgs/bullet_two.gif new file mode 100644 index 00000000..cd8001a8 Binary files /dev/null and b/demos/site/themes/Prado/imgs/bullet_two.gif differ diff --git a/demos/site/themes/Prado/imgs/mainmenu_active.gif b/demos/site/themes/Prado/imgs/mainmenu_active.gif new file mode 100644 index 00000000..47974274 Binary files /dev/null and b/demos/site/themes/Prado/imgs/mainmenu_active.gif differ diff --git a/demos/site/themes/Prado/imgs/mainmenu_hover.gif b/demos/site/themes/Prado/imgs/mainmenu_hover.gif new file mode 100644 index 00000000..26355b3c Binary files /dev/null and b/demos/site/themes/Prado/imgs/mainmenu_hover.gif differ diff --git a/demos/site/themes/Prado/imgs/pradodownload.gif b/demos/site/themes/Prado/imgs/pradodownload.gif new file mode 100644 index 00000000..4b063dbb Binary files /dev/null and b/demos/site/themes/Prado/imgs/pradodownload.gif differ diff --git a/demos/site/themes/Prado/imgs/pradoheader.gif b/demos/site/themes/Prado/imgs/pradoheader.gif new file mode 100755 index 00000000..40ca5d29 Binary files /dev/null and b/demos/site/themes/Prado/imgs/pradoheader.gif differ diff --git a/demos/site/themes/Prado/imgs/statementsbg.gif b/demos/site/themes/Prado/imgs/statementsbg.gif new file mode 100644 index 00000000..85836a2e Binary files /dev/null and b/demos/site/themes/Prado/imgs/statementsbg.gif differ diff --git a/demos/site/themes/Prado/style.css b/demos/site/themes/Prado/style.css new file mode 100755 index 00000000..798451c0 --- /dev/null +++ b/demos/site/themes/Prado/style.css @@ -0,0 +1,765 @@ + +/** + * PradoSoft profile by Carl G. Mathisen and Stefan A. Petrov + * http://decart.no + */ + +body +{ + background-color: #ECEDE5; + background-image: url('imgs/bg.gif'); + background-repeat: repeat-x; + background-position: top left; + margin: 0px; + padding: 0px; + text-align: center; +} + +body, div, span, p, input +{ + font-family: Verdana, sans-serif, Arial; + font-size: 10pt; + color: #333333; +} + +h1, h2, h3, h4 +{ + font-family: Verdana, Helvetica, Arial, Lucida Grande, Trebuchet MS; + padding: 0px; + margin: 0px; + margin-bottom: 10px; + color: #821B18; + font-weight: normal; +} + +h2 +{ + font-size: 18px; +} + +h3 +{ + font-size: 16px; +} + +div +{ + text-align: left; +} + +.instructions +{ + background-color: #EEEEEE; + padding: 5px; +} + +img +{ + border: none; +} + +a +{ + color: #CD2C27; + text-decoration: none; +} + +a:hover +{ + color: #821B18; + text-decoration: underline; +} + +#page +{ + margin: 0 auto; + padding: 0; + width: 841px; + position: relative; +} + +#header +{ + position: relative; + height: 98px; +} + +#logo +{ + height: 99px; +} + +#mainmenu +{ + position: absolute; + top: 69px; +} + +#mainmenu ul +{ + margin-left: 0; + padding-left: 0; + display: inline; +} + +#mainmenu ul li +{ + margin-left: 0px; + list-style: none; + display: inline; +} + +#mainmenu ul li a +{ + display: block; + float: left; + font-size: 14px; + font-weight: bold; + padding-left: 7px; + padding-right: 7px; + padding-top: 5px; + color: #FFFFCC; + text-decoration: none; + height: 29px; +} + +#mainmenu ul li a:hover +{ + background-image: url('imgs/mainmenu_hover.gif'); + background-repeat: repeat-x; + background-position: top left; + color: #fff; +} + +#mainmenu ul li a.active +{ + background-image: url('imgs/mainmenu_active.gif'); + background-repeat: repeat-x; + background-position: top left; + color: #91A412; +} + +/* main page */ + +div.intro +{ + height: 190px; + background-image: url('imgs/bigmantis.jpg'); + background-repeat: no-repeat; + background-position: top right; + background-color: #fff; +} + +div.statements +{ + height: 165px; + background-image: url('imgs/statementsbg.gif'); + background-repeat: repeat-x; + position: relative; + border-bottom : 1px solid #EEE; +} + +div.statements div +{ + position: absolute; + width: 250px; + top: 20px; +} + +div.statements div p +{ + font-size: 13px; + color: #818181; +} + +div.statements div.whatis +{ + left: 20px; +} + +div.statements div.whatreq +{ + left: 310px; +} + +div.statements div.cani +{ + left: 590px; + width: 250px; +} + +/* navbar */ +#navbar +{ + border-bottom: 2px solid #E9EEEF; + height: 30px; + margin-bottom: 20px; +} + +#navbar ul +{ + margin-left: 0; + padding-left: 0; + display: inline; +} + +#navbar ul li +{ + margin-left: 0px; + list-style: none; + display: inline; +} + +#navbar ul li a +{ + display: block; + float: left; + font-size: 14px; + font-weight: bold; + padding-right: 14px; + padding-top: 5px; + color: #CD2B26; + height: 29px; +} + +#navbar ul li a.active, #navbar ul li a.hover +{ + color: #821B18; +} + +#navbar ul li a.hover +{ + text-decoration: underline; +} + +/* infobar */ +div#infobar +{ + float: right; + width: 200px; + padding-left: 20px; + border-left: 2px solid #E9EEEF; +} + +div#infobar div +{ + margin-bottom: 20px; +} + +div#infobar div#featured img +{ + margin-top: 10px; +} + +/* articles */ + +div#articles +{ + width: 560px; + float: left; +} + +/* article */ + +div.article +{ + margin-bottom: 40px; +} + +div.article .date +{ + color: #9F9291; +} + +div.article .more +{ + margin-right: 10px; + display: block; + text-align: right; +} + +.logo +{ + position: absolute; + margin-left: 15px; + margin-top: 0px; + z-index: 1; +} + +#main +{ + padding: 20px; + padding-top: 20px; + background-color: #fff; +} + +div.mantis +{ + height: 190px; + background-color: #fff; + background-image: url('imgs/bigmantis.jpg'); + background-repeat: no-repeat; + background-position: top right; + border-bottom: 1px solid #DCDCDC; +} + +div.releases +{ + float: left; + width: 240px; + height: 190px; + background-image: url('imgs/pradodownload.gif'); + background-repeat: no-repeat; +} + +div.releases div.official +{ + width: 190px; + position: relative; + left: 52px; + top: 128px; + font-size: 8pt; + color: #6D6D6D; +} + +div.releases div.official a +{ + display: block; +} + +div.whyprado +{ + display: block; + float: left; +} + +div.whyprado ul.list +{ + margin-top: 40px; + margin-left: 40px; +} + +div.whyprado ul.list li +{ + display: block; + margin: 5px; + padding: 0px; + font-size: 18px; + background-repeat: no-repeat; + background-position: bottom left; + padding-left: 30px; + list-style: none; +} + +div.whyprado ul.list li.one +{ + background-image: url('imgs/bullet_one.gif'); +} + +div.whyprado ul.list li.two +{ + background-image: url('imgs/bullet_two.gif'); +} + +div.whyprado ul.list li.three +{ + background-image: url('imgs/bullet_three.gif'); +} + +div.whyprado ul.list li a +{ + color: #9F9291; + text-decoration: none; +} + +#footer +{ + border-top: 1px solid #e9eeef; + background-color: #fff; + clear: both; + color: #A7A7A7; + font-size: 8pt; + text-align: center; + padding-top: 10px; + padding-bottom: 30px; + background-image: url('imgs/bottomgradient.gif'); + background-repeat: repeat-x; + background-position: bottom; +} + +#ads +{ + font-size: 8pt; + text-align: center; +} +#features +{ + margin-left: 610px; + padding: 10px; + padding-left: 10px; + padding-right: 10px; + background-color: #BEDD75; + color: #344A1E; + font-size: 9pt; +} + +#features ul +{ + margin: 10px; + padding: 0px; +} + +#features ul li +{ + font-size: 8pt; + padding: 0px; + margin: 0px; + margin-top: 8px; +} + +#features h3 +{ + margin: 0px; + padding: 0px; + font-size: 10pt; + color: #292E1D; + text-align: center; + border-bottom: 1px solid silver; +} + +#news +{ + float: left; + width: 590px; +} + +.newstitle +{ + font-size: 12pt; + font-weight: bold; + color: #555; + margin-top: 10px; + margin-bottom: 0px; + border-bottom: 1px solid silver; +} + +.newscontentmore +{ + margin-right: 10px; + display: block; + color: #50811A; + text-align: right; +} + +.newscontentmore:hover +{ + color: red; +} + +.newstime +{ + margin: 0px; + font-size:0.8em; + color:#aaa; + padding-left:10px; + text-align: right; +} + +.newscontent +{ + margin-top: 5px; +} + +#leftpanel +{ + float: left; + width: 550px; +} + +#topics +{ + border: 1px solid #804040; + margin-left: 610px; + padding-bottom: 10px; +} + +#topicsheader +{ + text-align:center; + font-weight:bold; + background-color:#804040; + color:#FFFFBC; + padding: 3px; + margin-bottom:0px; +} + +.topicitem +{ + padding: 5px; +} + +.topicitem a:hover +{ + text-decoration: underline; +} + +.topicitem p +{ + margin: 0px; + font-size:0.8em; + color:#aaa; + padding-left:10px; + white-space:nowrap; +} + +.reference +{ +} + +.reference img +{ + margin: 10px; +} + +.reference h3 +{ +} + + +.download +{ + width: 100%; + background-color: #aaa; +} + +.download td +{ + background-color: #FFFFFF; + padding: 2px 5px; + font-size: 9pt; +} + +.download td a +{ + font-weight: bold; +} + +.download td.type +{ + font-family: "courier new", courier; + text-align: right; + vertical-align: top; +} + +.download div.declaration +{ + font-family: "courier new", courier; +} + + +.download th +{ + background-color: #F0F0F0; + font-weight: bold; + font-size: 9pt; + padding: 5px; + text-align: left; +} + +.download th.small +{ + font-size: 1.0em; +} + +.download tr.reference td { + background-color: #FFEDED; +} + + +.doc-title +{ + font-size: 14pt; + font-weight: bold; + margin-top: 10px; + margin-bottom: 10px; +} + +.doc-subtitle +{ + font-size: 11pt; + font-weight: bold; + background-color: #EEE; + padding: 5px; + margin-top: 20px; +} + +.doc-namespace +{ + font-size: 8pt; +} + + +.doc-menu +{ +} + +.doc-classes +{ +} + +.doc-ancestors +{ + font-size: 8pt; +} + +.doc-properties +{ + font-size: 9pt; +} + +.doc-properties table +{ + border-collapse: collapse; + background-color: silver; + width: 100%; +} + +.doc-properties td, .doc-properties th +{ + padding: 3px; + vertical-align: top; + background-color: white; + border: 1px solid silver; +} + +.doc-events +{ + font-size: 9pt; +} + +.doc-events table +{ + border-collapse: collapse; + background-color: silver; + width: 100%; +} + +.doc-events td, .doc-events th +{ + padding: 3px; + vertical-align: top; + background-color: white; + border: 1px solid silver; +} + +.doc-methods +{ + font-size: 9pt; +} + +.doc-methods table +{ + border-collapse: collapse; + background-color: silver; + width: 100%; +} + +.doc-methods td, .doc-methods th +{ + padding: 3px; + vertical-align: top; + background-color: white; + border: 1px solid silver; +} + +.doc-derived +{ +} + +.doc-inherited +{ +} + +.doc-native td +{ + background-color: lightyellow; +} + +.forum-topic +{ + padding: 10px; + border:1px solid silver; + margin-bottom: 10px; +} + + +.demo-list li +{ + margin-bottom: 1em; +} + +.autocomplete +{ + border:1px solid #ccc; + background-color:white; +} +.autocomplete ul, .autocomplete li +{ + margin: 0; + padding: 0; + list-style: none; + font-size: 11px; + font-family: Tahoma, Arial, Helvetica, sans-serif; + color: #333; +} + +ul.different +{ + background-color: pink; +} + +.autocomplete li +{ + padding: 5px; + background-color: #ffe; +} +.autocomplete .selected +{ + background-color: #eec; +} + +#ads ul +{ + list-style-type: none; + margin: 5px; + margin-left: 0px; + padding: 0; + font-size: 10px; +} + +#ads li +{ + margin-bottom: 7px; +} + +#ads a +{ + color: black; + border-bottom: 1px dashed silver; +} + +#changelog +{ + overflow:scroll; + height: 250px; + border:1px solid #ccc; + white-space: pre-wrap; /* CSS 3 */ + white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; /* Internet Explorer 5.5+ */ + padding: 10px; + -webkit-box-shadow: inset 0px -10px 10px -5px rgba(0,0,0,0.75); + -moz-box-shadow: inset 0px -10px 10px -5px rgba(0,0,0,0.75); + box-shadow: inset 0px -10px 10px -5px rgba(0,0,0,0.75); +} -- cgit v1.2.3 From deb21334572e4bef961db6a6734b0a59645580c5 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 10 Nov 2015 13:46:05 +0100 Subject: fix changeling + minor --- demos/site/protected/Layouts/MainLayout.tpl | 1 - demos/site/protected/Pages/About.page | 1 + demos/site/protected/Pages/Demos.page | 1 + demos/site/protected/Pages/Documentation.page | 1 + demos/site/protected/Pages/Download.page | 3 ++- demos/site/protected/Pages/Home.page | 1 + demos/site/protected/Pages/License.page | 1 + demos/site/protected/Pages/Tos.page | 1 + demos/site/themes/Prado/style.css | 2 +- 9 files changed, 9 insertions(+), 3 deletions(-) (limited to 'demos/site/themes') diff --git a/demos/site/protected/Layouts/MainLayout.tpl b/demos/site/protected/Layouts/MainLayout.tpl index 72377ed5..8b523aed 100644 --- a/demos/site/protected/Layouts/MainLayout.tpl +++ b/demos/site/protected/Layouts/MainLayout.tpl @@ -36,7 +36,6 @@ -
\ No newline at end of file diff --git a/demos/site/protected/Pages/Demos.page b/demos/site/protected/Pages/Demos.page index dbc7635d..a27a6147 100644 --- a/demos/site/protected/Pages/Demos.page +++ b/demos/site/protected/Pages/Demos.page @@ -27,5 +27,6 @@ The following demos are developed using the PRADO framework. They are also avail
  • AJAX Chat: A easy to build web chat application using AJAX controls and Active Records for database access (see tutorial).
  • Time Tracker: A complete personal project time tracker application using SQLMap for data access.
  • +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/Documentation.page b/demos/site/protected/Pages/Documentation.page index 25b109ad..977e6c23 100644 --- a/demos/site/protected/Pages/Documentation.page +++ b/demos/site/protected/Pages/Documentation.page @@ -37,6 +37,7 @@ The API Manual contains the documentation f ---> +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/Download.page b/demos/site/protected/Pages/Download.page index bdc21221..96dcda6b 100644 --- a/demos/site/protected/Pages/Download.page +++ b/demos/site/protected/Pages/Download.page @@ -37,7 +37,7 @@ $(document).ready(function () {

    Latest changelog entries

    -
    loading...
    +
    loading...

    Previous PRADO v3.x releases

    @@ -111,6 +111,7 @@ $(document).ready(function () {

    The Source code repository can be accessed anonymously using the following command,

    git clone https://github.com/pradosoft/prado.git
    +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/Home.page b/demos/site/protected/Pages/Home.page index 470beb9e..039050c1 100755 --- a/demos/site/protected/Pages/Home.page +++ b/demos/site/protected/Pages/Home.page @@ -50,6 +50,7 @@ +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/License.page b/demos/site/protected/Pages/License.page index 9636acf9..fe6f7ce4 100644 --- a/demos/site/protected/Pages/License.page +++ b/demos/site/protected/Pages/License.page @@ -23,6 +23,7 @@ Redistribution and use in source and binary forms, with or without modification, 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.

    +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/Tos.page b/demos/site/protected/Pages/Tos.page index 18f4750c..65c67470 100644 --- a/demos/site/protected/Pages/Tos.page +++ b/demos/site/protected/Pages/Tos.page @@ -37,6 +37,7 @@ The above policies may change from time to time. PradoSoft will post those chang This page was last updated on May 2, 2006.

    +
    \ No newline at end of file diff --git a/demos/site/themes/Prado/style.css b/demos/site/themes/Prado/style.css index 798451c0..b2164941 100755 --- a/demos/site/themes/Prado/style.css +++ b/demos/site/themes/Prado/style.css @@ -748,7 +748,7 @@ ul.different border-bottom: 1px dashed silver; } -#changelog +pre.changelog { overflow:scroll; height: 250px; -- cgit v1.2.3 From 83d86f5e3309f9a8ff406d299fcf4b1a01beb6dc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 7 Dec 2015 23:13:54 +0100 Subject: Removed pradosoft.com from images --- .../protected/pages/Day2/wsat_login.png | Bin 47951 -> 45418 bytes demos/blog-tutorial/themes/PradoSoft/pradologo.gif | Bin 3039 -> 2583 bytes .../pages/GettingStarted/wsat_generate_ar.png | Bin 75503 -> 69857 bytes .../protected/pages/GettingStarted/wsat_login.png | Bin 47951 -> 45418 bytes demos/quickstart/themes/PradoSoft/pradologo.gif | Bin 3039 -> 2583 bytes demos/site/themes/Prado/imgs/pradodownload.gif | Bin 7159 -> 5819 bytes framework/Wsat/themes/PradoSoft/imgs/pradologo.gif | Bin 3039 -> 2583 bytes 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 demos/blog-tutorial/themes/PradoSoft/pradologo.gif mode change 100755 => 100644 demos/quickstart/themes/PradoSoft/pradologo.gif (limited to 'demos/site/themes') diff --git a/demos/blog-tutorial/protected/pages/Day2/wsat_login.png b/demos/blog-tutorial/protected/pages/Day2/wsat_login.png index dbe1ad8b..cae62984 100644 Binary files a/demos/blog-tutorial/protected/pages/Day2/wsat_login.png and b/demos/blog-tutorial/protected/pages/Day2/wsat_login.png differ diff --git a/demos/blog-tutorial/themes/PradoSoft/pradologo.gif b/demos/blog-tutorial/themes/PradoSoft/pradologo.gif old mode 100755 new mode 100644 index 3b073b80..20ecf815 Binary files a/demos/blog-tutorial/themes/PradoSoft/pradologo.gif and b/demos/blog-tutorial/themes/PradoSoft/pradologo.gif differ diff --git a/demos/quickstart/protected/pages/GettingStarted/wsat_generate_ar.png b/demos/quickstart/protected/pages/GettingStarted/wsat_generate_ar.png index 8f0f59e7..6333d26b 100644 Binary files a/demos/quickstart/protected/pages/GettingStarted/wsat_generate_ar.png and b/demos/quickstart/protected/pages/GettingStarted/wsat_generate_ar.png differ diff --git a/demos/quickstart/protected/pages/GettingStarted/wsat_login.png b/demos/quickstart/protected/pages/GettingStarted/wsat_login.png index dbe1ad8b..3159a8ff 100644 Binary files a/demos/quickstart/protected/pages/GettingStarted/wsat_login.png and b/demos/quickstart/protected/pages/GettingStarted/wsat_login.png differ diff --git a/demos/quickstart/themes/PradoSoft/pradologo.gif b/demos/quickstart/themes/PradoSoft/pradologo.gif old mode 100755 new mode 100644 index 3b073b80..20ecf815 Binary files a/demos/quickstart/themes/PradoSoft/pradologo.gif and b/demos/quickstart/themes/PradoSoft/pradologo.gif differ diff --git a/demos/site/themes/Prado/imgs/pradodownload.gif b/demos/site/themes/Prado/imgs/pradodownload.gif index 4b063dbb..19753f6f 100644 Binary files a/demos/site/themes/Prado/imgs/pradodownload.gif and b/demos/site/themes/Prado/imgs/pradodownload.gif differ diff --git a/framework/Wsat/themes/PradoSoft/imgs/pradologo.gif b/framework/Wsat/themes/PradoSoft/imgs/pradologo.gif index 3b073b80..20ecf815 100644 Binary files a/framework/Wsat/themes/PradoSoft/imgs/pradologo.gif and b/framework/Wsat/themes/PradoSoft/imgs/pradologo.gif differ -- cgit v1.2.3