comparison src/main/webapp/entry/components/misattribution.xhtml @ 60:4ec8d4cfad26 remove_escidoc

remove old PubMan/escidoc code.
author casties
date Mon, 30 Nov 2015 15:38:09 +0100
parents 764f47286679
children 502ae5b1a07d
comparison
equal deleted inserted replaced
59:403afc3d94eb 60:4ec8d4cfad26
36 <h:panelGrid columns="2"> 36 <h:panelGrid columns="2">
37 37
38 <h:outputLabel value="EndNote Id" /> 38 <h:outputLabel value="EndNote Id" />
39 <h:inputText 39 <h:inputText
40 value="#{CurrentText.misattTable.misatt.ref.endNoteId}" /> 40 value="#{CurrentText.misattTable.misatt.ref.endNoteId}" />
41
42 <h:outputLabel value="ESciDoc Id" />
43 <h:inputText
44 value="#{CurrentText.misattTable.misatt.ref.escidocId}" />
45 41
46 <h:outputLabel value="EndNote Content" /> 42 <h:outputLabel value="EndNote Content" />
47 <h:inputTextarea 43 <h:inputTextarea
48 value="#{CurrentText.misattTable.misatt.ref.endNoteContent}" 44 value="#{CurrentText.misattTable.misatt.ref.endNoteContent}"
49 rows="10" cols="200" /> 45 rows="10" cols="200" />
89 <h:outputText value="#{item.obj.ref.endNoteId}" /> 85 <h:outputText value="#{item.obj.ref.endNoteId}" />
90 </rich:column> 86 </rich:column>
91 87
92 <rich:column> 88 <rich:column>
93 <f:facet name="header"> 89 <f:facet name="header">
94 <h:outputText value="Ref Pubman" />
95 </f:facet>
96 <h:outputText value="#{item.obj.ref.escidocId}" />
97 </rich:column>
98
99 <rich:column>
100 <f:facet name="header">
101 <h:outputText value="Note" /> 90 <h:outputText value="Note" />
102 </f:facet> 91 </f:facet>
103 <h:outputText value="#{item.obj.ref.addInformation}" /> 92 <h:outputText value="#{item.obj.ref.addInformation}" />
104 </rich:column> 93 </rich:column>
105 94