Files
recycled-ni-neutrino/data/y-web/Y_Boxcontrol_PZapit.yhtm
vanhofen d6f841c504 yWeb: merge Y_NI_Tools.sh into Y_Tools.sh
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
2023-03-09 22:37:07 +01:00

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&amp;resolution&amp;1080");' />
<input type="button" value="720p" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&amp;resolution&amp;720");' />
<input type="button" value="Pal" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&amp;resolution&amp;pal");' />
</td>
<td>
<input type="button" value="Letterbox" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&amp;43mode&amp;1");' />
<input type="button" value="Pan &amp; Scan" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&amp;43mode&amp;2");' />
<input type="button" value="14:9 Pan &amp; Scan" onclick='$("out").update(""); goUrl("/control/exec?Y_Tools&amp;43mode&amp;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&amp;reload_channellists");' />
</td>
<td>
<input type="button" value="{=L:reset=}" title="{=L:dblclick=}" ondblclick='$("out").update(""); goUrl("/control/exec?Y_Tools&amp;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>