4476. EPMO Open Source Coordination Office Redaction File Detail Report

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

4476.1 Files compared

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

4476.2 Comparison summary

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

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

4476.4 Active regular expressions

No regular expressions were active.

4476.5 Comparison detail

        1   <%--
        2       Docume nt   : Vie w Document  - When th e user cli cks on the  View link  from the  GUI in rep orts
        3       Author      : Ash a Amritraj
        4   --%>
        5  
        6   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        7   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        8   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        9  
        10   <f:mainTem plate head erText="Do cument Vie w">
        11       <link  rel="style sheet" typ e="text/cs s" href="c ss/xmlverb atim.css"  />
        12       <link  rel="style sheet" typ e="text/cs s" href="c ss/cda.css " />
        13       <link  rel="style sheet" typ e="text/cs s" href="c ss/adapter .css" />
        14       <link  rel="style sheet" typ e="text/cs s" href="c ss/custom_ cda.css" / >
        15  
        16       <div>
        17           <c pp:userInR ole role=" VAPApplica tionTester ">
        18                <c:if te st="${isXm lViewEnabl ed}">
        19                    <c:u rl var="ad apterStyle Sheet" val ue="Docume ntDisclosu reReportRe sults.do_s ec">
        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: url>
        24                    <c:u rl var="xm lToHtmlSty leSheet" v alue="Docu mentDisclo sureReport Results.do _sec">
        25                         <c:param n ame="view"  value="tr ue" />
        26                         <c:param n ame="icn"  value="${i cn}" />
        27                         <c:param n ame="docum entUniqueI d" value=" ${document UniqueId}"  />
        28                         <c:param n ame="style SheetViewT ype" value ="xml" />
        29                    </c: url>
        30                    <a t itle="View  Document"  href="<c: out value= "${adapter StyleSheet }"/>">
        31                         <img alt=" View Docum ent" src=" res/xsl.jp g" border= "0" />
        32                    </a>
        33                    <a t itle="View  XML" href ="<c:out v alue="${xm lToHtmlSty leSheet}"/ >">
        34                         <img alt=" View XML"  src="res/x mlicon.gif " border=" 0" />
        35                    </a>
        36                </c:if>
        37           </ cpp:userIn Role>
        38           <a  title="Pr int Docume nt" href=" javascript :window.pr int()" cla ss="font-2 8">
        39                <i class ="fa fa-pr int" aria- hidden="tr ue"></i>
        40           </ a>
        41       </div>
        42       <div>
        43           <! -- documen t content  -->
        44           <c :out value ="${update dDocument} " escapeXm l="false"  />
        45       </div>
        46   </f:mainTe mplate>