4446. EPMO Open Source Coordination Office Redaction File Detail Report

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

4446.1 Files compared

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

4446.2 Comparison summary

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

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

4446.4 Active regular expressions

No regular expressions were active.

4446.5 Comparison detail

        1   <%--
        2       Docume nt   : Ada pter Query  Page
        3       Create d By : Sri charan Red dy
        4   --%>
        5  
        6   <%@ page l anguage="j ava" conte ntType="te xt/html; c harset=ISO -8859-1"
        7       pageEn coding="IS O-8859-1"% >
        8   <!DOCTYPE  html PUBLI C "-//W3C/ /DTD HTML  4.01 Trans itional//E N" "http:/ /www.w3.or g/TR/html4 /loose.dtd ">
        9   <%@taglib  tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %>
        10   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c"  %>
        11   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt " %>
        12   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        13   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"  %>
        14   <%@taglib  tagdir="/W EB-INF/tag s/date" pr efix="date " %>
        15  
        16   <f:mainTem plate head erText="Pa ge to Down load Query  Document" >
        17       <scrip t language ="JavaScri pt">
        18           $( document). ready(func tion () {
        19                $("#star tDate").da tepicker({
        20                    maxD ate: 0,
        21                    date Format: 'm m/dd/yy',
        22                    onCl ose: funct ion (selec tedDate) {
        23                         $("#endDat e").datepi cker("opti on", "minD ate", sele ctedDate);
        24                    }
        25                });
        26  
        27                $("#endD ate").date picker({
        28                    maxD ate: 0,
        29                    date Format: 'm m/dd/yy',
        30                    onCl ose: funct ion (selec tedDate) {
        31                         $("#startD ate").date picker("op tion", "ma xDate", se lectedDate );
        32                    }
        33                });
        34               })
        35                
        36               $('#organ ization'). parent().p arent().cs s('width', 'auto');
        37          </s cript>
        38          
        39          
        40           <d iv class=" form-conta iner">
        41           <f orm name=" adapterQue ryReportFo rm" action ="AdapterD ateRangeRe port.do_se c" method= "POST" ons ubmit="ret urn doGet( this)">
        42           
        43                <fieldse t>
        44                 
        45                    
        46                    <div  class="wi dth-450" i d="dateTip " data-too ltip="<c:o ut value=" ${descript ors['start DateEndDat eField']}" />">
        47                         <div>
        48                             <label  for="star tDate">Sta rt Date</l abel>
        49                             <date: date id="s tartDate"  name="star tDate" val ue="${star tDateDefau lt}"/> <i> mm/dd/yyyy </i>
        50                         </div>
        51                         <div>
        52                             <label  for="endD ate">End D ate</label >
        53                             <date: date id="e ndDate" na me="endDat e" value=" ${endDateD efault}"/>  <i>mm/dd/ yyyy</i>
        54                         </div>
        55                        
        56                         <div id="o rganizatio nDiv" >
        57                         <TABLE BOR DER="0">
        58                         <TR>
        59                       < TD> <label  title="Qu ery based  on <c:out  value="${o rganizatio nName}" />  Organizat ion from t he dropdow n list" fo r="organiz ation"><c: out value= "${organiz ationName} " /> Organ ization</l abel></TD>
        60                         <TD>
        61                         <select id ="organiza tion" name ="item" on change="do cument.get ElementByI d('organiz ationName' ).value =  this.optio ns[this.se lectedInde x].text;"  data-toolt ip="<c:out  value="${ descriptor s['account ingOfDiscl osuresRepo rtOrganiza tionField' ]}"/>">
        62                             <optio n value=""  selected> ALL</optio n>
        63                             <c:for Each var=" r" items=" ${activeOr gs}">
        64                                 <o ption valu e="%<c:out  value="${ r.orgOid}"  />"><c:ou t value="$ {r.orgName }" /></opt ion>
        65                             </c:fo rEach>
        66                             <c:for Each var=" r" items=" ${inactive Orgs}">
        67                                 <o ption valu e="%<c:out  value="${ r.orgOid}"  />">[INAC TIVE] <c:o ut value=" ${r.orgNam e}" /></op tion>
        68                             </c:fo rEach>
        69                         </select>
        70                   
        71                         </TD>
        72                         </TR>
        73                         </TABLE>
        74                         </div>
        75                        
        76                         </div>
        77                          <div alig n="center" >
        78                         <input typ e="submit"   value="G enerate">
        79                         </div>
        80                         </fieldset >
        81                         </form>
        82                    </di v>
        83                   
        84               
        85         
        86      
        87        
        88    </f:mainT emplate>