mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 85139f6928
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Origin message was:
------------------
- yWeb: load epg plus directly at page startup
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
62 lines
2.4 KiB
Plaintext
62 lines
2.4 KiB
Plaintext
{=include-block:Y_Blocks.txt;head_no_charset=}
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
|
|
{=include-block:Y_Blocks.txt;js_prototype=}
|
|
<script src="/Y_Baselib.js"></script>
|
|
<script src="/Y_EPG.js"></script>
|
|
{=include-block:Y_Blocks.txt;head_close=}
|
|
<body>
|
|
{=var-set:wait_text={=L:epg.get_epg=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
|
<div class="work_box">
|
|
<div class="work_box_head"><div class="work_box_head_h2">
|
|
{=var-set:menu={=L:epg.epg_plus=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
|
<div class="work_box_body">
|
|
<form name="e">
|
|
<select size="1" class="y_live_bouquets" name="bouquets" title="{=L:epg.select_bouquet=}">
|
|
{=func:get_bouquets_as_dropdown {=if-empty:{=bouquets=}~{=func:get_actual_bouquet_number=}~{=bouquets=}=}=}
|
|
</select>
|
|
<select id="epg_time" size="1" name="epg_time">
|
|
</select>
|
|
<button id="btGet" type="button" ytype="refresh" title="{=L:epg.refresh=}" onclick="build_epg_plus_main()">{=L:refresh=}</button>
|
|
<button id="btPast" type="button" ytype="timedown" title="{=L:epg.past_hours=}" onclick="build_epg_plus_delta(-2)">-2</button>
|
|
<button id="btNext" type="button" ytype="timeup" title="{=L:epg.next_hours=}" onclick="build_epg_plus_delta(2)">+2</button>
|
|
</form>
|
|
|
|
<div id="epg_plus"> </div>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="epg_info" style="visible:hidden;">
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr valign="top">
|
|
<td width="50" valign="middle"><div id="d_logo"></div></td>
|
|
<td>
|
|
<div id="d_desc" class="ep_info_desc"> </div>
|
|
<div id="d_info1" class="ep_info_info1"> </div>
|
|
</td>
|
|
<td width="20"><a href="javascript:show_obj('epg_info',false);"><img src="/images/cross.png"/></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
<div id="d_info2" class="ep_info_info2"> </div>
|
|
<div id="d_start" style="display:none"></div>
|
|
<div id="d_stop" style="display:none"></div>
|
|
<div id="d_channel_id" style="display:none"><div>
|
|
<br/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
<br/>
|
|
<button ytype="record" title="{=L:epg.set_timer_rec=}" onclick="epg_set_timer_rec();show_obj('epg_info',false);">{=L:record=}</button>
|
|
<button ytype="zap" title="{=L:epg.set_timer_zap=}" onclick="epg_set_timer_zap();show_obj('epg_info',false);">{=L:zap=}</button>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<script>
|
|
epg_plus_init("{=ini-get:%(CONFIGDIR)/nhttpd.conf;Tuxbox.DisplayLogos;true=}");
|
|
build_epg_plus_main()
|
|
</script>
|
|
</body>
|
|
</html>
|