- yWeb: add user style sheet

Thanks for support to fred_feuerstein!
This commit is contained in:
svenhoefer
2015-02-25 23:10:16 +01:00
parent e9f7b9a10a
commit 80d22c575a
20 changed files with 42 additions and 20 deletions

View File

@@ -85,6 +85,7 @@ install_DATA = channels.js \
Y_Tools_Timer_Sync.js \ Y_Tools_Timer_Sync.js \
Y_Tools_Timer_Sync.yhtm \ Y_Tools_Timer_Sync.yhtm \
Y_Tools_tvshot.yhtm \ Y_Tools_tvshot.yhtm \
Y_User.css \
Y_Version.txt \ Y_Version.txt \
Y_VLC.js \ Y_VLC.js \
Y_Wait.yhtm \ Y_Wait.yhtm \

View File

@@ -10,13 +10,13 @@
<div class="work_box_body"> <div class="work_box_body">
<table border="0" cellpadding="2" cellspacing="4"> <table border="0" cellpadding="2" cellspacing="4">
<tr> <tr>
<td width="144" valign="bottom"><img border="0" src="images/yjogol.gif" alt="yjogol"/></td> <td valign="bottom" width="144"></td>
<td valign="bottom" style="font-size:18pt;">yWeb</td> <td valign="bottom"><img border="0" src="images/tux-yweb.png" alt="yWeb by yjogol"/></td>
</tr><tr> </tr><tr>
<td valign="top">&nbsp;</td> <td valign="top">&nbsp;</td>
<td valign="top"> <td valign="top">
{=ini-get:{=var-get:vf=};version=} - {=ini-get:{=var-get:vf=};date=} - {=ini-get:{=var-get:vf=};type=}<br/><br/> v{=ini-get:{=var-get:vf=};version=} - {=ini-get:{=var-get:vf=};date=} - {=ini-get:{=var-get:vf=};type=} - {=ini-get:{=var-get:vf=};info=}
{=ini-get:{=var-get:vf=};info=}<br/><br/><br/> <br/><br/>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@@ -271,6 +271,7 @@ start-block~head
<meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="0" />
<title>yWeb</title> <title>yWeb</title>
<link rel="stylesheet" type="text/css" href="/Y_Main.css" /> <link rel="stylesheet" type="text/css" href="/Y_Main.css" />
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
end-block~head end-block~head
# ------- Lay-HEAD # ------- Lay-HEAD
@@ -282,6 +283,7 @@ start-block~headCache
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>yWeb</title> <title>yWeb</title>
<link rel="stylesheet" type="text/css" href="/Y_Main.css" /> <link rel="stylesheet" type="text/css" href="/Y_Main.css" />
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
end-block~headCache end-block~headCache
# ------- Lay-HEAD without charset # ------- Lay-HEAD without charset
@@ -292,6 +294,7 @@ start-block~head_no_charset
<head> <head>
<title>yWeb</title> <title>yWeb</title>
<link rel="stylesheet" type="text/css" href="/Y_Main.css" /> <link rel="stylesheet" type="text/css" href="/Y_Main.css" />
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
end-block~head_no_charset end-block~head_no_charset
# ------- Lay-Frame HEAD # ------- Lay-Frame HEAD
@@ -302,6 +305,7 @@ start-block~frame_head
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/Y_Main.css" /> <link rel="stylesheet" type="text/css" href="/Y_Main.css" />
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
<title>yWeb</title> <title>yWeb</title>
end-block~frame_head end-block~frame_head
@@ -313,6 +317,7 @@ start-block~frame_iso_head
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="/Y_Main.css" /> <link rel="stylesheet" type="text/css" href="/Y_Main.css" />
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
<title>yWeb</title> <title>yWeb</title>
end-block~frame_iso_head end-block~frame_iso_head
@@ -402,7 +407,7 @@ end-block~frame_main
start-block~page_frame_rest start-block~page_frame_rest
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
</head> </head>
<body style="background : white;"> <body>
</body> </body>
</html> </html>
end-block~page_frame_rest end-block~page_frame_rest

