Example #1
0
	<!-- 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>
			</tr>
		</thead>
		<?php 
summary_print_by_age();
?>
	</table>

	<!-- BY RESOLUTION -->
	<table>
		<thead>
			<tr class="row-category2">
				<th><?php 
echo lang_get('by_resolution');
?>
</th>
				<?php 
echo $t_orcttab;
?>
			</tr>
Example #2
0
		<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">
		<tr>
			<td class="form-title" colspan="1">
				<?php echo lang_get( 'by_resolution' ) ?>
			</td>
			<?php echo $t_orcttab ?>
		</tr>
		<?php summary_print_by_enum( 'resolution' ) ?>
		</table>

		<br />