⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 accountdetails.jsp

📁 噶额外噶外骨骼感广泛高热感 就 啊啊
💻 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" %>

<html:html>
<HEAD>

<%@ page 
language="java"

contentType="text/html; charset=ISO-8859-1"

pageEncoding="ISO-8859-1"

session="true"
import="itso.bank.util.AmountConverter" 
%>


<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="IBM WebSphere Studio">

<META http-equiv="Content-Style-Type" content="text/css">
<LINK href="theme/Master.css" rel="stylesheet"
	type="text/css">
<TITLE><bean:message key="text.pageTitle"/></TITLE>
</HEAD>

<BODY>

<bean:define id="transactionForm" type="itso.strutsweb.forms.TransactionForm" name="transactionForm"></bean:define>

<TABLE border="0">
	<TBODY>
		<TR>
			<TD>
			<H1><FONT color="red">Red</FONT>Bank</H1>
			</TD>
			<TD><IMG border="0" src="images/itso.gif" width="50" height="40"></TD>
		</TR>
	</TBODY>
</TABLE>
<H2><bean:message key="text.accountMaintenance"
	arg0='<%= transactionForm.getAccountID() %>' /></H2>
<P><B><bean:message key="text.currentBalance" /> 
		<%=AmountConverter.fromDecimal( AmountConverter.fromString( transactionForm.getAccountBalance() ) )%></B></P>
<html:errors />
<html:form action="/performTransaction">
	<TABLE border="0">
		<TBODY>
			<TR>
				<TH><bean:message key="prompt.transaction" /></TH>
				<TD><html:radio property='action' value='ListTransactions' /> <bean:message
					key="text.listTransactions" /><br>
				<html:radio property='action' value='Deposit' /> <bean:message
					key="text.deposit" /><br>
				<html:radio property='action' value='Withdraw' /> <bean:message
					key="text.withdraw" /><br>
				<html:radio property='action' value='Transfer' /> <bean:message
					key="text.transfer" /></TD>
			</TR>
			<TR>
				<TH><bean:message key="prompt.amount" /></TH>
				<TD><html:text property='amount' size='20' /></TD>
			</TR>
			<TR>
				<TH><bean:message key="prompt.destinationAccount" /></TH>
				<TD><html:text property='destinationAccount' size='20' /></TD>
			</TR>
			<TR>
				<TH></TH>
				<TD><html:hidden property='accountID'
					value='<%= transactionForm.getAccountID() %>' /></TD>
			</TR>
			<TR>
				<TH></TH>
				<TD><html:hidden property='accountBalance'
					value='<%= transactionForm.getAccountBalance() %>' /></TD>
			</TR>
			<TR>
				<TD><html:submit>
					<bean:message key="text.submit" />
				</html:submit></TD>
				<TD><html:cancel>
					<bean:message key="text.cancel" />
				</html:cancel></TD>
			</TR>
		</TBODY>
	</TABLE>
</html:form>
<P><bean:message key="text.footer" /></P>
</BODY>
</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -