foot.jsp 710 Bytes
Newer Older
罗绍泽 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<%@ page language="java" pageEncoding="utf-8"%>
<%@ page import="com.gaowj.business.util.Java_tool" %>
<%
Java_tool jt = new Java_tool();
%>
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="0" style="background:#E6EEF8;">
  <tr>
    <td align="center">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="50%" align="center">Copyright©<%=jt.now_year() %> 浙江杰夫兄弟智慧科技有限公司 All Rights Reserved
               </td>
              <td align="center"> 技术支持:浙江杰夫兄弟智慧科技有限公司 </td>
              </tr>
            </table>
          
    </td>
  </tr>
</table>