Files
recycled-ni-neutrino/data/y-web/Y_NI_PZapit-control.yhtm
vanhofen 37a857d278 yWeb: integrate content of Y_NI_Blocks.txt into Y_Blocks.txt
Origin commit data
------------------
Commit: dda3b21917
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-09 (Fri, 09 Sep 2022)

Origin message was:
------------------
- yWeb: integrate content of Y_NI_Blocks.txt into Y_Blocks.txt
2022-09-09 22:43:15 +02:00

50 lines
2.2 KiB
Plaintext

{=include-block:Y_Blocks.txt;head_ni=}
</head>
<body>
<div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2">
{=var-set:menu={=L:ni.pzapit-control.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:ni.pzapit-control.resolution=}</td>
<td class="y_form_header" width="48%">{=L:ni.pzapit-control.43mode=}</td>
</tr>
<tr>
<td>
<input type="button" value="1080i" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&amp;resolution&amp;1080");' />
<input type="button" value="720p" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&amp;resolution&amp;720");' />
<input type="button" value="Pal" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&amp;resolution&amp;pal");' />
</td>
<td>
<input type="button" value="Letterbox" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&amp;43mode&amp;1");' />
<input type="button" value="Pan &amp; Scan" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&amp;43mode&amp;2");' />
<input type="button" value="14:9 Pan &amp; Scan" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&amp;43mode&amp;3");' />
</td>
</tr>
<tr>
<td class="y_form_header" width="48%">{=L:ni.pzapit-control.channellists=}</td>
<td class="y_form_header" width="48%">{=L:ni.pzapit-control.tuner=}</td>
</tr>
<td>
<input type="button" value="{=L:ni.reload=}" title="{=L:ni.dblclick=}" ondblclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&amp;reload_channellists");' />
</td>
<td>
<input type="button" value="{=L:ni.reset=}" title="{=L:ni.dblclick=}" ondblclick='$("out").update(""); goUrl("/control/exec?Y_NI_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>