[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:form>
|
---|
| 19 | <ice:messages />
|
---|
| 20 |
|
---|
| 21 | </ice:form>
|
---|
| 22 | <ice:panelGroup id="Jobs" style="visibility:visible">
|
---|
| 23 | <ice:panelGrid columns="2">
|
---|
| 24 | <ice:form>
|
---|
| 25 | <ice:outputLabel for="jobs.Name" value="Name: "/>
|
---|
| 26 | <ice:inputText id="jobs.Name" value="#{baum.selectedNode.JobItem.name}" />
|
---|
| 27 |
|
---|
| 28 | <ice:outputLabel for="jobs.Enabled" value="Enabled: "/>
|
---|
| 29 | <ice:inputText id="jobs.Enabled" value="#{baum.selectedNode.JobItem.enabled}" />
|
---|
| 30 |
|
---|
| 31 | <ice:outputLabel for="jobs.Type" value="Type: "/>
|
---|
| 32 | <ice:inputText id="jobs.Type" value="#{baum.selectedNode.JobItem.type}" />
|
---|
| 33 |
|
---|
| 34 | <ice:outputLabel for="jobs.Level" value="Level: "/>
|
---|
| 35 | <ice:inputText id="jobs.Level" value="#{baum.selectedNode.JobItem.level}" />
|
---|
| 36 |
|
---|
| 37 | <ice:outputLabel for="jobs.Accurate" value="Accurate: "/>
|
---|
| 38 | <ice:inputText id="jobs.Accurate" value="#{baum.selectedNode.JobItem.accurate}" />
|
---|
| 39 |
|
---|
| 40 | <ice:outputLabel for="jobs.VerifyJob" value="VerifyJob: "/>
|
---|
| 41 | <ice:inputText id="jobs.VerifyJob" value="#{baum.selectedNode.JobItem.verifyJob}" />
|
---|
| 42 |
|
---|
| 43 | <ice:outputLabel for="jobs.JobDefs" value="JobDefaults: "/>
|
---|
| 44 | <ice:inputText id="jobs.JobDefs" value="#{baum.selectedNode.JobItem.jobDefs}" />
|
---|
| 45 |
|
---|
| 46 | <ice:outputLabel for="jobs.Bootstrap" value="Bootstrap: "/>
|
---|
| 47 | <ice:inputText id="jobs.Bootstrap" value="#{baum.selectedNode.JobItem.bootstrap}" />
|
---|
| 48 |
|
---|
| 49 | <ice:outputLabel for="jobs.WriteBootstrap" value="WriteBootstrap: "/>
|
---|
| 50 | <ice:inputText id="jobs.WriteBootstrap" value="#{baum.selectedNode.JobItem.writeBootstrap}" />
|
---|
| 51 |
|
---|
| 52 | <ice:outputLabel for="jobs.Client" value="Client: "/>
|
---|
| 53 | <ice:inputText id="jobs.Client" value="#{baum.selectedNode.JobItem.client}" />
|
---|
| 54 |
|
---|
| 55 | <ice:outputLabel for="jobs.FileSet" value="FileSet: "/>
|
---|
| 56 | <ice:inputText id="jobs.FileSet" value="#{baum.selectedNode.JobItem.fileSet}" />
|
---|
| 57 |
|
---|
| 58 | <ice:outputLabel for="jobs.Messages" value="Messages: "/>
|
---|
| 59 | <ice:inputText id="jobs.Messages" value="#{baum.selectedNode.JobItem.messages}" />
|
---|
| 60 |
|
---|
| 61 | <ice:outputLabel for="jobs.Pool" value="Pool: "/>
|
---|
| 62 | <ice:inputText id="jobs.Pool" value="#{baum.selectedNode.JobItem.pool}" />
|
---|
| 63 |
|
---|
| 64 | <ice:outputLabel for="jobs.FullBackupPool" value="FullBackupPool: "/>
|
---|
| 65 | <ice:inputText id="jobs.FullBackupPool" value="#{baum.selectedNode.JobItem.fullBackupPool}" />
|
---|
| 66 |
|
---|
| 67 | <ice:outputLabel for="jobs.DifferentialBackupPool" value="DifferentialBackupPool: "/>
|
---|
| 68 | <ice:inputText id="jobs.DifferentialBackupPool" value="#{baum.selectedNode.JobItem.differentialBackupPool}" />
|
---|
| 69 |
|
---|
| 70 | <ice:outputLabel for="jobs.IncrementalBackupPool" value="IncrementalBackupPool: "/>
|
---|
| 71 | <ice:inputText id="jobs.IncrementalBackupPool" value="#{baum.selectedNode.JobItem.incrementalBackupPool}" />
|
---|
| 72 |
|
---|
| 73 | <ice:outputLabel for="jobs.Schedule" value="Schedule: "/>
|
---|
| 74 | <ice:inputText id="jobs.Schedule" value="#{baum.selectedNode.JobItem.schedule}" />
|
---|
| 75 |
|
---|
| 76 | <ice:outputLabel for="jobs.Storage" value="Storage: "/>
|
---|
| 77 | <ice:inputText id="jobs.Storage" value="#{baum.selectedNode.JobItem.storage}storage" />
|
---|
| 78 |
|
---|
| 79 | <ice:outputLabel for="jobs.MaxStartDelay" value="MaxStartDelay: "/>
|
---|
| 80 | <ice:inputText id="jobs.MaxStartDelay" value="#{baum.selectedNode.JobItem.maxStartDelay}" />
|
---|
| 81 |
|
---|
| 82 | <ice:outputLabel for="jobs.MaxRunTime" value="MaxRunTime: "/>
|
---|
| 83 | <ice:inputText id="jobs.MaxRunTime" value="#{baum.selectedNode.JobItem.maxRunTime}" />
|
---|
| 84 |
|
---|
| 85 | <ice:outputLabel for="jobs.IncrementalDifferentialMaxWaitTime" value="IncrementalDifferentialMaxWaitTime: "/>
|
---|
| 86 | <ice:inputText id="jobs.IncrementalDifferentialMaxWaitTime" value="#{baum.selectedNode.JobItem.incrementalDifferentialMaxWaitTime}" />
|
---|
| 87 |
|
---|
| 88 | <ice:outputLabel for="jobs.IncrementalMaxRunTime" value="IncrementalMaxRunTime: "/>
|
---|
| 89 | <ice:inputText id="jobs.IncrementalMaxRunTime" value="#{baum.selectedNode.JobItem.incrementalMaxRunTime}" />
|
---|
| 90 |
|
---|
| 91 | <ice:outputLabel for="jobs.DifferentialMaxWaitTime" value="DifferentialMaxWaitTime: "/>
|
---|
| 92 | <ice:inputText id="jobs.DifferentialMaxWaitTime" value="#{baum.selectedNode.JobItem.differentialMaxWaitTime}" />
|
---|
| 93 |
|
---|
| 94 | <ice:outputLabel for="jobs.MaxRunSchedTime" value="MaxRunSchedTime: "/>
|
---|
| 95 | <ice:inputText id="jobs.MaxRunSchedTime" value="#{baum.selectedNode.JobItem.maxRunSchedTime}" />
|
---|
| 96 |
|
---|
| 97 | <ice:outputLabel for="jobs.MaxWaitTime" value="MaxWaitTime: "/>
|
---|
| 98 | <ice:inputText id="jobs.MaxWaitTime" value="#{baum.selectedNode.JobItem.maxWaitTime}" />
|
---|
| 99 |
|
---|
| 100 | <ice:outputLabel for="jobs.MaxFullInterval" value="MaxFullInterval: "/>
|
---|
| 101 | <ice:inputText id="jobs.MaxFullInterval" value="#{baum.selectedNode.JobItem.maxFullInterval}" />
|
---|
| 102 |
|
---|
| 103 | <ice:outputLabel for="jobs.PreferMountedVolumes" value="PreferMountedVolumes: "/>
|
---|
| 104 | <ice:inputText id="jobs.PreferMountedVolumes" value="#{baum.selectedNode.JobItem.preferMountedVolumes}" />
|
---|
| 105 |
|
---|
| 106 | <ice:outputLabel for="jobs.PruneJobs" value="PruneJobs: "/>
|
---|
| 107 | <ice:inputText id="jobs.PruneJobs" value="#{baum.selectedNode.JobItem.pruneJobs}" />
|
---|
| 108 |
|
---|
| 109 | <ice:outputLabel for="jobs.PruneFiles" value="PruneFiles: "/>
|
---|
| 110 | <ice:inputText id="jobs.PruneFiles" value="#{baum.selectedNode.JobItem.pruneFiles}" />
|
---|
| 111 |
|
---|
| 112 | <ice:outputLabel for="jobs.PruneVolumes" value="PruneVolumes: "/>
|
---|
| 113 | <ice:inputText id="jobs.PruneVolumes" value="#{baum.selectedNode.JobItem.pruneVolumes}" />
|
---|
| 114 |
|
---|
| 115 | <ice:outputLabel for="jobs.RunScript " value="RunScript : "/>
|
---|
| 116 | <ice:inputText id="jobs.RunScript " value="#{baum.selectedNode.JobItem.runScript }" />
|
---|
| 117 |
|
---|
| 118 | <ice:outputLabel for="jobs.RunBeforeJob" value="RunBeforeJob: "/>
|
---|
| 119 | <ice:inputText id="jobs.RunBeforeJob" value="#{baum.selectedNode.JobItem.runBeforeJob}" />
|
---|
| 120 |
|
---|
| 121 | <ice:outputLabel for="jobs.RunAfterJob" value="RunAfterJob: "/>
|
---|
| 122 | <ice:inputText id="jobs.RunAfterJob" value="#{baum.selectedNode.JobItem.runAfterJob}" />
|
---|
| 123 |
|
---|
| 124 | <ice:outputLabel for="jobs.RunAfterFailedJob" value="RunAfterFailedJob: "/>
|
---|
| 125 | <ice:inputText id="jobs.RunAfterFailedJob" value="#{baum.selectedNode.JobItem.runAfterFailedJob}" />
|
---|
| 126 |
|
---|
| 127 | <ice:outputLabel for="jobs.ClientRunBeforeJob" value="ClientRunBeforeJob: "/>
|
---|
| 128 | <ice:inputText id="jobs.ClientRunBeforeJob" value="#{baum.selectedNode.JobItem.clientRunBeforeJob}" />
|
---|
| 129 |
|
---|
| 130 | <ice:outputLabel for="jobs.ClientRunAfterJob" value="ClientRunAfterJob: "/>
|
---|
| 131 | <ice:inputText id="jobs.ClientRunAfterJob" value="#{baum.selectedNode.JobItem.clientRunAfterJob}" />
|
---|
| 132 |
|
---|
| 133 | <ice:outputLabel for="jobs.RerunFailedLevels" value="RerunFailedLevels: "/>
|
---|
| 134 | <ice:inputText id="jobs.RerunFailedLevels" value="#{baum.selectedNode.JobItem.rerunFailedLevels}" />
|
---|
| 135 |
|
---|
| 136 | <ice:outputLabel for="jobs.SpoolData" value="SpoolData: "/>
|
---|
| 137 | <ice:inputText id="jobs.SpoolData" value="#{baum.selectedNode.JobItem.spoolData}" />
|
---|
| 138 |
|
---|
| 139 | <ice:outputLabel for="jobs.SpoolAttributes" value="SpoolAttributes: "/>
|
---|
| 140 | <ice:inputText id="jobs.SpoolAttributes" value="#{baum.selectedNode.JobItem.spoolAttributes}" />
|
---|
| 141 |
|
---|
| 142 | <ice:outputLabel for="jobs.Where" value="Where: "/>
|
---|
| 143 | <ice:inputText id="jobs.Where" value="#{baum.selectedNode.JobItem.where}" />
|
---|
| 144 |
|
---|
| 145 | <ice:outputLabel for="jobs.AddPrefix" value="AddPrefix: "/>
|
---|
| 146 | <ice:inputText id="jobs.AddPrefix" value="#{baum.selectedNode.JobItem.addPrefix}" />
|
---|
| 147 |
|
---|
| 148 | <ice:outputLabel for="jobs.AddSuffix" value="AddSuffix: "/>
|
---|
| 149 | <ice:inputText id="jobs.AddSuffix" value="#{baum.selectedNode.JobItem.addSuffix}" />
|
---|
| 150 |
|
---|
| 151 | <ice:outputLabel for="jobs.StripPrefix" value="StripPrefix: "/>
|
---|
| 152 | <ice:inputText id="jobs.StripPrefix" value="#{baum.selectedNode.JobItem.stripPrefix}" />
|
---|
| 153 |
|
---|
| 154 | <ice:outputLabel for="jobs.RegexWhere" value="RegexWhere: "/>
|
---|
| 155 | <ice:inputText id="jobs.RegexWhere" value="#{baum.selectedNode.JobItem.regexWhere}" />
|
---|
| 156 |
|
---|
| 157 | <ice:outputLabel for="jobs.Replace" value="Replace: "/>
|
---|
| 158 | <ice:inputText id="jobs.Replace" value="#{baum.selectedNode.JobItem.replace}" />
|
---|
| 159 |
|
---|
| 160 | <ice:outputLabel for="jobs.PrefixLinks" value="PrefixLinks: "/>
|
---|
| 161 | <ice:inputText id="jobs.PrefixLinks" value="#{baum.selectedNode.JobItem.prefixLinks}" />
|
---|
| 162 |
|
---|
| 163 | <ice:outputLabel for="jobs.MaximumConcurrentJobs" value="MaximumConcurrentJobs: "/>
|
---|
| 164 | <ice:inputText id="jobs.MaximumConcurrentJobs" value="#{baum.selectedNode.JobItem.maximumConcurrentJobs}" />
|
---|
| 165 |
|
---|
| 166 | <ice:outputLabel for="jobs.RescheduleOnError" value="RescheduleOnError: "/>
|
---|
| 167 | <ice:inputText id="jobs.RescheduleOnError" value="#{baum.selectedNode.JobItem.rescheduleOnError}" />
|
---|
| 168 |
|
---|
| 169 | <ice:outputLabel for="jobs.RescheduleInterval" value="RescheduleInterval: "/>
|
---|
| 170 | <ice:inputText id="jobs.RescheduleInterval" value="#{baum.selectedNode.JobItem.rescheduleInterval}" />
|
---|
| 171 |
|
---|
| 172 | <ice:outputLabel for="jobs.RescheduleTimes" value="RescheduleTimes: "/>
|
---|
| 173 | <ice:inputText id="jobs.RescheduleTimes" value="#{baum.selectedNode.JobItem.rescheduleTimes}" />
|
---|
| 174 |
|
---|
| 175 | <ice:outputLabel for="jobs.AllowDuplicateJobs" value="AllowDuplicateJobs: "/>
|
---|
| 176 | <ice:inputText id="jobs.AllowDuplicateJobs" value="#{baum.selectedNode.JobItem.allowDuplicateJobs}" />
|
---|
| 177 |
|
---|
| 178 | <ice:outputLabel for="jobs.AllowHigherDuplicates" value="AllowHigherDuplicates: "/>
|
---|
| 179 | <ice:inputText id="jobs.AllowHigherDuplicates" value="#{baum.selectedNode.JobItem.allowHigherDuplicates}" />
|
---|
| 180 |
|
---|
| 181 | <ice:outputLabel for="jobs.CancelLowerLevelDuplicates" value="CancelLowerLevelDuplicates: "/>
|
---|
| 182 | <ice:inputText id="jobs.CancelLowerLevelDuplicates" value="#{baum.selectedNode.JobItem.cancelLowerLevelDuplicates}" />
|
---|
| 183 |
|
---|
| 184 | <ice:outputLabel for="jobs.CancelQueuedDuplicates" value="CancelQueuedDuplicates: "/>
|
---|
| 185 | <ice:inputText id="jobs.CancelQueuedDuplicates" value="#{baum.selectedNode.JobItem.cancelQueuedDuplicates}" />
|
---|
| 186 |
|
---|
| 187 | <ice:outputLabel for="jobs.CancelRunningDuplicates" value="CancelRunningDuplicates: "/>
|
---|
| 188 | <ice:inputText id="jobs.CancelRunningDuplicates" value="#{baum.selectedNode.JobItem.cancelRunningDuplicates}" />
|
---|
| 189 |
|
---|
| 190 | <ice:outputLabel for="jobs.DuplicateJobProximity" value="DuplicateJobProximity: "/>
|
---|
| 191 | <ice:inputText id="jobs.DuplicateJobProximity" value="#{baum.selectedNode.JobItem.duplicateJobProximity}" />
|
---|
| 192 |
|
---|
| 193 | <ice:outputLabel for="jobs.Run" value="Run: "/>
|
---|
| 194 | <ice:inputText id="jobs.Run" value="#{baum.selectedNode.JobItem.run}" />
|
---|
| 195 |
|
---|
| 196 | <ice:outputLabel for="jobs.Priority" value="Priority: "/>
|
---|
| 197 | <ice:inputText id="jobs.Priority" value="#{baum.selectedNode.JobItem.priority}" />
|
---|
| 198 |
|
---|
| 199 | <ice:outputLabel for="jobs.AllowMixedPriority" value="AllowMixedPriority: "/>
|
---|
| 200 | <ice:inputText id="jobs.AllowMixedPriority" value="#{baum.selectedNode.JobItem.allowMixedPriority}" />
|
---|
| 201 |
|
---|
| 202 | <ice:outputLabel for="jobs.WritePartAfterJob" value="WritePartAfterJob: "/>
|
---|
| 203 | <ice:inputText id="jobs.WritePartAfterJob" value="#{baum.selectedNode.JobItem.writePartAfterJob}" />
|
---|
| 204 | </ice:form>
|
---|
| 205 | </ice:panelGrid>
|
---|
| 206 | </ice:panelGroup>
|
---|
| 207 | </body>
|
---|
| 208 | </html>
|
---|
| 209 | </f:view>
|
---|
| 210 | </jsp:root> |
---|