home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / Notepad-zb / list6.asp < prev    next >
Text File  |  2005-12-26  |  3KB  |  96 lines

  1. <%
  2. '╕·╠√╧╘╩╛
  3. set rs=conn.execute(exec)                                                                                                                                                         
  4.  
  5. do while (not rs.EOF)%>
  6. <br>
  7. <table style="table-layout:fixed" border="0" width="650" cellspacing="0" cellpadding="3" bordercolorlight="#000000" bordercolordark="#CCFFCC" align="center" class="table004">
  8.  <tr class=table003>
  9.  <td>
  10.      <table width=100% cellpadding=2 cellspacing=0 border=0 style="table-layout:fixed;word-break:break-all">
  11.      <tr>
  12.       <td width="25"> 
  13.        <%
  14.        '├¬╡π
  15.        response.write "<a name='"&rs("id")&"'></a>"
  16.        
  17.        if rs("jh")=1 then
  18.        %>
  19.        <img border="0" src="images/jh.gif" align=absmiddle> 
  20.        <%else%>
  21.        <img align=absmiddle src=images/nofollow.gif width="15" height="15"> 
  22.        <%end if%>
  23.       </td>
  24.       <td width="*" class="jnfont5" >
  25.           <img border="0" src="images/<%=rs("pic")%>" align=absmiddle>
  26.           <%
  27.           response.write funKillword(rs("title"))
  28.           if not showFace then
  29.               userNameNoFace rs("name"),rs("bl"),isMaster(rs("name"))
  30.          end if
  31.           %>
  32.       <td width="200" align=right> 
  33.         <img align=absmiddle src=images/reply.gif><a href="#re">╗╪╕┤</a> 
  34.         <%
  35.         userEmail(rs("email"))
  36.         userIcq(rs("icq"))
  37.         userMsn(rs("msn"))
  38.         userQQ(rs("qq"))
  39.         userUrl(rs("url"))
  40.         %> 
  41.        </td></tr>
  42.        </table>
  43.   </td>
  44.  </tr>
  45.  <tr> 
  46.   <td class="table001" align="center"> 
  47.     <table border="0" width="100%" cellspacing="0" cellpadding="2" style="table-layout:fixed;word-break:break-all">
  48.         <tr valign=top> 
  49.         <%
  50.         if showFace then
  51.             userNameFace rs("name"),rs("face"),rs("male"),rs("bl"),isMaster(rs("name"))
  52.         end if
  53.         %>
  54.         <td width="*" style="letter-spacing:1px; line-height:140%" class="jnfont3" >
  55.         <%=ubbcode(rs("nei"))%>
  56.          </td>
  57.         </tr>
  58.     </table>
  59.     
  60.     <table width=100% >
  61.         <tr> 
  62.          <td width="45%" class="jnfont6"><img src="images/back.gif" width="17" height="17" align="absmiddle"> 
  63.           <a href="index.asp">╖╡╗╪┴╨▒φ</a> </td>
  64.          <td width="37%" align="right" class="jnfont6">[ ╖ó▒φ╩▒╝Σú║<%=rs("t")%> ] 
  65.          </td>
  66.          <td width="18%" align="right"> 
  67.         <% if theUser.reged then %>
  68.         <a href="edit.asp?id=<%=rs("id")%>"><img src="images/edit.gif" width="13" height="15" border="0" alt="▒α╝¡"></a>
  69.         <% else %>
  70.         <img src="images/edit-gray.gif" width="13" height="15" border="0" alt="▒α╝¡">
  71.         <% end if
  72.         if theUser.master then %>
  73.             <a href="admin_post.asp?id=<%=rs("id")%>"><img border="0" src="images/gl.gif" width="16" height="16" alt="╣▄└φ"></a>
  74.             <% userIp rs("ip"),rs("comefrom") %>
  75.             <input type="checkbox" name="id" value="<%=rs("id")%>" >
  76.         <% else %>
  77.         <img border="0" src="images/gl-gray.gif" width="16" height="16" alt="╣▄└φ">
  78.         <img src=images/ip.gif align=absmiddle alt="ú╔ú╨:íε▒ú├▄íε └┤╘┤:íε▒ú├▄íε">
  79.         <% end if %>
  80.         <a href="#"><img src="images/gotop.gif" width="15" height="15" border="0" alt="╖╡╔╧"></a> 
  81.          </td>
  82.         </tr>
  83.     </table>
  84.   </td>
  85.  </tr>
  86. </table>
  87. <%
  88. rs.MoveNext
  89. loop
  90.  
  91. rs.close
  92. set rs=nothing
  93. conn.close
  94. set conn=nothing
  95. %>
  96.