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

📄 sidebar.tmpl

📁 PhpWiki是sourceforge的一个开源项目
💻 TMPL
字号:
<?php // -*-html-*-rcs_id('$Id: sidebar.tmpl,v 1.2 2005/02/02 19:14:14 rurban Exp $');?><div id="sidebar"><?php  /* Today's Blogs page for the current or admin user, if the subpage is defined. */  $UserCalPageTitle = $user->getId() . SUBPAGE_SEPARATOR . _("Blogs");  $dbi = $request->getDbh();  // display flat calender dhtml under the clock  if (!$dbi->isWikiPage($UserCalPageTitle)) {    if (BLOG_EMPTY_DEFAULT_PREFIX)      $UserCalPageTitle = _("Blogs");    else      $UserCalPageTitle = ADMIN_USER . SUBPAGE_SEPARATOR . _("Blogs");  }?><div class="box"><div class="box-title"><?= WikiLink($UserCalPageTitle,'known',_("Calendar")) ?></div><div class="box-data">    <?= Template('calendar') ?></div></div><?phpinclude_once("lib/WikiPlugin.php"); $box = new PluginSidebarBox("BlogArchives"); printXml($box->format());$box = new RelatedLinksBox();$body = $box->body;if ($body->asString() != "")    printXml($box->format());$box = new PluginSidebarBox("RecentChanges"); printXml($box->format());$box = new PluginSidebarBox("WhoIsOnline"); printXml($box->format());/*$box = new PluginSidebarBox("RssFeed",                            array('url' => 'http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss',                                  'title' => _("PhpWiki News"))); printXml($box->format());*/?><?php if (0 and defined('USE_EXTERNAL_HTML2PDF') and USE_EXTERNAL_HTML2PDF) { ?> &middot; <?= Button(array('action'=>'pdf'), "Pdf") ?><?php } ?><!-- The top navigation/search bar --><div class="toolbar"><?= Template('navbar') ?></div></div>

⌨️ 快捷键说明

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