View File

@@ -1,7 +1,7 @@
{=include-block:Y_Blocks.txt;head_no_charset=} {=include-block:Y_Blocks.txt;head_no_charset=}
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
</head> </head>
<body> <body class="iframe">
<table class="bouquetlist" width="100%"> <table class="bouquetlist" width="100%">
<tr class="blist"><td><a href="Y_Boxcontrol_Channellist.yhtm#akt" target="content">{=L:bc.channels=}</a></td></tr> <tr class="blist"><td><a href="Y_Boxcontrol_Channellist.yhtm#akt" target="content">{=L:bc.channels=}</a></td></tr>
<tr><td><hr/></td></tr> <tr><td><hr/></td></tr>

View File

@@ -16,7 +16,7 @@ function do_streaminfo() {
//]]> //]]>
</script> </script>
</head> </head>
<body> <body class="iframe">
<table class="bouquetitemlist"> <table class="bouquetitemlist">
{=func:get_bouquets_with_epg {=bouquet=}=} {=func:get_bouquets_with_epg {=bouquet=}=}
</table> </table>

View File

@@ -174,7 +174,7 @@ function get_data(){
<table class="y_text_boxcontrol_table" cellspacing="0" cellpadding="0" title="{=L:bc.menue.volumen_display=}"> <table class="y_text_boxcontrol_table" cellspacing="0" cellpadding="0" title="{=L:bc.menue.volumen_display=}">
<tr> <tr>
<td id="audiobar_left" width="100%"><img src="/images/blank.gif" height="1" width="0" alt="."/></td> <td id="audiobar_left" width="100%"><img src="/images/blank.gif" height="1" width="0" alt="."/></td>
<td id="audiobar_right" width="0%" bgcolor="white"><img src="/images/blank.gif" height="1" width="0" alt="."/></td> <td id="audiobar_right" width="0%"><img src="/images/blank.gif" height="1" width="0" alt="."/></td>
</tr> </tr>
</table> </table>
<br/> <br/>
@@ -214,7 +214,7 @@ function get_data(){
<table class="y_text_boxcontrol_table_progress" cellspacing="0" cellpadding="0" title="{=L:bc.menue.sig_display=}"> <table class="y_text_boxcontrol_table_progress" cellspacing="0" cellpadding="0" title="{=L:bc.menue.sig_display=}">
<tr> <tr>
<td id="sigbar_left" width="100%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td> <td id="sigbar_left" width="100%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td>
<td id="sigbar_right" width="0%" bgcolor="white"><img src="/images/blank.gif" height="1" width="0" alt="." /></td> <td id="sigbar_right" width="0%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td>
</tr> </tr>
</table> </table>
</center> </center>
@@ -223,7 +223,7 @@ function get_data(){
<table class="y_text_boxcontrol_table_progress" cellspacing="0" cellpadding="0" title="{=L:bc.menue.snr_display=}"> <table class="y_text_boxcontrol_table_progress" cellspacing="0" cellpadding="0" title="{=L:bc.menue.snr_display=}">
<tr> <tr>
<td id="snrbar_left" width="100%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td> <td id="snrbar_left" width="100%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td>
<td id="snrbar_right" width="0%" bgcolor="white"><img src="/images/blank.gif" height="1" width="0" alt="." /></td> <td id="snrbar_right" width="0%"><img src="/images/blank.gif" height="1" width="0" alt="." /></td>
</tr> </tr>
</table> </table>
</center> </center>

View File

@@ -101,7 +101,7 @@ function _show_epg()
//]]> //]]>
</script> </script>
</head> </head>
<body onload="show_epg()"> <body onload="show_epg()" class="iframe">
{=var-set:wait_text={=L:get_epg=}=}{=include-block:Y_Blocks.txt;snip_show_wait=} {=var-set:wait_text={=L:get_epg=}=}{=include-block:Y_Blocks.txt;snip_show_wait=}
<table id="epglist" class="y_invisible_table" cellpadding="4" cellspacing="0" width="100%"> <table id="epglist" class="y_invisible_table" cellpadding="4" cellspacing="0" width="100%">
<thead align="left"> <thead align="left">

View File

@@ -11,7 +11,7 @@ function show_info(_desc, _info1, _info2){
</script> </script>
</head> </head>
<a href="javascript:window.history.back()"><u>{=L:back=}</u></a> <a href="javascript:window.history.back()"><u>{=L:back=}</u></a>
<body> <body class="iframe">
<div class="y_epg_info"> <div class="y_epg_info">
<div id="description">&nbsp;</div> <div id="description">&nbsp;</div>
<div id="info1">&nbsp;</div> <div id="info1">&nbsp;</div>

View File

@@ -552,7 +552,7 @@ tr {
.y_text_boxcontrol_table { .y_text_boxcontrol_table {
width:114px; width:114px;
height: 23px; height: 23px;
background: url('/images/audiobar.gif') no-repeat 1px 1px; background: url('/images/audiobar.png') no-repeat 1px 1px;
padding: 1px; padding: 1px;
margin-top: 10px; margin-top: 10px;
border: #FF8e42 solid 1px; border: #FF8e42 solid 1px;
@@ -581,6 +581,12 @@ tr {
margin-top: 5px; margin-top: 5px;
margin-bottom: -1px; margin-bottom: -1px;
} }
#audiobar_right,
#sigbar_right,
#snrbar_right {
background-color: #ffffff;
}
.y_epg_info { .y_epg_info {
border: 1px solid #CCCCCC; border: 1px solid #CCCCCC;
background-color: white; background-color: white;

View File

@@ -75,7 +75,7 @@ function vlc() {
</script> </script>
<style> <style>
#prim{ #prim{
background: url(/images/tux-yweb.gif) no-repeat left top; background: url(/images/tux-yweb.png) no-repeat left top;
height:38px; height:38px;
} }
</style> </style>

View File

@@ -110,7 +110,7 @@ function do_switchrc_txt(){
</div> </div>
</div> </div>
<table cellpadding="0"> <table cellpadding="0" class="screenshot">
<tr> <tr>
<td id="remote" {=if-empty:{=noremote=}~~style="display: none"=}> <td id="remote" {=if-empty:{=noremote=}~~style="display: none"=}>
{=include-block:Y_Blocks.txt;remote=} {=include-block:Y_Blocks.txt;remote=}

10
src/nhttpd/web/Y_User.css Normal file
View File

@@ -0,0 +1,10 @@
/* Y_User.css - User style sheet for yWeb */
/*
body {
background-color: #eee;
}
body.iframe {
background-color: #fff;
}
*/

View File

@@ -1,4 +1,4 @@
version=2.8.0.69 version=2.9.0.0
date=25.02.2015 date=25.02.2015
type=Release type=Release
info=Port CST info=Port CST

View File

@@ -4,8 +4,9 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>yWeb</title> <title>yWeb</title>
<link rel="stylesheet" type="text/css" href="/Y_Main.css" />
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
</head> </head>
<body> <body>
</body> </body>
</html> </html>

View File

@@ -9,7 +9,7 @@ install_DATA = accept.png \
arrowright.png \ arrowright.png \
arrowup.gif \ arrowup.gif \
arrowup.png \ arrowup.png \
audiobar.gif \ audiobar.png \
blank.gif \ blank.gif \
check_green.gif \ check_green.gif \
chmod.gif \ chmod.gif \
@@ -90,7 +90,7 @@ install_DATA = accept.png \
time_up.png \ time_up.png \
transcode.png \ transcode.png \
tux.gif \ tux.gif \
tux-yweb.gif \ tux-yweb.png \
udp_switch_off.png \ udp_switch_off.png \
udp_switch_on.png \ udp_switch_on.png \
unlock.gif \ unlock.gif \
@@ -106,7 +106,6 @@ install_DATA = accept.png \
wait.gif \ wait.gif \
wget.gif \ wget.gif \
x_red.gif \ x_red.gif \
yjogol.gif \
y.png \ y.png \
zap.png zap.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB