📄 team_stats_print.php
字号:
<?include "include/db.php";include "include/authenticate.php";if (!checkperm("t")) {exit ("Permission denied.");}include "include/general.php";$year=getvalescaped("year",date("Y"));$groupselect=getvalescaped("groupselect","");$groups=getvalescaped("groups","");$title=$applicationname . " - " . $lang["statisticsfor"] . " " . $year;?><html><head><style>body {font-family:arial,helvetica;}</style><title><?=$title?></title></head><body onload="print();"><h1><?=$title?></h1><? $types=get_stats_activity_types(); for ($n=0;$n<count($types);$n++) { ?> <hr> <!--<h2><?=$types[$n]?></h2>--> <p><img xstyle="border:1px solid black;" src="graph.php?activity_type=<?=urlencode($types[$n])?>&year=<?=$year?>&groupselect=<?=$groupselect?>&groups=<?=$groups?>" width=600 height=250></p> <? }?></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -