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

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

4490.2 Comparison summary

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

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

4490.4 Active regular expressions

No regular expressions were active.

4490.5 Comparison detail

        1   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        2   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        3   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        4  
        5   <f:mainTem plate head erText="Do cument Vie w">
        6       <link  rel="style sheet" typ e="text/cs s" href="c ss/xmlverb atim.css"  />
        7       <link  rel="style sheet" typ e="text/cs s" href="c ss/cda.css " />
        8       <link  rel="style sheet" typ e="text/cs s" href="c ss/adapter .css" />
        9       <link  rel="style sheet" typ e="text/cs s" href="c ss/custom_ cda.css" / >
        10  
        11       <div>
        12           <c pp:userInR ole role=" VAPApplica tionTester ">
        13                <c:if te st="${isXm lViewEnabl ed}">
        14                    <c:u rl var="ad apterStyle Sheet" val ue="Inboun dDocumentR eportResul ts.do_sec" >
        15                         <c:param n ame="view"  value="tr ue" />
        16                         <c:param n ame="icn"  value="${i cn}" />
        17                         <c:param n ame="docum entUniqueI d" value=" ${document UniqueId}"  />
        18                    </c: url>
        19                    <c:u rl var="xm lToHtmlSty leSheet" v alue="Inbo undDocumen tReportRes ults.do_se c">
        20                         <c:param n ame="view"  value="tr ue" />
        21                         <c:param n ame="icn"  value="${i cn}" />
        22                         <c:param n ame="docum entUniqueI d" value=" ${document UniqueId}"  />
        23                         <c:param n ame="style SheetViewT ype" value ="xml" />
        24                    </c: url>
        25                    <a t itle="View  Document"  href="<c: out value= "${adapter StyleSheet }"/>">
        26                         <img alt=" View Docum ent" src=" res/xsl.jp g" border= "0" />
        27                    </a>
        28                    <a t itle="View  XML" href ="<c:out v alue="${xm lToHtmlSty leSheet}"/ >">
        29                         <img alt=" View XML"  src="res/x mlicon.gif " border=" 0" />
        30                    </a>
        31                </c:if>
        32           </ cpp:userIn Role>
        33           <a  title="Pr int Docume nt" href=" javascript :window.pr int()" cla ss="font-2 8">
        34                <i class ="fa fa-pr int" aria- hidden="tr ue"></i>
        35           </ a>
        36       </div>
        37       <div>
        38           <! -- documen t content  -->
        39           <c :out value ="${update dDocument} " escapeXm l="false"  />
        40       </div>
        41   </f:mainTe mplate>