mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
yWeb: rename Y_Blocks files
Origin commit data
------------------
Branch: ni/coolstream
Commit: 620c8e5c23
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Origin message was:
------------------
- yWeb: rename Y_Blocks files
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -14,6 +14,7 @@ install_DATA = channels.js \
|
||||
Y_About.yhtm \
|
||||
Y_Baselib.js \
|
||||
Y_Blocks.txt \
|
||||
Y_Blocks_Neutrino.txt \
|
||||
Y_Boxcontrol_Bouquet_Editor_Edit.yhtm \
|
||||
Y_Boxcontrol_Bouquet_Editor_Main.yhtm \
|
||||
Y_Boxcontrol_Bouquetlist.yhtm \
|
||||
@@ -38,7 +39,6 @@ install_DATA = channels.js \
|
||||
Y_Live_EPG.yhtm \
|
||||
Y_Main.css \
|
||||
Y_Menue.yhtm \
|
||||
Y_neutrino_Blocks.txt \
|
||||
Y_Refresh.yhtm \
|
||||
Y_Settings_automount_liste.yhtm \
|
||||
Y_Settings_automount.yhtm \
|
||||
@@ -79,9 +79,9 @@ install_DATA = channels.js \
|
||||
# file manager
|
||||
install_DATA += accordion.js \
|
||||
effects.js \
|
||||
Y_Blocks_Filemgr.txt \
|
||||
Y_Filemgr.yhtm \
|
||||
Y_Filemgr_Edit.yhtm \
|
||||
Y_Filemgr_blocks.txt
|
||||
Y_Filemgr_Edit.yhtm
|
||||
|
||||
# NI-yWeb
|
||||
install_DATA += Y_NIlib.js \
|
||||
|
@@ -55,7 +55,7 @@ function ni(){
|
||||
<td title="close without save"><a href='javascript:window.close()'><img src="/images/cross.png"/></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<form name="f" accept-charset="UTF-8" action="/y/cgi?execute=include-block:Y_Filemgr_blocks.txt;edit_save_settings;nix" method="POST">
|
||||
<form name="f" accept-charset="UTF-8" action="/y/cgi?execute=include-block:Y_Blocks_Filemgr.txt;edit_save_settings;nix" method="POST">
|
||||
<textarea id="txt" name="editfile" cols="100" rows="31" wrap="off" title="Editor" style="width: 100%;">{=include:{=file=}=}</textarea>
|
||||
<input type="hidden" name="tmpl" value="Y_Filemgr_Edit.yhtm"/>
|
||||
<input type="hidden" name="file" value="{=file=}"/>
|
||||
|
@@ -51,6 +51,6 @@ function do_delete()
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{=include-block:Y_neutrino_Blocks.txt;neutrino_form_helpbox=}
|
||||
{=include-block:Y_Blocks_Neutrino.txt;neutrino_form_helpbox=}
|
||||
</body>
|
||||
</html>
|
@@ -40,6 +40,6 @@ function do_edit()
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{=include-block:Y_neutrino_Blocks.txt;neutrino_form_helpbox=}
|
||||
{=include-block:Y_Blocks_Neutrino.txt;neutrino_form_helpbox=}
|
||||
</body>
|
||||
</html>
|
@@ -1,2 +1,2 @@
|
||||
{=var-set:neutrino={=form=}=}
|
||||
{=include-block:Y_neutrino_Blocks.txt;neutrino_form=}
|
||||
{=include-block:Y_Blocks_Neutrino.txt;neutrino_form=}
|
||||
|
@@ -164,7 +164,7 @@ function init()
|
||||
<tr id="RecDirRow" style="display:none">
|
||||
<td>{=L:live.timer_edit.rec_dir=}:</td>
|
||||
<td>
|
||||
{=include-block:Y_neutrino_Blocks.txt;neutrino_list_record_dirs=}
|
||||
{=include-block:Y_Blocks_Neutrino.txt;neutrino_list_record_dirs=}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user