index.asp 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1.  <!--#include file="top.asp"-->
  2. <div class="container mt20">
  3. <div class="w910">
  4. <div class="in_ab fl">
  5. <div class="tit fix"><h3>&nbsp;关于我们<span>About Us</span></h3><i></i><a href="about.asp?small=68&big=43">更多/MORE</a></div>
  6. <div class="ab_info">
  7. <a href="about.asp?small=68&big=43"><img src="img/image1.jpg" alt=""></a>
  8. <em>我们无法改变这个世界的不平等,所以更要坚持让每个人在法律面前平等。<br><span style="font-family: Arial"><span style="font-size: smaller"><span style="color: #e06727">We can’t change the world inequality so much insisiting that everyone is equal before the law</span></span></span></em>
  9. </div>
  10. <p><%= idx_txt(43,68,90)%>...<span>&nbsp;&nbsp;&nbsp;&nbsp;[<a href="about.asp?small=68&big=43">详细</a>]</span></p>
  11. </div>
  12. <div class="new fr">
  13. <div class="tit fix"><h3>&nbsp;律所动态<span>News</span></h3><i></i><a href="news.asp?small=5&big=44">更多/MORE</a></div>
  14. <%
  15. set rs = server.CreateObject("adodb.recordset")
  16. sql="select top 1 * from bdnews where nb_id=44 and ns_id=5 and nws_tj=1 order by nws_id desc"
  17. rs.open sql,conn,1,1
  18. Do While Not rs.eof
  19. %>
  20. <a class="txt_info fix" href="news_info.asp?id=<%=rs("nws_id")%>&big=<%=rs("nb_id")%>&small=<%=rs("ns_id")%>"><img src="<%=replace(rs("Fileurl"),"../../","")%>" alt=""><h3><%=left(rs("nws_title"),20)%>...<p><%=left(rs("nws_note"),130)%>...</p></h3></a>
  21. <%
  22. rs.MoveNext
  23. loop
  24. rs.close
  25. set rs=nothing
  26. %>
  27. <ul>
  28. <%
  29. set rs = server.CreateObject("adodb.recordset")
  30. sql="select top 4 * from bdnews where nb_id=44 and ns_id=5 order by nws_id desc"
  31. rs.open sql,conn,1,1
  32. Do While Not rs.eof
  33. %>
  34. <li><a href="news_info.asp?id=<%=rs("nws_id")%>&big=<%=rs("nb_id")%>&small=<%=rs("ns_id")%>"><%=rs("nws_title")%></a><span>[ <%=formatdatetime(rs("nws_time"),2)%> ]</span></li>
  35. <%
  36. rs.MoveNext
  37. loop
  38. rs.close
  39. set rs=nothing
  40. %>
  41. </ul>
  42. </div>
  43. <div class="clear"></div>
  44. <div class="business mt20">
  45. <div class="tit fix"><h3>&nbsp;业务领域<span>Business area</span></h3><i></i><a href="#">更多/MORE</a></div>
  46. <ul>
  47. <%
  48. set rs = server.CreateObject("adodb.recordset")
  49. sql="select top 8 * from nsclass where nb_id=80 order by ns_order asc"
  50. rs.open sql,conn,1
  51. i=1
  52. Do While Not rs.eof
  53. %>
  54. <li <%if i mod 4 = 0 then%> class="mr0" <%end if%> >
  55. <a class="pic" href="ywly.asp?small=<%=rs("ns_id")%>&big=80"><img alt="" src="<%=replace(rs("Fileurl"),"../../","")%>"></a>
  56. <div class="txt"><a href="ywly.asp?small=<%=rs("ns_id")%>&big=80"><h3><%=left(rs("ns_name"),12)%></h3><p><%=left(rs("ns_note"),60)%></p></a></div>
  57. </li>
  58. <% rs.MoveNext
  59. i=i+1
  60. loop
  61. rs.close
  62. set rs=nothing
  63. %>
  64. </ul>
  65. </div>
  66. </div>
  67. <div class="w280">
  68. <div class="research line">
  69. <div class="tit fix"><h3>&nbsp;法律文集<span>Research</span></h3><i></i><a href="news.asp?small=127&big=44">更多/MORE</a></div>
  70. <ul>
  71. <%
  72. set rs = server.CreateObject("adodb.recordset")
  73. sql="select top 5 * from bdnews where nb_id=44 and ns_id=127 and nws_tj=1 order by nws_id desc"
  74. rs.open sql,conn,1,1
  75. Do While Not rs.eof
  76. %>
  77. <li><a href="news_info.asp?id=<%=rs("nws_id")%>&big=<%=rs("nb_id")%>&small=<%=rs("ns_id")%>" title="" target="_blank"><%=left(rs("nws_title"),25)%></a></li>
  78. <%
  79. rs.MoveNext
  80. loop
  81. rs.close
  82. set rs=nothing
  83. %>
  84. </ul>
  85. <a class="more" title="" href="news.asp?small=127&big=44">更多法律研究</a>
  86. </div>
  87. <div class="case zhuanti">
  88. <div class="tit fix"><h3>&nbsp;经典案例<span>Case</span></h3><i></i><a href="case.asp?big=83">更多/MORE</a></div>
  89. <h2 class="red-title"><a href="case.asp?big=83"></a></h2>
  90. <ul>
  91. <div class="big">
  92. <%
  93. set rs = server.CreateObject("adodb.recordset")
  94. sql="select top 1 * from bdnews where nb_id=83 and nws_tj=1 order by nws_id desc"
  95. rs.open sql,conn,1,1
  96. Do While Not rs.eof
  97. %>
  98. <a href="news_info.asp?id=<%=rs("nws_id")%>&big=<%=rs("nb_id")%>&small=<%=rs("ns_id")%>" target="_blank"><span class="re_titB"><%=left(rs("nws_title"),18)%></span><img src="<%=replace(rs("Fileurl"),"../../","")%>" alt="" width="278" height="212"></a><p><%=left(rs("nws_note"),90)%>
  99. </p>
  100. <%
  101. rs.MoveNext
  102. loop
  103. rs.close
  104. set rs=nothing
  105. %>
  106. </div>
  107. <%
  108. set rs = server.CreateObject("adodb.recordset")
  109. sql="select top 5 * from bdnews where nb_id=83 order by nws_id desc"
  110. rs.open sql,conn,1,1
  111. Do While Not rs.eof
  112. %>
  113. <li><a href="news_info.asp?id=<%=rs("nws_id")%>&big=<%=rs("nb_id")%>&small=<%=rs("ns_id")%>" title="" target="_blank"><%=left(rs("nws_title"),25)%></a></li>
  114. <%
  115. rs.MoveNext
  116. loop
  117. rs.close
  118. set rs=nothing
  119. %>
  120. </ul>
  121. <a href="case.asp?big=83" title="" class="more">更多专题报道</a>
  122. </div>
  123. </div>
  124. <div class="clear"></div>
  125. <div class="team">
  126. <div class="tit fix"><h3>&nbsp;轩举律师<span>Senior Lawyer</span></h3><i></i><a href="team.asp?small=113&big=45">更多/MORE</a></div>
  127. <ul class="bd">
  128. <%
  129. set rs = server.CreateObject("adodb.recordset")
  130. sql="select top 30 * from bdnews where nb_id=45 and nws_tj=1 order by nws_order asc"
  131. rs.open sql,conn,1,1
  132. Do While Not rs.eof
  133. %>
  134. <li><a class="pic" href="team_info.asp?id=<%=rs("nws_id")%>&big=<%=rs("nb_id")%>&small=<%=rs("ns_id")%>" title=""><img src="<%=replace(rs("Fileurl"),"../../","")%>" alt=""></a><a href="team_info.asp?id=<%=rs("nws_id")%>&big=<%=rs("nb_id")%>&small=<%=rs("ns_id")%>" title=""><h3 align="center"><%=left(rs("nws_title"),10)%></h3><span style="text-align:center;"><%=left(rs("nws_link"),20)%></span></a></li>
  135. <%
  136. rs.MoveNext
  137. loop
  138. rs.close
  139. set rs=nothing%>
  140. </ul>
  141. </div>
  142. </div>
  143. <div class="clear"></div>
  144. <!--#include file="foot.asp"-->
  145. </body>
  146. </html>