Mercurial > hg > ismi-richfaces
comparison src/main/webapp/resources/components/ismi/refWidget.xhtml @ 88:8d93f3a0108f
More work on entering references.
author | casties |
---|---|
date | Thu, 06 Oct 2016 19:03:56 +0200 |
parents | 954d6200336d |
children | 76d2dda8d4de |
comparison
equal
deleted
inserted
replaced
87:545e47659e1f | 88:8d93f3a0108f |
---|---|
18 | 18 |
19 <h:panelGrid columns="3" styleClass="createPanel" columnClasses="createPanelFirstColumn" | 19 <h:panelGrid columns="3" styleClass="createPanel" columnClasses="createPanelFirstColumn" |
20 id="refArea"> | 20 id="refArea"> |
21 | 21 |
22 <h:panelGrid columns="1"> | 22 <h:panelGrid columns="1"> |
23 <h:outputText value="EndNote" /> | |
24 <h:outputText value="References" /> | 23 <h:outputText value="References" /> |
25 </h:panelGrid> | 24 </h:panelGrid> |
26 | 25 |
27 <h:panelGrid columns="1"> | 26 <h:panelGrid columns="1"> |
28 | 27 |
105 | 104 |
106 <div class="rf-pp-shdw" | 105 <div class="rf-pp-shdw" |
107 style="opacity: 0.1; height: 100px; left: 5px; top: 5px; bottom: -5px;"> | 106 style="opacity: 0.1; height: 100px; left: 5px; top: 5px; bottom: -5px;"> |
108 </div> | 107 </div> |
109 <div class="rf-pp-hdr " style="cursor: default;"> | 108 <div class="rf-pp-hdr " style="cursor: default;"> |
110 <div class="rf-pp-hdr-cnt">EndNote Reference</div> | 109 <div class="rf-pp-hdr-cnt">Bibliographical Reference</div> |
111 </div> | 110 </div> |
112 | 111 |
113 <h:panelGrid columns="1" class="rf-pp-cnt-scrlr"> | 112 <h:panelGrid columns="1" class="rf-pp-cnt-scrlr"> |
114 <h:panelGrid columns="1" class="rf-pp-cnt"> | 113 <h:panelGrid columns="1" class="rf-pp-cnt"> |
115 | 114 |
116 <h:panelGrid columns="2"> | 115 <h:panelGrid columns="2"> |
117 <h:outputLabel value="EndNote Id" /> | 116 <h:outputLabel value="ISMI Bibliography" /> |
118 <h:inputText value="#{cc.attrs.entityForm.endNoteRefTable.ref.endNoteId}" /> | 117 <h:outputLink value="https://ismi.mpiwg-berlin.mpg.de/drupal-ismi/search/biblio" |
118 target="_blank"> | |
119 Search Bibliography | |
120 </h:outputLink> | |
121 | |
122 <h:outputLabel value="Reference ID" /> | |
123 <h:inputText value="#{cc.attrs.entityForm.endNoteRefTable.ref.endNoteId}" | |
124 size="50"/> | |
119 | 125 |
120 <h:outputLabel value="EndNote Content" /> | 126 <h:outputLabel value="Reference text (optional)" /> |
121 <h:inputTextarea | 127 <h:inputTextarea |
122 value="#{cc.attrs.entityForm.endNoteRefTable.ref.endNoteContent}" | 128 value="#{cc.attrs.entityForm.endNoteRefTable.ref.endNoteContent}" |
123 rows="10" cols="50" /> | 129 rows="6" cols="50" /> |
124 | 130 |
125 <h:outputLabel value="Additional Information" /> | 131 <h:outputLabel value="Additional information" /> |
126 <h:inputTextarea | 132 <h:inputTextarea |
127 value="#{cc.attrs.entityForm.endNoteRefTable.ref.addInformation}" | 133 value="#{cc.attrs.entityForm.endNoteRefTable.ref.addInformation}" |
128 rows="3" cols="50" /> | 134 rows="3" cols="50" /> |
129 | 135 |
130 <h:outputText /> | 136 <h:outputText /> |