@@ -40,7 +40,8 @@ | |||||
</a> | </a> | ||||
</div> | </div> | ||||
<div class="col-12 description"> | <div class="col-12 description"> | ||||
<a href="[field:arcurl/]">[field:description/]... | |||||
<a href="[field:arcurl/]"> | |||||
[field:description/]... | |||||
</a> | </a> | ||||
</div> | </div> | ||||
<div class="col-12 source text-right"> | <div class="col-12 source text-right"> | ||||
@@ -57,7 +57,6 @@ | |||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
</ul> | </ul> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
@@ -58,7 +58,6 @@ | |||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
</ul> | </ul> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
@@ -11,9 +11,7 @@ | |||||
<title>{dede:field.title/}-{dede:global.cfg_webname/}</title> | <title>{dede:field.title/}-{dede:global.cfg_webname/}</title> | ||||
<meta name="keywords" content="{dede:field.keywords/}" /> | <meta name="keywords" content="{dede:field.keywords/}" /> | ||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
<script> | |||||
const currentNavTypeID = '{dede:field.id/}'; | |||||
</script> | |||||
<script>const currentNavTypeID = '{dede:field.id/}';</script> | |||||
<style> | <style> | ||||
.tags { | .tags { | ||||
padding-top: 10px; | padding-top: 10px; | ||||
@@ -11,9 +11,7 @@ | |||||
<title>{dede:field.title/}-{dede:pagelist listsize='0' listitem='pageno' function='html2text(@me)' runphp='yes'} if(@me>1) @me='第'.trim(@me).'页-';else @me='';{/dede:pagelist}{dede:global.cfg_webname/}</title> | <title>{dede:field.title/}-{dede:pagelist listsize='0' listitem='pageno' function='html2text(@me)' runphp='yes'} if(@me>1) @me='第'.trim(@me).'页-';else @me='';{/dede:pagelist}{dede:global.cfg_webname/}</title> | ||||
<meta name="keywords" content="{dede:field.keywords/}" /> | <meta name="keywords" content="{dede:field.keywords/}" /> | ||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
<script> | |||||
const currentNavTypeID = '{dede:field.id/}'; | |||||
</script> | |||||
<script>const currentNavTypeID = '{dede:field.id/}';</script> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename='top.htm'/} | {dede:include filename='top.htm'/} | ||||
@@ -17,9 +17,7 @@ | |||||
<label for="iptValidate">验证码</label> | <label for="iptValidate">验证码</label> | ||||
<div class="input-group"> | <div class="input-group"> | ||||
<input type="text" class="form-control" id="iptValidate" style="text-transform:uppercase;"> | <input type="text" class="form-control" id="iptValidate" style="text-transform:uppercase;"> | ||||
<img src="{dede:global.cfg_cmspath/}/apps/vdimgck.php" id="validateimg" style="cursor:pointer;" | |||||
onclick="this.src='{dede:global.cfg_cmspath/}/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" | |||||
title="点击我更换图片" alt="点击我更换图片" /> | |||||
<img src="{dede:global.cfg_cmspath/}/apps/vdimgck.php" id="validateimg" style="cursor:pointer;" onclick="this.src='{dede:global.cfg_cmspath/}/apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="点击我更换图片" alt="点击我更换图片" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||