- yWeb: icons cleanup; big thanks to fred_feuerstein
@@ -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 <a href=\"javascript:do_streaminfo()\"><img src=\"/images/streaminfo.png\" alt=\"Streaminfo\" style=\"border: 0px\" /></a>");
|
||||
|
@@ -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 <a href=\"javascript:do_streaminfo()\"><img src=\"/images/streaminfo.png\" alt=\"Streaminfo\" style=\"border: 0px\" /></a>");
|
||||
|
@@ -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=}">
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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);}
|
||||
|
@@ -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">
|
||||
|
@@ -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>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
version=2.9.0.0
|
||||
version=2.9.0.1
|
||||
date=25.02.2015
|
||||
type=Release
|
||||
info=Port CST
|
||||
|
@@ -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)
|
||||
|
@@ -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 \
|
||||
|
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 357 B |
BIN
src/nhttpd/web/images/check_green.png
Normal file
After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 609 B |
BIN
src/nhttpd/web/images/dir_up.png
Normal file
After Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 336 B |
BIN
src/nhttpd/web/images/elist.png
Normal file
After Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 521 B After Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 93 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 819 B |
Before Width: | Height: | Size: 644 B |
Before Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 815 B |
Before Width: | Height: | Size: 703 B After Width: | Height: | Size: 483 B |
Before Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 700 B After Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 248 B |
BIN
src/nhttpd/web/images/reload.png
Normal file
After Width: | Height: | Size: 875 B |
Before Width: | Height: | Size: 618 B |
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 513 B |
Before Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 824 B |
Before Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 581 B |
BIN
src/nhttpd/web/images/vlc.png
Normal file
After Width: | Height: | Size: 659 B |
Before Width: | Height: | Size: 189 B |
BIN
src/nhttpd/web/images/wget.png
Normal file
After Width: | Height: | Size: 765 B |
Before Width: | Height: | Size: 411 B |
BIN
src/nhttpd/web/images/x_red.png
Normal file
After Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 882 B After Width: | Height: | Size: 683 B |