| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <!--#include file="top.asp"-->
- <div class="container mt20">
- <div class="w910">
- <div class="in_ab fl">
- <div class="tit fix"><h3> 关于我们<span>About Us</span></h3><i></i><a href="about.asp?small=68&big=43">更多/MORE</a></div>
- <div class="ab_info">
- <a href="about.asp?small=68&big=43"><img src="img/image1.jpg" alt=""></a>
- <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>
- </div>
- <p><%= idx_txt(43,68,90)%>...<span> [<a href="about.asp?small=68&big=43">详细</a>]</span></p>
- </div>
- <div class="new fr">
- <div class="tit fix"><h3> 律所动态<span>News</span></h3><i></i><a href="news.asp?small=5&big=44">更多/MORE</a></div>
- <%
- set rs = server.CreateObject("adodb.recordset")
- sql="select top 1 * from bdnews where nb_id=44 and ns_id=5 and nws_tj=1 order by nws_id desc"
- rs.open sql,conn,1,1
- Do While Not rs.eof
- %>
- <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>
-
- <%
- rs.MoveNext
- loop
- rs.close
- set rs=nothing
- %>
-
- <ul>
- <%
- set rs = server.CreateObject("adodb.recordset")
- sql="select top 4 * from bdnews where nb_id=44 and ns_id=5 order by nws_id desc"
- rs.open sql,conn,1,1
- Do While Not rs.eof
- %>
- <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>
-
- <%
- rs.MoveNext
- loop
- rs.close
- set rs=nothing
- %>
-
-
- </ul>
- </div>
- <div class="clear"></div>
- <div class="business mt20">
- <div class="tit fix"><h3> 业务领域<span>Business area</span></h3><i></i><a href="#">更多/MORE</a></div>
- <ul>
-
- <%
- set rs = server.CreateObject("adodb.recordset")
- sql="select top 8 * from nsclass where nb_id=80 order by ns_order asc"
- rs.open sql,conn,1
- i=1
- Do While Not rs.eof
- %>
- <li <%if i mod 4 = 0 then%> class="mr0" <%end if%> >
- <a class="pic" href="ywly.asp?small=<%=rs("ns_id")%>&big=80"><img alt="" src="<%=replace(rs("Fileurl"),"../../","")%>"></a>
- <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>
- </li>
- <% rs.MoveNext
- i=i+1
- loop
- rs.close
- set rs=nothing
- %>
-
-
- </ul>
- </div>
- </div>
- <div class="w280">
- <div class="research line">
- <div class="tit fix"><h3> 法律文集<span>Research</span></h3><i></i><a href="news.asp?small=127&big=44">更多/MORE</a></div>
- <ul>
- <%
- set rs = server.CreateObject("adodb.recordset")
- sql="select top 5 * from bdnews where nb_id=44 and ns_id=127 and nws_tj=1 order by nws_id desc"
- rs.open sql,conn,1,1
- Do While Not rs.eof
- %>
- <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>
-
- <%
- rs.MoveNext
- loop
- rs.close
- set rs=nothing
- %>
-
- </ul>
- <a class="more" title="" href="news.asp?small=127&big=44">更多法律研究</a>
- </div>
- <div class="case zhuanti">
- <div class="tit fix"><h3> 经典案例<span>Case</span></h3><i></i><a href="case.asp?big=83">更多/MORE</a></div>
- <h2 class="red-title"><a href="case.asp?big=83"></a></h2>
- <ul>
- <div class="big">
- <%
- set rs = server.CreateObject("adodb.recordset")
- sql="select top 1 * from bdnews where nb_id=83 and nws_tj=1 order by nws_id desc"
- rs.open sql,conn,1,1
- Do While Not rs.eof
- %>
- <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)%>
- </p>
-
- <%
- rs.MoveNext
- loop
- rs.close
- set rs=nothing
- %>
- </div>
- <%
- set rs = server.CreateObject("adodb.recordset")
- sql="select top 5 * from bdnews where nb_id=83 order by nws_id desc"
- rs.open sql,conn,1,1
- Do While Not rs.eof
- %>
- <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>
-
- <%
- rs.MoveNext
- loop
- rs.close
- set rs=nothing
- %>
-
- </ul>
- <a href="case.asp?big=83" title="" class="more">更多专题报道</a>
- </div>
- </div>
- <div class="clear"></div>
- <div class="team">
- <div class="tit fix"><h3> 轩举律师<span>Senior Lawyer</span></h3><i></i><a href="team.asp?small=113&big=45">更多/MORE</a></div>
- <ul class="bd">
- <%
- set rs = server.CreateObject("adodb.recordset")
- sql="select top 30 * from bdnews where nb_id=45 and nws_tj=1 order by nws_order asc"
- rs.open sql,conn,1,1
- Do While Not rs.eof
- %>
- <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>
- <%
- rs.MoveNext
-
- loop
- rs.close
- set rs=nothing%>
-
- </ul>
- </div>
- </div>
- <div class="clear"></div>
- <!--#include file="foot.asp"-->
- </body>
- </html>
|