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: 4eace25154
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Origin message was:
------------------
- yWeb: rename Y_yweb.js => Y_yWeb.js
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
{=include-block:Y_Blocks.txt;management_check_top=}
|
|
{=include-block:Y_Blocks.txt;head=}
|
|
{=include-block:Y_Blocks.txt;js_prototype=}
|
|
<script src="/Y_Baselib.js"></script>
|
|
<script src="/Y_yWeb.js"></script>
|
|
<script src="/Y_Ext_Update.js"></script>
|
|
<script>
|
|
function do_submit(){
|
|
show_waitbox(true);
|
|
document.f.submit();
|
|
}
|
|
</script>
|
|
{=include-block:Y_Blocks.txt;head_close=}
|
|
<body>
|
|
{=var-set:wait_text={=L:save_values=}=}{=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:main.settings=}=}{=include-block:Y_Blocks.txt;work_menu=}
|
|
</div>
|
|
</div>
|
|
<div class="work_box_body">
|
|
<form name="f" accept-charset="UTF-8" action="/y/cgi">
|
|
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td> </td>
|
|
<td><textarea name="extensions" id="ext" cols="90" rows="30" title="extension list">{=if-file-exists:%(CONFIGDIR)/extensions.txt~{=include:%(CONFIGDIR)/extensions.txt=}~{=if-file-exists:%(PUBLIC_HTTPDDIR)/extensions.txt~{=include:%(PUBLIC_HTTPDDIR)/extensions.txt=}~{=include:%(PRIVATE_HTTPDDIR)/extensions.txt=}=}=}</textarea></td>
|
|
</tr>
|
|
</table>
|
|
<br/>
|
|
<input type="hidden" name="tmpl" value="Y_Ext_Update_refresh.yhtm"/>
|
|
<input type="hidden" name="execute" value="include-block:Y_Blocks.txt;ext_save_settings;nix"/>
|
|
<button type="button" ytype="save" title="{=L:save_values_desc=}" onclick="do_submit()">{=L:save=}</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
{=include-block:Y_Blocks.txt;management_check_bottom=}
|