Download this file

main.tpl    10 lines (9 with data), 273 Bytes

1
2
3
4
5
6
7
8
9
%include header title=title
<div id="fade"></div>
<div id="results">
<h3>{{friendlyname}} is {{status}}</h3>
<form action="" method="post">
<input type="submit" name="sub" value="Update Index">
<input type="submit" name="sub" value="Refresh Status">
</div>
%include footer