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

📄 admin.syndicate.html.php

📁 mambo的cms源代码
💻 PHP
字号:
<?php/*** @version $Id: admin.syndicate.html.php,v 1.4 2005/01/06 01:13:23 eddieajau Exp $* @package Mambo* @subpackage Syndicate* @copyright (C) 2000 - 2005 Miro International Pty Ltd* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL* Mambo is Free Software*//** ensure this file is being included by a parent file */defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );/*** @package Mambo* @subpackage Syndicate*/class HTML_syndicate {		function settings( $option, &$params, $id ) {		global $mosConfig_live_site, $adminLanguage;		?>		<div id="overDiv" style="position:absolute; visibility:hidden; z-index:10000;"></div>		<form action="index2.php" method="post" name="adminForm">		<table class="adminheading">		<tr> 			<th>			<?php echo $adminLanguage->A_COMP_SYND_SET;?>			</th>		</tr>		</table>		<table class="adminform">		<tr>			<th>			<?php echo $adminLanguage->A_COMP_CONT_PARAMETERS;?>			</th>		</tr>		<tr>			<td>			<?php			echo $params->render();			?>			</td>		</tr>		</table>		<input type="hidden" name="id" value="<?php echo $id; ?>" />		<input type="hidden" name="name" value="Syndicate" />		<input type="hidden" name="admin_menu_link" value="option=com_syndicate" />		<input type="hidden" name="admin_menu_alt" value="Manage Syndication Settings" />		<input type="hidden" name="option" value="com_syndicate" />		<input type="hidden" name="admin_menu_img" value="js/ThemeOffice/component.png" />		<input type="hidden" name="option" value="<?php echo $option; ?>" />		<input type="hidden" name="task" value="" />		<input type="hidden" name="boxchecked" value="0" />		</form>		<script language="Javascript" src="<?php echo $mosConfig_live_site;?>/includes/js/overlib_mini.js"></script>		<?php	}}?>

⌨️ 快捷键说明

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