4539. EPMO Open Source Coordination Office Redaction File Detail Report

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

4539.1 Files compared

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

4539.2 Comparison summary

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

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

4539.4 Active regular expressions

No regular expressions were active.

4539.5 Comparison detail

        1   <%--
        2       Docume nt   : sch eduledExpo rts
        3       Create d on : Sep  8, 2016,  12:08:31 P M
        4       Author      : Zac hary Tubb
        5   --%>
        6   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c"  %>
        7   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn" %>
        9  
        10   <f:mainTem plate head erText="Sc heduled Ex ports">
        11       <scrip t language ="JavaScri pt">
        12           $( document). ready(func tion(){
        13                $.fn.dat aTable.ext .errMode =  'none';
        14  
        15                setProce ssingForDa taTable('r eportTable ');
        16  
        17                var repo rtTable =  $('#report Table').Da taTable( {
        18                    dest roy: true,
        19                    sear ching: fal se,
        20                    proc essing: tr ue,
        21                    serv erSide: tr ue,
        22                    orde r: [[2, 'd esc']],
        23                    ajax : "Schedul edExports. do_sec?get UserExport s=true",
        24                    colu mnDefs: [
        25                         {orderable : false, t argets: 4} ,
        26                         {className : "dt-head -center",  targets: [ 0,1,2,3]},
        27                         {className : "dt-head -center dt -body-cent er", targe ts: 4}
        28                    ],
        29                    scro llX:true,
        30                    init Complete:  function() {
        31                         // Enable  THEAD scro ll bars
        32                         $('.dataTa bles_scrol lHead').cs s('overflo w', 'auto' );
        33  
        34                         // Sync TH EAD scroll ing with T BODY
        35                         $('.dataTa bles_scrol lHead').on ('scroll',  function  () {
        36                             $('.da taTables_s crollBody' ).scrollLe ft($(this) .scrollLef t());
        37                         });
        38                    },
        39                    leng thMenu: [  10, 25, 50 , 100, 250 , 500 ],
        40                    page Length: 25
        41                });
        42                reportTa ble.on('dr aw', funct ion () {
        43                    addA riaToDataT able('repo rtTable',  reportTabl e);
        44                });
        45                $('#refr eshButton' ).on('clic k', functi on() {
        46                    $('# reportTabl e').DataTa ble().ajax .reload();
        47                });
        48  
        49                reportTa ble.on('dr aw', funct ion () {
        50                    addA riaToDataT able('repo rtTable',  reportTabl e);
        51                });
        52           }) ;
        53       </scri pt>
        54       <div c lass="well ">
        55           Ex cel and CS V exports  for report s will app ear here f or downloa d once the  export ge neration h as been co mpleted.
        56       </div>
        57       <div i d="divRepo rtContent" >
        58           <b utton clas s="btn pul l-right" i d="refresh Button" ti tle="Refre sh">Refres h <span cl ass="fa fa -refresh"  aria-hidde n="true">< /span></bu tton>
        59           <t able id="r eportTable " class="d isplay" wi dth="100%"  cellspaci ng="0" rol e="present ation">
        60                <thead>
        61                    <tr  role="row" >
        62                         <th role=" columnhead er" style= "min-width : 320px;"> <span data -tooltip=" <c:out val ue="${desc riptors['s cheduledEx portsRepor tColumn']} " />">Repo rt</span>< /th>
        63                         <th role=" columnhead er"><span  data-toolt ip="<c:out  value="${ descriptor s['schedul edExportsF ormatColum n']}" />"> Format</sp an></th>
        64                         <th role=" columnhead er"><span  data-toolt ip="<c:out  value="${ descriptor s['schedul edExportsD ateColumn' ]}" />">Da te Generat ed (CT)</s pan></th>
        65                         <th role=" columnhead er"><span  data-toolt ip="<c:out  value="${ descriptor s['schedul edExportsS tatusColum n']}" />"> Status</sp an></th>
        66                         <th role=" columnhead er"><span  data-toolt ip="<c:out  value="${ descriptor s['schedul edExportsD ownloadCol umn']}" /> " data-too ltip-posit ion="left" >Download< /span></th >
        67                    </tr >
        68                </thead>
        69           </ table>
        70       </div>
        71   </f:mainTe mplate>