singlepage.htm 1.63 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={dede:global.cfg_soft_lang/}" />
<title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:field.keywords/}" />
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
<link href="{dede:global.cfg_templets_skin/}/style/dedecms.css" rel="stylesheet" media="screen" type="text/css" />
<script language='javascript' type='text/javascript'>
	function checkSubmit(){
		if(document.feedback.msg.value!='') document.feedback.submit();
		else alert("评论内容不能为空!");
	}
</script>
</head>
<body class="articleview">
{dede:include filename="head.htm"/}
<!-- /header -->


<div class="w960 center clear mt1">
	<div class="pleft">
		<div class="place">
			<strong>当前位置:</strong> <a href='/'>主页</a>&gt;{dede:field name='title'/}
		</div><!-- /place -->
		<div class="viewbox">
		  <div class="title">
				<h2>{dede:field.title/}</h2>
			</div><!-- /title -->
			<div class="content">
			  {dede:field.body/}
		  </div>
		</div><!-- /viewbox -->
	</div>
	
	<div class="pright">
		<div class="hot mt1">
			<dl class="tbox">
				<dt><strong>相关页面</strong></dt>
				<dd>
					<ul class="c1 ico2">
  {dede:likesgpage}
      <li><a href="[field:url /]">[field:title /]</a></li>
  {/dede:likesgpage}
					</ul>
				</dd>
			</dl>
		</div>
	</div><!-- /pright -->
</div>

{dede:include filename="footer.htm"/}
<!-- /footer -->

</body>
</html>