Mercurial > hg > ismi-richfaces
comparison src/main/webapp/templates/main_template.xhtml @ 175:3d8b31508128
PublicByAuthor feature works now.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 07 Jun 2018 18:47:18 +0200 |
parents | 3c83f42a8a39 |
children | c63d39034b60 |
comparison
equal
deleted
inserted
replaced
174:4961820373d0 | 175:3d8b31508128 |
---|---|
23 <h:panelGrid id="msgPp"> | 23 <h:panelGrid id="msgPp"> |
24 <a4j:outputPanel ajaxRendered="true"> | 24 <a4j:outputPanel ajaxRendered="true"> |
25 | 25 |
26 | 26 |
27 <h:panelGroup rendered="#{!empty Session.generalMsgList}"> | 27 <h:panelGroup rendered="#{!empty Session.generalMsgList}"> |
28 <div style="z-index: 100;" class="rf-pp-shade"> | 28 <div style="z-index:100;" class="rf-pp-shade"> |
29 <button class="rf-pp-btn" tabindex="-1" accesskey="" /> | 29 <button class="rf-pp-btn" tabindex="-1" accesskey="" /> |
30 </div> | 30 </div> |
31 | 31 |
32 <h:panelGrid columns="1" styleClass="ismi-pp-cntr"> | 32 <h:panelGrid columns="1" styleClass="ismi-pp-cntr"> |
33 | 33 |
36 </div> | 36 </div> |
37 | 37 |
38 <h:panelGrid columns="1" styleClass="ismi-pp-main-panel"> | 38 <h:panelGrid columns="1" styleClass="ismi-pp-main-panel"> |
39 <h:panelGrid columns="2"> | 39 <h:panelGrid columns="2"> |
40 <h:graphicImage url="/resources/images/info_32.png" /> | 40 <h:graphicImage url="/resources/images/info_32.png" /> |
41 <h:panelGrid style="text-align:left"> | 41 <h:panelGrid style="text-align:left; min-width:60em"> |
42 <h:dataTable value="#{Session.generalMsgList}" var="msg" | 42 <h:dataTable value="#{Session.generalMsgList}" var="msg" |
43 rows="10"> | 43 rows="10"> |
44 <h:column> | 44 <h:column> |
45 <div style="overflow:scroll;max-height:300px"> | |
45 <h:outputText value="#{msg}" /> | 46 <h:outputText value="#{msg}" /> |
47 </div> | |
46 </h:column> | 48 </h:column> |
47 </h:dataTable> | 49 </h:dataTable> |
48 </h:panelGrid> | 50 </h:panelGrid> |
49 </h:panelGrid> | 51 </h:panelGrid> |
50 <a4j:commandButton value="OK" | 52 <a4j:commandButton value="OK" |