[832] | 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:panelGroup id="console" style="visibility:visible">
|
---|
| 19 | <ice:panelGrid columns="2">
|
---|
| 20 | <ice:form>
|
---|
| 21 | <ice:outputLabel for="console.name" value="Name: " />
|
---|
| 22 | <ice:inputText id="console.name" value="#{baum.selectedNode.consoleItem.name}" />
|
---|
| 23 | <ice:outputLabel for="console.password" value="Password: " />
|
---|
| 24 | <ice:inputText id="console.password" value="#{baum.selectedNode.consoleItem.password}" />
|
---|
| 25 | <ice:outputLabel for="console.jobACL" value="JobACL: " />
|
---|
| 26 | <ice:inputText id="console.jobACL" value="#{baum.selectedNode.consoleItem.jobACL}" />
|
---|
| 27 | <ice:outputLabel for="console.clientACL" value="ClientACL: " />
|
---|
| 28 | <ice:inputText id="console.clientACL" value="#{baum.selectedNode.consoleItem.clientACL}" />
|
---|
| 29 | <ice:outputLabel for="console.storageACL" value="StorageACL: " />
|
---|
| 30 | <ice:inputText id="console.storageACL" value="#{baum.selectedNode.consoleItem.storageACL}" />
|
---|
| 31 | <ice:outputLabel for="console.scheduleACL" value="ScheduleACL: " />
|
---|
| 32 | <ice:inputText id="console.scheduleACL" value="#{baum.selectedNode.consoleItem.scheduleACL}" />
|
---|
| 33 | <ice:outputLabel for="console.poolACL" value="PoolACL: " />
|
---|
| 34 | <ice:inputText id="console.poolACL" value="#{baum.selectedNode.consoleItem.poolACL}" />
|
---|
| 35 | <ice:outputLabel for="console.fileSetACL" value="FileSetACL: " />
|
---|
| 36 | <ice:inputText id="console.fileSetACL" value="#{baum.selectedNode.consoleItem.fileSetACL}" />
|
---|
| 37 | <ice:outputLabel for="console.consoleACL" value="CatalogACL: " />
|
---|
| 38 | <ice:inputText id="console.consoleACL" value="#{baum.selectedNode.consoleItem.consoleACL}" />
|
---|
| 39 | <ice:outputLabel for="console.commandACL" value="CommandACL: " />
|
---|
| 40 | <ice:inputText id="console.commandACL" value="#{baum.selectedNode.consoleItem.commandACL}" />
|
---|
| 41 | <ice:outputLabel for="console.whereACL" value="WhereACL: " />
|
---|
| 42 | <ice:inputText id="console.whereACL" value="#{baum.selectedNode.consoleItem.whereACL}" />
|
---|
| 43 | </ice:form>
|
---|
| 44 | </ice:panelGrid>
|
---|
| 45 | </ice:panelGroup>
|
---|
| 46 | </body>
|
---|
| 47 | </html>
|
---|
| 48 | </f:view>
|
---|
| 49 | </jsp:root>
|
---|