]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/templates/browse-footer.tmpl
<?= --> <?php echo
[SourceForge/phpwiki.git] / themes / MonoBook / templates / browse-footer.tmpl
1 <?php // -*-php-*-
2 // rcs_id('$Id$');
3 ?>
4 <?php // <hr class="printer" noshade="noshade" /> ?>
5     <div class="visualClear"></div>
6     <ul id="f-list">
7       <li id="f-lastmod"> <?php echo $WikiTheme->getOwnerMessage($page) ?>  <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?> </li>
8           
9       <li id="f-copyright">All text is available under the terms of the <a class="internal" href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> (see <b>
10 <?php if ($request->_dbi->isWikiPage(_("Copyrights"))) { ?>
11       <?php echo WikiLink(_("Copyrights")) ?>
12 <?php } else { ?>
13       <a class="internal" href="http://www.phpwiki.org/Copyrights" title ="PhpWiki:Copyrights">Copyrights</a>
14 <?php } ?>
15 </b> for details).<br /></li>
16 <?php if ($request->_dbi->isWikiPage(_("About".WIKI_NAME))) { ?>
17       <?php echo WikiLink(_("About".WIKI_NAME)) ?>
18 <?php } else { ?>
19       <li id="f-about"><a href="http://www.phpwiki.org/PhpWiki" title ="PhpWiki:About">About PhpWiki</a></li>
20 <?php } ?>
21       <li id="f-disclaimer">
22 <?php if ($request->_dbi->isWikiPage(_("GeneralDisclaimer"))) { ?>
23       <?php echo WikiLink(_("GeneralDisclaimer")) ?>
24 <?php } else { ?>
25       <a href="http://www.phpwiki.org/GeneralDisclaimer" title ="PhpWiki:Disclaimer">Disclaimer</a>
26 <?php } ?>
27 </li>
28     </ul>
29     <div id="f-poweredbyico"><a href="http://www.phpwiki.org/"><img src="<?php echo $WikiTheme->getImageURL("poweredby_phpwiki_51x31.png") ?>" alt="Powered by PhpWiki" /></a></div>
30     <div id="f-copyrightico"><a href="http://www.gnu.org/copyleft/fdl.html"><img src="<?php echo $WikiTheme->getImageURL("gnu-fdl.png") ?>" alt="GNU Free Documentation License" /></a></div>