You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
2.2 KiB
48 lines
2.2 KiB
<!--#include $webdir + "/inc_top.tmpl"#-->
|
|
<script type="text/javascript">
|
|
<!--#include raw $webdir + "/static/javascript/pagetwo.js"#-->
|
|
</script>
|
|
<form action="./three" method="post" autocomplete="off">
|
|
<div class="container">
|
|
<div id="inner">
|
|
<div id="content" class="bigger">
|
|
<div id="rightGreyText">$T('wizard-version') $version</div>
|
|
<br />
|
|
<h1>$T('wizard-quickstart')</h1>
|
|
<h2>$num</h2>
|
|
<br />
|
|
<hr />
|
|
<h3>$T('wizard-misc')</h3>
|
|
|
|
<div class="row">
|
|
<div class="col-sm-8">
|
|
<label for="bandwidth">$T('explain-bandwidth_max')</label><br />
|
|
<div class="input-group input-group-bw" data-toggle="tooltip" data-placement="right" title="$T('wizard-bandwidth-explain')">
|
|
<input class="form-control text-input-thin text-right" id="bandwidth" value="$bandwidth" type="text" size="10" name="bandwidth" />
|
|
<div class="input-group-addon">Bytes/s</div>
|
|
</div>
|
|
<div id="bandwidth-error" class="error-text hidden"><br />$T('wizard-bandwidth-error')</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr />
|
|
<br/>
|
|
<div class="row">
|
|
<div class="col-xs-4 text-center">
|
|
<a class="btn btn-default" href="./one"><span class="glyphicon glyphicon-chevron-left"></span> $T('wizard-previous')</a>
|
|
</div>
|
|
<div class="col-xs-4 text-center">
|
|
<!--#for $step in xrange($steps)#-->
|
|
<!--#set $step = $step + 1#-->
|
|
<span class="<!--#if $step == $number then 'selected' else 'unselected'#-->">$step</span>
|
|
<!--#end for#-->
|
|
</div>
|
|
<div class="col-xs-4 text-center">
|
|
<button class="btn btn-default" id="next-button" type="submit">$T('wizard-next') <span class="glyphicon glyphicon-chevron-right"></span></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
<!--#include $webdir + "/inc_bottom.tmpl"#-->
|