4424. EPMO Open Source Coordination Office Redaction File Detail Report

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

4424.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:37 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\tags\cpp errors.tag Fri Apr 21 20:03:30 2017 UTC

4424.2 Comparison summary

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

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

4424.4 Active regular expressions

No regular expressions were active.

4424.5 Comparison detail

        1   <%--
        2       Docume nt   : err ors
        3       Create d on : Dec  24, 2009,  7:45:03 P M
        4       Author      : Dav id Vazquez
        5       Modifi ed By: Ash a Amritraj
        6   --%>
        7   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        9  
        10   <%@tag des cription=" Display fo rm validat ion errors ." pageEnc oding="UTF -8"%>
        11  
        12   <c:if test ="${!empty  formError s}">
        13       <div i d="formErr ors" class ="errors">
        14           <p >
        15                <em>
        16                    Ther
        17                    <c:c hoose>
        18                         <c:when te st="${fn:l ength(form Errors) >  1}">were</ c:when>
        19                         <c:otherwi se>was</c: otherwise>
        20                    </c: choose> ${ fn:length( formErrors )} error<c :if test=" ${fn:lengt h(formErro rs) > 1}"> s</c:if> i n your sub mission.
        21                </em>
        22           </ p>
        23           <u l class="n oBulletNoI ndent">
        24                <c:forEa ch var="fe " items="$ {formError s}">
        25                    <li> <img src=" res/error_ icon.gif"  alt=""/> < c:out valu e="${fe.me ssage}" /> </li>
        26                </c:forE ach>
        27           </ ul>
        28       </div>
        29   </c:if>