国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

177 lines
3.6KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset={dede:global.cfg_soft_lang/}" />
  5. <title>搜索结果页 - <?php echo $cfg_webname;?></title>
  6. <style type="text/css">
  7. <!--
  8. *{
  9. padding:0px;
  10. margin:0px;
  11. }
  12. body{
  13. font-family:Arial, Helvetica, sans-serif;
  14. font-size:14px;
  15. }
  16. a{
  17. color:#03F;
  18. }
  19. a:hover{
  20. color:#F30;
  21. text-decoration:none;
  22. }
  23. .cbox{
  24. width:98%;
  25. margin:8px auto 0px;;
  26. }
  27. .top{
  28. height:60px;
  29. background:url(/templets/images/toplogo.gif) 6px center no-repeat;
  30. }
  31. .searchbox{
  32. margin:20px 0px 0px 240px;
  33. }
  34. input,select,textarea{
  35. vertical-align:middle;
  36. font-size:14px;
  37. }
  38. .searchbox .keyword{
  39. margin:-1px 5px 0 2px;
  40. padding:5px;
  41. width:223px;
  42. height:13px;
  43. border:1px solid #a7a6aa;
  44. font-size:14px;
  45. }
  46. .searchbox .searchbut{
  47. padding:1px 6px 0px 6px;
  48. height:23px;
  49. line-height:12px;
  50. font-size:14px;
  51. margin-top:-2px;
  52. }
  53. .searchbox .adslink{
  54. margin-left:10px;
  55. }
  56. .stitle{
  57. height:35px;
  58. line-height:35px;
  59. background-color:#F0F9EE;
  60. text-indent:20px;
  61. }
  62. .lightkeyword{
  63. font-weight:bold;
  64. color:#F00;
  65. }
  66. .slist{
  67. }
  68. .slist dl{
  69. display:block;
  70. width:96%;
  71. margin:12px auto 0px;
  72. padding-bottom:8px;
  73. }
  74. .slist dl dt a{
  75. line-height:27px;
  76. font-size:14px;
  77. letter-spacing:1px;
  78. /*font-weight:bold;*/
  79. }
  80. .slist dl dd p{
  81. line-height:19px;
  82. color:#444;
  83. font-size:14px;
  84. margin-left:5px;
  85. }
  86. .slist dl dd span{
  87. font-size:12px;
  88. line-height:23px;
  89. color:#390;
  90. }
  91. .slist dl dd a{
  92. color:#777;
  93. text-decoration:none
  94. }
  95. .slist dl dd a:hover{
  96. color:#F30;
  97. }
  98. .slist dl dd span{
  99. margin-right:10px;
  100. }
  101. .spage{
  102. margin-top:10px;
  103. line-height:25px;
  104. height:25px;
  105. background:#F7F7F7;
  106. text-align:center;
  107. }
  108. .spage *{
  109. text-decoration:none;
  110. vertical-align:middle;
  111. letter-spacing:1px;
  112. }
  113. .otherkey{
  114. margin-top:10px;
  115. height:31px;
  116. line-height:31px;
  117. overflow:hidden;
  118. text-indent:10px;
  119. }
  120. .footer{
  121. text-align:center;
  122. margin-top:10px;
  123. border-top:1px solid #DDD;
  124. font-size:12px;
  125. line-height:37px;
  126. }
  127. .footer span{
  128. color:#060;
  129. }
  130. -->
  131. </style>
  132. </head>
  133. <body>
  134. <div class="top cbox">
  135. <div class="searchbox">
  136. </div>
  137. </div>
  138. <div class="stitle cbox">
  139. 搜索结果页
  140. </div>
  141. <div class="slist cbox">
  142. {dede:datalist}
  143. <?php
  144. $fields['stime'] = GetDateTimeMk($fields['senddate']);
  145. $fields['arcurl'] = GetArcUrl($fields['aid'],$fields['typeid'],$fields['senddate'],$fields['title'],$fields['ismake'],$fields['arcrank'],$fields['namerule'],$fields['typedir'],$fields['money']);
  146. $fields['typeurl'] = GetTypeUrl($fields['typeid'],MfTypedir($fields['typedir']),$fields['isdefault'],$fields['defaultname'],
  147. $fields['ispart'],$fields['namerule2'],$fields['moresite'],$fields['siteurl'],$fields['sitepath']);
  148. ?>
  149. <dl>
  150. <dt><a href="{dede:field.arcurl/}" target="_blank">{dede:field.title/}</a></dt>
  151. <dd><p>{dede:field.description1/}...</p></dd>
  152. <dd>
  153. <span><a href="{dede:field.arcurl/}" target="_blank">{dede:field.arcurl/}</a></span>
  154. <span>类别: <a href="{dede:field.typeurl/}" target="_blank">{dede:field.typename/}</a></span>
  155. <span>点击: {dede:field.click/}</span>
  156. <span>日期: {dede:field.stime/}</span>
  157. </dd>
  158. </dl>
  159. {/dede:datalist}
  160. </div>
  161. <div class="spage cbox">
  162. {dede:pagelist listsize='5'/}
  163. </div>
  164. <div class="footer cbox">
  165. Powered by <a href="http://www.dedecms.com/" target="_blank">DedeCMS <?php echo $cfg_version;?></a> &copy;2004-2008 <a href="http://www.desdev.cn/" target="_blank">DesDev Inc.</a>
  166. </div>
  167. </body>
  168. </html>