Deleted src/main/resources/META-INF/resources/WEB-INF/view/fundtransfer.jsp,…

Deleted src/main/resources/META-INF/resources/WEB-INF/view/fundtransfer.jsp, src/main/resources/META-INF/resources/WEB-INF/view/index.jsp, src/main/resources/META-INF/resources/WEB-INF/view/status.jsp files
parent f92192b8
<!DOCTYPE html>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<html lang="en">
<body>
<div>
<div>
<form id="ftformId" action="/project4954/status" method="post">
<h1>Fund Transfer</h1>
<h2>From Account:<input name="fromAcc" id="fromAccId"/></h2>
<h2> To Account:<input name="toAcc" id="toAccId"/></h2>
<h2> Amount ($):<input name="amount" id="amountId"/></h2>
<button type="submit" form="ftformId">Transfer</button>
</form>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<html lang="en">
<body>
<div>
<div>
<h1>Welcome to CITI Sample Fund Transfer Project</h1>
<h2>Click here for <strong><a href="fundtransfer">${message}</a></strong></h2>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<html lang="en">
<body>
<div>
<div>
<h1>Status</h1>
<font color="green"><h2>${message}</h2></font>
</div>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment