4504. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:43 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.

4504.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:43 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 notImplemented.jsp Fri Apr 21 20:15:58 2017 UTC

4504.2 Comparison summary

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

4504.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

4504.4 Active regular expressions

No regular expressions were active.

4504.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 Patien t Search
        19           Re sults</tit le>
        20   <%@include  file="met aCommon.js p"%>
        21   </head>
        22   <body>
        23           <j sp:include  page="hea der.jsp">
        24           <j sp:param n ame="userN ame" value ="<%=userN ame%>" />
        25       </jsp: include>
        26           <t able borde r="0" cell padding="0 " cellspac ing="0" wi dth="100%"
        27                    summ ary="table  is used f or layout  purposes"  id="main-c ontent-tab le">
        28                    <tbo dy>
        29                             <tr>
        30                                      <jsp:inc lude page= "leftMenu. jsp">
        31                         <jsp:param  name="use rName" val ue="<%=use rName%>" / >
        32                    </js p:include>
        33                                      <td id=" content-va "><a name= "content-a rea"></a>  <!-- START : SITE NAM E BAR -->
        34                                               <p class=" title-bar" >
        35                                                       <! -- START:  SITE NAME  -->
        36                                                       No t implemen ted yet.
        37                                                       <! -- END: SI TE NAME -- >
        38                                               </p> <!--  END: SITE  NAME BAR - ->
        39                                               <table bor der="0" ce llpadding= "0" cellsp acing="0"  width="100 %"
        40                                                       su mmary="tab le is used  for layou t purposes ">
        41                                                       <t body>
        42                                                                <tr>
        43                                                                         <td id ="content- main">
        44                                                                                  <!-- STA RT: PAGE T ITLE AREA  --> <!-- E ND: PAGE T ITLE AREA  --> <!-- S TART: PAGE  CONTENT - ->
        45                                                                                  <div cla ss="errors ">
        46                                                                                           <p>
        47                                                                                                   <e m>This pag e is under  construct ion.</em>
        48                                                                                           </p>
        49                                                                                           <c:if test ="${!empty  exception .message}" >
        50                                                                                                   <p >
        51                                                                                                            <img  alt="Erro r/Exceptio n" src="re s/error_ic on.gif" /> &nbsp;<c:o ut value=" ${exceptio n.message} "/>
        52                                                                                                   </ p>
        53                                                                                           </c:if>
        54                                                                                  </div> < !-- THE BO DY CONTENT  END --></ td>
        55                                                                </tr >
        56                                                       </ tbody>
        57                                               </table> < !-- START:  PAGE FOOT ER --> <%@ include fi le="footer .jsp"%>
        58                                               <!-- END:  PAGE FOOTE R --> <!--  END: PAGE  CONTENT - -></td>
        59                             </tr>
        60                    </tb ody>
        61           </ table>
        62   </body>
        63   </html>