This commit is contained in:
Nick Bebout 2020-04-10 18:15:57 -05:00
parent 93b917b12b
commit 1d08afaba6
139 changed files with 27179 additions and 6213 deletions

40
X/imapsync_form.html Executable file → Normal file
View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- $Id: imapsync_form.html,v 1.75 2019/06/27 05:27:13 gilles Exp gilles $ -->
<!-- $Id: imapsync_form.html,v 1.85 2019/11/24 17:35:25 gilles Exp gilles $ -->
<html lang="en" id="top">
@ -28,13 +28,16 @@
<body>
<div class="hidden scripton">
<pre id="tests">
</pre>
<input type="checkbox" id="test_checkbox">
<input type="text" id="test_text">
<input type="radio" id="test_radio" name="test_radio" value="first" >
<input type="radio" id="test_radio" name="test_radio" value="second" >
<div class="scripton">
<!-- will appear if some tests fail -->
<pre id="tests" class="collapse"></pre>
<!-- hidden stuff that must exit for the tests -->
<div class="hidden">
<input type="checkbox" id="test_checkbox">
<input type="text" id="test_text">
<input type="radio" id="test_radio1" name="test_radio" value="first" >
<input type="radio" id="test_radio2" name="test_radio" value="second" >
</div>
</div>
<div class="container-fluid" >
@ -210,10 +213,10 @@ old: H2YTURNFT4XT4
</div>
<input type="hidden" name="automap" value="on">
<input type="hidden" name="addheader" value="on">
<!-- --#>
<!-- -#->
<input type="hidden" name="simulong" value="360">
<#!-- -->
<a name="buttons"></a>
<!-#- -->
<a id="buttons"></a>
<hr>
<!-- Classical button to go to the log only -->
@ -252,7 +255,16 @@ old: H2YTURNFT4XT4
<div class="row scripton" id="consoles">
<pre id="progress" ></pre>
<pre id="progress-txt">ETA: Estimation Time of Arrival</pre>
<div class="progress">
<div id="progress-bar-done" class="progress-bar progress-bar-success" role="progressbar">
Progress bar
</div>
<div id="progress-bar-left" class="progress-bar progress-bar-info" role="progressbar">
Progress bar
</div>
</div>
<div class="col-sm-6 well">
<h2 class="text-center">Console of imapsync run</h2>
@ -299,7 +311,7 @@ old: H2YTURNFT4XT4
</pre>
<a name="bottom"></a>
<a id="bottom"></a>
<hr>
<p class="text-center">
Local bandwidth statistics <br>
@ -323,7 +335,7 @@ old: H2YTURNFT4XT4
<!-- <a href="#buttons" class="btn btn-info scripton" role="button">Consoles</a> -->
<a href="#bottom" title="Bottom of the page" class="btn btn-info active" role="button">Bottom</a>
<br>
<small> ($Id: imapsync_form.html,v 1.75 2019/06/27 05:27:13 gilles Exp gilles $) </small><br>
<small> ($Id: imapsync_form.html,v 1.85 2019/11/24 17:35:25 gilles Exp gilles $) </small><br>
Terms and conditions for anything: <a href="https://imapsync.lamiral.info/LICENSE">No limits to do anything with this work and this license!</a><br>
</div>
</div>