Lines Matching refs:tpl

2 <?php echo $tpl->getLang('activity_report') ?>
6 <form action="<?php echo $tpl->url('activity_report') ?>" method="post">
8 <label><?php echo $tpl->getLang('report from') ?>: <input name="from" value="<?php echo $tpl->value('from') ?>" class="date start" style="width: 90px"></label>
9 <label><?php echo $tpl->getLang('report to') ?>: <input name="to" value="<?php echo $tpl->value('to') ?>" class="date end" style="width: 90px"></label>
11 <button><?php echo $tpl->getLang('show') ?></button>
16 <h2><?php echo $tpl->getLang('activity_in_issues') ?></h2>
20 <th><?php echo $tpl->getLang('user') ?></th>
21 <th><?php echo $tpl->getLang('reporter') ?></th>
22 <th><?php echo $tpl->getLang('coordinator') ?></th>
23 <th><?php echo $tpl->getLang('commentator') ?></th>
24 <th><?php echo $tpl->getLang('executor') ?></th>
25 <th><?php echo $tpl->getLang('report_total') ?></th>
32 <?php foreach ($tpl->get('thread_involvement') as $involvement): ?>
35 <?php echo $tpl->user_name($involvement['user_id']) ?>
51 <th><?php echo $tpl->getLang('report_total') ?></th>
59 <p style="font-weight: bold">KPI = <?php echo sprintf("%.2f", $tpl->get('kpi')) ?></p>
60 <p style="font-weight: bold">% = <?php echo sprintf("%.2f", $tpl->get('bez_activity')) ?></p>
63 <h2><?php echo $tpl->getLang('activity_in_tasks') ?></h2>
66 <th><?php echo $tpl->getLang('user') ?></th>
67 <th><?php echo $tpl->getLang('reporter') ?></th>
68 <th><?php echo $tpl->getLang('commentator') ?></th>
69 <th><?php echo $tpl->getLang('executor') ?></th>
70 <th><?php echo $tpl->getLang('report_total') ?></th>
76 <?php foreach ($tpl->get('task_involvement') as $involvement): ?>
79 <?php echo $tpl->user_name($involvement['user_id']) ?>
93 <th><?php echo $tpl->getLang('report_total') ?></th>