tag.htm 1.77 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 name='keywords'/}" />
<meta name="description" content="{dede:field name='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" src="{dede:global.cfg_cmsurl/}/include/dedeajax2.js"></script>
</head>
<body class="tagspage">
{dede:include filename="head.htm"/}
<!-- /header -->

<div class="w960 clear center mt1">
	<div class="sp-title"><h2>TAG标签</h2></div>

	<div class="tags_list">
		<dl class="tbox">
			<dt><strong>最新标签</strong></dt>
			<dd>
            {dede:tag row='60' sort='new'}
            <a href='[field:link/]' class='tagc[field:highlight /]'>[field:tag /]</a>
            {/dede:tag}
			</dd>
		</dl>
	</div>
	
	<div class="tags_list mt1">
		<dl class="tbox">
			<dt><strong>当月热门标签</strong></dt>
			<dd>
            {dede:tag row='60' sort='month'}
            <a href='[field:link/]' class='tagc[field:highlight /]'>[field:tag /]</a>
            {/dede:tag}
			</dd>
		</dl>
	</div>
	
	<div class="tags_list mt1">
		<dl class="tbox">
			<dt><strong>随机标签</strong></dt>
			<dd>
            {dede:tag row='100' sort='rand'}
            <a href='[field:link/]' class='tagc[field:highlight /]'>[field:tag /]</a>
            {/dede:tag}
			</dd>
		</dl>
	</div>
	

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

</body>
</html>