yWeb: rename Y_NI_NetFS-control.yhtm => Y_Tools_NetFS.yhtm

Origin commit data
------------------
Branch: ni/coolstream
Commit: ef396f48bf
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-02 (Thu, 02 Mar 2023)

Origin message was:
------------------
- yWeb: rename Y_NI_NetFS-control.yhtm => Y_Tools_NetFS.yhtm

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-03-02 22:09:14 +01:00
parent 5d5d6758bc
commit 18fce8cb6c
10 changed files with 387 additions and 85 deletions

View File

@@ -0,0 +1,20 @@
{=include-block:Y_Blocks.txt;head_ni=}
<script src="/Y_Baselib.js"></script>
<script>
jQuery(document).ready(function(){
window.document.location.href='/Y_Tools_NetFS.yhtm?mount_type={=mount_type=}&mount_type_s={=mount_type_s=}';
});
</script>
{=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=Initializing {=mount_type_s=}=}{=include-block:Y_Blocks.txt;work_menu=}
</div></div>
<div class="work_box_body">
<img src="/images/wait.gif" class="status" title="wait"> Please wait ...
{=func:netfs_read_config {=mount_type=}=}
</div>
</div>
</body>
</html>