Project "Tuxbox-GIT: apps":

The branch, master has been updated
       via  6671d8735bb590c115ab0534d524c11ab8266b3c (commit)
      from  11d92b883380ec1ad0e3d45ff563da6ac33468b5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6671d8735bb590c115ab0534d524c11ab8266b3c
Author: svenhoefer <svenhoe...@svenhoefer.com>
Date:   Sun Mar 8 17:39:01 2015 +0100

    yweb: replace background-images with plain css
    
    Signed-off-by: GetAway <get-a...@t-online.de>

diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt 
b/tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt
index ecfc993..3d99daf 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt
@@ -326,7 +326,7 @@ start-block~frame_main
 {=include-block:Y_Blocks.txt;frame_head=}
 <title>dbox yWeb</title>
 </head>
-<frameset rows="60,*" frameborder="0" framespacing="0">
+<frameset rows="70,*" frameborder="0" framespacing="0">
        <frame name="prim_menu" src="Y_Menue.yhtm" scrolling="no"  
marginwidth="0" marginheight="0" frameborder="0" noresize="noresize" />
        <frame name="base" src="Y_Dyn_Pages.yhtm?page=frame_boxcontrol"  
marginwidth="0" marginheight="0" frameborder="0" style="height:100%"; />
 </frameset>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css 
