Advertisement
srijitb

Untitled

Sep 18th, 2014
2,841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.99 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  2.    pageEncoding="ISO-8859-1"%>
  3.     <%@ taglib uri="/struts-tags" prefix="s" %>  
  4. <s:set name="theme" value="'simple'" scope="page" />
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7. <head>
  8.    <script src="../assets/scripts/custLoginUI/jquery.min.js"></script>
  9.  
  10. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  11. <title>Insert title here</title>
  12. <link rel="stylesheet" href="../assets/css/custAC/style.css" type="text/css">
  13.  
  14.  
  15.  
  16.  
  17. <link href="../assets/css/custAC/style(1).css" rel="stylesheet" type="text/css">
  18. </head>
  19. <body>
  20. <td align="left" valign="top" class="mainContainer">
  21.  
  22.  
  23. <table width="120%" border="0" cellspacing="0" cellpadding="0" align="center">
  24. <tbody><tr>
  25. <td>
  26. <script language="JavaScript">
  27.  
  28. function checkopt()
  29. {
  30.     var selectedvalue = document.getElementById('selectopt');
  31.  
  32.     if (selectedvalue.value == "Option.Accounts.DefaultValue")
  33.     {
  34.         alert("Please Select An Option From Dropdown");
  35.         selectedvalue.focus();
  36.         return false;
  37.     }
  38.     else
  39.     {
  40.         return true;
  41.     }  
  42. }
  43.  
  44. </script>
  45.  
  46.  
  47. <link rel="stylesheet" href="./Operative Accounts Summary_files/style.css" type="text/css">
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. <marquee><p><font color="#B60548"><b>Current Account Holders of Constitutions other than Individual and Sole Proprietorship will have limited access to Retail Internet Banking starting from 17th May, 2013. Please visit the nearest Axis Bank branch and apply for Corporate Internet Banking for continued Online Banking facilities.</b> </font></p></marquee><p>&nbsp;</p><table width="100%" border="0" cellspacing="0" cellpadding="0">
  56. <tbody><tr>
  57.     <td align="left" valign="top" class="titleLine"><h2 class="tTxt">Account Summary</h2></td>
  58. </tr>
  59.  
  60. <tr>
  61.      <td>
  62.         <p>&nbsp;</p>
  63.      </td>
  64. </tr>
  65.  
  66.  
  67.  
  68. <tr>
  69.     <td align="left">
  70.         <br>If you are unable to view any of your accounts please <input type="submit" name="Action.Accounts.MissingAccountDetail" value="Click here to get the account details" class="but"><br>
  71.     </td>
  72. </tr>
  73.  
  74. <tr>
  75.     <td align="left" valign="top" class="boxCon">
  76.     <!--*************************************code for Status as on date ****************************Siddharth Newalkar*** -->
  77.  
  78.       <div class="actionBreadcrum"><span class="function FL">Click on an Account Number to view its details</span>
  79.      
  80.       <span class="header FR">Summary as on 01/08/2014</span></div>
  81.       </td>
  82. </tr>
  83.                
  84. <tr>
  85.     <td align="left" valign="top">                
  86.  
  87. <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" class="itemGrid">
  88.  <tbody><tr class="gridhead">
  89.     <td width="18%">
  90.         <div align="center"><b><font color="#000000">Account Number</font></b></div><font color="#000000">
  91.     </font></td>
  92.     <td width="30%">
  93.       <div align="center"><b><font color="#000000">Account Name </font></b></div><font color="#000000">
  94.     </font></td>
  95.     <td>
  96.           <div align="center"><b><font color="#000000">Branch</font></b></div><font color="#000000">
  97.     </font></td>
  98.     <td width="8%">
  99.       <div align="center"><b><font color="#000000">Account Type</font></b></div><font color="#000000">
  100.     </font></td>
  101.    
  102.     <td width="16%">
  103.       <div align="center"><b><font color="#000000">Account Balance</font></b></div><font color="#000000">
  104.     </font></td>
  105.      
  106.     <!-- <td height="16" width="20%">
  107.        <div align="center"><b><font  color="#000000" >Status As of Date</b></div>
  108.    </td>
  109.     -->
  110.     <td width="14%">
  111.         <div align="center"><b><font color="#000000">Statement</font></b></div><font color="#000000">
  112.     </font></td>
  113. </tr>
  114.  
  115.  
  116. <s:iterator value="al">
  117.     <tr class="tr2">
  118.    
  119.      
  120.  
  121.     <td>
  122. <div align="left">
  123. <!-- ****This code is used to get the hyper link for the dedicated detail page of the corresponding user****-->
  124.    
  125.  
  126.             <div align="center"><b>
  127.            <!--
  128. <s:url action="custACDetails" var="urlTag" >
  129.    <s:param name="yourAc"><s:property value="acno"/></s:param>
  130. </s:url>
  131. <a href="<s:property value="#urlTag" />" ><s:property value="acno"/></a>
  132. -->
  133.  
  134.  <s:url action="custACDetails" includeContext="false" var="urlTag"/>
  135. <s:set var="contextPath">${pageContext.request.contextPath}</s:set>
  136. <s:a id="acno" href="%{#contextPath+#urlTag}"><s:property value="acno"/></s:a>
  137. <s:form id="form" action="%{#urlTag}" method="POST">
  138.   <s:hidden name="yourAc" value="%{acno}"/>
  139. </s:form>
  140.  
  141.  
  142.  
  143. </b>
  144. </div>
  145. <b>
  146. <a class="navlinks" href="">
  147.     </a>
  148.     </b>
  149.     </div>
  150.     </td>  
  151.     <td>
  152.        <s:property value="acname"/>
  153.      
  154.  
  155.    
  156.  
  157.  
  158.  
  159.  
  160.    </td>
  161.    
  162.     <td><div align="center">
  163.        
  164.             <s:property value="branch"/>
  165.                    
  166.         </div>
  167.     </td>
  168.     <td>
  169.         <div align="center">SBA</div>
  170.     </td>
  171.  
  172.  
  173.     <td>
  174.        
  175.             <div class="FL">(+)</div>
  176.        
  177.         <div class="FR"><s:property value="acbal"/></div>
  178.     </td>
  179.  
  180.  
  181.     <td>
  182.      
  183.        <div align="center">
  184.        <s:form name="form1">
  185. <s:hidden name="yourAc" value="%{acno}" />
  186.                     <s:submit type="image" value="pay" action="custMStatement" src="../assets/img/custAC/st.png"/> </s:form>
  187.  
  188.  
  189.  
  190.  
  191.     </div></td>
  192.   </tr>
  193.   </s:iterator>  
  194. <script type="text/javascript">
  195.  
  196.   $(document).ready(function() {
  197.     $("#acno").click(function(e) {
  198.        
  199.       e.preventDefault();
  200.       $("#form").submit();
  201.     });
  202.   });
  203. </script>
  204. </tbody></table>
  205.     </td>
  206.    
  207.     </tr>
  208.     <tr>
  209.     <td>
  210.     <div>
  211.    
  212. </div>
  213.     </td>
  214.  </tr> 
  215. </tbody></table>
  216. <table width="100%">
  217.  
  218.         <tbody><tr>
  219.            
  220.             <td width="93%" align="left" valign="middle"><font size="2"><b>        
  221.             Banking with Axis Bank is now just a touch away with Axis Mobile - a simple, user-friendly, convenient and secure mobile application. To download SMS MBANK to 5676782.&nbsp;<a href="http://www.axisbank.com/personal/speed-banking/axis-mobile/axis-mobile.aspx" target="_blank" class="navlinks">View details</a></b></font>
  222.             </td>
  223.         </tr>
  224. </tbody></table><br>
  225.  
  226.  <!------------------------------------------------------------ Card Products Start -------------------------------->
  227.             <table width="100%"><tbody><tr><td>
  228.                            
  229.                                                            
  230.                            
  231.                             </td></tr><tr>
  232.                             <td class="box1">
  233.                                     </td><td width="7%" align="left" valign="top"><img alt="AXIS Bank iConnect" src="../assets/img/custAC/cards_acc.jpg" width="46" height="29"></td>
  234.                                     <td width="93%" align="left" valign="middle"><h2 class="tTxt">         
  235.                                
  236.                                     <a href="https://www.axisbank.co.in/BankAway/(S(t0bm1pjzwqjrotrwsrnfl2zw))/web/L001/retail/jsp/accounts/CorpAccountSummary.aspx?RequestId=41244994#." onclick="document.ccfrm.submit();" class="navlinks"><font size="2">Click here to instantly apply</font></a>
  237.                                     for your Axis Bank Credit Card. Enjoy 25% cashback on all movie tickets or get 2 complimentary flight tickets with our range of Credit Cards. Also, earn eDGE Loyalty Rewards points.
  238.                             </h2></td>
  239.                             </tr>
  240.                          
  241.                        
  242.            
  243.             </tbody></table>
  244.             <!---------------------------------------------------------------------------------- Card Products End ---------------------------------------------------------------------------------->
  245.  
  246.  
  247.  
  248.  
  249.  
  250.         <table width="100%" border="0" cellspacing="0" cellpadding="0" class="hbox" style="margin-top:8px;">
  251.                     <!--<tr>
  252.                     <td><h2 class="hTitle">Help us enhance your Internet Banking experience by filling in a short survey, please <A HREF ="#."  style="text-decoration: none;" onclick='OpenWindFull("http://www.axisbank.com/xmlapplication/webforms/ib_rec_survey/InternetSurvey.asp")'> click here</a> to continue.</h2>
  253.                     </td>
  254.                     </tr>-->
  255.                     <tbody><tr>
  256.                       <td><h2 class="hTitle">Please Note</h2>
  257.                           <ul class="ulList">
  258.                             <!--<li>If you are unable to view any of your accounts please <a href=  tranHttpHandler.aspx?bwayparam=qDqKkTbBuAM3mjVHftjpts9XLSkDMdKnKBlgoJFsJVoxMmsRCNCdQNul5Ue%2bPDheLLrH2fMBuY8E%0d%0aiX4NUk5bifVWkWMfn3T6 class=navlinks>
  259.                             click here </a></li>-->
  260.                             <li>The account balance displayed includes the credit balance and overdraft limit (if any) in your account. It excludes funds which are under clearing and amount marked lien, if any. For any further clarifications, please contact the Branch.</li>
  261.                             <li>Please click on "Mini Statement" to view your last 10 transactions.</li>
  262.                             <li>Please click on an Account Number to view its details.</li>
  263.                             <li>Current Account Holders of Constitutions other than Individual and Sole Proprietorship will have limited access to Retail Internet Banking starting from 17th May, 2013. Please visit the nearest Axis Bank branch and apply for Corporate Internet Banking for continued Online Banking facilities.
  264.                             </li>
  265.  
  266.                           </ul>
  267.                      </td>
  268.                     </tr>
  269.         </tbody></table>
  270.             </td>
  271.             </tr>
  272.             </tbody></table>
  273.             <!-- section for PLACE HOLDERS-->
  274. </td>
  275. </body>
  276. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement