3 <title>Write Flash Partition</title>
4 <link rel="stylesheet" type="text/css" href="webif.css">
8 var file = document.fileselector.file.value;
9 if (window.confirm('Do you really want to WRITE flash partition #MTD# (#MTDNAME#)? Note: All data in this partition will be lost.'))
10 document.location = "/writeFlashPartition?mtd=" + document.fileselector.mtd.value + "&file=" + file;
15 <form name="fileselector">
16 <input type="hidden" name="mtd" value="#MTD#">
17 <table width="100%" border="0" cellpadding="0" cellspacing="10">
19 <td>Please specify the full filename of the image (e.g. /tmp/image.img) to be written to partition #MTD# (#MTDNAME#):</td>
23 <input name="file" type="text" size="70" maxlength="70" value="#FILE#">