Files
recycled-ni-neutrino/data/y-web/Y_Settings_mount_list.yhtm
vanhofen 6cedf045cf yWeb: drop obsolete CDATA comments
Origin commit data
------------------
Branch: ni/coolstream
Commit: 948cc523ef
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-18 (Sat, 18 Feb 2023)

Origin message was:
------------------
- yWeb: drop obsolete CDATA comments

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2023-02-18 23:49:00 +01:00

43 lines
1.3 KiB
Plaintext

{=include-block:Y_Blocks.txt;head=}
<script src="/Y_Baselib.js"></script>
<script>
function do_mount()
{
show_waitbox(true);
var nr = 0;
for(i=0; i<8;i++)
{
if(document.f.R1[i].checked == true)
nr = i;
}
document.f.execute.value = "script:Y_Tools domount "+nr;
document.f.tmpl.value = "Y_Settings_umount_list.yhtm";
document.f.submit();
}
function do_edit()
{
show_waitbox(true);
document.f.submit();
}
</script>
{=include-block:Y_Blocks.txt;head_close=}
<body>
{=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=Mount=}{=include-block:Y_Blocks.txt;work_menu=}</div>
</div>
<div class="work_box_body">
<form action="/y/cgi" name="f" id="f">
{=func:mount-get-list=}
<input type="hidden" name="tmpl" value="Y_Settings_mount.yhtm"/>
<input type="hidden" name="execute" value=""/>
<button type="button" ytype="edit" title="edit mount settings" onclick="do_edit()">&Auml;ndern</button>
<button type="button" ytype="no" title="mount selected directory" onclick="do_mount()">Mount</button>
<button type="button" ytype="no" title="view unmount list" onclick='window.document.location.href="/Y_Settings_umount_list.yhtm"'>Unmount list</button>
</form>
</div>
</div>
{=include-block:Y_Blocks_Neutrino.txt;neutrino_form_helpbox=}
</body>
</html>