| 123456789101112131415161718192021222324252627282930313233343536 | <?php defined('IN_PHPCMS') or exit('No permission resources.'); ?><?php include template("content","header"); ?><?php include template("content","nymenus"); ?><div class="ui_div1">	<div class="i_con">		<div class="n_box3">			<div class="a_tzjyg_cdetsl">				<div class="a_tzjyg_c_t fl">					<a href="JavaScript:history.go(-1)" class="a1">返回</a>					<span>						<?php echo $title;?>					</span>				</div>				<div class="a_tzjyg_c_time">					发布日期:<?php echo date('Y-m-d',time($inputtime));?>   浏览次数:<span id="hits"></span>次				</div>				<div class="a_tzjyg_c_ton fl">					<?php echo $content;?>				</div>				<div class="clearboth"></div>			</div>		</div>	</div>	<div class="n_newsDetails_c_b">		<a href="<?php echo $previous_page['url'];?>">上一条<br><?php echo $previous_page['title'];?></a>		<a href="<?php echo $next_page['url'];?>">下一条<br><?php echo $next_page['title'];?></a>		<div class="clearboth"></div>	</div></div><div class="ui_div n_bg1">	<?php include template("content","footer"); ?></div></body></html><!-- 右上角按钮调用js --><?php include template("content","footer_menu"); ?><script language="JavaScript" src="<?php echo APP_PATH;?>api.php?op=count&id=<?php echo $id;?>&modelid=<?php echo $modelid;?>"></script>
 |