/usr/share/piwi/Templates/Statistics is in piwi 0.8+20041206-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | <form action="Stats<?print $conf{'extension'}?>">
<input type=hidden name="load" value="<?print $cgi->param( 'load' )?>">
<table class="bordered" cellpadding="2" align="center" border="0" width="95%">
<tr>
<td> <b>Time Unit :</b></td>
<td> <b>From :</b></td>
<td> <b>Output format :</b></td>
<td rowspan="4"><input type=submit value="submit"></td>
</tr>
<tr>
<td rowspan="3"><?TimePeriodType_List()?></td>
<td>
<input type=text name="From" value="<?print $cgi->param( 'From' )?>" size=10>
</td>
<td>
<select name="OutputType">
<?OutputType_List()?>
</select>
</td>
</tr>
<tr>
<td> <b>To :</b></td>
<td> <b>Label :</b></td>
</tr>
<tr>
<td>
<input type=text name="To" value="<?print $cgi->param( 'To' )?>" size=10>
</td>
<td>
<input type=text name="Label" value="<?print $cgi->param( 'Label' )?>">
</td>
</tr>
</table>
<br>
</form>
<br>
<center>If output doesn't match your request (IE bug), try pressing shift while reloading the page.</center><br>
<br>
|