Preparing second and third benchmarks; backing up MySQL database
[iot2.git] / benchmarks / IrrigationController / help_files / html_files / state2.html
1 <html>
2 <title>PLRG IoT Irrigation System Setup</title> 
3 <body>
4
5 <h> <strong>Please select days to water on:  </strong></h>
6 <br><br>
7
8 <form action="" method="POST">
9   <input type="checkbox" name="box1" value="1"> Monday<br>
10   <input type="checkbox" name="box2" value="2"> Tuesday<br>
11   <input type="checkbox" name="box3" value="3"> Wednesday<br>
12   <input type="checkbox" name="box4" value="4"> Thursday<br>
13   <input type="checkbox" name="box5" value="5"> Friday<br>
14   <input type="checkbox" name="box6" value="6"> Saturday<br>
15   <input type="checkbox" name="box7" value="7"> Sunday<br>
16
17 <button name='submit'>Next</button>
18 </form>
19
20 </body>
21 </html>