国内流行的内容管理系统(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.

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