Files
recycled-ni-neutrino/data/y-web/Y_Tools_Flash_Menue.yhtm
vanhofen 8ac19456e1 yWeb: move data from /src to /data
Origin commit data
------------------
Branch: ni/coolstream
Commit: 29847283ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-15 (Thu, 15 Dec 2016)

Origin message was:
------------------
- yWeb: move data from /src to /data

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

------------------
This commit was generated by Migit
2016-12-15 14:00:45 +01:00

48 lines
2.1 KiB
Plaintext

{=include-block:Y_Blocks.txt;management_check_top=}
{=include-block:Y_Blocks.txt;head=}
<script type="text/javascript" src="/Y_Baselib.js"></script>
<script type="text/javascript" src="/prototype.js"></script>
<script type="text/javascript" src="/Y_Flash.js"></script>
</head>
<body>
{=var-set:wait_text=Image wird erstellt (create image).=}{=include-block:Y_Blocks.txt;snip_wait=}
<div class="work_box">
<div class="work_box_head">
<div class="work_box_head_h2">{=var-set:help_url=Help-Tools-Image=}{=var-set:menu=Image=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body">
<b><font size="2">Partition</font></b><br/>
<form action="/y/cgi" name="f" id="f">
{=func:get_partition_list=}
<input type="hidden" name="tmpl" value="Y_Settings_mount.yhtm"/>
<input type="hidden" name="execute" value=""/>
<input type="hidden" name="mtd_text" value=""/>
<input type="hidden" name="mtd" value=""/>
<button type="button" ytype="download" name="download" title="Generate Image for download" onclick="do_image_download()">Download</button>
<button type="button" ytype="flash" name="upload" title="go to Upload Dialog" onclick="do_image_upload_dialog()">Flash ...</button>
</form>
</div>
</div>
<div style="clear:both">&nbsp;</div>
<div class="work_box">
<div class="work_box_head"><h2>Hinweis</h2></div>
<div class="work_box_body" title="You should reboot the box before flashing">
Es ist sinnvoll die Box vor dem flashen frisch zu booten.<br/>
<button type=button ytype="reboot" title="reboot" onclick='goConfirmUrl("dbox wirklich neu starten?","/control/reboot");'>Neu starten</button>
</div>
</div>
<div style="clear:both">&nbsp;</div>
<div class="work_box" id="download_box" style="display: none;">
<div class="work_box_head"><h2>Download</h2></div>
<div class="work_box_body" title="Download your image">
<b>Das Image wurde erstellt.</b>
<p>
1) <a id="download_link" type="application/octet-stream" href=""><u>Download</u></a><br/><br/>
2) <a href='javascript:image_delete();'><u>Download fertig. Image in /tmp loeschen.</u></a>
</p>
</div>
</div>
</body>
</html>
{=include-block:Y_Blocks.txt;management_check_bottom=}