/cmssport/Footer.asp
ASP | 58 lines | 44 code | 14 blank | 0 comment | 2 complexity | 7b8f239dc64ff72e809e121a08f5981d MD5 | raw file
Possible License(s): AGPL-3.0
- <div align="right">
- <span class="bodytxt"><a href="#top" onmouseout="(window.status=''); return true"
- onmouseover="(window.status='Tr? v? ??u trang...'); return true" tabindex="-1">Tr?
- v? ??u trang
- <img alt="Tro ve dau trang" src="js-css/top.gif" border="0"></a></span></div>
- <div class="bar">
- <div id="Nav_container" class="Nav">
- <table id="Nav_table" border="0">
- <tbody>
- <tr>
- <td> </td>
- <%
-
- 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"
- Set rs = DBLayer.GetRecordSet(sSQL)
- If rs.RecordCount <> 0 Then
- While Not rs.EOF
- %>
- <td>
- <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>
- </td>
-
-
- <%
-
- rs.MoveNext
- if Not rs.EOF then %>
- <td class="sperator">
- |
- </td>
- <% end if
-
- Wend
-
-
- End If
-
- %>
-
-
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <div style="font-family: verdana; font-size: 11px; padding: 3px; line-height: 150%;">
- <font color="#333333">Ha Noi Aptech - C0706L - Project I<br>
- ??a ch?: 56 Nguy?n Chí Thanh, ?i?n tho?i
- : (84-8) 04 383 44669, fax : (84-8) 04 377 52131, email : <a href="mailto:ndthangnb@gmail.com">
- support@sportnew.net</a><br>
-
- Ghi rő ngu?n <a href="http://www.sportnew.net/"><span>SportNew.net</span></a>
- khi phát hŕnh l?i thông tin t? website nŕy.<br>
- </font>
- </div>
-
-
-