| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link href="<?php echo  WEB_SITE_GLOBAL  ?>/img/admin/style.css" rel="stylesheet" type="text/css" /><script type="text/javascript" src="<?php echo  WEB_SITE_GLOBAL  ?>/js/jquery-1.7.1.min.js"></script><script type="text/javascript" src="<?php echo  WEB_SITE_GLOBAL  ?>/js/admin/over.js"></script><script type="text/javascript" src="<?php echo  WEB_SITE_GLOBAL  ?>/js/admin/calendar.js"></script><script type="text/javascript" src="<?php echo  WEB_SITE_GLOBAL  ?>/js/editor_config.js"></script><script type="text/javascript" src="<?php echo  WEB_SITE_GLOBAL  ?>/js/editor.min.js"></script><link rel="stylesheet" href="<?php echo  WEB_SITE_GLOBAL  ?>/css/themes/default/ueditor.css" /></head><body><div class="main_content new_product"><div class="crumbbar">快速导航 » <?php echo $data['map']; ?></div>	<div class=" clearfix">		<div class="globle_list">		 	<table width="100%" border="0" cellpadding="2" cellspacing="6" style="_margin-left:-10px; "><tbody><tr>  <td><table width="100%" border="0" cellpadding="2" cellspacing="6">    <tbody><tr>      <td><?php echo $data['success']; ?><div id="append"></div><form action="/index/main_article_edit_manage" method="post" onsubmit="return article_form()"><input type="hidden" name="is_edit" value="1"></input><input type="hidden" name="id" value="<?php echo $data['article']->aid; ?>"></input><table cellspacing="1" cellpadding="4" width="100%" align="center" class="tableborder"><tbody><tr class="header"><td colspan="2">公告</td></tr><tr><td class="altbg1" width="100"><b>标题:</b></td><td class="altbg2"><input class="text" type="text" name="title" id="title" value="<?php echo $data['article']->title; ?>" style="width: 300px"/></td></tr><tr><td class="altbg1" width="100"><b>内容:</b></td><td class="altbg2"><script type="text/plain" id="content_text"  name="content_text" style="width:550px"><?php echo $data['article']->content; ?></script></td></tr><script type="text/javascript">				    var art_editor = new UE.ui.Editor();				    art_editor.render('content_text');				</script></tbody></table><br/><center><input type="submit" class="button" name="submit" value="提 交"/></center><br/></form></td></tr></tbody></table></td></tr></tbody></table>	    </div>	</div></div></body></html>
 |