Esempio n. 1
0
        ?>
"><?php 
        echo isset($item['name']) ? $item['name'] : "";
        ?>
</a></dd>
				<?php 
    }
    ?>
      		</dl>
      		<?php 
}
?>
		</div>
	</div>
	<?php 
echo IFilter::stripSlash($siteConfig->site_footer_code);
?>
</div>

<script type='text/javascript'>
$(function()
{
	<?php 
$word = IReq::get('word') ? IFilter::act(IReq::get('word'), 'text') : '输入关键字...';
?>
	$('input:text[name="word"]').val("<?php 
echo isset($word) ? $word : "";
?>
");

	$('input:text[name="word"]').bind({
Esempio n. 2
0
		</form>

		<form action='<?php 
echo IUrl::creatUrl("/system/save_conf/form_index/site_footer_conf");
?>
' method='post' name='site_footer_conf'>
			<table class='form_table'>
				<colgroup>
					<col width="150px" />
					<col />
				</colgroup>
				<tr>
					<th>站点底部信息:</th>
					<td>
						<textarea id="site_footer_code" name='site_footer_code' style='width:95%;height:300px;'><?php 
echo IFilter::stripSlash($this->confRow['site_footer_code']);
?>
</textarea>
						<label>设置站点底部页面信息,您可以点源代码试图直接进行代码编辑</label>
					</td>
				</tr>
				<tr>
					<th></th>
					<td><button type='submit' class='submit'><span>保存站点底部信息</span></button></td>
				</tr>
			</table>

		</form>

		<form action='<?php 
echo IUrl::creatUrl("/system/save_conf/form_index/other_conf");