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

4503.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 notAuthorized.jsp Fri Apr 21 20:15:58 2017 UTC

4503.2 Comparison summary

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

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

4503.4 Active regular expressions

No regular expressions were active.

4503.5 Comparison detail

        1   <%--
        2       Docume nt   : Not  Authorize d Page
        3       Author      : Ash a Amritraj
        4   --%>
        5   <%@page im port="gov. va.nvap.we b.user.Use rHelper"%>
        6   <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%>
        7   <%@page se ssion="fal se" %>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c"  %>
        9  
        10   <%
        11       String  userName  = UserHelp er.getUser Name(reque st);
        12   %>
        13  
        14   <!DOCTYPE  HTML PUBLI C "-//W3C/ /DTD HTML  4.01 Trans itional//E N"
        15       "http: //www.w3.o rg/TR/html 4/loose.dt d">
        16  
        17   <html lang ="en">
        18           <h ead>
        19           <t itle>Veter ans Author ization &  Preference s - Not Au thorized</ title>
        20           <% @include f ile="metaC ommon.jsp"  %>
        21           </ head>
        22   <body>
        23   <jsp:inclu de page="h eader.jsp" >
        24       <jsp:p aram name= "userName"  value="<% =userName% >" />
        25   </jsp:incl ude>
        26   <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" >
        27           <t body>
        28           <t r>
        29                             <jsp:i nclude pag e="leftMen u.jsp">
        30                    <jsp :param nam e="userNam e" value=" <%=userNam e%>" />
        31                </jsp:in clude>
        32                <td id=" content-va ">
        33                    <a n ame="conte nt-area">< /a>
        34                    <!--  START: SI TE NAME BA R -->
        35                    <p c lass="titl e-bar"><!- - START: S ITE NAME - ->NOT AUTH ORIZED<!--  END: SITE  NAME -->< /p>
        36                    <cpp :errors />
        37                    <!--  END: SITE  NAME BAR  -->
        38                    <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">
        39                         <tbody>
        40                             <tr>
        41                                 <t d id="cont ent-main">
        42                                      <table w idth="100% " summary= "This tabl e is used  for layout  purposes" >
        43                                        <!-- S TART: PAGE  TITLE ARE A -->
        44                                        <!-- E ND: PAGE T ITLE AREA  -->
        45                                        <tr>
        46                                                     <td>
        47                                                            <!-- STA RT: PAGE C ONTENT -->
        48                                               <table SUM MARY="This  table is  for format ting purpo ses only." >
        49                                                   <tbody >
        50                                                       <t r>
        51                                                                                <td class= "content-p age-conten t-title" w idth="100% "><font cl ass="conte nt-page-ti tle-font"> You are no t authoriz ed to use  the VAP ap plication. </font></t d>
        52                                                                         </tr>
        53                                                       <t r>
        54                                                            <td>
        55                                                                <div   class="b uttonrow">
        56                                                                     <button al t="Return  to login p age" title ="Return t o login pa ge."
        57                                                                             on click="loc ation.repl ace('Login .do')">
        58                                                                         Log In
        59                                                                     </button>
        60                                                                     &nbsp;&nbs p;
        61                                                                     <button ti tle="Close  the brows er window. "
        62                                                                             on click="top .window.cl ose()" alt = "Close t he browser  window">
        63                                                                         Close
        64                                                                     </button>
        65                                                                </di v>
        66                                                            </td>
        67                                                       </ tr>
        68                                                   </tbod y>
        69                                               </table>
        70                                               <!-- THE B ODY CONTEN T END -->
        71                                             < /td>
        72                                               </tr>
        73                                                                         </tabl e>
        74                                 </ td>
        75                             </tr>
        76                         </tbody>
        77                    </ta ble>
        78                    <!--  START: PA GE FOOTER  -->
        79                    <%@i nclude fil e="footer. jsp" %>
        80                    <!--  END: PAGE  FOOTER -- >
        81                    <!--  END: PAGE  CONTENT - ->
        82                </td>
        83           </ tr>
        84       </tbod y>
        85   </table>
        86   </body>
        87   </html>