search_list.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>信息检索结果</title>
  6. <style type="text/css">
  7. <!--
  8. body{margin:0;padding:0; background-color:#f6f6f6;font-family: "arial";}
  9. .f { font-family: "arial";LINE-HEIGHT: 130%; WIDTH: 33.7em; WORD-WRAP: break-word; FONT-SIZE: 100%; WORD-BREAK: break-all}
  10. .green { font-family: "arial";COLOR: #008000;LINE-HEIGHT: 120%; WIDTH: 33.7em;FONT-SIZE: 80%;}
  11. .result { font-family: "arial";WIDTH: 80%; TABLE-LAYOUT: fixed}
  12. .biaoti { font-family: "arial";FONT-SIZE: medium;FONT-WEIGHT: normal;WIDTH: 33.7em; WORD-WRAP: break-word;WORD-BREAK: break-all;color:#2100ba;}
  13. EM { font-family: "arial"; FONT-STYLE: normal; COLOR: #cc0000}
  14. A EM {
  15. TEXT-DECORATION: underline
  16. }
  17. .blackbold_14 { font-family: "宋体"; font-size: 14px!important;_font-size:14px; color:#000000; text-decoration:none; font-weight:bold; padding-left:10px;}
  18. .gray_16 { font-family: "黑体"; font-size: 16px!important;_font-size:16px; line-height:21px; color:#969696; text-decoration:none; font-weight:normal;padding-left:10px;padding-right:10px;}
  19. .s-inpt {BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 2px; PADDING-LEFT: 5px; WIDTH:350px; PADDING-RIGHT: 5px; FONT: 16px arial; BACKGROUND: none transparent scroll repeat 0% 0%; HEIGHT: 25px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 9px}
  20. .s-inpt-w {BACKGROUND: url(${ctx}/assets/lib/search/images/pic.gif) no-repeat}
  21. .s-inpt-w {WIDTH: 360px; DISPLAY: inline-block; BACKGROUND-POSITION: 0px -67px; HEIGHT: 37px; VERTICAL-ALIGN: top}
  22. .s-btn-w {BACKGROUND: url(${ctx}/assets/lib/search/images/pic.gif) no-repeat}
  23. .s-btn-w {WIDTH: 88px; DISPLAY: inline-block; HEIGHT: 37px; CURSOR: pointer}
  24. .s-btn-w:hover {BACKGROUND-POSITION: -176px 0px!important; *BACKGROUND-POSITION: 0px 0px!important; _BACKGROUND-POSITION: 0px 0px}
  25. .s-btn-w:active {BACKGROUND-POSITION: -88px 0px}
  26. .s-btn {BORDER-BOTTOM: medium none; TEXT-ALIGN: center; BORDER-LEFT: medium none; WIDTH: 88px; BACKGROUND: none transparent scroll repeat 0% 0%; HEIGHT: 34px; FONT-SIZE: 14px; BORDER-TOP: medium none; CURSOR: pointer; FONT-WEIGHT: bold; BORDER-RIGHT: medium none}
  27. .sg-wrap {Z-INDEX: 9999; BORDER-BOTTOM: #bfbfc8 1px solid; POSITION: absolute; BORDER-LEFT: #bfbfc8 1px solid; BACKGROUND-COLOR: #fff; WIDTH: 503px; FONT-SIZE: 12px; BORDER-TOP: #bfbfc8 1px solid; TOP: 35px; BORDER-RIGHT: #bfbfc8 1px solid; LEFT: 0px}
  28. .search_hr {
  29. BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; WIDTH: 100%; HEIGHT: 1px; BORDER-TOP: #fafafa 1px solid; BORDER-RIGHT: medium none
  30. }
  31. .c-pages {
  32. MARGIN: 70px 0px 24px 50px; WHITE-SPACE: nowrap; FONT-SIZE: 13px
  33. }
  34. .c-pages .current-page {
  35. BORDER-BOTTOM: #cccccc 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #cccccc 1px solid; LINE-HEIGHT: 1.6; BACKGROUND-COLOR: #f3f3f3; MARGIN: 0px 2px 0px 0px; WIDTH: 1.6em; DISPLAY: inline-block; COLOR: #000; VERTICAL-ALIGN: middle; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; TEXT-DECORATION: none; border-radius: 2px
  36. }
  37. .c-pages A {
  38. BORDER-BOTTOM: #cccccc 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #cccccc 1px solid; LINE-HEIGHT: 1.6; BACKGROUND-COLOR: #f3f3f3; MARGIN: 0px 2px 0px 0px; WIDTH: 1.6em; DISPLAY: inline-block; COLOR: #000; VERTICAL-ALIGN: middle; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; TEXT-DECORATION: none; border-radius: 2px
  39. }
  40. .c-pages .current-page {
  41. BACKGROUND: none transparent scroll repeat 0% 0%
  42. }
  43. .c-pages A:hover {
  44. BORDER-BOTTOM-COLOR: #a2a1a1; BACKGROUND-COLOR: #fff; BORDER-TOP-COLOR: #a2a1a1; BORDER-RIGHT-COLOR: #a2a1a1; BORDER-LEFT-COLOR: #a2a1a1
  45. }
  46. .c-pages SPAN.current-page {
  47. BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; FONT-WEIGHT: bold; BORDER-RIGHT: 0px
  48. }
  49. .c-pages A.prev-page {
  50. WIDTH: 4em
  51. }
  52. .c-pages A.next-page {
  53. WIDTH: 4em
  54. }
  55. .c-pages .omitted-pages {
  56. BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; WIDTH: 20px; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-TOP: medium none; BORDER-RIGHT: medium none
  57. }
  58. .c-pages .srd {
  59. MARGIN: 0px 0px 0px 20px; FONT: 13px/1.231 Arial, sans-serif; COLOR: #666666
  60. }
  61. -->
  62. </style>
  63. </head>
  64. <body>
  65. <table width="650" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:20px;">
  66. <tr>
  67. <td width="202" height="70" align="center" valign="middle"><img src="${ctx}/assets/lib/search/images/search_logo.jpg" width="183" height="61" /></td>
  68. <td width="448" height="70" align="left" valign="middle">
  69. <FORM method="get" action="${ctx}/cmssearch">
  70. <SPAN class=s-inpt-w><INPUT name="q" class=s-inpt type=text name=q autocomplete="off" value="${q!}"> </SPAN><SPAN class=s-btn-w><INPUT class=s-btn value="搜 索" type=submit> </SPAN>
  71. </FORM>
  72. </td>
  73. </tr>
  74. </table>
  75. <!--
  76. <table width="700" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:10px;margin-bottom:5px;">
  77. <tr>
  78. <td height="35" align="center" valign="middle" class="blackbold_14"><form id="form1" name="form1" method="post" action="">
  79. <input type="checkbox" name="checkbox" id="checkbox" />信息审核
  80. <input type="checkbox" name="checkbox2" id="checkbox2" />信息审核
  81. <input type="checkbox" name="checkbox3" id="checkbox3" />信息审核
  82. <input type="checkbox" name="checkbox4" id="checkbox4" />信息审核
  83. <input type="checkbox" name="checkbox5" id="checkbox5" />信息审核
  84. <input type="checkbox" name="checkbox6" id="checkbox6" />信息审核
  85. <input type="checkbox" name="checkbox7" id="checkbox7" />信息审核
  86. </form> </td>
  87. </tr>
  88. </table>
  89. -->
  90. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  91. <tr>
  92. <td background="${ctx}/assets/lib/search/images/cms_line.jpg" height="2"></td>
  93. </tr>
  94. </table>
  95. <table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-left:50px;">
  96. <#list docs as doc>
  97. <tr>
  98. <td><table class="result" cellspacing="0" cellpadding="0" style="margin-top:20px;">
  99. <tbody>
  100. <tr>
  101. <td class="biaoti" height="30"><a href="${ctx+doc.url}" target="_blank"><em></em>${doc.title!}</a></td>
  102. </tr>
  103. <tr>
  104. <td class="f"><font size="-1"><em></em>
  105. ${doc.content!}
  106. </font></td>
  107. </tr>
  108. <tr>
  109. <td class="green">${serverURL+doc.url}</td>
  110. </tr>
  111. </tbody>
  112. </table></td>
  113. </tr>
  114. </#list>
  115. </table>
  116. <DIV class="c-pages">
  117. <#list 1..totalPage as t>
  118. <#if t == p>
  119. <SPAN class="current-page">${t}</SPAN>
  120. <#elseif totalPage != 0>
  121. <A href="${ctx}/cmssearch?q=${q}&p=${t}">${t}</A>
  122. </#if>
  123. </#list>
  124. <#if p != totalPage && totalPage != 0>
  125. <A class="next-page" href="${ctx}/cmssearch?q=${q}&p=${p+1}">下一页</A>
  126. </#if>
  127. <SPAN class="srd">共约${totalSize}条结果</SPAN>
  128. </DIV>
  129. </body>
  130. </html>