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.
| # | 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\web\admin\organization | list.jsp | Fri Apr 21 20:15:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 92 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 1 | <%-- | |||||
| 2 | Docume nt : org anizations list | |||||
| 3 | Create d on : Mar 15, 2016, 12:04:04 PM | |||||
| 4 | Author : Joh ann Sonnen berg | |||||
| 5 | --%> | |||||
| 6 | ||||||
| 7 | <%@taglib tagdir="/W EB-INF/tag s/formatti ng" prefix ="f" %> | |||||
| 8 | <%@taglib uri="http: //java.sun .com/jsp/j stl/core" prefix="c" %> | |||||
| 9 | ||||||
| 10 | <f:mainTem plate head erText="Pa rtner Orga nizations" > | |||||
| 11 | <scrip t language ="JavaScri pt"> | |||||
| 12 | $( document). ready(func tion () { | |||||
| 13 | //initia l data tab le setup a nd call fo r the firs t recordse t | |||||
| 14 | $.fn.dat aTable.ext .errMode = 'none'; | |||||
| 15 | ||||||
| 16 | setProce ssingForDa taTable('t blOrganiza tions'); | |||||
| 17 | ||||||
| 18 | var orga nizationTa ble = $('# tblOrganiz ations').D ataTable({ | |||||
| 19 | dest roy: true, | |||||
| 20 | sear ching: fal se, | |||||
| 21 | proc essing: tr ue, | |||||
| 22 | serv erSide: tr ue, | |||||
| 23 | orde r: [[6, 'a sc']], | |||||
| 24 | ajax : "Organiz ationHandl er.do_sec? getAll=tru e", | |||||
| 25 | colu mnDefs: [ | |||||
| 26 | {orderable : false, t argets: [1 0]}, | |||||
| 27 | {className : "dt-head -center", targets: [ 0,1,2,3,4, 5,6,7,9]}, | |||||
| 28 | {className : "vap-bre ak-word va p-col-min- 130 dt-hea d-center", targets: [8]}, | |||||
| 29 | {className : "dt-head -center dt -body-cent er", targe ts: [10]} | |||||
| 30 | ], | |||||
| 31 | scro llX:true, | |||||
| 32 | init Complete: function() { | |||||
| 33 | // Enable THEAD scro ll bars | |||||
| 34 | $('.dataTa bles_scrol lHead').cs s('overflo w', 'auto' ); | |||||
| 35 | ||||||
| 36 | // Sync TH EAD scroll ing with T BODY | |||||
| 37 | $('.dataTa bles_scrol lHead').on ('scroll', function () { | |||||
| 38 | $('.da taTables_s crollBody' ).scrollLe ft($(this) .scrollLef t()); | |||||
| 39 | }); | |||||
| 40 | }, | |||||
| 41 | leng thMenu: [ 10, 25, 50 , 100, 250 , 500 ], | |||||
| 42 | page Length: 25 | |||||
| 43 | }); | |||||
| 44 | ||||||
| 45 | organiza tionTable. on('draw', function () { | |||||
| 46 | addA riaToDataT able('tblO rganizatio ns', organ izationTab le); | |||||
| 47 | }); | |||||
| 48 | ||||||
| 49 | function construct Url(method Name){ | |||||
| 50 | var url= 'Orga nizationHa ndler.do_s ec' + | |||||
| 51 | '?' + meth odName + ' =true' + | |||||
| 52 | '&sortOrde r=' + $('# tblOrganiz ations').d ataTable() .fnSetting s().aaSort ing[0][1] + | |||||
| 53 | '&sortBy=' + $('#tbl Organizati ons').data Table().fn Settings() .aaSorting [0][0]; | |||||
| 54 | ||||||
| 55 | retu rn url; | |||||
| 56 | } | |||||
| 57 | ||||||
| 58 | $('.expo rtButton') .on('click ', functio n() { | |||||
| 59 | wind ow.locatio n.href = c onstructUr l($(this). data('meth od')); | |||||
| 60 | retu rn false; | |||||
| 61 | }); | |||||
| 62 | }) ; | |||||
| 63 | </scri pt> | |||||
| 64 | ||||||
| 65 | <c:if test="${no t empty me ssage}"> | |||||
| 66 | <d iv class=" vap-alert alert aler t-success pad-bottom -10 pad-to p-10 pad-l eft-10"> | |||||
| 67 | <c:out v alue="${me ssage}" /> | |||||
| 68 | </ div> | |||||
| 69 | </c:if > | |||||
| 70 | <div c lass="pad- top-5 pad- bottom-20 text-right "> | |||||
| 71 | <a href="#"> <button cl ass="expor tButton" d ata-method ="exportTo Excel" tit le="Export to Excel" >Export to Excel</bu tton></a> | |||||
| 72 | </div> | |||||
| 73 | <div i d="divRepo rtContent" > | |||||
| 74 | <t able id="t blOrganiza tions" cla ss="displa y" width=" 100%" cell spacing="0 " role="pr esentation "> | |||||
| 75 | <thead> | |||||
| 76 | <tr role="row" > | |||||
| 77 | <th role=" columnhead er" style= "max-width : 55px;">< span id="p artnerOrga nizationAc tiveHeader " data-too ltip="<c:o ut value=" ${descript ors['partn erOrganiza tionActive Column']}" />">Activ e</span></ th> | |||||
| 78 | <th role=" columnhead er" style= "min-width : 80px;">< span id="p artnerOrga nizationPh oneHeader" data-tool tip="<c:ou t value="$ {descripto rs['partne rOrganizat ionPhoneCo lumn']}" / >">Phone</ span></th> | |||||
| 79 | <th role=" columnhead er"><span id="partne rOrganizat ionPrefixH eader" dat a-tooltip= "<c:out va lue="${des criptors[' partnerOrg anizationP refixColum n']}" />"> Prefix</sp an></th> | |||||
| 80 | <th role=" columnhead er" style= "min-width : 75px;">< span id="p artnerOrga nizationCo nsumerOnly Header" da ta-tooltip ="<c:out v alue="${de scriptors[ 'partnerOr ganization ConsumerOn lyColumn'] }" />">Con sumer<br/> Only</span ></th> | |||||
| 81 | <th role=" columnhead er"><span id="partne rOrganizat ionContact Header" da ta-tooltip ="<c:out v alue="${de scriptors[ 'partnerOr ganization ContactCol umn']}" /> ">Contact< /span></th > | |||||
| 82 | <th role=" columnhead er"><span id="partne rOrganizat ionDomainH eader" dat a-tooltip= "<c:out va lue="${des criptors[' partnerOrg anizationD omainColum n']}" />"> Domain</sp an></th> | |||||
| 83 | <th role=" columnhead er"><span id="partne rOrganizat ionNameHea der" data- tooltip="< c:out valu e="${descr iptors['pa rtnerOrgan izationNam eColumn']} " />">Name </span></t h> | |||||
| 84 | <th role=" columnhead er"><span id="partne rOrganizat ionNumberH eader" dat a-tooltip= "<c:out va lue="${des criptors[' partnerOrg anizationN umberColum n']}" />"> Number</sp an></th> | |||||
| 85 | <th role=" columnhead er"><span id="partne rOrganizat ionIdHeade r" data-to oltip="<c: out value= "${descrip tors['part nerOrganiz ationIdCol umn']}" /> ">Organiza tion ID</s pan></th> | |||||
| 86 | <th role=" columnhead er" style= "max-width : 95px;">< span id="p artnerOrga nizationTr ustedClini calSourceH eader" dat a-tooltip= "<c:out va lue="${des criptors[' partnerOrg anizationT rustedClin icalSource Column']}" />">Trust ed<br/>Cli nical Sour ce</span>< /th> | |||||
| 87 | <th role=" columnhead er" style= "max-width : 55px;">< span id="p artnerOrga nizationAc tionHeader " data-too ltip="<c:o ut value=" ${descript ors['partn erOrganiza tionAction Column']}" />" data- tooltip-po sition="le ft">Action </span></t h> | |||||
| 88 | </tr > | |||||
| 89 | </thead> | |||||
| 90 | </ table> | |||||
| 91 | </div> | |||||
| 92 | </f:mainTe mplate> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.