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

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>
        !            11:                        </ul>
        !            12:                </div>
        !            13:                <div class="right">
        !            14: <? if (is_array($footer_legend)) { ?>
        !            15: <? foreach($footer_legend as $css_class => $legend_title) { ?>
        !            16:                                <table>
        !            17:                                        <tr>
        !            18:                                                <td class="<?=$css_class?>" style="width:10px;"></td>
        !            19:                                                <td><?=$legend_title?></td>
        !            20:                                        </tr>
        !            21:                                </table>
        !            22: <? }} ?>
        !            23:                </div>
        !            24:        </div>
        !            25: </body>
        !            26: </html>