Ignore:
Timestamp:
Apr 1, 2010, 2:06:38 PM (14 years ago)
Author:
tobias
Message:

visual design change. ValidationParser added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/WebContent/viewConfig.jspx

    r854 r856  
    1414    <html>
    1515            <head>
    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                    
     16               <ice:outputStyle href="./xmlhttp/css/rime/rime.css" />
     17                   <title>van Helsing</title>
    2418                </head>
    2519
    2620                <body>
    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">
     21                <h1 style="color:grey">van Helsing</h1>
     22        <ice:panelDivider dividerPosition="45" style="float:left; height:85%">
     23        <f:facet name="first" style="height:85%">
     24                <ice:panelGroup style="exampleBox;float:left;width:350px; height:85%">
    3125                    <ice:form>
    3226                        <ice:tree id="baum"     
     
    6256               
    6357                <ice:panelGroup style="float:left;margin: 0; padding: 0" >
     58                <ice:panelGroup rendered="#{configurationBean.selectedObject != null}">
     59                        <ice:commandButton id="newRes"
     60                                        value="Neu2"
     61                                        actionListener="#{configurationBean.newResourceButtonListener}"/>
     62                                <ice:commandButton id="saveRes"
     63                                   value="Speichern"
     64                                   actionListener="#{configurationBean.saveButtonListener}"/>
     65                </ice:panelGroup>
     66       
    6467                        <ice:panelGrid cellpadding="0" cellspacing="3"
    6568                                columns="2" rendered="#{configurationBean.selectedObject != null}">
     
    7982                                                         <ice:outputText value="Value" />
    8083                                                </f:facet>
    81                                                 <ice:inputText partialSubmit="true" value="#{item.keyValue}" />
     84                                                <ice:inputText rendered="#{item.inputText != null}" partialSubmit="true" value="#{item.keyValue}" />
     85                                                                <ice:selectOneMenu id="SlctCompTyp" rendered="#{item.inputSelectOne != null}" valueChangeListener="#{selectionTags.effectChangeListener}"
     86                                                value="#{selectionTags.selectedComponent}" partialSubmit="true">
     87                                                <f:selectItems id="SlctcompTypeItms" value="#{selectionTags.componentItems}"/>
     88                                                </ice:selectOneMenu>                                                           
    8289                                        </ice:column>
    8390                                     
    8491                                </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>                             
     92            </ice:form>                                 
    9693                        </ice:panelGrid>               
    9794                </ice:panelGroup>
Note: See TracChangeset for help on using the changeset viewer.