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.
| # | 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 | optInOptOutReportDocumentViewer.jsp | Fri Apr 21 20:15:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 109 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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 | <%@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 | <head> | |||||
| 21 | <t itle>Veter ans Author ization & Preference s Document Viewer</t itle> | |||||
| 22 | <l ink rel="s tylesheet" type="tex t/css" hre f="css/xml verbatim.c ss" /> | |||||
| 23 | <l ink rel="s tylesheet" type="tex t/css" hre f="css/cda .css" /> | |||||
| 24 | <l ink rel="s tylesheet" type="tex t/css" hre f="css/ada pter.css" /> | |||||
| 25 | <l ink rel="s tylesheet" type="tex t/css" hre f="css/cus tom_cda.cs s" /> | |||||
| 26 | <% @include f ile="metaC ommon.jsp" %> | |||||
| 27 | </head > | |||||
| 28 | <body> | |||||
| 29 | <j sp:include page="hea der.jsp"> | |||||
| 30 | <jsp:par am name="u serName" v alue="<%=u serName%>" /> | |||||
| 31 | </ jsp:includ e> | |||||
| 32 | <t able borde r="0" cell padding="0 " cellspac ing="0" wi dth="100%" | |||||
| 33 | summa ry="table is used fo r layout p urposes" i d="main-co ntent-tabl e"> | |||||
| 34 | <tbody> | |||||
| 35 | <tr> | |||||
| 36 | <jsp:inclu de page="l eftMenu.js p"> | |||||
| 37 | <jsp:p aram name= "userName" value="<% =userName% >" /> | |||||
| 38 | </jsp:incl ude> | |||||
| 39 | <td id="co ntent-va"> <a name="c ontent-are a"></a> <! -- START: SITE NAME BAR --> | |||||
| 40 | <p cla ss="title- bar"> | |||||
| 41 | <! -- START: SITE NAME --> | |||||
| 42 | Do cument Vie w | |||||
| 43 | <! -- END: SI TE NAME -- > | |||||
| 44 | </p> < cpp:errors /> <!-- E ND: SITE N AME BAR -- > | |||||
| 45 | <table border="0 " cellpadd ing="0" ce llspacing= "0" width= "100%" | |||||
| 46 | summary=" table is u sed for la yout purpo ses"> | |||||
| 47 | <t body> | |||||
| 48 | <tr> | |||||
| 49 | <td id="conten t-main"> | |||||
| 50 | <!-- START : PAGE TIT LE AREA -- > <!-- END : PAGE TIT LE AREA -- > <!-- STA RT: PAGE C ONTENT --> | |||||
| 51 | <table SUM MARY="This table is for format ting purpo ses only." > | |||||
| 52 | <tbody > | |||||
| 53 | <t r> | |||||
| 54 | <td id=" content-pa ge-content -title" wi dth="100%" ><font | |||||
| 55 | class="con tent-page- title-font "></font> | |||||
| 56 | </td> | |||||
| 57 | </ tr> | |||||
| 58 | <t r> | |||||
| 59 | <td> | |||||
| 60 | <tab le> | |||||
| 61 | <tr> | |||||
| 62 | <td> | |||||
| 63 | <c pp:userInR ole role=" VAPApplica tionTester "> | |||||
| 64 | <c:if te st="${isXm lViewEnabl ed}"> | |||||
| 65 | <c:u rl var="ad apterStyle Sheet" | |||||
| 66 | value=" OptInOptOu tReportRes ults.do_se c"> | |||||
| 67 | <c:param n ame="view" value="tr ue" /> | |||||
| 68 | <c:param n ame="icn" value="${i cn}" /> | |||||
| 69 | <c:param n ame="docum entUniqueI d" | |||||
| 70 | v alue="${do cumentUniq ueId}" /> | |||||
| 71 | </c: url> | |||||
| 72 | <c:u rl var="xm lToHtmlSty leSheet" v alue="OptI nOptOutRep ortResults .do_sec"> | |||||
| 73 | <c:param n ame="view" value="tr ue" /> | |||||
| 74 | <c:param n ame="icn" value="${i cn}" /> | |||||
| 75 | <c:param n ame="docum entUniqueI d" | |||||
| 76 | v alue="${do cumentUniq ueId}" /> | |||||
| 77 | <c:param n ame="style SheetViewT ype" value ="xml" /> | |||||
| 78 | </c: url> | |||||
| 79 | <%-- These anc hor tags a re causing Fortify e rrors and probably d on't belon g here any way. --%> | |||||
| 80 | <%-- <a alt="Vi ew Documen t" | |||||
| 81 | h ref="${ada pterStyleS heet}"><im g | |||||
| 82 | src= "res/xsl.j pg" border ="0" alt=" View Docum ent"/> | |||||
| 83 | <a alt=" View XML" | |||||
| 84 | href= "${xmlToHt mlStyleShe et}"><img | |||||
| 85 | alt="View XML" src=" res/xmlico n.gif" bor der="0" /> --%> | |||||
| 86 | </c:if> | |||||
| 87 | </ cpp:userIn Role> | |||||
| 88 | <a alt="Prin t Document " | |||||
| 89 | href="jav ascript:wi ndow.print ()"><img | |||||
| 90 | alt= "Print Doc ument" src ="res/docu ment-print .png" bord er="0" />< /a> | |||||
| 91 | </td> | |||||
| 92 | </tr> | |||||
| 93 | <tr> | |||||
| 94 | <td><c :out value ="${update dDocument} "/></td> | |||||
| 95 | </tr> | |||||
| 96 | </ta ble> | |||||
| 97 | </td> | |||||
| 98 | </ tr> | |||||
| 99 | </tbod y> | |||||
| 100 | </table> < !-- THE BO DY CONTENT END --></ td> | |||||
| 101 | </tr> | |||||
| 102 | </ tbody> | |||||
| 103 | </tabl e> <!-- ST ART: PAGE FOOTER --> <%@includ e file="fo oter.jsp"% > | |||||
| 104 | <!-- E ND: PAGE F OOTER --> <!-- END: PAGE CONTE NT --></td > | |||||
| 105 | </tr > | |||||
| 106 | </tbody> | |||||
| 107 | </ table> | |||||
| 108 | </body > | |||||
| 109 | </html> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.