Annotation of FreeBSD/tinderbox/webui/templates/paefchen/footer.inc.tpl, revision 1.2

1.1       as          1: <!-- $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/footer.inc.tpl,v 1.1 2008/01/05 11:56:01 as Exp $ //-->
                      2: <?=$display_login?>
                      3:        </div>
                      4:        <div id="footer">
                      5:                <div class="left">
                      6:                        <ul>
                      7:                                <li><a href="index.php">home</a></li>
                      8:                                <li><a href="javascript:history.back()">back</a></li>
                      9:                                <li><a href="#top">top</a></li>
                     10:                                <li>Localtime: <?=date('Y-m-d H:i:s')?></li>
1.2     ! as         11:                                <li><?=$ui_elapsed_time?></li>
1.1       as         12:                        </ul>
                     13:                </div>
                     14:                <div class="right">
                     15: <? if (is_array($footer_legend)) { ?>
                     16: <? foreach($footer_legend as $css_class => $legend_title) { ?>
                     17:                                <table>
                     18:                                        <tr>
                     19:                                                <td class="<?=$css_class?>" style="width:10px;"></td>
                     20:                                                <td><?=$legend_title?></td>
                     21:                                        </tr>
                     22:                                </table>
                     23: <? }} ?>
                     24:                </div>
                     25:        </div>
                     26: </body>
                     27: </html>