示例#1
0
	<!-- MOST ACTIVE -->
	<table>
		<thead>
			<tr class="row-category2">
				<th><?php 
echo lang_get('most_active');
?>
</th>
				<td class="right"><?php 
echo lang_get('score');
?>
</td>
			</tr>
		</thead>
		<?php 
summary_print_by_activity();
?>
	</table>

	<!-- LONGEST OPEN -->
	<table>
		<thead>
			<tr class="row-category2">
				<th><?php 
echo lang_get('longest_open');
?>
</th>
				<td class="right"><?php 
echo lang_get('days');
?>
</td>
示例#2
0
			<td class="form-title"><?php echo lang_get( 'by_date' ); ?></td>
			<td class="right"><?php echo lang_get( 'opened' ); ?></td>
			<td class="right"><?php echo lang_get( 'resolved' ); ?></td>
			<td class="right"><?php echo lang_get( 'balance' ); ?></td>
		</tr>
		<?php summary_print_by_date( config_get( 'date_partitions' ) ) ?>
		</table>

		<br />

		<table class="width100" cellspacing="1">
		<tr>
			<td class="form-title" width="86%"><?php echo lang_get( 'most_active' ); ?></td>
			<td class="right" width="14%"><?php echo lang_get( 'score' ); ?></td>
		</tr>
		<?php summary_print_by_activity() ?>
		</table>

		<br />

		<table class="width100" cellspacing="1">
		<tr>
			<td class="form-title" width="86%"><?php echo lang_get( 'longest_open' ); ?></td>
			<td class="right" width="14%"><?php echo lang_get( 'days' ); ?></td>
		</tr>
		<?php summary_print_by_age() ?>
		</table>

		<br />

		<table class="width100" cellspacing="1">