- yWeb: icons cleanup; big thanks to fred_feuerstein

This commit is contained in:
svenhoefer
2015-02-26 00:19:04 +01:00
parent 80d22c575a
commit 7f5a8aebfd
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->getServiceType() == ST_NVOD_REFERENCE_SERVICE) ? " (NVOD)" : "",
channel->getChannelID(), channel->getChannelID(),
channel->getChannelID() & 0xFFFFFFFFFFFFULL, 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) 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>"); 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->name,
(channel->service_type == ST_NVOD_REFERENCE_SERVICE) ? " (NVOD)" : "", (channel->service_type == ST_NVOD_REFERENCE_SERVICE) ? " (NVOD)" : "",
channel->channel_id, 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) 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>"); 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>
<span class="control_icon" title="{=L:bc.menue.switch_to_tv=}"> <span class="control_icon" title="{=L:bc.menue.switch_to_tv=}">
<a href="javascript:set_mode('tv');"> <a href="javascript:set_mode('tv');">
<img src="/images/live.gif"> <img src="/images/live.png">
</a> </a>
</span> </span>
<span class="control_icon" title="{=L:bc.menue.switch_to_radio=}"> <span class="control_icon" title="{=L:bc.menue.switch_to_radio=}">

View File

@@ -77,7 +77,7 @@ CyExplorer.prototype = {
else else
fnamestr = "<a href='javascript:do_prop(\""+editlink+"\")'>"+fp.get('fname')+"</a>"; fnamestr = "<a href='javascript:do_prop(\""+editlink+"\")'>"+fp.get('fname')+"</a>";
/* if(editlink != "") /* 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); var file_cell = new Element( 'td',{name: 'file'}).update(fnamestr);
mycurrent_row.insert(file_cell); mycurrent_row.insert(file_cell);
@@ -482,7 +482,7 @@ function prop_plugin_img(fullfname)
function prop_plugin_ts(fullfname) function prop_plugin_ts(fullfname)
{ {
$('ext_title').update("Stream File"); $('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_content').update(html);
$('ext_diag').show(); $('ext_diag').show();
} }
@@ -576,8 +576,8 @@ function ni() {
<table class="toolbar" cellspacing="1" cellpadding="1"> <table class="toolbar" cellspacing="1" cellpadding="1">
<tr> <tr>
<td title="go to top dir"><a href='javascript:do_dirview("/")'><img src="/images/home.png"/></a></td> <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="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.gif"/></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="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="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> <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="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="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> <td title="close without save"><a href='javascript:window.close()'><img src="/images/cross.png"/></a></td>
</tr> </tr>
</table> </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"> <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> <img src="/images/epg.png"/></button>
<button id="epg_reload" class="y_live_button" type="button" title="{=L:live.reload=}" onclick="view_epg_reload()"> <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> </td></tr>
<tr id="subsRow" style="display:none"> <tr id="subsRow" style="display:none">
<td> <td>

View File

@@ -43,7 +43,7 @@ button[ytype]{
button[ytype="save"]{background-image:url(/images/save.png);} button[ytype="save"]{background-image:url(/images/save.png);}
button[ytype="saveall"]{background-image:url(/images/saveall.png);} button[ytype="saveall"]{background-image:url(/images/saveall.png);}
button[ytype="cancel"]{background-image:url(/images/cross.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="record"]{background-image:url(/images/record.png);}
button[ytype="zap"]{background-image:url(/images/zap.png);} button[ytype="zap"]{background-image:url(/images/zap.png);}
button[ytype="timeup"]{background-image:url(/images/time_up.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="clearshot"]{background-image:url(/images/remove.png);}
button[ytype="switchrc"]{background-image:url(/images/fb.png);} button[ytype="switchrc"]{background-image:url(/images/fb.png);}
button[ytype="go"]{background-image:url(/images/accept.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="clear"]{background-image:url(/images/remove.png);}
button[ytype="add"]{background-image:url(/images/new.png);} button[ytype="add"]{background-image:url(/images/new.png);}
button[ytype="delete"]{background-image:url(/images/remove.png);} button[ytype="delete"]{background-image:url(/images/remove.png);}

View File

@@ -111,10 +111,10 @@ function vlc() {
</td> </td>
<td> <td>
<span class="control_icon"> <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_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.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.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 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> </span>
</td> </td>
<td align="right"> <td align="right">

View File

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

View File

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

View File

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

View File

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