| 
                        1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | 
                        - <!DOCTYPE html>
 - <html>
 - 	<head>
 - 		<meta charset="<?php echo $cfg_soft_lang; ?>">
 - 		<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
 - 		<title><?php echo $msgtitle; ?></title>
 - 		<meta name="viewport" content="width=device-width, initial-scale=1">
 - 		<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css">
 - 		<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css">
 - 		<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
 - 		<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/index.css">
 - 		<script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script>
 - 	</head>
 - 	<body class="flinkpage">
 - 		<?php include("plus_header.htm") ;?>
 - 		<div class="container">
 - 			<div class="sp-title">
 - 				<span class="more">
 - 					<a href="stow.php?aid=<?php echo $aid; ?>">[收藏此文档]</a> |
 - 					<a href="../user">[会员中心]</a> |
 - 					<a href="../">[返回首页]</a>
 - 				</span>
 - 			</div>
 - 			<div class="formbox">
 - 				<table width="100%" cellpadding="3" cellspacing="1" bgcolor="#DDEAC8" class='table'>
 - 					<tr bgcolor="#EFF4EA">
 - 						<td height="26" colspan="2">错误具体提示信息:</td>
 - 					</tr>
 - 					<tr>
 - 						<td height="60" colspan="2" align="center"><?php echo $moremsg; ?></td>
 - 					</tr>
 - 					<tr bgcolor="#EFF4EA">
 - 						<td width="17%" height="26" align="center">文档标题:</td>
 - 						<td width="83%" height="26"><?php echo $arcLinktitle; ?></td>
 - 					</tr>
 - 					<tr>
 - 						<td height="26" align="center">发布时间:</td>
 - 						<td height="26"><?php echo $pubdate; ?></td>
 - 					</tr>
 - 					<tr>
 - 						<td height="70" align="center">文档简介:</td>
 - 						<td><?php echo $description; ?></td>
 - 					</tr>
 - 				</table>
 - 				<br>
 - 			</div>
 - 		</div>
 - 		<?php include("plus_footer.htm") ;?>
 - 	</body>
 - </html>
 
 
  |