mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-14 15:07:03 +02:00
merging new gui part #1
This commit is contained in:
15
webui/view/theme/orig/templates/stat/stat.tpl
Normal file
15
webui/view/theme/orig/templates/stat/stat.tpl
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>
|
||||
|
||||
<?php if($timespan == "daily"){ ?>
|
||||
<strong><?php print $text_daily_report; ?></strong> <a href="index.php?route=stat/stat&timespan=monthly<?php if(isset($uid)) { ?>&uid=<?php print $uid; } ?>"><?php print $text_monthly_report; ?></a>
|
||||
<?php } else { ?>
|
||||
<a href="index.php?route=stat/stat&timespan=daily<?php if(isset($uid)) { ?>&uid=<?php print $uid; } ?>"><?php print $text_daily_report; ?></a> <strong><?php print $text_monthly_report; ?></strong>
|
||||
<?php } ?>
|
||||
|
||||
</p>
|
||||
|
||||
<p><img src="index.php?route=stat/graph&timespan=<?php print $timespan; ?>&uid=<?php print $uid; ?>" border="1" /> </p>
|
||||
|
Reference in New Issue
Block a user