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: 25b6cc49ba
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Origin message was:
------------------
- yWeb: introduce head_close block
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
50 lines
2.2 KiB
Plaintext
50 lines
2.2 KiB
Plaintext
{=include-block:Y_Blocks.txt;head_ni=}
|
|
{=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: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&resolution&1080");' />
|
|
<input type="button" value="720p" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&resolution&720");' />
|
|
<input type="button" value="Pal" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&resolution&pal");' />
|
|
</td>
|
|
<td>
|
|
<input type="button" value="Letterbox" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&43mode&1");' />
|
|
<input type="button" value="Pan & Scan" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&43mode&2");' />
|
|
<input type="button" value="14:9 Pan & Scan" onclick='$("out").update(""); goUrl("/control/exec?Y_NI_Tools&43mode&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&reload_channellists");' />
|
|
</td>
|
|
<td>
|
|
<input type="button" value="{=L:ni.reset=}" title="{=L:ni.dblclick=}" ondblclick='$("out").update(""); goUrl("/control/exec?Y_NI_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>
|