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

📄 default.php

📁 Joomla15 - 最新开源CMS
💻 PHP
字号:
<?php // no direct accessdefined('_JEXEC') or die('Restricted access'); ?><form id="jForm" action="<?php JRoute::_('index.php')?>" method="post"><?php if ($this->params->get('show_page_title')) : ?>	<div class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"><?php echo $this->params->get('page_title'); ?></div><?php endif; ?>	<p>		<?php if ($this->params->get('filter')) : ?>		<?php echo JText::_('Filter').'&nbsp;'; ?>		<input type="text" name="filter" value="<?php echo htmlspecialchars($this->filter, ENT_COMPAT, 'UTF-8'); ?>" class="inputbox" onchange="document.jForm.submit();" />		<?php endif; ?>		<?php echo $this->form->monthField; ?>		<?php echo $this->form->yearField; ?>		<?php echo $this->form->limitField; ?>		<button type="submit" class="button"><?php echo JText::_('Filter'); ?></button>	</p><?php echo $this->loadTemplate('items'); ?>	<input type="hidden" name="view" value="archive" />	<input type="hidden" name="option" value="com_content" /></form>

⌨️ 快捷键说明

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