PageRenderTime 146ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/cmssport/Footer.asp

http://cmssport.googlecode.com/
ASP | 58 lines | 44 code | 14 blank | 0 comment | 2 complexity | 7b8f239dc64ff72e809e121a08f5981d MD5 | raw file
Possible License(s): AGPL-3.0
  1. <div align="right">
  2. <span class="bodytxt"><a href="#top" onmouseout="(window.status=''); return true"
  3. onmouseover="(window.status='Tr? v? ??u trang...'); return true" tabindex="-1">Tr?
  4. v? ??u trang
  5. <img alt="Tro ve dau trang" src="js-css/top.gif" border="0"></a></span></div>
  6. <div class="bar">
  7. <div id="Nav_container" class="Nav">
  8. <table id="Nav_table" border="0">
  9. <tbody>
  10. <tr>
  11. <td>&nbsp;</td>
  12. <%
  13. sSQL = "select c.*,mi.url from category as c inner join menuitem as mi on c.id = mi.categoryid where c.isdeleted =0 and mi.menuid=3"
  14. Set rs = DBLayer.GetRecordSet(sSQL)
  15. If rs.RecordCount <> 0 Then
  16. While Not rs.EOF
  17. %>
  18. <td>
  19. <a href="<%If rs("url") <> "" Then Response.Write(rs("url").Value) Else Response.Write("Default.asp?act=category&id=" & rs("id").Value) End If%> "><span><%Response.Write(rs("name").Value) %><span></span></span></a>
  20. </td>
  21. <%
  22. rs.MoveNext
  23. if Not rs.EOF then %>
  24. <td class="sperator">
  25. |
  26. </td>
  27. <% end if
  28. Wend
  29. End If
  30. %>
  31. </tr>
  32. </tbody>
  33. </table>
  34. </div>
  35. </div>
  36. <div style="font-family: verdana; font-size: 11px; padding: 3px; line-height: 150%;">
  37. <font color="#333333">Ha Noi Aptech - C0706L - Project I<br>
  38. ??a ch?: 56 Nguy?n Chí Thanh, ?i?n tho?i
  39. : (84-8) 04 383 44669, fax : (84-8) 04 377 52131, email : <a href="mailto:ndthangnb@gmail.com">
  40. support@sportnew.net</a><br>
  41. Ghi ngu?n <a href="http://www.sportnew.net/"><span>SportNew.net</span></a>
  42. khi phát hŕnh l?i thông tin t? website nŕy.<br>
  43. </font>
  44. </div>