tazpanel diff floppy.cgi @ rev 577

floppy: link to taziso floppyset
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 04 11:16:22 2016 +0200 (2016-04-04)
parents 7a0c9a1949d2
children d3b5bc592d61
line diff
     1.1 --- a/floppy.cgi	Wed Dec 16 16:17:58 2015 +0100
     1.2 +++ b/floppy.cgi	Mon Apr 04 11:16:22 2016 +0200
     1.3 @@ -275,6 +275,27 @@
     1.4  	</footer>
     1.5  </section>
     1.6  </form>
     1.7 +<section>
     1.8 +<header>
     1.9 +	$(_ 'Floppy set from a ISO image')
    1.10 +</header>
    1.11 +<footer>
    1.12 +<form method="post" action="/user/boot.cgi" class="wide">
    1.13 +	<input type="hidden" name="iso" />
    1.14 +	<input type="hidden" name="action" value="floppyset" />
    1.15 +	<table>
    1.16 +		<tr>
    1.17 +		<td>$(_ 'ISO image file full path')
    1.18 +			<span data-img="@info@" title="$(_ 'set /dev/cdrom for a physical CD-ROM')"></span>
    1.19 +		</td>
    1.20 +		<td>$(file_chooser "iso" "$iso")</td></tr>
    1.21 +		<td><button type="submit" name="build" data-icon="@start@" >
    1.22 +		$(_ 'Build floppy set'  )</button></td>
    1.23 +		</tr>
    1.24 +	</table>
    1.25 +</form>
    1.26 +</footer>
    1.27 +</section>
    1.28  EOT
    1.29  
    1.30  xhtml_footer