header_login.jsp 1.5 KB

123456789101112131415161718192021222324252627
  1. <%@ page import="com.kingdee.eas.base.uiframe.ProjectFaceUtil"%>
  2. <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
  3. <tr>
  4. <td width="217"><img src="<%= WebContextUtil.getPortalContextPath(request) %>/images/login/logging_logo.jpg"></td>
  5. <td align="left" valign="top" background="<%= WebContextUtil.getPortalContextPath(request) %>/images/login/logging_fill_top.jpg">
  6. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  7. <tr>
  8. <td width=3>&nbsp;</td>
  9. <td height="50">&nbsp;</td>
  10. </tr>
  11. <tr>
  12. <td width=3>&nbsp;</td>
  13. <td height="51" valign="top" align="left">
  14. <span class="wellcome_label"><bean:message bundle="ssoLogin" key="wellComePortal"/></span>
  15. </span>
  16. </td>
  17. </tr>
  18. </table></td>
  19. <td background="<%= WebContextUtil.getPortalContextPath(request) %>/images/login/logging_fill_top.jpg" width="49">
  20. <!--div align="center">
  21. <a href="portalClientHelper.jsp" target="_blank">
  22. <img src="<%= WebContextUtil.getPortalContextPath(request) %>/images/login/logging_title_icon_help.gif" width="37" height="34" border="0">
  23. </a>
  24. </div-->
  25. </td>
  26. <td background="<%= WebContextUtil.getPortalContextPath(request) %>/images/login/logging_fill_top.jpg" width="163" ><!--a href="portalClientHelper.jsp" target="_blank" class="logging_title_help"><bean:message bundle="ssoLogin" key="helpLinkTitle"/></a--></td> </tr>
  27. </table>