| 123456789101112131415161718192021222324252627282930313233343536373839 | <!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/admin.js"></script><script type="text/javascript" src="<?php echo  WEB_SITE_GLOBAL  ?>/js/admin/calendar.js"></script></head><body><div class="main_content new_product"><div class="crumbbar"><a href="/index/main_navon">快速导航</a> » <?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']; ?><form action="/index/main_user_manage_update" method="post" onsubmit="return user_form()"><input type="hidden" name="uid" value=""/><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>
 |