Last change
on this file since 1115 was 832, checked in by tobias, on Mar 5, 2010 at 6:03:21 PM |
views and data objects of the resource types added.
basic logging with log4j for the beanUtil class.
Configuration and JobSchedule class renamed.
|
File size:
1.8 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <jsp:root version="1.2"
|
---|
3 | xmlns:jsp="http://java.sun.com/JSP/Page"
|
---|
4 | xmlns:f="http://java.sun.com/jsf/core"
|
---|
5 | xmlns:h="http://java.sun.com/jsf/html"
|
---|
6 | xmlns:ice="http://www.icesoft.com/icefaces/component">
|
---|
7 | <jsp:directive.page contentType="text/html;charset=utf-8" />
|
---|
8 | <f:view>
|
---|
9 | <ice:outputDeclaration doctypeRoot="HTML" doctypePublic="-//W3C//DTD HTML 4.01 Transitional//EN" doctypeSystem="http://www.w3.org/TR/html4/loose.dtd"/>
|
---|
10 | <html>
|
---|
11 | <head>
|
---|
12 | <title><ice:outputText value="ICEfaces, Ajax for Java EE" /></title>
|
---|
13 | <ice:outputStyle href="./xmlhttp/css/rime/rime.css" />
|
---|
14 | </head>
|
---|
15 | <body>
|
---|
16 |
|
---|
17 | <ice:outputText value="Thank you for using ICEfaces." />
|
---|
18 | <ice:form>
|
---|
19 | <ice:messages />
|
---|
20 |
|
---|
21 | </ice:form>
|
---|
22 | <ice:panelGroup id="fileSet" style="visibility:visible">
|
---|
23 | <ice:panelGrid columns="2">
|
---|
24 | <ice:form>
|
---|
25 | <ice:outputLabel for="FileSet.Name" value="Name: "/>
|
---|
26 | <ice:inputText id="FileSet.Name" value="#{baum.selectNode.fileSet.name}"/>
|
---|
27 |
|
---|
28 | <ice:outputLabel for="fileSet.IgnoreFileSetChanges" value="Ignore File Set Changes: "/>
|
---|
29 | <ice:inputText id="fileSet.IgnoreFileSetChanges" value="#{baum.selectedNode.fileSetItem.ignoreFileSetChanges}"/>
|
---|
30 |
|
---|
31 | <ice:outputLabel for="fileSet.EnableVSS" value="Enable VSS: "/>
|
---|
32 | <ice:inputText id= "fileSet.EnableVSS" value="#{baum.selectedNode.fileSetItem.enableVSS}"/>
|
---|
33 |
|
---|
34 | <ice:outputLabel for="fileSet.Include" value="Include: " />
|
---|
35 | <ice:inputText id="fileSet.Include" value="#{baum.selectedNode.fileSetItem.include}"/>
|
---|
36 |
|
---|
37 | <ice:outputLabel for="fileSet.Exclude" value="Exclude: " />
|
---|
38 | <ice:inputText id="fileSet.Exclude" value="#{baum.selectedNode.fileSetItem.exclude}" />
|
---|
39 | </ice:form>
|
---|
40 | </ice:panelGrid>
|
---|
41 | </ice:panelGroup>
|
---|
42 | </body>
|
---|
43 | </html>
|
---|
44 | </f:view>
|
---|
45 | </jsp:root>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.