コード例 #1
0
ファイル: stats.php プロジェクト: bizanto/Hooked
	<td align='center' width='20%'><?php 
if (@$week != $thisWeek) {
    echo "<a href='javascript:setWeek({$thisWeek})' id='visits_{$thisWeek}'>" . _JW_STATS_THIS_WEEK . "</a>";
}
?>
</td>
	<td align='right' width='10%'><?php 
if ($nextWeek <= $thisWeek) {
    echo "<img src='{$joomlaWatchHTML->mosConfig_live_site}/components/com_joomlawatch/icons/calendar.gif' border='0' align='center' /></td><td width='20%' align='right'><a href='javascript:setWeek({$nextWeek})' id='visits_{$nextWeek}'>" . _JW_STATS_WEEK . "&nbsp;" . date("W", $nextWeek * 3600 * 24 * 7) . "&gt;</a>";
}
?>
</td>
	</tr>
	</table>
<?php 
echo $joomlaWatchHTML->renderVisitsGraph($week);
?>
<tr><td colspan='4'>

<table width='100%'>
	<tr>
	<td align='center' class='<?php 
echo $joomlaWatchHTML->renderTabClass("0", @$_GET['tab']);
?>
'>
	<?php 
echo $joomlaWatchHTML->renderSwitched("0", _JW_STATS_DAILY, @$_GET['tab']);
?>
	</td>
	<td align='center' class='<?php 
echo $joomlaWatchHTML->renderTabClass("1", @$_GET['tab']);