Code Search for Developers
 
 
  

chequeInfo.jsp from GridBlocks at Krugle


Show chequeInfo.jsp syntax highlighted

<html>
    <head>
        <title>Cheque cashier</title>
    </head>
    <body>
<%
String chequeValue = (String) request.getAttribute("chequeValue");
String chequeCurrency = (String) request.getAttribute("chequeCurrency");
String chequeValidity = (String) request.getAttribute("chequeValidity");
if (chequeValidity.equals("true")) {
%>
The cheque value is <b><%= chequeValue %> <%= chequeCurrency %></b> (<%= chequeValue %> min stream).<br/><br/>
<form method="post" action="https://pchip27.hip.fi/gridsp/sp/GridChequeConsumer">
<input type="submit" value="Cash the cheque and start the stream"/>
</form>
<% } else { %>
The cheque is not valid!
<% } %>

    </body>
</html>




See more files for this project here

GridBlocks

GridBlocks builds a grid application framework via easy-to-use building blocks in distributed environment. The framework offers components for Grid security, distributed storage, computing, and Portlet web interfaces.

Project homepage: http://sourceforge.net/projects/gridblocks
Programming language(s): Java,JSP,XML
License: other

  RenderAuthnRequestPost.jsp
  app.jsp
  cdcpage.jsp
  chequeInfo.jsp
  login.jsp
  logoutError.jsp
  pdSuccess.jsp
  proxyInfo.jsp
  ssoProblem.jsp
  ssoSuccess.jsp