File:  [Paefchen] / FreeBSD / tinderbox / webui / templates / paefchen / footer.inc.tpl
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Jul 12 13:17:02 2008 UTC (16 years, 4 months ago) by as
Branches: MAIN
CVS tags: HEAD
Merge from markuscom-cvs

<!-- $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/footer.inc.tpl,v 1.2 2008/07/12 13:17:02 as Exp $ //-->
<?=$display_login?>
	</div>
	<div id="footer">
		<div class="left">
			<ul>
				<li><a href="index.php">home</a></li>
				<li><a href="javascript:history.back()">back</a></li>
				<li><a href="#top">top</a></li>
				<li>Localtime: <?=date('Y-m-d H:i:s')?></li>
				<li><?=$ui_elapsed_time?></li>
			</ul>
		</div>
		<div class="right">
<? if (is_array($footer_legend)) { ?>
<? foreach($footer_legend as $css_class => $legend_title) { ?>
				<table>
					<tr>
						<td class="<?=$css_class?>" style="width:10px;"></td>
						<td><?=$legend_title?></td>
					</tr>
				</table>
<? }} ?>
		</div>
	</div>
</body>
</html>