mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
yWeb: addition to 551e2697d2
Origin commit data ------------------ Branch: ni/coolstream Commit:aaccc756af
Author: vanhofen <vanhofen@gmx.de> Date: 2023-02-28 (Tue, 28 Feb 2023) Origin message was: ------------------ - yWeb: addition to551e2697d2
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
342
data/y-web/Y_Settings_Plugins.yhtm
Normal file
342
data/y-web/Y_Settings_Plugins.yhtm
Normal file
@@ -0,0 +1,342 @@
|
||||
{=var-set:r_minidlnad={=script:Y_NI_Tools is_running minidlnad=}=}
|
||||
{=var-set:minidlnadport={=script:Y_NI_Tools get_minidlnad_webif_port=}=}
|
||||
|
||||
{=var-set:r_xupnpd={=script:Y_NI_Tools is_running xupnpd=}=}
|
||||
{=var-set:xupnpdport={=script:Y_NI_Tools get_xupnpd_webif_port=}=}
|
||||
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
<script src="/Y_Baselib.js"></script>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload='goUrl("/control/reloadplugins");'>
|
||||
{=var-set:wait_text={=L:set.plugins.title=}<br/>=}{=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:set.plugins=}=}{=include-block:Y_Blocks.txt;work_menu=}
|
||||
</div></div>
|
||||
<div class="work_box_body">
|
||||
<table class="y_invisible_table" cellpadding="5" width="100%">
|
||||
<tr>
|
||||
<td class="y_form_header" width="35%">{=L:set.plugins.title=}</td>
|
||||
<td class="y_form_header" width="5%"> </td>
|
||||
<td class="y_form_header"> </td>
|
||||
<td class="y_form_header"> </td>
|
||||
</tr>
|
||||
<!-- fritzcallmonitor -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.fritzcallmonitor~check_green~x_red=}.png" class="status">
|
||||
FritzCallMonitor
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.fritzcallmonitor~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_fcm_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_fcm_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:ni.configure=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/FritzCallMonitor.cfg","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:set.plugintools.fcm-addr=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/FritzCallMonitor.addr","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- nfs-server -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.nfsd~check_green~x_red=}.png" class="status">
|
||||
NFS-Server
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.nfsd~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_nfs_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_nfs_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:ni.configure=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/etc/exports","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- samba-server -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.samba~check_green~x_red=}.png" class="status">
|
||||
Samba-Server
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.samba~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_samba_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_samba_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:ni.configure=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file={=if-file-exists:/etc/samba/smb.conf~/etc/samba/smb.conf~/etc/smb.conf=}","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- tuxcal -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.tuxcald~check_green~x_red=}.png" class="status">
|
||||
TuxCal
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.tuxcald~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_tuxcald_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_tuxcald_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:ni.configure=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/tuxcal/tuxcal.conf","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- tuxmail -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.tuxmaild~check_green~x_red=}.png" class="status">
|
||||
TuxMail
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.tuxmaild~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_tuxmaild_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_tuxmaild_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:ni.configure=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/tuxmail/tuxmail.conf","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- inadyn -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.inadyn~check_green~x_red=}.png" class="status">
|
||||
Inadyn
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.inadyn~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_inadyn_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_inadyn_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:ni.configure=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/etc/inadyn.conf","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- dropbear -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.dropbear~check_green~x_red=}.png" class="status">
|
||||
Dropbear
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.dropbear~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_dropbear_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_dropbear_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ushare -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.ushare~check_green~x_red=}.png" class="status">
|
||||
uShare
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.ushare~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_ushare_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_ushare_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:ni.configure=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/etc/ushare.conf","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- minidlna -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.minidlnad~check_green~x_red=}.png" class="status">
|
||||
MiniDLNA
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.minidlnad~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_minidlna_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_minidlna_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
{=if-equal:{=var-get:r_minidlnad=}~true~
|
||||
<input type="button" value="WebInterface" onclick='goPort("{=var-get:minidlnadport=}");' />
|
||||
~
|
||||
=}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- djmount -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.djmount~check_green~x_red=}.png" class="status">
|
||||
djmount
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.djmount~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_djmount_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_djmount_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- xupnpd -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.xupnpd~check_green~x_red=}.png" class="status">
|
||||
xupnpd
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.xupnpd~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_xupnpd_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_xupnpd_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
{=if-equal:{=var-get:r_xupnpd=}~true~
|
||||
<input type="button" value="WebInterface" onclick='goPort("{=var-get:xupnpdport=}");' />
|
||||
~
|
||||
=}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- crond -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/{=if-file-exists:/var/etc/.crond~check_green~x_red=}.png" class="status">
|
||||
crond
|
||||
</td>
|
||||
<td>
|
||||
{=if-file-exists:/var/etc/.crond~
|
||||
<input type="button" value="{=L:ni.stop=}" onclick='Y_NI_Tools("p_crond_stop", 5000);'/>
|
||||
~
|
||||
<input type="button" value="{=L:ni.start=}" onclick='Y_NI_Tools("p_crond_start", 5000);'/>
|
||||
=}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><hr></td>
|
||||
<td><hr></td>
|
||||
<td><hr></td>
|
||||
<td><hr></td>
|
||||
</tr>
|
||||
<!-- EPGscan -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/blank.png" class="status">
|
||||
EPGscan
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:ni.configure=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/EPGscan.conf","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:set.plugintools.epgscan-dat=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/EPGscan.dat","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- pr-auto-timer -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/blank.png" class="status">
|
||||
Auto Timer
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:ni.configure=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/pr-auto-timer.conf","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:set.plugintools.pat-rules=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/pr-auto-timer.rules","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- RSS-Reader -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/blank.png" class="status">
|
||||
RSS-Reader
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:set.plugintools.rssreader-conf=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/rssreader.conf","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- 2webTVxml -->
|
||||
<tr class="list">
|
||||
<td>
|
||||
<img src="images/blank.png" class="status">
|
||||
2webTVxml
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<input type="button" value="{=L:set.plugintools.2webtvxmlurls-conf=}" onclick='window.open("/Y_Filemgr_Edit.yhtm?file=/var/tuxbox/config/2webTVxmlUrls.conf","edit", "width=800,height=600,resizable=yes");' />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</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>
|
Reference in New Issue
Block a user