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

4497.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 login.jsp Fri Apr 21 20:03:30 2017 UTC

4497.2 Comparison summary

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

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

4497.4 Active regular expressions

No regular expressions were active.

4497.5 Comparison detail

        1   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        2   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"  %>
        3   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c"  %>
        4  
        5   <f:mainTem plate head erText="Lo gin" userN ame="">
        6       <div c lass="well ">
        7           En ter userna me and pas sword and  click Logi n.
        8       </div>
        9       <cpp:e rrors />
        10       <div c lass="form -container ">
        11           <f orm name=" loginForm"  action="L ogin.do" m ethod="POS T" onsubmi t="return  doSubmit(t his)">
        12                <fieldse t>
        13                    <leg end>Login  Details</l egend>
        14                    <div >
        15                         <label for ="username " class="w idth-120"> Username<i mg alt="Re quired fie ld" src="r es/star-ic on_white_b g.png"/></ label>
        16                         <input tit le="Input  Username R equired fi eld " id=" username"  type="text " name="us ername" va lue="" cla ss="vap-ol d-input-20 0" />
        17                    </di v>
        18                    <div >
        19                         <label for ="password " class="w idth-120"> Password<i mg alt="Re quired fie ld" src="r es/star-ic on_white_b g.png"/></ label>
        20                         <input tit le="Input  password R equired fi eld" id="p assword" t ype="passw ord" name= "password"  value=""  class="vap -old-input -200" />
        21                    </di v>
        22                </fields et>
        23                <div>
        24                    <inp ut name="l ogin" type ="submit"  value="Log in" title= "Login" cl ass="butto n" />
        25                </div>
        26           </ form>
        27       </div>
        28       <div c lass="pad- top-20">
        29           <p ><strong>* *WARNING** WARNING**W ARNING**WA RNING**WAR NING**WARN ING**</str ong></p>
        30           <p >
        31                "This sy stem is in tended to  be used by  [authoriz ed VA netw ork users]  for viewi ng and ret rieving in formation  only excep t as other wise expli citly auth orized. VA  informati on resides  on and tr ansmits
        32                through  computer s ystems and  networks  funded by  VA; all us e is consi dered to b e understa nding and  acceptance  that ther e is no re asonable e xpectation  of privac y for any  data or tr ansmission s on
        33                Governme nt Intrane t or Extra net (non-p ublic) net works or s ystems. Al l transact ions that  occur on t his system  and all d ata transm itted thro ugh this s ystem are  subject to  review an d action i ncluding
        34                (but not  limited t o) monitor ing, recor ding, retr ieving, co pying, aud iting, ins pecting, i nvestigati ng, restri cting acce ss, blocki ng, tracki ng, disclo sing to au thorized p ersonnel,  or any oth er authori zed
        35                actions  by all aut horized VA  and law e nforcement  personnel . All use  of this sy stem const itutes und erstanding  and uncon ditional a cceptance  of these t erms. Unau thorized a ttempts or  acts to e ither (1)  access,
        36                upload,  change, or  delete in formation  on this sy stem, (2)  modify thi s system,  (3) deny a ccess to t his system , or (4) a ccrue reso urces for  unauthoriz ed use on  this syste m are stri ctly prohi bited. Suc h attempts
        37                or acts  are subjec t to actio n that may  result in  criminal,  civil, or  administr ative pena lties."
        38           </ p>
        39           <p ><strong>* *WARNING** WARNING**W ARNING**WA RNING**WAR NING**WARN ING**</str ong></p>
        40           <p >Need Help ?  Va Help desk Suppo rt: 1-888- 596-4357</ p>
        41           <p >The Curre nt Version  of VAP is : <c:out v alue="${sy stemVersio n}"/></p>
        42       </div>
        43   </f:mainTe mplate>