⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 browse-footer.tmpl

📁 PhpWiki是sourceforge的一个开源项目
💻 TMPL
字号:
<?php // -*-php-*-  rcs_id('$Id: browse-footer.tmpl,v 1.4 2005/02/11 14:50:06 rurban Exp $');?><?php // <hr class="printer" noshade="noshade" /> ?>    <div class="visualClear"></div>    <ul id="f-list">      <li id="f-lastmod"> <?= $WikiTheme->getOwnerMessage($page) ?>  <?= $WikiTheme->getLastModifiedMessage($revision) ?> <?= $WikiTheme->getAuthorMessage($revision) ?> </li>	        <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><?php if ($request->_dbi->isWikiPage(_("Copyrights"))) { ?>      <?= WikiLink(_("Copyrights")) ?><?php } else { ?>      <a class="internal" href="http://www.phpwiki.org/Copyrights" title ="PhpWiki:Copyrights">Copyrights</a><?php } ?></b> for details).<br /></li><?php if ($request->_dbi->isWikiPage(_("About".WIKI_NAME))) { ?>      <?= WikiLink(_("About".WIKI_NAME)) ?><?php } else { ?>      <li id="f-about"><a href="http://www.phpwiki.org/PhpWiki" title ="PhpWiki:About">About PhpWiki</a></li><?php } ?>      <li id="f-disclaimer"><?php if ($request->_dbi->isWikiPage(_("GeneralDisclaimer"))) { ?>      <?= WikiLink(_("GeneralDisclaimer")) ?><?php } else { ?>      <a href="http://www.phpwiki.org/GeneralDisclaimer" title ="PhpWiki:Disclaimer">Disclaimer</a><?php } ?></li>    </ul>    <div id="f-poweredbyico"><a href="http://www.phpwiki.org/"><img src="<?= $WikiTheme->getImageURL("poweredby_phpwiki_51x31.png") ?>" alt="Powered by PhpWiki" /></a></div>    <div id="f-copyrightico"><a href="http://www.gnu.org/copyleft/fdl.html"><img src="<?= $WikiTheme->getImageURL("gnu-fdl.png") ?>" alt="GNU Free Documentation License" /></a></div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -