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

📄 copy.php

📁 Joomla15 - 最新开源CMS
💻 PHP
字号:
<?php defined('_JEXEC') or die('Restricted access'); ?><form action="index.php" method="post" name="adminForm">	<table class="adminform">		<tr>			<td width="3%"></td>			<td  valign="top" width="30%">			<strong><?php echo JText::_( 'Copy to Menu' ); ?>:</strong>			<br />			<?php echo $this->MenuList; ?>			<br /><br />			</td>			<td  valign="top">			<strong><?php echo JText::_( 'Menu Items being copied' ); ?>:</strong>			<br />			<ol>				<?php foreach ( $this->items as $item ) : ?>				<li><?php echo $item->name; ?></li>				<?php endforeach; ?>			</ol>			</td>		</tr>	</table>	<input type="hidden" name="option" value="com_menus" />	<input type="hidden" name="boxchecked" value="0" />	<input type="hidden" name="menutype" value="<?php echo $this->menutype; ?>" />	<input type="hidden" name="task" value="" /><?php foreach ( $this->items as $item ) : ?>	<input type="hidden" name="cid[]" value="<?php echo $item->id; ?>" /><?php endforeach; ?></form>

⌨️ 快捷键说明

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