mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca3a58ce3f
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Origin message was:
------------------
- yWeb: merge Y_NI_Tools.sh into Y_Tools.sh
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
51 lines
2.2 KiB
Plaintext
51 lines
2.2 KiB
Plaintext
{=include-block:Y_Blocks.txt;head=}
|
|
<script src="/Y_Baselib.js"></script>
|
|
{=include-block:Y_Blocks.txt;head_close=}
|
|
<body>
|
|
<div class="work_box">
|
|
<div class="work_box_head"><div class="work_box_head_h2">
|
|
{=var-set:menu={=L:bc.pzapit.title=}=}{=include-block:Y_Blocks.txt;work_menu=}
|
|
</div></div>
|
|
<div class="work_box_body">
|
|
<form action="">
|
|
<table class="y_invisible_table" cellpadding="5" width="100%">
|
|
<tr>
|
|
<td class="y_form_header" width="48%">{=L:bc.pzapit.resolution=}</td>
|
|
<td class="y_form_header" width="48%">{=L:bc.pzapit.43mode=}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="button" value="1080i" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&resolution&1080");' />
|
|
<input type="button" value="720p" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&resolution&720");' />
|
|
<input type="button" value="Pal" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&resolution&pal");' />
|
|
</td>
|
|
<td>
|
|
<input type="button" value="Letterbox" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&43mode&1");' />
|
|
<input type="button" value="Pan & Scan" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&43mode&2");' />
|
|
<input type="button" value="14:9 Pan & Scan" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&43mode&3");' />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="y_form_header" width="48%">{=L:bc.pzapit.channellists=}</td>
|
|
<td class="y_form_header" width="48%">{=L:bc.pzapit.tuner=}</td>
|
|
</tr>
|
|
<td>
|
|
<input type="button" value="{=L:reload=}" title="{=L:dblclick=}" ondblclick='$("out").update(""); goUrl("/control/exec?Y_Tools&reload_channellists");' />
|
|
</td>
|
|
<td>
|
|
<input type="button" value="{=L:reset=}" title="{=L:dblclick=}" ondblclick='$("out").update(""); goUrl("/control/exec?Y_Tools&reset_tuner");' />
|
|
</td>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="work_box">
|
|
<div class="work_box_head"><div class="work_box_head_h2">
|
|
{=var-set:menu={=L:answer=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
|
<div class="work_box_body">
|
|
<div id="out"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|