?? default.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').' '; ?> <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 + -