|
@@ -4,35 +4,46 @@ |
|
|
<meta charset="utf-8"> |
|
|
<meta charset="utf-8"> |
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> |
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> |
|
|
<title>搜索结果页-<?php echo $cfg_webname;?></title> |
|
|
<title>搜索结果页-<?php echo $cfg_webname;?></title> |
|
|
<style>*{padding:0;margin:0;letter-spacing:.6px}body{font-family:Arial,Helvetica,sans-serif;font-size:14px}a{color:#03F}a:hover{color:#F30;text-decoration:none}li,dd{margin:0;padding:0;list-style:none}.cbox{width:98%;margin:8px auto 0px}.searchbox{margin:20px 0px 0px 240px}input,select,textarea{font-size:14px;vertical-align:middle}.searchbox .keyword{margin:-1px 5px 0 2px;padding:6px;width:223px;height:13px;border:1px solid #a7a6aa;font-size:14px}.searchbox .searchbut{padding:1px 6px 0px 6px;height:23px;line-height:12px;font-size:14px;margin-top:-2px}.searchbox .adslink{margin-left:10px}.stitle{height:35px;line-height:35px;background-color:#F0F9EE;text-indent:20px}.lightkeyword{font-weight:bold;color:#F00}.slist dl{display:block;width:96%;margin:12px auto 0px;padding-bottom:8px}.slist dl dt a{line-height:27px;font-size:14px;letter-spacing:.6px}.slist dl dd p{line-height:19px;color:#444;font-size:14px;margin-left:5px}.slist dl dd span{font-size:12px;line-height:23px;color:#390}.slist dl dd a{color:#777;text-decoration:none}.slist dl dd a:hover{color:#F30}.slist dl dd span{margin-right:10px}.spage{margin-top:10px;line-height:25px;height:25px;background:#F7F7F7;text-align:center}.spage *{text-decoration:none;vertical-align:middle;letter-spacing:.6px}.otherkey{margin-top:10px;height:31px;line-height:31px;overflow:hidden;text-indent:10px}.footer{text-align:center;margin-top:10px;border-top:1px solid #DDD;font-size:12px;line-height:37px}.footer span{color:#060}</style> |
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css"> |
|
|
|
|
|
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> |
|
|
|
|
|
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css"> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<div class="stitle cbox">搜索结果页</div> |
|
|
|
|
|
<div class="slist cbox"> |
|
|
|
|
|
{dede:datalist} |
|
|
|
|
|
<?php |
|
|
|
|
|
$fields['stime'] = GetDateTimeMk($fields['senddate']); |
|
|
|
|
|
$fields['arcurl'] = GetArcUrl($fields['aid'],$fields['typeid'],$fields['senddate'],$fields['title'],$fields['ismake'],$fields['arcrank'],$fields['namerule'],$fields['typedir'],$fields['money']); |
|
|
|
|
|
$fields['typeurl'] = GetTypeUrl($fields['typeid'],MfTypedir($fields['typedir']),$fields['isdefault'],$fields['defaultname'], |
|
|
|
|
|
$fields['ispart'],$fields['namerule2'],$fields['moresite'],$fields['siteurl'],$fields['sitepath']); |
|
|
|
|
|
?> |
|
|
|
|
|
<dl> |
|
|
|
|
|
<dt><a href="{dede:field.arcurl/}" target="_blank">{dede:field.title/}</a></dt> |
|
|
|
|
|
<dd> |
|
|
|
|
|
<p>{dede:field.description1/}...</p> |
|
|
|
|
|
</dd> |
|
|
|
|
|
<dd> |
|
|
|
|
|
<span><a href="{dede:field.arcurl/}" target="_blank">{dede:field.arcurl/}</a></span> |
|
|
|
|
|
<span>类别: <a href="{dede:field.typeurl/}" target="_blank">{dede:field.typename/}</a></span> |
|
|
|
|
|
<span>点击: {dede:field.click/}</span> |
|
|
|
|
|
<span>日期: {dede:field.stime/}</span> |
|
|
|
|
|
</dd> |
|
|
|
|
|
</dl> |
|
|
|
|
|
{/dede:datalist} |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="spage cbox">{dede:pagelist listitem='info,index,end,pre,next,pageno' listsize='1'/}</div> |
|
|
|
|
|
<div class="footer cbox"> |
|
|
|
|
|
<div class="copyright">{dede:global.cfg_powerby/} {dede:global.cfg_beian/} Powered by <a href="https://www.dedebiz.com" target="_blank">DedeBIZ开发团队</a></div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<main class="container py-3"> |
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
<div class="col-md-12"> |
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
{dede:datalist} |
|
|
|
|
|
<?php |
|
|
|
|
|
$fields['stime'] = GetDateTimeMk($fields['senddate']); |
|
|
|
|
|
$fields['arcurl'] = GetArcUrl($fields['aid'],$fields['typeid'],$fields['senddate'],$fields['title'],$fields['ismake'],$fields['arcrank'],$fields['namerule'],$fields['typedir'],$fields['money']); |
|
|
|
|
|
$fields['typeurl'] = GetTypeUrl($fields['typeid'],MfTypedir($fields['typedir']),$fields['isdefault'],$fields['defaultname'], |
|
|
|
|
|
$fields['ispart'],$fields['namerule2'],$fields['moresite'],$fields['siteurl'],$fields['sitepath']); |
|
|
|
|
|
?> |
|
|
|
|
|
<div class="col-md-12 mb-3"> |
|
|
|
|
|
<div class="list-article mb-3"> |
|
|
|
|
|
<div class="list-article-body bg-white rounded shadow-sm p-3"> |
|
|
|
|
|
<h2 class="mb-3"><a href="{dede:field.arcurl/}">{dede:field.title/}</a></h2> |
|
|
|
|
|
<div class="mb-3"> |
|
|
|
|
|
<span><i class="fa fa-bars mr-1"></i><a href="{dede:field.typeurl/}" target="_blank">{dede:field.typename/}</a></span> |
|
|
|
|
|
<span><i class="fa fa-eye mr-1"></i>{dede:field.click/}</span> |
|
|
|
|
|
<span><i class="fa fa-calendar mr-1"></i>{dede:field.stime/}</span> |
|
|
|
|
|
</div> |
|
|
|
|
|
<p>{dede:field.description1/}</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
{/dede:datalist} |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
<ul class="pagination">{dede:pagelist listitem='info,index,end,pre,next,pageno' listsize='1'/}</ul> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</main> |
|
|
|
|
|
<footer class="copyright shadow-sm mt-3"> |
|
|
|
|
|
<div class="container text-center"> |
|
|
|
|
|
<p>{dede:global.cfg_powerby/} {dede:global.cfg_beian/} Powered by <a href="https://www.dedebiz.com" target="_blank">DedeBIZ开发团队</a></p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</footer> |
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |