4544. EPMO Open Source Coordination Office Redaction File Detail Report

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

4544.1 Files compared

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

4544.2 Comparison summary

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

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

4544.4 Active regular expressions

No regular expressions were active.

4544.5 Comparison detail

        1   <%--
        2       Docume nt   : Tem plate to b e used for  all pages !
        3       Author      : Ash a Amritraj
        4   --%>
        5  
        6   <%@page im port="gov. va.nvap.we b.user.Use rHelper"%>
        7   <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c"  %>
        9   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt " %>
        10   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"  %>
        11  
        12   <%
        13       String  userName  = UserHelp er.getUser Name(reque st);
        14   %>
        15  
        16   <!DOCTYPE  HTML PUBLI C "-//W3C/ /DTD HTML  4.01 Trans itional//E N"
        17       "http: //www.w3.o rg/TR/html 4/loose.dt d">
        18  
        19   <html lang ="en">
        20           <h ead>
        21           <m eta http-e quiv="Cont ent-Type"  content="t ext/html;  charset=UT F-8">
        22           <t itle>Veter ans Author ization &  Preference s Patient  Search Res ults</titl e>
        23           <% @include f ile="metaC ommon.jsp"  %>
        24           <s cript type ="text/jav ascript" s rc="js/css popup.js"> </script>
        25           <s cript type ="text/jav ascript" s rc="js/err ors.js"></ script>
        26           <s cript type ="text/jav ascript">
        27                function  doSubmit( form) {
        28                    popu p('process ingDIV');
        29                    retu rn true;
        30                }
        31           </ script>
        32           </ head>
        33   <body>
        34   <!-- START : HEADER C ONTENT -->
        35   <jsp:inclu de page="h eader.jsp" >
        36       <jsp:p aram name= "userName"  value="<% =userName% >" />
        37   </jsp:incl ude>
        38   <!-- END:  HEADER CON TENT -->
        39   <table bor der="0" ce llpadding= "0" cellsp acing="0"  width="100 %" summary ="table is  used for  layout pur poses" id= "main-cont ent-table" >
        40           <t body>
        41           <t r>
        42                <jsp:inc lude page= "leftMenu. jsp">
        43                    <jsp :param nam e="userNam e" value=" <%=userNam e%>" />
        44                </jsp:in clude>
        45                <td id=" content-va ">
        46                    <a n ame="conte nt-area">< /a>
        47                    <!--  START: SI TE NAME BA R -->
        48                    <p c lass="titl e-bar"><!- - START: S ITE NAME - ->Patient  Details<!- - END: SIT E NAME --> </p>
        49                    <cpp :errors />
        50                    <!--  END: SITE  NAME BAR  -->
        51                    <tab le border= "0" cellpa dding="0"  cellspacin g="0" widt h="100%" s ummary="ta ble is use d for layo ut purpose s">
        52                         <tbody>
        53                             <tr>
        54                                 <t d id="cont ent-main">
        55                                      <table w idth="100% " summary= "This tabl e is used  for layout  purposes" >
        56                                        <!-- S TART: PAGE  TITLE ARE A -->
        57                                            <t r>
        58                                                     <td  class="con tent-page- content-ti tle" width ="100%"><f ont class= "content-p age-title- font">Ente r the Soci al Securit y number,  last name,  and first  name of t he patient  for whom  you are se arching an d click Se arch.</fon t></td>
        59                                               </tr>
        60                                            <t r>
        61                                            <! -- END: PA GE TITLE A REA -->
        62                                        <tr>
        63                                                     <td>
        64                                               <table SUM MARY="This  table is  for format ting purpo ses only." >
        65                                                   <tbody >
        66                                                       <t r>
        67                                                            <td>
        68                                                                                               <!-- S TART: PAGE  CONTENT - ->
        69                                                                                                            <!--  END: PAGE  CONTENT - ->
        70                                                            </td>
        71                                                       </ tr>
        72                                                   </tbod y>
        73                                               </table>
        74                                             < /td>
        75                                               </tr>
        76                                                                         </tabl e>
        77                                 </ td>
        78                             </tr>
        79                         </tbody>
        80                    </ta ble>
        81                    <!--  START: PA GE FOOTER  -->
        82                    <%@i nclude fil e="footer. jsp" %>
        83                    <!--  END: PAGE  FOOTER -- >
        84                </td>
        85           </ tr>
        86       </tbod y>
        87   </table>
        88   </body>
        89   </html>