yWeb: icons cleanup; big thanks to fred_feuerstein

Origin commit data
------------------
Commit: 7f5a8aebfd
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-02-26 (Thu, 26 Feb 2015)

Origin message was:
------------------
- yWeb: icons cleanup; big thanks to fred_feuerstein
This commit is contained in:
vanhofen
2015-02-26 00:19:04 +01:00
parent d5a8157998
commit e36f3f7755
59 changed files with 26 additions and 55 deletions

View File

@@ -415,7 +415,7 @@ std::string CNeutrinoYParser::func_get_bouquets_with_epg(CyhookHandler *hh, std:
(channel->getServiceType() == ST_NVOD_REFERENCE_SERVICE) ? " (NVOD)" : "",
channel->getChannelID(),
channel->getChannelID() & 0xFFFFFFFFFFFFULL,
((NeutrinoAPI->ChannelListEvents[channel->getChannelID()]) ? "<img src=\"/images/elist.gif\" alt=\"Program preview\" style=\"border: 0px\" />" : ""));
((NeutrinoAPI->ChannelListEvents[channel->getChannelID()]) ? "<img src=\"/images/elist.png\" alt=\"Program preview\" style=\"border: 0px\" />" : ""));
if (channel->getChannelID() == current_channel)
yresult += string_printf("\n&nbsp;&nbsp;<a href=\"javascript:do_streaminfo()\"><img src=\"/images/streaminfo.png\" alt=\"Streaminfo\" style=\"border: 0px\" /></a>");

View File

@@ -367,7 +367,7 @@ std::string CNeutrinoYParser::func_get_bouquets_with_epg(CyhookHandler *hh, std:
channel->name,
(channel->service_type == ST_NVOD_REFERENCE_SERVICE) ? " (NVOD)" : "",
channel->channel_id,
((NeutrinoAPI->ChannelListEvents[channel->channel_id]) ? "<img src=\"/images/elist.gif\" alt=\"Programmvorschau\" style=\"border: 0px\" />" : ""));
((NeutrinoAPI->ChannelListEvents[channel->channel_id]) ? "<img src=\"/images/elist.png\" alt=\"Programmvorschau\" style=\"border: 0px\" />" : ""));
if (channel->channel_id == current_channel)
yresult += string_printf("\n&nbsp;&nbsp;<a href=\"javascript:do_streaminfo()\"><img src=\"/images/streaminfo.png\" alt=\"Streaminfo\" style=\"border: 0px\" /></a>");

View File

