Produced by Araxis Merge on 7/6/2017 8:32:13 AM Central 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 | HC 837 Compliance 05122017.zip\HC 837 Compliance 05122017\EWV\EWV\WebContent\Ewv2Layout\common\headers | Ewv2EdiToolBar.xhtml | Fri Mar 25 18:51:38 2016 UTC |
2 | HC 837 Compliance 05122017.zip\HC 837 Compliance 05122017\EWV\EWV\WebContent\Ewv2Layout\common\headers | Ewv2EdiToolBar.xhtml | Wed Jul 5 13:26:25 2017 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 188 |
Changed | 1 | 2 |
Inserted | 0 | 0 |
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 | <ui:compos ition xmln s="http:// www.w3.org /1999/xhtm l" xmlns:h ="http://j ava.sun.co m/jsf/html " | |
2 | xmlns:f= "http://ja va.sun.com /jsf/core" xmlns:ui= "http://ja va.sun.com /jsf/facel ets" | |
3 | xmlns:ri ch="http:/ /richfaces .org/rich" xmlns:s=" http://jbo ss.com/pro ducts/seam /taglib"> | |
4 | ||
5 | <rich:da taTable id ="toolbarT able" | |
6 | st yleClass=" ewv2-heade r-backgrou nd" | |
7 | va lue="true" > | |
8 | <ric h:columnGr oup style= "height:25 px;"> | |
9 | <ric h:column w idth="20px "> | |
10 | <h :graphicIm age value= "/img/pdf- icon-small .png" id=" pdf-logo"/ > | |
11 | </ri ch:column> | |
12 | <met a content= "This call to should Load cause s the load ing of the doc title s" /> | |
13 | <ric h:column w idth="300p x" rendere d="#{Ewv2R eferenceDo cuments.sh ouldLoad() }" > | |
14 | <form name ="pdfViewF orm" style ="margin:0 px;padding :0px;"> | |
15 | <select name="pdfS elect" | |
16 | onchan ge="window .open(pdfV iewForm.pd fSelect.op tions[sele ctedIndex] .value,'PD F')" | |
17 | class= "ewv2-refd oc-select" > | |
18 | <optio n selected ="selected ">#{messag es['select .label']}< /option> | |
19 | <!-- <ui:repeat var="docR ef" value= "#{Ewv2PDF Documents. getDocumen tReference s()}"> --> | |
20 | <!-- < option val ue="#{docR ef.getValu e()}">#{do cRef.getLa bel()}</op tion> --> | |
21 | <ui: repeat var ="refVar" value="#{E wv2Referen ceDocument s.getDocum entReferen ces()}"> | |
22 | <opt ion value= "#{refVar. getValue() }">#{refVa r.getLabel ()}</optio n> | |
23 | ||
24 | <!-- <option v alue="docs /CARC.pdf" >Codeset: Claim Adju stment Rea son Codes< /option> | |
25 | <opt ion value= "docs/RARC .pdf">Code set: Remit tance Rema rk Codes</ option> | |
26 | <option va lue="http: // REDACTED /deskproce dures/NVC% 20CSC/2011 /live/inde x.htm">CSR Guide: NV C CSC</opt ion> --> | |
27 | </ui:r epeat> | |
28 | </select > | |
29 | </form> | |
30 | </ri ch:column> | |
31 | <ric h:column w idth="100" > | |
32 | <u i:include src="/Ewv2 Layout/com mon/header s/Ewv2HotK eys.xhtml" /> | |
33 | </ri ch:column> | |
34 | <ric h:column w idth="210p x" style=" text-align :center"> | |
35 | <m eta conten t="This ac tiveX tech nique only works for Internet Explorer" /> | |
36 | < h:commandB utton id=" searchButt on" | |
37 | value ="#{messag es['search .button.la bel']}" | |
38 | acces skey="S" | |
39 | oncli ck="active XFind();" | |
40 | style Class="inp ut" /> | |
41 | </r ich:column > | |
42 | <rich :column wi dth="40" s tyle="text -align:rig ht; paddin g-right:5p x;"> | |
43 | <h :commandBu tton id="e xpandButto n" | |
44 | image ="img/expa nd.png" | |
45 | style ="visibili ty:hidden" | |
46 | class ="copyAddr essButton" | |
47 | oncli ck="expand Panels();" > | |
48 | <rich:tool Tip showDe lay="500" | |
49 | styleC lass="ewv2 -tooltip" | |
50 | value= "Expand al l panels o n this pag e" /> | |
51 | </ h:commandB utton> | |
52 | </ri ch:column> | |
53 | <ric h:column w idth="40"> | |
54 | <h :commandBu tton id="c ollapseBut ton" | |
55 | image ="img/coll apse.png" | |
56 | style ="visibili ty:hidden" | |
57 | class ="copyAddr essButton" | |
58 | oncli ck="collap sePanels() ;"> | |
59 | <rich:tool Tip showDe lay="500" | |
60 | styleC lass="ewv2 -tooltip" | |
61 | value= "Collapse all panels on this p age" /> | |
62 | </ h:commandB utton> | |
63 | </ri ch:column> | |
64 | ||
65 | <ri ch:column width="80" > | |
66 | <s :link view ="/Ewv2Edi tReference .xhtml" st yleClass=" ewv2-link" target="_ blank" | |
67 | value="#{m essages['r eference.s ection.lab el']}" | |
68 | rendered=" #{Ewv2Admi nistrators Info.getAd minDetails OfUser().e quals('1') }" id="hom ePFLink9"> | |
69 | </ s:link> | |
70 | </ri ch:column> | |
71 | ||
72 | ||
73 | <ric h:column w idth="80"> | |
74 | <s :link view ="/Ewv2Hom eQuickview PF.xhtml" styleClass ="ewv2-lin k" target= "_blank" | |
75 | value="#{m essages['e wv2.toolba r.quickpri nt.label'] }" | |
76 | disabled=" #{Ewv2PdiN umberBean. pdiNumber. equals('99 9999999999 999')}" id ="homePFLi nk1"> | |
77 | <f:param n ame="claim Pdi" value ="#{Ewv2Pd iNumberBea n.pdiNumbe r}" /> | |
78 | </ s:link> | |
79 | </ri ch:column> | |
80 | <ric h:column w idth="80"> | |
81 | <s :link view ="/Ewv2Hom eDetailPF. xhtml" sty leClass="e wv2-link" target="_b lank" | |
82 | value="#{m essages['e wv2.toolba r.detailpr int.label' ]}" | |
83 | disabled=" #{Ewv2PdiN umberBean. pdiNumber. equals('99 9999999999 999')}" id ="homePFLi nk2"> | |
84 | <f:param n ame="claim Pdi" value ="#{Ewv2Pd iNumberBea n.pdiNumbe r}" /> | |
85 | </ s:link> | |
86 | </ri ch:column> | |
87 | <ri ch:column width="50" > | |
88 | <h :outputLin k value="# {messages[ 'edi.toolb ar.hac.hom e.url']}" styleClass ="ewv2-lin k"> | |
89 | #{message s['edi.too lbar.hac.h ome.url.hi nt']} | |
90 | </h:out putLink> | |
91 | </ri ch:column> | |
92 | <ric h:column>< /rich:colu mn> | |
93 | </rich :columnGro up> | |
94 | </rich:d ataTable> | |
95 | </ui:compo sition> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.