Author: wesleyhales
Date: 2008-08-08 16:44:42 -0400 (Fri, 08 Aug 2008)
New Revision: 11682
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editCoordination.xhtml
Log:
coordination ui updates
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editCoordination.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editCoordination.xhtml 2008-08-08
20:09:19 UTC (rev 11681)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/editCoordination.xhtml 2008-08-08
20:44:42 UTC (rev 11682)
@@ -1,84 +1,88 @@
-<div
-
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:fn="http://java.sun.com/jsp/jstl/functions"
-
xmlns:pfc="http://www.jboss.com/portal/facelet/common"
-
xmlns:c="http://java.sun.com/jstl/core">
+<ui:composition template="/jsf/objectTemplate.xhtml"
+
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:ui="http://java.sun.com/jsf/facelets"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:fn="http://java.sun.com/jsp/jstl/functions"
+
xmlns:pfc="http://www.jboss.com/portal/facelet/common"
+
xmlns:c="http://java.sun.com/jstl/core">
+ <ui:define name="content">
+ <f:loadBundle basename="Resource" var="bundle"/>
+ <div class="tenpx-top-bottom">
+ <h2
class="portlet-area-header">#{coordinationAction.selectedObject.name}
Parameter Coordination</h2>
+ <h3 class="sectionTitle tenpx-top-bottom">Create New Parameter
Bindings</h3>
+ Parameter Implicit Mode
#{coordinationAction.selectedObject.properties['coordination.parameter.implicit_mode']}
+ <hr/>
+ Event Implicit Mode
#{coordinationAction.selectedObject.properties['coordination.event.implicit_mode']}
+ <hr/>
+ Windows
+ <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
+ <f:selectItems value="#{coordinationAction.windows}"/>
+ </h:selectManyListbox>
-<f:loadBundle basename="Resource" var="bundle"/>
- <h2
class="sectionTitle">#{coordinationAction.selectedObject.name}</h2>
- <h3 class="sectionTitle">Coordination</h3>
- Parameter Implicit Mode
#{coordinationAction.selectedObject.properties['coordination.parameter.implicit_mode']}
- <hr/>
- Event Implicit Mode
#{coordinationAction.selectedObject.properties['coordination.event.implicit_mode']}
- <hr/>
- Windows
- <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
- <f:selectItems value="#{coordinationAction.windows}"/>
- </h:selectManyListbox>
+ <hr/>
- <hr/>
+ Alias Bindings
+ <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
+ <f:selectItems value="#{coordinationAction.aliasBindings}"/>
+ </h:selectManyListbox>
+ <br/>
- Alias Bindings
- <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
- <f:selectItems value="#{coordinationAction.aliasBindings}"/>
- </h:selectManyListbox>
- <br/>
+ <hr/>
+ Window Bindings
+ <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
+ <f:selectItems value="#{coordinationAction.windowBindings}"/>
+ </h:selectManyListbox>
- <hr/>
- Window Bindings
- <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
- <f:selectItems value="#{coordinationAction.windowBindings}"/>
- </h:selectManyListbox>
-
- <hr/>
- Event Wirings
- <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
- <f:selectItems value="#{coordinationAction.eventWirings}"/>
- </h:selectManyListbox>
- <br/>
- <ui:repeat var="eventWirings"
value="#{coordinationAction.eventWirings}">
- #{eventWirings}
- </ui:repeat>
- <hr/>
- eventSources
- <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
- <f:selectItems value="#{coordinationAction.eventSources}"/>
- </h:selectManyListbox>
- <br/>
- <ui:repeat var="eventSources"
value="#{coordinationAction.eventSources}">
- #{eventSources}
- </ui:repeat>
+ <h3 class="portlet-section-title
tenpx-top-bottom">#{coordinationAction.selectedObject.name} Event
Coordination</h3>
+ Event Wirings
+ <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
+ <f:selectItems value="#{coordinationAction.eventWirings}"/>
+ </h:selectManyListbox>
+ <br/>
+ <ui:repeat var="eventWirings"
value="#{coordinationAction.eventWirings}">
+ #{eventWirings}
+ </ui:repeat>
+ <hr/>
- <hr/>
- eventDestinations
- <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
- <f:selectItems value="#{coordinationAction.eventDestinations}"/>
- </h:selectManyListbox>
- <br/>
- <ui:repeat var="eventDestinations"
value="#{coordinationAction.eventDestinations}">
- #{eventDestinations}
- </ui:repeat>
-
+ eventSources
+ <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
+ <f:selectItems value="#{coordinationAction.eventSources}"/>
+ </h:selectManyListbox>
+ <br/>
+ <ui:repeat var="eventSources"
value="#{coordinationAction.eventSources}">
+ #{eventSources}
+ </ui:repeat>
- <ui:remove>
- <h:selectOneMenu id="locales"
value="#{addDisplayNameAction.newLocale}">
- <f:selectItems value="#{coordinationAction.pomb.portalItems}"/>
- </h:selectOneMenu>
- <br/>
+ <hr/>
+ eventDestinations
+ <h:selectManyListbox size="5"
value="#{addDisplayNameAction.newLocale}">
+ <f:selectItems
value="#{coordinationAction.eventDestinations}"/>
+ </h:selectManyListbox>
+ <br/>
+ <ui:repeat var="eventDestinations"
value="#{coordinationAction.eventDestinations}">
+ #{eventDestinations}
+ </ui:repeat>
- <h:selectOneMenu id="locales"
value="#{addDisplayNameAction.newLocale}">
- <f:selectItems value="#{coordinationAction.pomb.instanceItems}"/>
- </h:selectOneMenu>
- <br/>
- <h:selectOneMenu id="locales"
value="#{addDisplayNameAction.newLocale}">
- <f:selectItems
value="#{coordinationAction.pomb.portalPageItems}"/>
- </h:selectOneMenu>
- </ui:remove>
-</div>
+ <ui:remove>
+ <h:selectOneMenu id="locales"
value="#{addDisplayNameAction.newLocale}">
+ <f:selectItems
value="#{coordinationAction.pomb.portalItems}"/>
+ </h:selectOneMenu>
+ <br/>
+
+ <h:selectOneMenu id="locales"
value="#{addDisplayNameAction.newLocale}">
+ <f:selectItems
value="#{coordinationAction.pomb.instanceItems}"/>
+ </h:selectOneMenu>
+ <br/>
+
+ <h:selectOneMenu id="locales"
value="#{addDisplayNameAction.newLocale}">
+ <f:selectItems
value="#{coordinationAction.pomb.portalPageItems}"/>
+ </h:selectOneMenu>
+ </ui:remove>
+ </div>
+ </ui:define>
+</ui:composition>