Changeset 854 for vanHelsing/trunk/gui/WebContent
- Timestamp:
- Mar 26, 2010, 6:01:33 PM (15 years ago)
- Location:
- vanHelsing/trunk/gui/WebContent
- Files:
-
- 122 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vanHelsing/trunk/gui/WebContent/viewConfig.jspx
r849 r854 15 15 <head> 16 16 <title>vanHelsing GUI</title> 17 <!-- <link rel="stylesheet" type="text/css" href="css/treeComponents.css"/> --> 18 <link rel="stylesheet" type="text/css" href="css/showcase_style.css" /> 19 <link rel="stylesheet" type="text/css" href="css/showcase_overrides.css"/> 20 <link rel="stylesheet" type="text/css" href="css/showcase_layout.css"/> 21 <link rel="stylesheet" type="text/css" href="css/rime.css" /> 22 23 17 24 </head> 18 25 19 26 <body> 20 21 <ice:panelGroup style="float:left; width:20%; background-color=blue"> 27 <h1 style="color:grey">van Helsing GUI</h1> 28 <ice:panelDivider dividerPosition="45" style="float:left;height: 85%"> 29 <f:facet name="first"> 30 <ice:panelGroup style="exampleBox;float:left;width:350px"> 22 31 <ice:form> 23 32 <ice:tree id="baum" … … 25 34 var="item" 26 35 hideRootNode = "false" 27 hideNavigation ="false"> 36 hideNavigation ="false" 37 imageDir = "css/images/"> 28 38 29 39 <ice:treeNode id="knoten"> 30 40 <f:facet name="icon"> 41 <ice:panelGroup style="display: inline" > 42 <ice:graphicImage 43 value="/css/images/#{item.userObject.icon}"/> 44 </ice:panelGroup> 31 45 </f:facet> 32 46 <f:facet name="content"> 33 <ice:commandLink actionListener="#{configurationBean.userObjectItemNodeSelected}"> 47 <!-- <ice:panelGroup> --> 48 <!-- styleClass="selectedNode#{item.userObject eq treeController.selectedUserObject}" 49 style="display: inline" > --> 50 <ice:commandLink actionListener="#{configurationBean.userObjectItemNodeSelected}"> 34 51 <f:param name="userObject.resId" value="#{item.userObject.userObject.resId}"/> 35 52 <ice:outputText id="knoten" value="#{item.userObject.userObject.value}"/> 36 53 </ice:commandLink> 54 <!-- </ice:panelGroup> --> 37 55 </f:facet> 38 56 </ice:treeNode> … … 40 58 </ice:form> 41 59 </ice:panelGroup> 42 <ice:panelGroup style="margin: 0; padding: 0;width:350px;" > 60 </f:facet> 61 <f:facet name="second"> 62 63 <ice:panelGroup style="float:left;margin: 0; padding: 0" > 43 64 <ice:panelGrid cellpadding="0" cellspacing="3" 44 65 columns="2" rendered="#{configurationBean.selectedObject != null}"> 66 <ice:form> 45 67 <ice:dataTable 46 68 var="item" … … 57 79 <ice:outputText value="Value" /> 58 80 </f:facet> 59 <ice: outputTextvalue="#{item.keyValue}" />81 <ice:inputText partialSubmit="true" value="#{item.keyValue}" /> 60 82 </ice:column> 61 </ice:dataTable> 83 84 </ice:dataTable> 85 <ice:panelGroup> 86 <ice:commandButton id="saveRes" 87 value="Speichern" 88 actionListener="#{configurationBean.saveButtonListener}"/> 89 </ice:panelGroup> 90 <ice:panelGroup rendered="#{configurationBean.selectedObject != null}"> 91 <ice:commandButton id="newRes" 92 value="Neu" 93 actionListener="#{configurationBean.newResourceButtonListener}"/> 94 </ice:panelGroup> 95 </ice:form> 62 96 </ice:panelGrid> 63 97 </ice:panelGroup> 98 </f:facet> 99 </ice:panelDivider> 100 <ice:panelDivider style="float:left; width:450px; height:85%"> 101 <f:facet name="first"></f:facet> 102 <f:facet name="second">blub</f:facet> 103 </ice:panelDivider> 64 104 <ice:form> 65 105 <ice:messages/>
Note:
See TracChangeset
for help on using the changeset viewer.