mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- yWeb: add user style sheet
Thanks for support to fred_feuerstein!
This commit is contained in:
@@ -85,6 +85,7 @@ install_DATA = channels.js \
|
||||
Y_Tools_Timer_Sync.js \
|
||||
Y_Tools_Timer_Sync.yhtm \
|
||||
Y_Tools_tvshot.yhtm \
|
||||
Y_User.css \
|
||||
Y_Version.txt \
|
||||
Y_VLC.js \
|
||||
Y_Wait.yhtm \
|
||||
|
@@ -10,13 +10,13 @@
|
||||
<div class="work_box_body">
|
||||
<table border="0" cellpadding="2" cellspacing="4">
|
||||
<tr>
|
||||
<td width="144" valign="bottom"><img border="0" src="images/yjogol.gif" alt="yjogol"/></td>
|
||||
<td valign="bottom" style="font-size:18pt;">yWeb</td>
|
||||
<td valign="bottom" width="144"></td>
|
||||
<td valign="bottom"><img border="0" src="images/tux-yweb.png" alt="yWeb by yjogol"/></td>
|
||||
</tr><tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">
|
||||
{=ini-get:{=var-get:vf=};version=} - {=ini-get:{=var-get:vf=};date=} - {=ini-get:{=var-get:vf=};type=}<br/><br/>
|
||||
{=ini-get:{=var-get:vf=};info=}<br/><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=}
|
||||
<br/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@@ -271,6 +271,7 @@ start-block~head
|
||||
<meta http-equiv="expires" content="0" />
|
||||
<title>yWeb</title>
|
||||
<link rel="stylesheet" type="text/css" href="/Y_Main.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
|
||||
end-block~head
|
||||
|
||||
# ------- Lay-HEAD
|
||||
@@ -282,6 +283,7 @@ start-block~headCache
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>yWeb</title>
|
||||
<link rel="stylesheet" type="text/css" href="/Y_Main.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
|
||||
end-block~headCache
|
||||
|
||||
# ------- Lay-HEAD without charset
|
||||
@@ -292,6 +294,7 @@ start-block~head_no_charset
|
||||
<head>
|
||||
<title>yWeb</title>
|
||||
<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
|
||||
|
||||
# ------- Lay-Frame HEAD
|
||||
@@ -302,6 +305,7 @@ start-block~frame_head
|
||||
<head>
|
||||
<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_User.css" />
|
||||
<title>yWeb</title>
|
||||
end-block~frame_head
|
||||
|
||||
@@ -313,6 +317,7 @@ start-block~frame_iso_head
|
||||
<head>
|
||||
<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_User.css" />
|
||||
<title>yWeb</title>
|
||||
end-block~frame_iso_head
|
||||
|
||||
@@ -402,7 +407,7 @@ end-block~frame_main
|
||||
start-block~page_frame_rest
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
<body style="background : white;">
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
end-block~page_frame_rest
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{=include-block:Y_Blocks.txt;head_no_charset=}
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
|
||||
</head>
|
||||
<body>
|
||||
<body class="iframe">
|
||||
<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><td><hr/></td></tr>
|
||||
|
@@ -16,7 +16,7 @@ function do_streaminfo() {
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<body class="iframe">
|
||||
<table class="bouquetitemlist">
|
||||
{=func:get_bouquets_with_epg {=bouquet=}=}
|
||||
</table>
|
||||
|
@@ -174,7 +174,7 @@ function get_data(){
|
||||
<table class="y_text_boxcontrol_table" cellspacing="0" cellpadding="0" title="{=L:bc.menue.volumen_display=}">
|
||||
<tr>
|
||||
<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>
|
||||
</table>
|
||||
<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=}">
|
||||
<tr>
|
||||
<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>
|
||||
</table>
|
||||
</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=}">
|
||||
<tr>
|
||||
<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>
|
||||
</table>
|
||||
</center>
|
||||
|
@@ -101,7 +101,7 @@ function _show_epg()
|
||||
//]]>
|
||||
</script>
|
||||
</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=}
|
||||
<table id="epglist" class="y_invisible_table" cellpadding="4" cellspacing="0" width="100%">
|
||||
<thead align="left">
|
||||
|
@@ -11,7 +11,7 @@ function show_info(_desc, _info1, _info2){
|
||||
</script>
|
||||
</head>
|
||||
<a href="javascript:window.history.back()"><u>{=L:back=}</u></a>
|
||||
<body>
|
||||
<body class="iframe">
|
||||
<div class="y_epg_info">
|
||||
<div id="description"> </div>
|
||||
<div id="info1"> </div>
|
||||
|
@@ -552,7 +552,7 @@ tr {
|
||||
.y_text_boxcontrol_table {
|
||||
width:114px;
|
||||
height: 23px;
|
||||
background: url('/images/audiobar.gif') no-repeat 1px 1px;
|
||||
background: url('/images/audiobar.png') no-repeat 1px 1px;
|
||||
padding: 1px;
|
||||
margin-top: 10px;
|
||||
border: #FF8e42 solid 1px;
|
||||
@@ -581,6 +581,12 @@ tr {
|
||||
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;
|
||||
|
@@ -75,7 +75,7 @@ function vlc() {
|
||||
</script>
|
||||
<style>
|
||||
#prim{
|
||||
background: url(/images/tux-yweb.gif) no-repeat left top;
|
||||
background: url(/images/tux-yweb.png) no-repeat left top;
|
||||
height:38px;
|
||||
}
|
||||
</style>
|
||||
|
@@ -110,7 +110,7 @@ function do_switchrc_txt(){
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table cellpadding="0">
|
||||
<table cellpadding="0" class="screenshot">
|
||||
<tr>
|
||||
<td id="remote" {=if-empty:{=noremote=}~~style="display: none"=}>
|
||||
{=include-block:Y_Blocks.txt;remote=}
|
||||
|
10
src/nhttpd/web/Y_User.css
Normal file
10
src/nhttpd/web/Y_User.css
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Y_User.css - User style sheet for yWeb */
|
||||
|
||||
/*
|
||||
body {
|
||||
background-color: #eee;
|
||||
}
|
||||
body.iframe {
|
||||
background-color: #fff;
|
||||
}
|
||||
*/
|
@@ -1,4 +1,4 @@
|
||||
version=2.8.0.69
|
||||
version=2.9.0.0
|
||||
date=25.02.2015
|
||||
type=Release
|
||||
info=Port CST
|
||||
|
@@ -4,8 +4,9 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>yWeb</title>
|
||||
<link rel="stylesheet" type="text/css" href="/Y_Main.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -9,7 +9,7 @@ install_DATA = accept.png \
|
||||
arrowright.png \
|
||||
arrowup.gif \
|
||||
arrowup.png \
|
||||
audiobar.gif \
|
||||
audiobar.png \
|
||||
blank.gif \
|
||||
check_green.gif \
|
||||
chmod.gif \
|
||||
@@ -90,7 +90,7 @@ install_DATA = accept.png \
|
||||
time_up.png \
|
||||
transcode.png \
|
||||
tux.gif \
|
||||
tux-yweb.gif \
|
||||
tux-yweb.png \
|
||||
udp_switch_off.png \
|
||||
udp_switch_on.png \
|
||||
unlock.gif \
|
||||
@@ -106,7 +106,6 @@ install_DATA = accept.png \
|
||||
wait.gif \
|
||||
wget.gif \
|
||||
x_red.gif \
|
||||
yjogol.gif \
|
||||
y.png \
|
||||
zap.png
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 634 B |
BIN
src/nhttpd/web/images/audiobar.png
Normal file
BIN
src/nhttpd/web/images/audiobar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 476 B |
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB |
BIN
src/nhttpd/web/images/tux-yweb.png
Normal file
BIN
src/nhttpd/web/images/tux-yweb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user