4510. EPMO Open Source Coordination Office Redaction File Detail Report

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

4510.1 Files compared

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

4510.2 Comparison summary

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

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

4510.4 Active regular expressions

No regular expressions were active.

4510.5 Comparison detail

        1   <%@page im port="gov. va.nvap.we b.user.Use rHelper"%>
        2   <%--
        3       Docume nt   : Opt -in/Opt-ou t Summary  Report
        4       Create d By : Dav id Vasquez  / Robert  Snelling
        5       Modifi ed By: Ash a Amritraj
        6   --%>
        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  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        11   <%@taglib  tagdir="/W EB-INF/tag s/paginato r" prefix= "pg"%>
        12  
        13   <%
        14       String  userName  = UserHelp er.getUser Name(reque st);
        15   %>
        16  
        17   <!DOCTYPE  HTML PUBLI C "-//W3C/ /DTD HTML  4.01 Trans itional//E N"
        18       "http: //www.w3.o rg/TR/html 4/loose.dt d">
        19  
        20   <html lang ="en">
        21           <h ead>
        22           <t itle>Veter ans Author ization &  Preference s Consent  Directive  Report Res ults</titl e>
        23           <% @include f ile="metaC ommon.jsp"  %>
        24           </ head>
        25   <body>
        26   <jsp:inclu de page="h eader.jsp" >
        27       <jsp:p aram name= "userName"  value="<% =userName% >" />
        28   </jsp:incl ude>
        29   <table bor der="0" ce llpadding= "0" cellsp acing="0"  width="100 %" summary ="table is  used for  layout pur poses" id= "main-cont ent-table" >
        30           <t body>
        31           <t r>
        32                             <jsp:i nclude pag e="leftMen u.jsp">
        33                    <jsp :param nam e="userNam e" value=" <%=userNam e%>" />
        34                </jsp:in clude>
        35                <th scop e="row" st yle="float : left; fo nt-size: 0 ; height:  0;">VA Con tent</th>
        36                <td id=" content-va ">
        37                    <a n ame="conte nt-area">< /a>
        38                    <!--  START: SI TE NAME BA R -->
        39                    <p c lass="titl e-bar"><!- - START: S ITE NAME - ->Consent  Directive  Summary Re port<!-- E ND: SITE N AME --></p >
        40                    <cpp :errors />
        41                    <!--  END: SITE  NAME BAR  -->
        42                    <tab le border= "0" cellpa dding="0"  cellspacin g="0" widt h="100%" s ummary="ta ble is use d for layo ut purpose s">
        43                         <tbody>
        44                             <tr>
        45                                 <t h scope="r ow" style= "float: le ft; font-s ize: 0; he ight: 0;"> Main Conte nt</th>
        46                                 <t d id="cont ent-main">
        47                                      <table w idth="100% " summary= "This tabl e is used  for layout  purposes" >
        48                                        <!-- S TART: PAGE  TITLE ARE A -->
        49                                        <!-- E ND: PAGE T ITLE AREA  -->
        50                                        <tr>
        51                                            <t h scope="r ow" style= "float: le ft; font-s ize: 0; he ight: 0;"> Page Conte nt</th>
        52                                                     <td>
        53                                                            <!-- STA RT: PAGE C ONTENT -->
        54                                               <table SUM MARY="This  table is  for format ting purpo ses only." >
        55                                                   <tbody >
        56                                                       <t r>
        57                                                            <th scop e="row" st yle="float : left; fo nt-size: 0 ; height:  0;">Button  Row</th>
        58                                                            <td>
        59                                                                <for m>
        60                                                                     <input nam e="exportT oExcel" al t="Export  to Excel"  class="but ton" type= "submit" v alue="Expo rt to Exce l" />
        61                                                                </fo rm>
        62                                                                <tab le class=" ver-minima list">
        63                                                                     <tbody>
        64                                                                         <tr cl ass="dateF ilters">
        65                                                                             <t h scope="r ow" style= "border-bo ttom: none ; float: l eft; font- size: 0; h eight: 0;" >Filters</ th>
        66                                                                             <t d class="d atePadding " style="f loat: left ;">Start D ate</td>
        67                                                                             <t d><c:choos e>
        68                                                                                      <c:w hen test=" ${!empty o ptInOptOut SummaryQue ryStartDat e}">
        69                                                                                           <fmt:forma tDate patt ern="MM/dd /yyyy"
        70                                                                                               value= "${optInOp tOutSummar yQueryStar tDate}" />
        71                                                                                      </c: when>
        72                                                                                      <c:o therwise>
        73                                                                                               N/A
        74                                                                                           </c:otherw ise>
        75                                                                                  </c:choo se>
        76                                                                             </ td>
        77                                                                             <t d class="d atePadding ">End Date </td>
        78                                                                             <t d><c:choos e>
        79                                                                                      <c:w hen test=" ${!empty o ptInOptOut SummaryQue ryEndDate} ">
        80                                                                                           <fmt:forma tDate patt ern="MM/dd /yyyy"
        81                                                                                               value= "${optInOp tOutSummar yQueryEndD ate}" />
        82                                                                                      </c: when>
        83                                                                                      <c:o therwise>
        84                                                                                               N/A
        85                                                                                           </c:otherw ise>
        86                                                                                  </c:choo se>
        87                                                                             </ td>
        88                                                                         </tr>
        89                                                                     </tbody>
        90                                                                </ta ble>
        91                                                                <c:c hoose>
        92                                                                     <c:when te st="${!emp ty optInOp tOutSummar yResults}" >
        93                                                                         <br/>
        94                                                                         <table >
        95                                                                             <t head>
        96                                                                                  <tr clas s="hor-min imalist-c" >
        97                                                                                      <th  scope="col "><span id ="authFaci lityHeader " data-too ltip="<c:o ut value=" ${descript ors['authe nticatingF acilityCol umn']}" /> ">Authenti cating Fac ility</spa n></td>
        98                                                                                      <th  scope="col "><span id ="consentT ypeHeader"  data-tool tip="<c:ou t value="$ {descripto rs['consen tTypeColum n']}" />"> Consent Ty pe</span>< /td>
        99                                                                                      <th  scope="col "><span id ="totalHea der" data- tooltip="< c:out valu e="${descr iptors['co nsentDirec tiveSummar yReportTot alColumn'] }" />" dat a-tooltip- position=" left">Tota l</span></ td>
        100                                                                                  </tr>
        101                                                                                  <tr clas s="hor-min imalist-c" >
        102                                                                                      <td> <a href="O ptInOptOut SummaryRep ortResults .do_sec?op tInOptOutS ummaryRepo rtSortValu e=facility Name&optIn OptOutSumm aryReportS ortDirecti on=ASC"><b r><img alt ="sort thi s column i n ascendin g order" s rc="res/so rt-ascendi ng.jpg" bo rder="0"/> </a><a> -  </a><a hre f="OptInOp tOutSummar yReportRes ults.do_se c?optInOpt OutSummary ReportSort Value=faci lityName&o ptInOptOut SummaryRep ortSortDir ection=DES C"><img al t="sort th is column  in descend ing order"  src="res/ sort-desce nding.jpg"  border="0 "/></a></t h>
        103                                                                                           <td><a hre f="OptInOp tOutSummar yReportRes ults.do_se c?optInOpt OutSummary ReportSort Value=cons entType&op tInOptOutS ummaryRepo rtSortDire ction=ASC" ><br><img  alt="sort  this colum n in ascen ding order " src="res /sort-asce nding.jpg"  border="0 "/></a><a>  - </a><a  href="OptI nOptOutSum maryReport Results.do _sec?optIn OptOutSumm aryReportS ortValue=c onsentType &optInOptO utSummaryR eportSortD irection=D ESC"><img  alt="sort  this colum n in desce nding orde r" src="re s/sort-des cending.jp g" border= "0"/></a>< /td>
        104                                                                                           <td><a hre f="OptInOp tOutSummar yReportRes ults.do_se c?optInOpt OutSummary ReportSort Value=tota l&optInOpt OutSummary ReportSort Direction= ASC"><br>< img alt="s ort this c olumn in a scending o rder" src= "res/sort- ascending. jpg" borde r="0"/></a ><a> - </a ><a href=" OptInOptOu tSummaryRe portResult s.do_sec?o ptInOptOut SummaryRep ortSortVal ue=total&o ptInOptOut SummaryRep ortSortDir ection=DES C"><img al t="sort th is column  in descend ing order"  src="res/ sort-desce nding.jpg"  border="0 "/></a></t d>
        105                                                                                  </tr>
        106                                                                             </ thead>
        107                                                                             <t body>
        108                                                                                  <pg:forE ach var="r " items="$ {optInOptO utSummaryR esults}" v arStatus=" i"
        109                                                                                      pagi nator="${p aginator}" >
        110                                                                                      <tr  class="hor -minimalis t-b">
        111                                                                                                                                                                                   <c:choose>
        112                                                                                                                                                                                           <c :when test ="${r.faci lityName== ''}">
        113                                                                                                                                                                                                    <td> UNKNOWN</t d>
        114                                                                                                                                                                                           </ c:when>
        115                                                                                                                                                                                           <c :when test ="${r.faci lityName e q empty fa cilityName }">
        116                                                                                                                                                                                                    <td> UNKNOWN</t d>
        117                                                                                                                                                                                           </ c:when>
        118                                                                                                                                                                                           <c :otherwise >
        119                                                                                                                                                                                                    <td> <c:out val ue="${r.fa cilityName }"/></td>
        120                                                                                                                                                                                           </ c:otherwis e>
        121                                                                                                                                                                                   </c:choose >
        122                                                                                                                                                                                   <td>
        123                                                                                                   <c :choose>
        124                                                                                                            <c:w hen test=" ${r.consen tType ne n ull and no t empty r. consentTyp e}">
        125                                                                                                                     <c:out  value="${ r.consentT ype}"/>
        126                                                                                                            </c: when>
        127                                                                                                            <c:o therwise>  <!--  ther e is a non -deliminat ed space t here to ma ke sure li nes look a ppropriate  when the  jsp is ren dered -->
        128                                                                                                            </c: otherwise>
        129                                                                                                   </ c:choose>
        130                                                                                           </td>
        131                                                                                                                                                                                   <td><c:out  value="${ r.count}"/ ></td>
        132                                                                                      </tr >
        133                                                                                  </pg:for Each>
        134                                                                             </ tbody>
        135                                                                         </tabl e>
        136                                                                     </c:when>
        137                                                                     <c:otherwi se>
        138                                                                             No  records w ere found.
        139                                                                         </c:ot herwise>
        140                                                                </c: choose>
        141                                                                <br/ >
        142                                                                <tab le>
        143                                                                     <tr>
        144                                                                         <th sc ope="row">
        145                                                                             <b >Total <c: out value= "${organiz ationName} "/> Author izations:< /b>
        146                                                                         </th>
        147                                                                         <td>
        148                                                                             <c :out value ="${nwhinA uthorizati onTotal}"/ >
        149                                                                         </td>
        150                                                                     </tr>
        151                                                                     <tr>
        152                                                                         <th sc ope="row">
        153                                                                             <b >Total <c: out value= "${organiz ationName} "/> Revoca tions:</b>
        154                                                                         </th>
        155                                                                         <td>
        156                                                                             <c :out value ="${nwhinR evocationT otal}"/>
        157                                                                         </td>
        158                                                                     </tr>
        159                                                                     <tr>
        160                                                                         <th sc ope="row">
        161                                                                             <b >Total <c: out value= "${organiz ationName} "/> Restri ctions:</b >
        162                                                                         </th>
        163                                                                         <td>
        164                                                                             <c :out value ="${nwhinR estriction Total}"/>
        165                                                                         </td>
        166                                                                     </tr>
        167                                                                     <tr>
        168                                                                         <th sc ope="row">
        169                                                                             <b >Total <c: out value= "${organiz ationName} "/> Restri ction Revo cations:</ b>
        170                                                                         </th>
        171                                                                         <td>
        172                                                                             <c :out value ="${nwhinR estriction Revocation Total}"/>
        173                                                                         </td>
        174                                                                     </tr>
        175                                                                     <tr>
        176                                                                         <th sc ope="row">
        177                                                                             <b >Total SSA  Authoriza tions:</b>
        178                                                                         </th>
        179                                                                         <td>
        180                                                                             <c :out value ="${ssaAut horization Total}"/>
        181                                                                         </td>
        182                                                                     </tr>
        183                                                                     <tr>
        184                                                                         <th sc ope="row">
        185                                                                             <b >Total SSA  Revocatio ns:</b>
        186                                                                         </th>
        187                                                                         <td>
        188                                                                             <c :out value ="${ssaRev ocationTot al}"/>
        189                                                                         </td>
        190                                                                     </tr>
        191                                                                </ta ble>
        192                                                            </td>
        193                                                       </ tr>
        194                                                   </tbod y>
        195                                               </table>
        196                                               <!-- THE B ODY CONTEN T END -->
        197                                             < /td>
        198                                               </tr>
        199                                                                         </tabl e>
        200                                 </ td>
        201                             </tr>
        202                         </tbody>
        203                    </ta ble>
        204                    <!--  START: PA GE FOOTER  -->
        205                    <%@i nclude fil e="footer. jsp" %>
        206                    <!--  END: PAGE  FOOTER -- >
        207                    <!--  END: PAGE  CONTENT - ->
        208                </td>
        209           </ tr>
        210       </tbod y>
        211   </table>
        212   </body>
        213   </html>