4459. EPMO Open Source Coordination Office Redaction File Detail Report

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

4459.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:39 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 cancelDelay.jsp Fri Apr 21 20:03:30 2017 UTC

4459.2 Comparison summary

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

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

4459.4 Active regular expressions

No regular expressions were active.

4459.5 Comparison detail

        1  
        2   <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%>
        3   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        4   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        5   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt "%>
        6   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        7   <%@taglib  tagdir="/W EB-INF/tag s/date" pr efix="date "%>
        8  
        9   <!DOCTYPE  HTML PUBLI C "-//W3C/ /DTD HTML  4.01 Trans itional//E N" "http:/ /www.w3.or g/TR/html4 /loose.dtd ">
        10  
        11   <html>
        12       <head>
        13           <% @include f ile="metaC ommon.jspf "%>
        14           <t itle>Veter ans Author ization &  Preference s - Add Co mment</tit le>
        15       </head >
        16       <body>
        17           <d iv class=" form-conta iner" alig n="center" >
        18                <form na me="cancel DelayForm"  id="cance lDelayForm " action=" PatientDet ails.do_se c" method= "POST" ons ubmit="ret urn doSubm it(this)">
        19                    <div  align="ce nter" styl e="text-al ign: cente r;">
        20                         <label for ="cancelCo mments">Pl ease enter  a new com ment: </la bel>
        21                         <textarea  id="cancel Comments"  name="canc elComments " style="w idth: 620p x; height:  80px;" re quired></t extarea>
        22                         <br />
        23                    </di v>
        24                    <br  />
        25                    <div  align="ce nter">
        26                         <input id= "cancelDel ay" class= "button" t ype="submi t" value=" Cancel Del ayed Autho rization"  name="canc elDelay" a lt="Cancel  Delay" />
        27                    </di v>
        28                </form>
        29           </ div>
        30       </body >
        31   </html>