@@ -195,7 +195,7 @@ function get_data(){
</span>
<span class="control_icon" title="{=L:bc.menue.switch_to_tv=}">
<a href="javascript:set_mode('tv');">
<img src="/images/live.gif">
<img src="/images/live.png">
</a>
</span>
<span class="control_icon" title="{=L:bc.menue.switch_to_radio=}">

View File

@@ -77,7 +77,7 @@ CyExplorer.prototype = {
else
fnamestr = "<a href='javascript:do_prop(\""+editlink+"\")'>"+fp.get('fname')+"</a>";
/* if(editlink != "")
fdate = "<a href='' edit='"+editlink+"' ycontextmenu=\"imgmenu\"><img src=\"/images/properties.gif\"></a>"+fp.get('date');
fdate = "<a href='' edit='"+editlink+"' ycontextmenu=\"imgmenu\"><img src=\"/images/properties.png\"></a>"+fp.get('date');
*/
var file_cell = new Element( 'td',{name: 'file'}).update(fnamestr);
mycurrent_row.insert(file_cell);
@@ -482,7 +482,7 @@ function prop_plugin_img(fullfname)
function prop_plugin_ts(fullfname)
{
$('ext_title').update("Stream File");
var html="<a href='/tmp/vlc.m3u?"+Math.random()+"' target='_blank'><img src='/images/vlc.gif'>start vlc</a>";
var html="<a href='/tmp/vlc.m3u?"+Math.random()+"' target='_blank'><img src='/images/vlc.png'>start vlc</a>";
$('ext_content').update(html);
$('ext_diag').show();
}
@@ -576,8 +576,8 @@ function ni() {
<table class="toolbar" cellspacing="1" cellpadding="1">
<tr>
<td title="go to top dir"><a href='javascript:do_dirview("/")'><img src="/images/home.png"/></a></td>
<td title="go one dir up"><a href='javascript:do_go_up_dir()'><img src="/images/dir_up.gif"/></a></td>
<td title="refresh"><a href='javascript:refresh_dirview()'><img src="/images/reload.gif"/></a></td>
<td title="go one dir up"><a href='javascript:do_go_up_dir()'><img src="/images/dir_up.png"/></a></td>
<td title="refresh"><a href='javascript:refresh_dirview()'><img src="/images/reload.png"/></a></td>
<td title="add folder here"><a href='javascript:add_folder_dialog()'><img src="/images/folder_add.png"/></a></td>
<td title="upload"><a href='javascript:upload_dialog()'><img src="/images/upload.png"/></a></td>
<td title="paste item"><a href="javascript:do_paste()"><img src="/images/paste.gif"/></a></td>

View File

@@ -52,7 +52,7 @@ function ni(){
<td title="cut text"><a href="javascript:ni()"><img src="/images/cut.gif"/></a></td>
<td title="paste item"><a href="javascript:ni()"><img src="/images/paste.gif"/></a></td>
-->
<td title="reload"><a href='javascript:do_reload()'><img src="/images/reload.gif"/></a></td>
<td title="reload"><a href='javascript:do_reload()'><img src="/images/reload.png"/></a></td>
<td title="close without save"><a href='javascript:window.close()'><img src="/images/cross.png"/></a></td>
</tr>
</table>

View File

@@ -90,7 +90,7 @@ function view_transcode_mode(){
<button id="epg" class="y_live_button" type="button" title="{=L:live.view_epg=}" onclick="view_epg()" disabled="disabled">
<img src="/images/epg.png"/></button>
<button id="epg_reload" class="y_live_button" type="button" title="{=L:live.reload=}" onclick="view_epg_reload()">
<img src="/images/reload.gif"/></button>
<img src="/images/reload.png"/></button>
</td></tr>
<tr id="subsRow" style="display:none">
<td>

View File

@@ -43,7 +43,7 @@ button[ytype]{
button[ytype="save"]{background-image:url(/images/save.png);}
button[ytype="saveall"]{background-image:url(/images/saveall.png);}
button[ytype="cancel"]{background-image:url(/images/cross.png);}
button[ytype="refresh"],button[ytype="reboot"]{background-image:url(/images/reload.gif);}
button[ytype="refresh"],button[ytype="reboot"]{background-image:url(/images/reload.png);}
button[ytype="record"]{background-image:url(/images/record.png);}
button[ytype="zap"]{background-image:url(/images/zap.png);}
button[ytype="timeup"]{background-image:url(/images/time_up.png);}
@@ -53,7 +53,7 @@ button[ytype="snapshot"]{background-image:url(/images/snapshot.png);}
button[ytype="clearshot"]{background-image:url(/images/remove.png);}
button[ytype="switchrc"]{background-image:url(/images/fb.png);}
button[ytype="go"]{background-image:url(/images/accept.png);}
button[ytype="download"]{background-image:url(/images/wget.gif);}
button[ytype="download"]{background-image:url(/images/wget.png);}
button[ytype="clear"]{background-image:url(/images/remove.png);}
button[ytype="add"]{background-image:url(/images/new.png);}
button[ytype="delete"]{background-image:url(/images/remove.png);}

View File

@@ -111,10 +111,10 @@ function vlc() {
</td>
<td>
<span class="control_icon">
<a target="base" href="Y_Dyn_Pages.yhtm?page=frame_live_directtv" title={=L:main.live_tv_desc=}><img src="/images/live.gif"></a>
<a target="base" href="Y_Dyn_Pages.yhtm?page=frame_live&dostart=live_tv_popup" title="{=L:main.live_tv_popup_desc=}"><img src="/images/live_popup.gif"></a>
<a target="base" href="Y_Dyn_Pages.yhtm?page=frame_live_directtv" title={=L:main.live_tv_desc=}><img src="/images/live.png"></a>
<a target="base" href="Y_Dyn_Pages.yhtm?page=frame_live&dostart=live_tv_popup" title="{=L:main.live_tv_popup_desc=}"><img src="/images/live_popup.png"></a>
<a target="base" href="Y_Tools_Screenshot.yhtm?osd=1" title="{=L:main.remote_full_desc=}"><img src="/images/fb.png"></a>
<a href="javascript:vlc()" title="{=L:main.stream_to_vlc_client_desc=}"><img src="/images/vlc.gif"></a>
<a href="javascript:vlc()" title="{=L:main.stream_to_vlc_client_desc=}"><img src="/images/vlc.png"></a>
</span>
</td>
<td align="right">

View File

@@ -47,7 +47,7 @@
</td>
<td>
<a href="javascript:location.reload()">
<img src="/images/reload.gif" alt="Aktualisieren"/></a>
<img src="/images/reload.png" alt="Aktualisieren"/></a>
</td>
</tr>
</table>

View File

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

View File

@@ -6,14 +6,12 @@ Published under GPL v2
From Johannes Golombek yjogol@online.de:
Published under GPL v2
- y.png
- audiobar.gif
- audiobar.png
- blank.gif
- help_white.gif
From old (before yWeb):
Published under GPL v2
- elist.gif
- elist.png
- streaminfo.png
All others are from Mark James (www.famfamfam.com)

View File

@@ -1,26 +1,18 @@
installdir = $(DATADIR)/neutrino/httpd/images
install_DATA = accept.png \
addfolder.gif \
alert.gif \
arrowdown.gif \
arrowdown.png \
arrowleft.png \
arrowright.png \
arrowup.gif \
arrowup.png \
audiobar.png \
blank.gif \
check_green.gif \
chmod.gif \
comment.gif \
check_green.png \
comment.png \
cross.png \
delete.gif \
download.gif \
elist.gif \
elist.png \
epg.png \
excl_yellow.gif \
exlink.gif \
ext_add.png \
ext_delete.png \
@@ -39,29 +31,18 @@ install_DATA = accept.png \
ftype_link.gif \
fullscreen.png \
help.gif \
help_white.gif \
hidden.gif \
hidden.png \
home-dir.gif \
hourglas.gif \
info.png \
inlink.gif \
live.gif \
livelock.png \
live.png \
live_popup.gif \
live_popup.png \
livelock.png \
liveunlock.png \
lock.gif \
lock.png \
modify.png \
new.gif \
new.png \
ok.gif \
pause.png \
play.png \
popup.png \
properties.gif \
properties.png \
radio.png \
rc_cst_v1.jpg \
@@ -72,10 +53,8 @@ install_DATA = accept.png \
rc_cst_v6.jpg \
rc_dbox_nokia_old.jpg \
rc_dbox_philips.jpg \
record.gif \
record.png \
reload.gif \
remotescreen.gif \
reload.png \
remove.png \
rename.gif \
saveall.png \
@@ -93,27 +72,21 @@ install_DATA = accept.png \
tux-yweb.png \
udp_switch_off.png \
udp_switch_on.png \
unlock.gif \
unlock.png \
upload.gif \
visible.gif \
visible.png \
vlc.gif \
vlc.png \
volumedown.png \
volumemute.png \
volumeunmute.png \
volumeup.png \
wait.gif \
wget.gif \
x_red.gif \
y.png \
wget.png \
x_red.png \
zap.png
# file manager
install_DATA += chmod.png \
copy.gif \
cut.png \
dir_up.gif \
dir_up.png \
download.png \
film.png \
folder_add.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 521 B

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 819 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 642 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 B

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 700 B

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 882 B

After

Width:  |  Height:  |  Size: 683 B