Mercurial > hg > ismi-richfaces
diff src/main/webapp/admin/admin.xhtml @ 60:4ec8d4cfad26 remove_escidoc
remove old PubMan/escidoc code.
author | casties |
---|---|
date | Mon, 30 Nov 2015 15:38:09 +0100 |
parents | 764f47286679 |
children |
line wrap: on
line diff
--- a/src/main/webapp/admin/admin.xhtml Mon Nov 30 15:37:10 2015 +0100 +++ b/src/main/webapp/admin/admin.xhtml Mon Nov 30 15:38:09 2015 +0100 @@ -26,8 +26,6 @@ actionListener="#{adminBean.actionCreateUser}" /> <h:commandButton value="Show all users" actionListener="#{adminBean.actionGetAllUsers}" /> - <h:commandButton value="Open ESciDoc Panel Control" - actionListener="#{adminBean.listenerOpenESciDocPanelControl}" /> </h:panelGrid> <h:panelGrid columns="2" @@ -105,71 +103,6 @@ </rich:dataTable> - <!-- Attribute Editor --> - <h:panelGroup rendered="#{adminBean.showESciDocPanelControl}"> - <div style="z-index: 100;" class="rf-pp-shade"> - <button class="rf-pp-btn" tabindex="-1" accesskey="" /> - </div> - - <h:panelGrid columns="1" class="rf-pp-cntr" - style="height: 100px; left: 100px; position: fixed; top: 50px; width: 500px; z-index: 100;"> - - <div class="rf-pp-shdw" - style="height: 100px; left: 100px; left: 5px; top: 5px; bottom: -5px; opacity: 0.1;"> - </div> - <div class="rf-pp-hdr " style="cursor: default;"> - <div class="rf-pp-hdr-cnt">ESciDoc Panel Control</div> - </div> - - <h:panelGrid columns="1" class="rf-pp-cnt-scrlr" - style="width: 500px; height: 329px;"> - <h:panelGrid columns="1" class="rf-pp-cnt"> - <h:panelGrid columns="2"> - <h:outputLabel value="Last sychronization:" /> - <h:outputLabel - value="#{ApplicationBean1.refCache.lastSynchronization}" /> - - <h:outputLabel value="Loading time [ms]:" /> - <h:outputLabel - value="#{ApplicationBean1.refCache.lastSynchronizationTimeExec}" /> - - <h:outputLabel value="Server Status" /> - <h:outputLabel - value="#{ApplicationBean1.refCache.serverStatus}" /> - - <h:outputLabel value="Items size" /> - <h:outputLabel value="#{ApplicationBean1.refCache.itemsSize}" /> - - <h:outputLabel value="Max records used for last sychronization" /> - <h:outputLabel - value="#{ApplicationBean1.refCache.lastSynchronizationMaxRecords}" /> - - <h:outputLabel value="Sychronize with Server" /> - <h:panelGrid columns="3"> - - <h:selectOneMenu - value="#{ApplicationBean1.refCache.maxRecords}"> - <f:selectItem itemLabel="50" itemValue="50" /> - <f:selectItem itemLabel="100" itemValue="100" /> - <f:selectItem itemLabel="1000" itemValue="1000" /> - <f:selectItem itemLabel="5000" itemValue="5000" /> - <f:selectItem itemLabel="10000" itemValue="10000" /> - </h:selectOneMenu> - - <h:commandButton value="submit" - actionListener="#{ApplicationBean1.refCache.listenerSynchronizeWithServer}" /> - - </h:panelGrid> - - <h:commandButton value="Close" - actionListener="#{adminBean.listenerCloseESciDocPanelControl}" /> - </h:panelGrid> - </h:panelGrid> - </h:panelGrid> - </h:panelGrid> - - </h:panelGroup> - </h:panelGrid> </ui:define>