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

📄 default_form.php

📁 Joomla!是一套获得过多个奖项的内容管理系统(Content Management System, CMS)。Joomla!采用PHP+MySQL数据库开发
💻 PHP
字号:
<?php // @version $Id: default_form.php 10381 2008-06-01 03:35:53Z pasamio $defined('_JEXEC') or die('Restricted access');?><form action="<?php echo JRoute::_( 'index.php?option=com_search#content' ) ?>" method="post" class="search_result<?php echo $this->params->get('pageclass_sfx') ?>"><a name="form1"></a><h3><?php echo JText::_('search_again'); ?></h3><fieldset class="word"><label for="search_searchword"><?php echo JText::_('Search Keyword') ?> </label><input type="text" name="searchword" id="search_searchword"  maxlength="20" value="<?php echo $this->escape($this->searchword) ?>" class="inputbox" /></fieldset><fieldset class="phrase"><legend><?php echo JText::_('Search Parameters') ?></legend><?php echo $this->lists['searchphrase']; ?><br /><br /><label for="ordering" class="ordering"><?php echo JText::_('Ordering') ?>:</label><?php echo $this->lists['ordering']; ?></fieldset><?php if ($this->params->get('search_areas', 1)) : ?><fieldset class="only"><legend><?php echo JText::_('Search Only') ?>:</legend>	<?php foreach ($this->searchareas['search'] as $val => $txt) : ?>		<?php $checked = is_array($this->searchareas['active']) && in_array($val, $this->searchareas['active']) ? 'checked="true"' : ''; ?>		<input type="checkbox" name="areas[]" value="<?php echo $val ?>" id="area_<?php echo $val ?>" <?php echo $checked ?> />		<label for="area_<?php echo $val ?>">		<?php echo JText::_($txt); ?>		</label><br />	<?php endforeach; ?></fieldset><?php endif; ?><p>	<button name="Search" onClick="this.form.submit()" class="button"><?php echo JText::_( 'Search' );?></button></p><?php if (count($this->results)) : ?><div class="display"><label for="limit"><?php echo JText :: _('Display Num') ?></label>	<?php echo $this->pagination->getLimitBox(); ?>	<p>		<?php echo $this->pagination->getPagesCounter(); ?>	</p></div><?php endif; ?><input type="hidden" name="task"   value="search" /></form>

⌨️ 快捷键说明

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