diff options
Diffstat (limited to 'predPy/templates/meterSamples.html')
-rw-r--r-- | predPy/templates/meterSamples.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/predPy/templates/meterSamples.html b/predPy/templates/meterSamples.html new file mode 100644 index 0000000..63c460d --- /dev/null +++ b/predPy/templates/meterSamples.html @@ -0,0 +1,12 @@ +$def with (count) + +$if count: + <h2>Well done! Collection is completed.</h2> + <h2><em style="color: green;">$count</em> rows of meter samples have been written in the file named "collectMeterSamples.arff" in your current directory.</h2> + <h2>Please check!</h2> +$else: + <h2><em>That's too bad! The meter samples are not successfully generated. Please try again!</em></h2> + +<form action="/" method="GET"> + <button style="color: blue; font-size: 2em;" type="submit">Try again!</button> +</form> |