4493. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:42 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

4493.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:42 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\WEB-INF\web information.jsp Fri Apr 21 20:15:58 2017 UTC

4493.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 64
Removed 0 0

4493.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

4493.4 Active regular expressions

No regular expressions were active.

4493.5 Comparison detail

        1   <%--
        2   The JSP Pa ge handles  errors on  the forms . Calls th e form val idator.
        3   Author: As ha Amritra j
        4    --%>
        5   <%@page im port="gov. va.nvap.we b.user.Use rHelper"%>
        6   <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%>
        7   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        8  
        9   <%
        10       String  userName  = UserHelp er.getUser Name(reque st);
        11   %>
        12  
        13   <!DOCTYPE  HTML PUBLI C "-//W3C/ /DTD HTML  4.01 Trans itional//E N"
        14       "http: //www.w3.o rg/TR/html 4/loose.dt d">
        15  
        16   <html lang ="en">
        17   <head>
        18   <title>Vet erans Auth orization  & Preferen ces Inform ation</tit le>
        19   <%@include  file="met aCommon.js p"%>
        20   </head>
        21   <body>
        22           <j sp:include  page="hea der.jsp">
        23           <j sp:param n ame="userN ame" value ="<%=userN ame%>" />
        24       </jsp: include>
        25           <t able borde r="0" cell padding="0 " cellspac ing="0" wi dth="100%"
        26                    summ ary="table  is used f or layout  purposes"  id="main-c ontent-tab le">
        27                    <tbo dy>
        28                             <tr>
        29                                      <jsp:inc lude page= "leftMenu. jsp">
        30                         <jsp:param  name="use rName" val ue="<%=use rName%>" / >
        31                    </js p:include>
        32                                      <td id=" content-va "><a name= "content-a rea"></a>  <!-- START : SITE NAM E BAR -->
        33                                               <p class=" title-bar" >
        34                                                       <! -- START:  SITE NAME  -->
        35                                                       In formation
        36                                                       <! -- END: SI TE NAME -- >
        37                                               </p> <!--  END: SITE  NAME BAR - ->
        38                                               <table bor der="0" ce llpadding= "0" cellsp acing="0"  width="100 %"
        39                                                       su mmary="tab le is used  for layou t purposes ">
        40                                                       <t body>
        41                                                                <tr>
        42                                                                         <td id ="content- main">
        43                                                                                  <!-- STA RT: PAGE T ITLE AREA  --> <!-- E ND: PAGE T ITLE AREA  --> <!-- S TART: PAGE  CONTENT - ->
        44                                                                                  <div cla ss="errors ">
        45                                                                                           <p>
        46                                                                                                   <e m><c:out v alue="${in formationM essage}"/>  Please cl ick <a alt ="Please c lick here  to go back  to the pr evious pag e"
        47                                                                                                            href ="javascri pt:history .go(-1)">h ere</a> to  go back t o the
        48                                                                                                            prev ious page. </em>
        49                                                                                           </p>
        50                                                                                  </div> < !-- THE BO DY CONTENT  END --></ td>
        51  
        52                                                                </tr >
        53                                                                <tr>
        54                                                                         <td>&n bsp;</td>
        55                                                                </tr >
        56                                                       </ tbody>
        57                                               </table> < !-- START:  PAGE FOOT ER --> <%@ include fi le="footer .jsp"%>
        58                                               <!-- END:  PAGE FOOTE R --> <!--  END: PAGE  CONTENT - ->
        59                                      </td>
        60                             </tr>
        61                    </tb ody>
        62           </ table>
        63   </body>
        64   </html>