b/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css
index 48fe82c..7bb292b 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css
@@ -1,6 +1,6 @@
 body {
        font-family: Verdana, Geneva, Arial, 'Lucida Grande',Tahoma, Helvetica, 
sans-serif;
-       background-color: White;
+       background-color: #ffffff;
        margin: 0;
        padding:0;
        font-size:10pt;
@@ -12,20 +12,31 @@ button,input,select,form,td {
        font-family: Verdana, Geneva, Arial, 'Lucida Grande',Tahoma, Helvetica, 
sans-serif;
        color:#555555;
 }
+.left {
+       float: left;
+}
+.right {
+       float: right;
+}
+.clear {
+       clear: both;
+       line-height: 0px;
+       height: 0;
+       overflow: hidden;
+}
 /* buttons */
-/*button{margin:1px}*/
 a img:hover {
        position:relative;
        left:1px;
        top:1px;
 }
 button[ytype]{
-       background-position:1px;
+       background-position: 5px;
        background-attachment: scroll;
        background-color: transparent;
        background-repeat: no-repeat;
-       padding-left: 20px;
-       padding-right:0px;
+       padding-left: 25px;
+       padding-right: 5px;
        vertical-align: middle;
        text-align:left;
 }
@@ -48,18 +59,24 @@ 
button[ytype="delete"]{background-image:url(/images/remove.png);}
 button[ytype="edit"]{background-image:url(/images/modify.png);}
 button[ytype="flash"]{background-image:url(/images/flash.png);}
 
-button[ytype="no"]{height:21px;padding-left:1px}
+button[ytype="no"] {
+       padding-left: 5px
+}
 
 /*TODO: input file*/
 
button,input[type="button"],input[type="submit"]/*,input[type="file"],input[type="file"]
 > input[type="button"],input[type="file"] > input[type="text"]*/ {
+       height: 22px;
        border: 1px solid #888888;
        background-color: transparent;
+       border-radius: 3px;
+
+       -webkit-border-radius: 3px;
+       -moz-border-radius: 3px;
 }
 
button:hover,input[type="button"]:hover,input[type="submit"]:hover/*,input[type="file"]:hover*/
 {
        position:relative;
        left:1px;
        top:1px;
-       border: 1px solid #888888;
 }
 div {
        margin:0;
@@ -108,60 +125,57 @@ tr {
 }
 /* primary Navigation */
 .y_menu_prim_box {
-       margin: 0;
-/*     padding:0;*/
-       width: 100%;
-       background: url(/images/body-trans-r.gif) no-repeat bottom right;
-       font-size: 100%;
+       margin: 5px;
+       font-size: 100.01%;
+       border: 1px solid #a0a0a0;
+       border-radius: 5px;
+
+       -webkit-border-radius: 5px;
+       -moz-border-radius: 5px;
 }
 .y_menu_prim_box_head {
-       background: url(/images/head-trans-r.gif) no-repeat top right;
        margin: 0;
        padding: 0;
        text-align: center;
+       background: #ffffff;
+       border-radius: 4px 4px 0 0;
+
+       -webkit-border-top-left-radius: 4px;
+       -webkit-border-top-right-radius: 4px;
+       -moz-border-radius-topleft: 4px;
+       -moz-border-radius-topright: 4px;
 }
 .y_menu_prim_box_head_h2 {
-       background: url(/images/head-trans-l.gif) no-repeat top left;
        margin: 0;
        padding: 5px 0px 5px;
        color: white;
-/*     font-size: 0;*/
-/*     line-height: 0.5em;*/
 }
 .y_menu_prim_box_body {
-       background: url(/images/body-trans-l.gif) no-repeat bottom left;
-/*     margin: 0;*/
-       padding-bottom: 8px;
-       padding-left: 20px;
-       padding-right: 20px;
+       padding: 0 20px 5px;
+       background-color: #ffffff;
+       border-radius: 0 0 4px 4px;
+
+       -webkit-border-bottom-right-radius: 4px;
+       -webkit-border-bottom-left-radius: 4px;
+       -moz-border-radius-bottomright: 4px;
+       -moz-border-radius-bottomleft: 4px;
 }
 .y_menu_item {
        margin: 0;
-/*     display: block;
-       background-repeat: no-repeat;*/
 }
 .y_menu_prim {
        margin: 0;
        padding: 0;
-/*     background-color: transparent;
-       white-space: nowrap;*/
        list-style: none;
        height: auto;
-/*     line-height: normal;*/
 }
 .y_menu_prim li {
        display: inline;
        margin: 0;
-/*     font-family: Arial, 'Lucida Grande',Tahoma, Verdana, Geneva, Helvetica, 
sans-serif;
-       background-repeat: no-repeat;
-       background-position: 0 1px;
-*/     text-align:center;
+       text-align:center;
        font-weight: normal;
-/*     height: auto;*/
        padding: 0em 0.3em;
 }
-.y_menu_prim_item {
-}
 .y_menu_prim li a {
        font-size: 11pt;
        text-decoration: none;
@@ -174,44 +188,59 @@ tr {
 .y_menu_prim li a:hover {
        color: #FF6600;
 }
+/*extensions*/
+.y_menu_prim_ext {
+}
+
 #box_name {
        font-weight:normal;
        font-size:10pt;
 }
 /* secondary Navigation */
 .y_menu_sec_box {
-       margin: 0;
+       margin: 0 0 5px 5px;
        padding: 0;
-       width: 100%;
-       background: url(/images/body-trans-r.gif) no-repeat bottom right;
-       font-size: 100%;
+       font-size: 100.01%;
+       border: 1px solid #a0a0a0;
+       border-radius: 5px;
+
+       -webkit-border-radius: 5px;
+       -moz-border-radius: 5px;
 }
 .y_menu_sec_box_head {
-       background: url(/images/head-orange-r.gif) no-repeat top right;
        margin: 0;
        padding: 0;
+       background: #ff6600;
+       border-radius: 4px 4px 0 0;
+
+       -webkit-border-top-left-radius: 4px;
+       -webkit-border-top-right-radius: 4px;
+       -moz-border-radius-topleft: 4px;
+       -moz-border-radius-topright: 4px;
 }
 .y_menu_sec_box_head h2 {
        margin: 0;
-       padding: 10px 30px 3px 25px;
-       background: url(/images/head-orange-l.gif) no-repeat top left;
+       padding: 5px 5px 5px 10px;
        font-family: Arial, 'Lucida Grande',Tahoma, Verdana, Geneva, Helvetica, 
sans-serif;
        color: white;
        font-weight: bold;
-       font-size: 12pt;
-/*     line-height: 1.5em;*/
+       font-size: 1.2em;
        text-align: left;
 }
 .y_menu_sec_box_body {
-       background: url(/images/body-trans-l.gif) no-repeat bottom left;
        margin: 0;
-/*     padding:0;*/
-       padding: 5px 5px 20px 5px;
+       padding: 5px 0 10px;
+       background-color: #ffffff;
+       border-radius: 0 0 4px 4px;
 
+       -webkit-border-bottom-right-radius: 4px;
+       -webkit-border-bottom-left-radius: 4px;
+       -moz-border-radius-bottomright: 4px;
+       -moz-border-radius-bottomleft: 4px;
 }
 .y_menu_sec {
-    display: block;
-    background-repeat: no-repeat;
+       display: block;
+       background-repeat: no-repeat;
        margin: 0px;
 
 }
@@ -227,12 +256,6 @@ tr {
        padding-left: 20px;
        color: #555555;
 }
-.y_menu_sec li.disabled {
-       height: auto;
-       margin-bottom: 0.1em;
-       color: #808080;
-       text-decoration:line-through;
-}
 .y_menu_sec li a {
        text-decoration: none;
        font-size: 10pt;
@@ -240,8 +263,6 @@ tr {
 .y_menu_sec li.plain a {
        color: #555555
 }
-.y_menu_sec li.disabled a {
-}
 .y_menu_sec li a:hover {
        color: #FF6600;
 }
@@ -252,34 +273,73 @@ tr {
        font-size: 10pt;
        font-weight: bold;
 }
+.y_menu_sec li a.disabled,
+.y_menu_sec li a.restricted {
+       color: #808080;
+       text-decoration:line-through;
+}
+.y_menu_sec ul li:first-child {
+       margin-top: 5px;
+}
+/*extensions*/
+.y_menu_sec_ext {
+}
+
+.y_menu_popup_link {
+       float: right;
+       margin-right: 15px;
+}
+
+.control_icon a img {
+       margin: 0 2px;
+}
 
 /*work*/
 .work_box {
-       margin: 0;
-       background: url(/images/body-trans-r.gif) no-repeat bottom right;
+       margin: 0 5px 5px 5px;
+       padding: 0;
        font-size: 100.01%;
+       border: 1px solid #a0a0a0;
+       border-radius: 5px;
+
+       -webkit-border-radius: 5px;
+       -moz-border-radius: 5px;
+}
+.work_box .work_box {
+       margin: 0;
+       padding: 0;
 }
 .work_box_head {
-       background: url(/images/head-blue-r.gif) no-repeat top right;
        margin: 0;
        padding: 0;
        text-align: center;
+       background-color: #2188e0;
+       border-radius: 4px 4px 0 0;
+
+       -webkit-border-top-left-radius: 4px;
+       -webkit-border-top-right-radius: 4px;
+       -moz-border-radius-topleft: 4px;
+       -moz-border-radius-topright: 4px;
 }
 .work_box_head h2,.work_box_head_h2 {
-       background: url(/images/head-blue-l.gif) no-repeat top left;
        margin: 0;
-       padding: 10px 30px 3px 30px;
+       padding: 5px 20px;
        font-family: Arial, 'Lucida Grande',Tahoma, Verdana, Geneva, Helvetica, 
sans-serif;
        color: white;
        font-weight: bold;
-       font-size: 12pt;
-/*     line-height: 1.5em;*/
+       font-size: 1.2em;
        text-align: left;
 }
 .work_box_body {
-       background: url(/images/body-trans-l.gif) no-repeat bottom left;
        margin: 0;
        padding: 5px 30px 10px 30px;
+       background-color: #ffffff;
+       border-radius: 0 0 4px 4px;
+
+       -webkit-border-bottom-right-radius: 4px;
+       -webkit-border-bottom-left-radius: 4px;
+       -moz-border-radius-bottomright: 4px;
+       -moz-border-radius-bottomleft: 4px;
 }
 .work_box_help {
        float:right;
@@ -332,47 +392,61 @@ tr {
 /*wait box*/
 .y_wait_box {
        margin: 0;
-       background: url(/images/body-trans-r.gif) no-repeat bottom right;
        font-size: 100%;
        position : absolute;
        left : 100px;
        top : 100px;
        visibility : hidden;
        z-index : 500;
+       border: 1px solid #a0a0a0;
+       border-radius: 5px;
+
+       -webkit-border-radius: 5px;
+       -moz-border-radius: 5px;
 }
 .y_wait_box_visible {
        margin: 0;
-       background: url(/images/body-trans-r.gif) no-repeat bottom right;
        font-size: 100%;
-       position : fixed;
+       position : absolute;
        left : 100px;
        top : 100px;
        visibility : visible;
        z-index : 500;
+       border: 1px solid #a0a0a0;
+       border-radius: 5px;
+
+       -webkit-border-radius: 5px;
+       -moz-border-radius: 5px;
 }
 .y_wait_box_head {
-       background: url(/images/head-orange-r.gif) no-repeat top right;
        margin: 0;
        padding: 0;
+       background: #ff6600;
+       border-radius: 4px 4px 0 0;
+
+       -webkit-border-top-left-radius: 4px;
+       -webkit-border-top-right-radius: 4px;
+       -moz-border-radius-topleft: 4px;
+       -moz-border-radius-topright: 4px;
 }
 .y_wait_box_head h2 {
-       background: url(/images/head-orange-l.gif) no-repeat top left;
        margin: 0;
-       padding: 12px 30px 3px 30px;
+       padding: 5px 20px;
        color: white;
        font-weight: bold;
        font-size: 1.2em;
-       line-height: 1.5em;
        text-align: center;
 }
 .y_wait_box_body {
-       background: url(/images/body-trans-l.gif) no-repeat bottom left;
        margin: 0;
-       padding-top: 5px;
-       padding-left: 16px;
-       padding-bottom: 20px;
-       padding-right: 16px;
+       padding: 5px 15px 20px;
+       background-color: #ffffff;
+       border-radius: 0 0 4px 4px;
 
+       -webkit-border-bottom-right-radius: 4px;
+       -webkit-border-bottom-left-radius: 4px;
+       -moz-border-radius-bottomright: 4px;
+       -moz-border-radius-bottomleft: 4px;
 }
 .y_wait_box_main {
        color: #666666;
@@ -400,12 +474,10 @@ tr {
        width: 100%;
 }
 .y_live_button {
-/*     font-size: 8pt;
-       height: 22px;*/
        padding: 0;
        color: #555555;
        margin:0;
-
+       border: 0 none;
 }
 .y_live_bouquets
 {
@@ -482,11 +554,42 @@ tr {
 }
 .y_text_boxcontrol_table {
        width:114px;
-       height: 22px;
-       background : url('/images/audiobar.gif') no-repeat 1px 0px;
-       padding : 1px;
-       border : #FF8e42 solid 1px;
+       height: 23px;
+       background: url('/images/audiobar.png') no-repeat 1px 1px;
+       padding: 1px;
+       margin-top: 10px;
+       border: #FF8e42 solid 1px;
+}
+.y_text_boxcontrol_table_progress {
+       width: 114px;
+       height: 12px;
+       padding: 0;
+       margin-bottom: 5px;
+       border: #FF8e42 solid 1px;
+       border-top: 0 none;
+
+       background: #ffffff; /* Old browsers */
+       background: -moz-linear-gradient(left,  #ff0000 0%, #ffff00 74%, 
#ffff00 75%, #00ff00 100%); /* FF3.6+ */
+       background: -webkit-gradient(linear, left top, right top, 
color-stop(0%,#ff0000), color-stop(74%,#ffff00), color-stop(75%,#ffff00), 
color-stop(100%,#00ff00)); /* Chrome,Safari4+ */
+       background: -webkit-linear-gradient(left,  #ff0000 0%,#ffff00 
74%,#ffff00 75%,#00ff00 100%); /* Chrome10+,Safari5.1+ */
+       background: -o-linear-gradient(left,  #ff0000 0%,#ffff00 74%,#ffff00 
75%,#00ff00 100%); /* Opera 11.10+ */
+       background: -ms-linear-gradient(left,  #ff0000 0%,#ffff00 74%,#ffff00 
75%,#00ff00 100%); /* IE10+ */
+       background: linear-gradient(to right,  #ff0000 0%,#ffff00 74%,#ffff00 
75%,#00ff00 100%); /* W3C */
+       filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#ff0000', endColorstr='#00ff00',GradientType=1 ); /* IE6-9 */
+}
+.y_text_boxcontrol_div_progress {
+       width: 112px;
+       border: #FF8e42 solid 1px;
+       font-size: 9px;
+       margin-top: 5px;
+       margin-bottom: -1px;
+}
+#audiobar_right,
+#sigbar_right,
+#snrbar_right {
+       background-color: #ffffff;
 }
+
 .y_epg_info {
        border: 1px solid #CCCCCC;
        background-color: white;
@@ -497,16 +600,42 @@ tr {
 .y_epg_info #info2 {
        font-size:8pt;
 }
+.a, .b, .c {
+       vertical-align: top;
+}
+.bouquetitemlist .logo_cell {
+       background: #A1CCF2;
+       border-bottom: 1px solid white;
+       margin: 0;
+       padding: 0;
+}
+.bouquetitemlist .logo_cell a {
+       display: table-cell;
+       text-align: center;
+       vertical-align: middle;
+       min-width: 185px;
+       height: 60px;
+       padding: 0 5px;
+}
+.channel_logo {
+       background: #A1CCF2;
+       max-width: 175px;
+}
+.aepg, .bepg, .cepg {
+       white-space: nowrap;
+}
 .channel_logos
 {
-       max-width:  44px;
-       max-height: 21px;
+       background: #A1CCF2;
+       vertical-align: middle;
+       max-width: 100px;
+       max-height: 40px;
 }
 #epg_plus {
        border-top : #BBBBBB solid 1px;
        border-left : #BBBBBB solid 1px;
        border-right : #BBBBBB solid 1px;
-       margin: 0px;
+       margin: 1em 0;
 /*     width:auto;*/
        overflow:auto;
 }
@@ -515,8 +644,10 @@ tr {
        padding: 0px;
        position:relative;
        border-bottom : #BBBBBB solid 1px;
+       min-height: 40px;
 }
 .ep_bouquet_name {
+       background: #A1CCF2;
        border-right : #BBBBBB solid 1px;
        width : 100px;
 /*     height: 1.3em;*/
@@ -525,7 +656,13 @@ tr {
        padding-right: 1px;
        font-size:8pt;
        text-align: center;
-       min-height: 20px;
+       min-height: 40px;
+}
+.ep_bouquet_name a {
+       display: table-cell;
+       vertical-align: middle;
+       min-width: 100px;
+       height: 40px;
 }
 .ep_bouquet_item {
        border-right : #BBBBBB solid 1px;
@@ -534,7 +671,13 @@ tr {
        padding-left: 1px;
        padding-right: 1px;
        height: 100%;
-       font-size:10pt;
+       font-size:8pt;
+}
+.ep_bouquet_item:hover {
+       background-color: #D3E7F8;
+}
+.ep_bouquet_item span:hover {
+       cursor: pointer;
 }
 .ep_bouquet_rec {
        border-right : #BBBBBB solid 1px;
@@ -545,10 +688,12 @@ tr {
        background-color: #FF6600;
        height: 100%;
        font-size:8pt;
-       z-index:-10;
-       -moz-opacity: 0.2;
+       z-index:10;
        opacity:.20;
-       filter: alpha(opacity=20);      
+
+       -webkit-opacity: 0.2;
+       -moz-opacity: 0.2;
+       filter: alpha(opacity=20);
 }
 .ep_bouquet_zap {
        border-right : #BBBBBB solid 1px;
@@ -560,9 +705,11 @@ tr {
        height: 100%;
        font-size:8pt;
        z-index:10;
-       -moz-opacity: 0.2;
        opacity:.20;
-       filter: alpha(opacity=20);      
+
+       -webkit-opacity: 0.2;
+       -moz-opacity: 0.2;
+       filter: alpha(opacity=20);
 }
 .ep_bouquet_item:hover {
        background-color : #DDDDDD;
@@ -601,6 +748,7 @@ tr {
        background-color: white;
        left: 50px;
        top: 50px;
+       width: 600px;
 }
 #epg_time {
        font-size: 8pt;
@@ -794,3 +942,81 @@ a.timer {
 .lt_table td {
        white-space: pre-wrap;
 }
+
+/* screenshots */
+#screenshot_header {
+       height: 30px;
+}
+td#remote,
+td.shot {
+       vertical-align: top;
+}
+td#remote img {
+       margin: 10px 10px 10px 0;
+}
+img#shot {
+       background-color: #ffffff;
+       border: 1px solid #f5f5f5;
+       margin: 10px 0;
+}
+img#shot:hover {
+       cursor: pointer;
+}
+
+/* Filemgr */
+.diag {
+       border: 1px solid #bbbbbb;
+       border-collapse: collapse;
+       background-color: #eeeeee;
+       margin-left: 10px;
+       margin-top: 10px;
+}
+.toolbar td {
+       border: 1px solid #cccccc;
+       width: 20px;
+       height: 20px;
+       text-align: center;
+}
+.toolbar img {
+       border:0;
+}
+.toolbar td:hover {
+       background-color: #dddddd;
+}
+.button {
+       border: 1px solid #cccccc;
+       width: 40px;
+       height: 20px;
+       text-align: center;
+}
+.button:hover {
+       background-color: #dddddd;
+}
+.mform {
+       empty-cells:show;
+}
+
+.filelist a {
+       text-decoration:underline;
+}
+.box {
+       border: 1px solid #cccccc;
+       empty-cells:show;
+}
+.epginfo2 {
+       font-size: 8pt;
+}
+.detail_title {
+       border: 1px solid #cccccc;
+       font-weight: bold;
+       background-color: #ffffff;
+}
+.detail_title_active {
+       border: 1px solid #cccccc;
+       font-weight: bold;
+       background-color: #eeeeee;
+}
+.detail_img {
+       max-width: 300px;
+       max-height:300px;
+}
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt 
b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
index cffed76..16e1d94 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
@@ -1,4 +1,4 @@
-version=2.7.0.35
+version=2.8.0.0
 date=08.03.2015
 type=Release
 info=Tuxbox
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/LICENSE 
b/tuxbox/neutrino/daemons/nhttpd/web/images/LICENSE
index 5988e43..fb77225 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/images/LICENSE
+++ b/tuxbox/neutrino/daemons/nhttpd/web/images/LICENSE
@@ -2,18 +2,12 @@ Same pictures used are form the Tuxbox Community:
 Published under GPL v2
 - rc.jpg : Jonny Spitzner <jonnyspitz...@gmx.de>
 - rc_sagem.jpg Jonny Spitzner <jonnyspitz...@gmx.de>
-- tux.gif : from wiki.tuxbox.org
 
 From Johannes Golombek yjo...@online.de:
 Published under GPL v2
 - y.png
 - audiobar.gif
 - blank.gif
-- body-trans*
-- head-blue*
-- head-orange*
-- head-trans*
-- help_white.gif
 
 From old (before yWeb):
 Published under GPL v2
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/body-trans-l.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/body-trans-l.gif
deleted file mode 100644
index 20e08cb..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/body-trans-l.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/body-trans-r.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/body-trans-r.gif
deleted file mode 100644
index ed09168..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/body-trans-r.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/check_green.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/check_green.gif
deleted file mode 100644
index 243b99b..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/check_green.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/comment.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/comment.gif
deleted file mode 100755
index 76db532..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/comment.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/head-blue-l.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/head-blue-l.gif
deleted file mode 100644
index 9e763cf..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/head-blue-l.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/head-blue-r.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/head-blue-r.gif
deleted file mode 100644
index a998161..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/head-blue-r.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/head-orange-l.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/head-orange-l.gif
deleted file mode 100644
index 6adb3fc..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/head-orange-l.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/head-orange-r.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/head-orange-r.gif
deleted file mode 100644
index a1875e3..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/head-orange-r.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/head-trans-l.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/head-trans-l.gif
deleted file mode 100644
index 035aa26..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/head-trans-l.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/head-trans-r.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/head-trans-r.gif
deleted file mode 100644
index 7dc2c78..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/head-trans-r.gif and 
/dev/null differ
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/images/help_white.gif 
b/tuxbox/neutrino/daemons/nhttpd/web/images/help_white.gif
deleted file mode 100644
index c8aa83c..0000000
Binary files a/tuxbox/neutrino/daemons/nhttpd/web/images/help_white.gif and 
/dev/null differ

-----------------------------------------------------------------------

Summary of changes:
 tuxbox/neutrino/daemons/nhttpd/web/Y_Blocks.txt    |    2 +-
 tuxbox/neutrino/daemons/nhttpd/web/Y_Main.css      |  410 +++++++++++++++-----
 tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt   |    2 +-
 tuxbox/neutrino/daemons/nhttpd/web/images/LICENSE  |    6 -
 .../daemons/nhttpd/web/images/body-trans-l.gif     |  Bin 2311 -> 0 bytes
 .../daemons/nhttpd/web/images/body-trans-r.gif     |  Bin 6861 -> 0 bytes
 .../daemons/nhttpd/web/images/check_green.gif      |  Bin 357 -> 0 bytes
 .../neutrino/daemons/nhttpd/web/images/comment.gif |  Bin 85 -> 0 bytes
 .../daemons/nhttpd/web/images/head-blue-l.gif      |  Bin 649 -> 0 bytes
 .../daemons/nhttpd/web/images/head-blue-r.gif      |  Bin 1880 -> 0 bytes
 .../daemons/nhttpd/web/images/head-orange-l.gif    |  Bin 656 -> 0 bytes
 .../daemons/nhttpd/web/images/head-orange-r.gif    |  Bin 1913 -> 0 bytes
 .../daemons/nhttpd/web/images/head-trans-l.gif     |  Bin 433 -> 0 bytes
 .../daemons/nhttpd/web/images/head-trans-r.gif     |  Bin 1539 -> 0 bytes
 .../daemons/nhttpd/web/images/help_white.gif       |  Bin 93 -> 0 bytes
 15 files changed, 320 insertions(+), 100 deletions(-)
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/body-trans-l.gif
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/body-trans-r.gif
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/check_green.gif
 delete mode 100755 tuxbox/neutrino/daemons/nhttpd/web/images/comment.gif
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/head-blue-l.gif
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/head-blue-r.gif
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/head-orange-l.gif
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/head-orange-r.gif
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/head-trans-l.gif
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/head-trans-r.gif
 delete mode 100644 tuxbox/neutrino/daemons/nhttpd/web/images/help_white.gif


-- 
Tuxbox-GIT: apps

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Tuxbox-cvs-commits mailing list
Tuxbox-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tuxbox-cvs-commits

Reply via email to