📄 loggedonpage.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/leeman-chtml.tld" prefix="chtml" %>
<html:html>
<logic:present name="logonForm" property="lang_id">
<bean:define id="lang_id" name="logonForm" property="lang_id" scope="session"/>
<chtml:baseLink bundle="<%=(String)lang_id%>"/>
<HEAD>
<%@ page
language="java"
contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"
%>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META name="GENERATOR" content="IBM WebSphere Studio">
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE><bean:message key="label.systemName"/>:<bean:message key="label.logonAgain"/></TITLE>
</HEAD>
<BODY>
<P>
<logic:equal name="logonForm" property="js_code" value="N">
<script language=javascript>
function openNewWindow() {
var mainWin = window.open('/EMSWEB/logon/logon.do?action=init&welcome=yes','LKETS_ETRADING_' + Math.round(Math.random() * 100000),
'top=0,left=0,width=1024,height=768,channelmode=no,directories=no,fullscreen=no,location=no,'+
'resizable=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=no,menubar=yes');
}
window.onload = openNewWindow;
</script>
</logic:equal>
<script language=javascript>
function closeWindow(){
window.close();
return false;
}
</script>
<html:form action="/logon/logon">
<!--Add Hidden Fields -->
<html:hidden property="lang_id"/>
<html:hidden property="comp_name"/>
<TABLE id="Table1" style="WIDTH: 425px; HEIGHT: 54px" cellSpacing="5" cellPadding="5" width="425"
align="center" border="0">
<TR align="center">
<!--<TD style="WIDTH: 152px">--><!--<IMG>--><!--</TD>-->
<TD noWrap align="center">
<div id="SystemName" align="center">
<bean:write name="logonForm" property="comp_name" /><BR/>
<bean:message key="label.systemName"/>
</div>
</TD>
</TR>
</TABLE>
<TABLE id="LogonBox" style="WIDTH: 430px" height="200" cellSpacing="1" cellPadding="0"
width="450" align="center">
<TR>
<TD class="loggedOnBoxHead" style="HEIGHT: 50px" bgColor="#eeeeee">
<STRONG>
<FONT color="black" size="4"><bean:message key="label.logonAgain"/></FONT>
</STRONG>
</TD>
</TR>
<TR>
<TD align="center">
<TABLE id="Table2" cellSpacing="2" cellPadding="2" width="80%" align="center" border="0">
<TR>
<TD class="errorMessage" align="center"><bean:write name="logonForm" property="error_message"/></TD>
</TR>
<TR>
<TD class="errorMessage" align="center">
<html:button property="cmd.close" onclick="closeWindow();" styleClass="buttons"><bean:message key="label.closeWindow"/></html:button>
<html:submit property="cmd.logonAgain" styleClass="buttons"><bean:message key="label.logonAgain"/></html:submit>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</html:form>
</P>
</BODY>
</logic:present>
<logic:notPresent name="logonForm" property="lang_id">
<SCRIPT language="Javascript">
window.close();
</SCRIPT>
<BODY></BODY>
</logic:notPresent>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -