Files
recycled-ni-neutrino/data/y-web/Y_Tools_NetFS_init.yhtm
vanhofen aa0a388f6b yWeb: fix missing jquery
Origin commit data
------------------
Branch: ni/coolstream
Commit: d0772ba3f7
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-06 (Mon, 06 Mar 2023)

Origin message was:
------------------
- yWeb: fix missing jquery

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

------------------
This commit was generated by Migit
2023-03-06 22:05:41 +01:00

22 lines
702 B
Plaintext

{=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_jquery=}
<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>