Files
recycled-ni-neutrino/data/y-web/Y_Tools_NetFS_init.yhtm
vanhofen 18fce8cb6c 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
2023-03-02 22:09:14 +01:00

21 lines
664 B
Plaintext

{=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>