<p><%[ This wizard enables you to create in easy way a new backup job. ]%></p>
<!--p><%[ To start please select job type that you wish to create. ]%></p-->
</div>
- <div class="w3-container w3-margin-top">
- <com:Application.Web.Portlets.DirectiveTextBox
- ID="Name"
- DirectiveName="Name"
- Label="Job Name"
- ValidationGroup="NewJobDirective"
- Required="true"
- Show="true"
- />
- </div>
- <div class="w3-container w3-margin-top">
- <com:Application.Web.Portlets.DirectiveTextBox
- ID="Description"
- DirectiveName="Description"
- Label="Description"
- ValidationGroup="NewJobDirective"
- Required="false"
- Show="true"
- />
- </div>
- <div class="w3-container w3-margin-top">
- <com:Application.Web.Portlets.DirectiveComboBox
- ID="JobDefs"
- DirectiveName="JobDefs"
- Label="JobDefs"
- Show="true"
- />
+ <div class="w3-half" style="float: none; margin: auto">
+ <div class="w3-container w3-margin-top">
+ <com:Application.Web.Portlets.DirectiveTextBox
+ ID="Name"
+ DirectiveName="Name"
+ Label="Job Name"
+ ValidationGroup="NewJobDirective"
+ Required="true"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container w3-margin-top">
+ <com:Application.Web.Portlets.DirectiveTextBox
+ ID="Description"
+ DirectiveName="Description"
+ Label="Description"
+ ValidationGroup="NewJobDirective"
+ Required="false"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container w3-margin-top">
+ <com:Application.Web.Portlets.DirectiveComboBox
+ ID="JobDefs"
+ DirectiveName="JobDefs"
+ Label="JobDefs"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
</div>
</com:TWizardStep>
<com:TWizardStep ID="Step2" Title="<%[ Step 2 - what you want to backup ]%>" StepType="Auto">
<p><%[ Please select Client from which you want to backup data and please select FileSet with files/directories definition to backup. ]%></p>
<p><%[ If your FileSet for this backup does not exist yet, you can create it. ]%></p>
</div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveComboBox
- ID="Client"
- DirectiveName="Client"
- Label="Client"
- Show="true"
- ValidationGroup="NewJobDirective"
- Required="true"
- />
- </div>
- <div class="w3-container w3-margin-top">
- <com:Application.Web.Portlets.DirectiveComboBox
- ID="Fileset"
- DirectiveName="Fileset"
- Label="FileSet"
- Show="true"
- ValidationGroup="NewJobDirective"
- Required="true"
+ <div class="w3-half" style="float: none; margin: auto">
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveComboBox
+ ID="Client"
+ DirectiveName="Client"
+ Label="Client"
+ Show="true"
+ ValidationGroup="NewJobDirective"
+ Required="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container w3-margin-top">
+ <com:Application.Web.Portlets.DirectiveComboBox
+ ID="Fileset"
+ DirectiveName="Fileset"
+ Label="FileSet"
+ Show="true"
+ ValidationGroup="NewJobDirective"
+ Required="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ <span><a href="javascript:void(0)" onclick="$('#job_wizard_new_fileset').slideToggle(); oBaculaConfigSection.show_sections(true);" class="w3-button w3-green" ><i class="fa fa-plus"></i> <%[ Add new FileSet ]%></a></span>
+ </div>
+ <div id="fileset_save_ok" class="w3-panel w3-green w3-display-container" style="display: none">
+ <span onclick="this.parentElement.style.display='none'" class="w3-button w3-green w3-large w3-display-topright">x</span>
+ <p><%[ The resource has been created successfully. ]%></p>
+ </div>
+ <div id="job_wizard_new_fileset" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
+ <h3><%[ New FileSet ]%></h3>
+ <com:Application.Web.Portlets.BaculaConfigDirectives
+ ID="FilesetConfig"
+ ComponentType="dir"
+ ResourceType="Fileset"
+ ShowCancelButton="false"
+ SaveDirectiveActionOk="$('#job_wizard_new_fileset').slideUp(); set_new_fileset(); $('#fileset_save_ok').show();"
/>
- <span><a href="javascript:void(0)" onclick="$('#job_wizard_new_fileset').slideToggle(); oBaculaConfigSection.show_sections(true);" class="w3-button w3-green" ><i class="fa fa-plus"></i> <%[ Add new FileSet ]%></a></span>
- </div>
- <div id="fileset_save_ok" class="w3-panel w3-green w3-display-container" style="display: none">
- <span onclick="this.parentElement.style.display='none'" class="w3-button w3-green w3-large w3-display-topright">x</span>
- <p><%[ The resource has been created successfully. ]%></p>
- </div>
- <div id="job_wizard_new_fileset" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
- <h3><%[ New FileSet ]%></h3>
- <com:Application.Web.Portlets.BaculaConfigDirectives
- ID="FilesetConfig"
- ComponentType="dir"
- ResourceType="Fileset"
- ShowCancelButton="false"
- SaveDirectiveActionOk="$('#job_wizard_new_fileset').slideUp(); set_new_fileset(); $('#fileset_save_ok').show();"
- />
+ </div>
</div>
<com:TCallback ID="LoadFilesetList" OnCallback="LoadFilesetList" />
<script type="text/javascript">
<h2><%[ Storage and Pool ]%></h2>
<p><%[ Please select Storage where you want to backup data and please select Pool with volumes which Storage will use to store backup data. ]%></p>
</div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveComboBox
- ID="Storage"
- DirectiveName="Storage"
- Label="Storage"
- Show="true"
- ValidationGroup="NewJobDirective"
- Required="true"
- />
- <span><a href="javascript:void(0)" onclick="$('#job_wizard_storage_directives').slideToggle();" class="w3-button w3-green"><i class="fa fa-angle-down"></i> <%[ Show Storage directives for Job ]%></a></span>
- </div>
- <div id="job_wizard_storage_directives" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
- <h3><%[ Spool setting ]%></h3>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveCheckBox
- ID="SpoolData"
- DirectiveName="SpoolData"
- Label="Spool Data"
- Show="true"
- />
- </div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveCheckBox
- ID="SpoolAttributes"
- DirectiveName="SpoolAttributes"
- Label="Spool Attributes"
- Show="true"
- />
- </div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveSize
- ID="SpoolSize"
- DirectiveName="SpoolSize"
- Label="Spool Size"
- Show="true"
- />
- </div>
- </div>
- <div class="w3-container w3-margin-top">
- <com:Application.Web.Portlets.DirectiveComboBox
- ID="Pool"
- DirectiveName="Pool"
- Label="Pool"
- Show="true"
- ValidationGroup="NewJobDirective"
- Required="true"
- />
- <span><a href="javascript:void(0)" onclick="$('#job_wizard_pool_directives').hide(); $('#job_wizard_new_pool').slideToggle(); oBaculaConfigSection.show_sections(true);" class="w3-button w3-green"><i class="fa fa-plus"></i> <%[ Add new Pool ]%></a></span>
- <span><a href="javascript:void(0)" onclick="$('#job_wizard_new_pool').hide(); $('#job_wizard_pool_directives').slideToggle();" class="w3-button w3-green"><i class="fa fa-angle-down"></i> <%[ Show Pool directives for Job ]%></a></span>
- </div>
- <div id="pool_save_ok" class="w3-panel w3-green w3-display-container" style="display: none">
- <span onclick="this.parentElement.style.display='none'" class="w3-button w3-green w3-large w3-display-topright">x</span>
- <p><%[ The resource has been created successfully. ]%></p>
- </div>
- <div id="job_wizard_new_pool" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
- <h3><%[ New Pool ]%></h3>
- <com:Application.Web.Portlets.BaculaConfigDirectives
- ID="PoolConfig"
- ComponentType="dir"
- ResourceType="Pool"
- ShowCancelButton="false"
- SaveDirectiveActionOk="$('#job_wizard_new_pool').slideUp(); set_new_pool(); $('#pool_save_ok').show();"
- />
- </div>
- <div id="job_wizard_pool_directives" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
- <h3><%[ Pool setting ]%></h3>
+ <div class="w3-half" style="float: none; margin: auto">
<div class="w3-container">
<com:Application.Web.Portlets.DirectiveComboBox
- ID="FullBackupPool"
- DirectiveName="FullBackupPool"
- Label="Full Backup Pool"
+ ID="Storage"
+ DirectiveName="Storage"
+ Label="Storage"
Show="true"
+ ValidationGroup="NewJobDirective"
+ Required="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
/>
+ <span><a href="javascript:void(0)" onclick="$('#job_wizard_storage_directives').slideToggle();" class="w3-button w3-green"><i class="fa fa-angle-down"></i> <%[ Show Storage directives for Job ]%></a></span>
+ </div>
+ <div id="job_wizard_storage_directives" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
+ <h3><%[ Spool setting ]%></h3>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveCheckBox
+ ID="SpoolData"
+ DirectiveName="SpoolData"
+ Label="Spool Data"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveCheckBox
+ ID="SpoolAttributes"
+ DirectiveName="SpoolAttributes"
+ Label="Spool Attributes"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveSize
+ ID="SpoolSize"
+ DirectiveName="SpoolSize"
+ Label="Spool Size"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
</div>
- <div class="w3-container">
+ <div class="w3-container w3-margin-top">
<com:Application.Web.Portlets.DirectiveComboBox
- ID="IncrementalBackupPool"
- DirectiveName="IncrementalBackupPool"
- Label="Incremental Backup Pool"
+ ID="Pool"
+ DirectiveName="Pool"
+ Label="Pool"
Show="true"
- />
+ ValidationGroup="NewJobDirective"
+ Required="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ <span><a href="javascript:void(0)" onclick="$('#job_wizard_pool_directives').hide(); $('#job_wizard_new_pool').slideToggle(); oBaculaConfigSection.show_sections(true);" class="w3-button w3-green"><i class="fa fa-plus"></i> <%[ Add new Pool ]%></a></span>
+ <span><a href="javascript:void(0)" onclick="$('#job_wizard_new_pool').hide(); $('#job_wizard_pool_directives').slideToggle();" class="w3-button w3-green"><i class="fa fa-angle-down"></i> <%[ Show Pool directives for Job ]%></a></span>
+ </div>
+ <div id="pool_save_ok" class="w3-panel w3-green w3-display-container" style="display: none">
+ <span onclick="this.parentElement.style.display='none'" class="w3-button w3-green w3-large w3-display-topright">x</span>
+ <p><%[ The resource has been created successfully. ]%></p>
+ </div>
+ <div id="job_wizard_new_pool" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
+ <h3><%[ New Pool ]%></h3>
+ <com:Application.Web.Portlets.BaculaConfigDirectives
+ ID="PoolConfig"
+ ComponentType="dir"
+ ResourceType="Pool"
+ ShowCancelButton="false"
+ SaveDirectiveActionOk="$('#job_wizard_new_pool').slideUp(); set_new_pool(); $('#pool_save_ok').show();"
+ />
</div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveComboBox
- ID="DifferentialBackupPool"
- DirectiveName="DifferentialBackupPool"
- Label="Differential Backup Pool"
- Show="true"
- />
+ <div id="job_wizard_pool_directives" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
+ <h3><%[ Pool setting ]%></h3>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveComboBox
+ ID="FullBackupPool"
+ DirectiveName="FullBackupPool"
+ Label="Full Backup Pool"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveComboBox
+ ID="IncrementalBackupPool"
+ DirectiveName="IncrementalBackupPool"
+ Label="Incremental Backup Pool"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveComboBox
+ ID="DifferentialBackupPool"
+ DirectiveName="DifferentialBackupPool"
+ Label="Differential Backup Pool"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
</div>
</div>
<com:TCallback ID="LoadPoolList" OnCallback="LoadPoolList" />
</script>
</com:TWizardStep>
<com:TWizardStep ID="Step4" Title="<%[ Step 4 - how would you like to backup ]%>" StepType="Auto">
- <div class="w3-container">
- <h2><%[ Job directives ]%></h2>
- </div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveComboBox
- ID="Level"
- DirectiveName="Level"
- Label="Level"
- Show="true"
- />
- </div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveCheckBox
- ID="Accurate"
- DirectiveName="Accurate"
- DefaultValue="0"
- Label="Accurate"
- Show="true"
- />
- </div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveTextBox
- ID="MaximumConcurrentJobs"
- DirectiveName="MaximumConcurrentJobs"
- DefaultValue="1"
- Label="Maximum Concurrent Jobs"
- Show="true"
- />
- </div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveTextBox
- ID="Priority"
- DirectiveName="Priority"
- DefaultValue="10"
- Label="Priority"
- Show="true"
- />
- </div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveCheckBox
- ID="ReRunFailedLevels"
- DirectiveName="ReRunFailedLevels"
- DefaultValue="0"
- Label="ReRun Failed Levels"
- Show="true"
- />
- </div>
- <div class="w3-container">
- <h2><%[ Other directives ]%></h2>
- </div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveComboBox
- ID="Messages"
- DirectiveName="Messages"
- Label="Messages"
- Show="true"
- ValidationGroup="NewJobDirective"
- Required="true"
- />
- </div>
- </com:TWizardStep>
- <com:TWizardStep ID="Step5" Title="<%[ Step 5 - when would you like to run backup ]%>" StepType="Auto">
- <div class="w3-container">
- <h2><%[ Schedule ]%></h2>
- </div>
- <div class="w3-container">
- <com:Application.Web.Portlets.DirectiveComboBox
- ID="Schedule"
- DirectiveName="Schedule"
- Label="Schedule"
- Show="true"
- />
- <span><a href="javascript:void(0)" onclick="$('#job_wizard_schedule_directives').hide(); $('#job_wizard_new_schedule').slideToggle(); oBaculaConfigSection.show_sections(true);" class="w3-button w3-green"><i class="fa fa-plus"></i> <%[ Add new Schedule ]%></a></span>
- <span><a href="javascript:void(0)" onclick="$('#job_wizard_new_schedule').hide(); $('#job_wizard_reschedule_directives').slideToggle();" class="w3-button w3-green"><i class="fa fa-angle-down"></i> <%[ Show Reschedule directives ]%></a></span>
- </div>
- <div id="schedule_save_ok" class="w3-panel w3-green w3-display-container" style="display: none">
- <span onclick="this.parentElement.style.display='none'" class="w3-button w3-green w3-large w3-display-topright">x</span>
- <p><%[ The resource has been created successfully. ]%></p>
- </div>
- <div id="job_wizard_new_schedule" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
- <h3><%[ New Schedule ]%></h3>
- <com:Application.Web.Portlets.BaculaConfigDirectives
- ID="ScheduleConfig"
- ComponentType="dir"
- ResourceType="Schedule"
- ShowCancelButton="false"
- SaveDirectiveActionOk="$('#job_wizard_new_schedule').slideUp(); set_new_schedule(); $('#schedule_save_ok').show();"
- />
- </div>
- <div id="job_wizard_reschedule_directives" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
- <h3><%[ Reschedule setting ]%></h3>
+ <div class="w3-half" style="float: none; margin: auto">
+ <div class="w3-container">
+ <h2><%[ Job directives ]%></h2>
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveComboBox
+ ID="Level"
+ DirectiveName="Level"
+ Label="Level"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
<div class="w3-container">
<com:Application.Web.Portlets.DirectiveCheckBox
- ID="RescheduleOnError"
- DirectiveName="RescheduleOnError"
+ ID="Accurate"
+ DirectiveName="Accurate"
DefaultValue="0"
- Label="Reschedule On Error"
+ Label="Accurate"
Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
/>
</div>
<div class="w3-container">
- <com:Application.Web.Portlets.DirectiveCheckBox
- ID="RescheduleIncompleteJobs"
- DirectiveName="RescheduleIncompleteJobs"
- DefaultValue="0"
- Label="Reschedule Incomplete Jobs"
+ <com:Application.Web.Portlets.DirectiveTextBox
+ ID="MaximumConcurrentJobs"
+ DirectiveName="MaximumConcurrentJobs"
+ DefaultValue="1"
+ Label="Maximum Concurrent Jobs"
Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
/>
</div>
<div class="w3-container">
- <com:Application.Web.Portlets.DirectiveTimePeriod
- ID="RescheduleInterval"
- DirectiveName="RescheduleInterval"
- DefaultValue="1800"
- Label="Reschedule Interval"
+ <com:Application.Web.Portlets.DirectiveTextBox
+ ID="Priority"
+ DirectiveName="Priority"
+ DefaultValue="10"
+ Label="Priority"
Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
/>
</div>
<div class="w3-container">
- <com:Application.Web.Portlets.DirectiveInteger
- ID="RescheduleTimes"
- DirectiveName="RescheduleTimes"
- Label="Reschedule Times"
+ <com:Application.Web.Portlets.DirectiveCheckBox
+ ID="ReRunFailedLevels"
+ DirectiveName="ReRunFailedLevels"
+ DefaultValue="0"
+ Label="ReRun Failed Levels"
Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
/>
</div>
+ <div class="w3-container">
+ <h2><%[ Other directives ]%></h2>
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveComboBox
+ ID="Messages"
+ DirectiveName="Messages"
+ Label="Messages"
+ Show="true"
+ ValidationGroup="NewJobDirective"
+ Required="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ </div>
+ </com:TWizardStep>
+ <com:TWizardStep ID="Step5" Title="<%[ Step 5 - when would you like to run backup ]%>" StepType="Auto">
+ <div class="w3-half" style="float: none; margin: auto">
+ <div class="w3-container">
+ <h2><%[ Schedule ]%></h2>
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveComboBox
+ ID="Schedule"
+ DirectiveName="Schedule"
+ Label="Schedule"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ <span><a href="javascript:void(0)" onclick="$('#job_wizard_schedule_directives').hide(); $('#job_wizard_new_schedule').slideToggle(); oBaculaConfigSection.show_sections(true);" class="w3-button w3-green"><i class="fa fa-plus"></i> <%[ Add new Schedule ]%></a></span>
+ <span><a href="javascript:void(0)" onclick="$('#job_wizard_new_schedule').hide(); $('#job_wizard_reschedule_directives').slideToggle();" class="w3-button w3-green"><i class="fa fa-angle-down"></i> <%[ Show Reschedule directives ]%></a></span>
+ </div>
+ <div id="schedule_save_ok" class="w3-panel w3-green w3-display-container" style="display: none">
+ <span onclick="this.parentElement.style.display='none'" class="w3-button w3-green w3-large w3-display-topright">x</span>
+ <p><%[ The resource has been created successfully. ]%></p>
+ </div>
+ <div id="job_wizard_new_schedule" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
+ <h3><%[ New Schedule ]%></h3>
+ <com:Application.Web.Portlets.BaculaConfigDirectives
+ ID="ScheduleConfig"
+ ComponentType="dir"
+ ResourceType="Schedule"
+ ShowCancelButton="false"
+ SaveDirectiveActionOk="$('#job_wizard_new_schedule').slideUp(); set_new_schedule(); $('#schedule_save_ok').show();"
+ />
+ </div>
+ <div id="job_wizard_reschedule_directives" class="w3-card-4 w3-padding w3-margin-top" style="display: none">
+ <h3><%[ Reschedule setting ]%></h3>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveCheckBox
+ ID="RescheduleOnError"
+ DirectiveName="RescheduleOnError"
+ DefaultValue="0"
+ Label="Reschedule On Error"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveCheckBox
+ ID="RescheduleIncompleteJobs"
+ DirectiveName="RescheduleIncompleteJobs"
+ DefaultValue="0"
+ Label="Reschedule Incomplete Jobs"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveTimePeriod
+ ID="RescheduleInterval"
+ DirectiveName="RescheduleInterval"
+ DefaultValue="1800"
+ Label="Reschedule Interval"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ <div class="w3-container">
+ <com:Application.Web.Portlets.DirectiveInteger
+ ID="RescheduleTimes"
+ DirectiveName="RescheduleTimes"
+ Label="Reschedule Times"
+ Show="true"
+ ShowResetButton="false"
+ ShowRemoveButton="false"
+ />
+ </div>
+ </div>
</div>
<com:TCallback ID="LoadScheduleList" OnCallback="LoadScheduleList" />
<script type="text/javascript">
</script>
</com:TWizardStep>
<com:TWizardStep ID="Step6" Title="<%[ Step 6 - summary ]%>" StepType="Finish">
- <fieldset>
- <legend><%[ General ]%></legend>
- <div class="w3-container">
- <div class="w3-quarter">Job Name</div>
- <div class="w3-threequarter bold"><%=$this->Name->getDirectiveValue()%></div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Description</div>
- <div class="w3-threequarter bold"><%=$this->Description->getDirectiveValue() ?: '-'%></div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">JobDefs</div>
- <div class="w3-threequarter bold"><%=$this->JobDefs->getDirectiveValue() ?: '-'%></div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ What ]%></legend>
- <div class="w3-container">
- <div class="w3-quarter">Client</div>
- <div class="w3-threequarter bold">
- <%=$this->Client->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Client', $this->Client->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-half" style="float: none; margin: auto">
+ <fieldset>
+ <legend><%[ General ]%></legend>
+ <div class="w3-container">
+ <div class="w3-quarter">Job Name</div>
+ <div class="w3-threequarter bold"><%=$this->Name->getDirectiveValue()%></div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">FileSet</div>
- <div class="w3-threequarter bold">
- <%=$this->Fileset->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Fileset', $this->Fileset->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Description</div>
+ <div class="w3-threequarter bold"><%=$this->Description->getDirectiveValue() ?: '-'%></div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ Where ]%></legend>
- <div class="w3-container">
- <div class="w3-quarter">Storage</div>
- <div class="w3-threequarter bold">
- <%=$this->Storage->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Storage', $this->Storage->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">JobDefs</div>
+ <div class="w3-threequarter bold"><%=$this->JobDefs->getDirectiveValue() ?: '-'%></div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Spool Data</div>
- <div class="w3-threequarter bold">
- <%=$this->SpoolData->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No')%>
- <span class="w3-small normal"><%=$this->isInJobDefs('SpoolData', $this->SpoolData->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ What ]%></legend>
+ <div class="w3-container">
+ <div class="w3-quarter">Client</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Client->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Client', $this->Client->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Spool Attributes</div>
- <div class="w3-threequarter bold">
- <%=$this->SpoolAttributes->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No')%>
- <span class="w3-small normal"><%=$this->isInJobDefs('SpoolAttributes', $this->SpoolAttributes->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">FileSet</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Fileset->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Fileset', $this->Fileset->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Spool Size</div>
- <div class="w3-threequarter bold size">
- <%=$this->SpoolSize->getDirectiveValue() ?: '0'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('SpoolSize', $this->SpoolSize->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ Where ]%></legend>
+ <div class="w3-container">
+ <div class="w3-quarter">Storage</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Storage->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Storage', $this->Storage->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Pool</div>
- <div class="w3-threequarter bold">
- <%=$this->Pool->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Pool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Spool Data</div>
+ <div class="w3-threequarter bold">
+ <%=$this->SpoolData->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No')%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('SpoolData', $this->SpoolData->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Full Backup Pool</div>
- <div class="w3-threequarter bold">
- <%=$this->FullBackupPool->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('FullBackupPool', $this->FullBackupPool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Spool Attributes</div>
+ <div class="w3-threequarter bold">
+ <%=$this->SpoolAttributes->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No')%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('SpoolAttributes', $this->SpoolAttributes->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Incremental Backup Pool</div>
- <div class="w3-threequarter bold">
- <%=$this->IncrementalBackupPool->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('IncrementalBackupPool', $this->IncrementalBackupPool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Spool Size</div>
+ <div class="w3-threequarter bold size">
+ <%=$this->SpoolSize->getDirectiveValue() ?: '0'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('SpoolSize', $this->SpoolSize->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Differential Backup Pool</div>
- <div class="w3-threequarter bold">
- <%=$this->DifferentialBackupPool->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('DifferentialBackupPool', $this->DifferentialBackupPool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Pool</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Pool->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Pool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ How ]%></legend>
- <div class="w3-container">
- <div class="w3-quarter">Level</div>
- <div class="w3-threequarter bold">
- <%=$this->Level->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Level', $this->Level->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Full Backup Pool</div>
+ <div class="w3-threequarter bold">
+ <%=$this->FullBackupPool->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('FullBackupPool', $this->FullBackupPool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Accurate</div>
- <div class="w3-threequarter bold">
- <%=$this->Accurate->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No') %>
- <span class="w3-small normal"><%=$this->isInJobDefs('Accurate', $this->Accurate->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Incremental Backup Pool</div>
+ <div class="w3-threequarter bold">
+ <%=$this->IncrementalBackupPool->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('IncrementalBackupPool', $this->IncrementalBackupPool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Maximum Concurrent Jobs</div>
- <div class="w3-threequarter bold">
- <%=$this->MaximumConcurrentJobs->getDirectiveValue() ?: $this->MaximumConcurrentJobs->getDefaultValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('MaximumConcurrentJobs', $this->MaximumConcurrentJobs->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Differential Backup Pool</div>
+ <div class="w3-threequarter bold">
+ <%=$this->DifferentialBackupPool->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('DifferentialBackupPool', $this->DifferentialBackupPool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Priority</div>
- <div class="w3-threequarter bold">
- <%=$this->Priority->getDirectiveValue() ?: $this->Priority->getDefaultValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Priority', $this->Priority->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ How ]%></legend>
+ <div class="w3-container">
+ <div class="w3-quarter">Level</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Level->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Level', $this->Level->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">ReRun Failed Levels</div>
- <div class="w3-threequarter bold">
- <%=$this->ReRunFailedLevels->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No') %>
- <span class="w3-small normal"><%=$this->isInJobDefs('ReRunFailedLevels', $this->ReRunFailedLevels->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Accurate</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Accurate->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No') %>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Accurate', $this->Accurate->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ When ]%></legend>
- <div class="w3-container">
- <div class="w3-quarter">Schedule</div>
- <div class="w3-threequarter bold">
- <%=$this->Schedule->getDirectiveValue() ?: '-' %>
- <span class="w3-small normal"><%=$this->isInJobDefs('Schedule', $this->Schedule->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Maximum Concurrent Jobs</div>
+ <div class="w3-threequarter bold">
+ <%=$this->MaximumConcurrentJobs->getDirectiveValue() ?: $this->MaximumConcurrentJobs->getDefaultValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('MaximumConcurrentJobs', $this->MaximumConcurrentJobs->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Reschedule On Error</div>
- <div class="w3-threequarter bold">
- <%=$this->RescheduleOnError->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No') %>
- <span class="w3-small normal"><%=$this->isInJobDefs('RescheduleOnError', $this->RescheduleOnError->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Priority</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Priority->getDirectiveValue() ?: $this->Priority->getDefaultValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Priority', $this->Priority->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Reschedule Incomplete Jobs</div>
- <div class="w3-threequarter bold">
- <%=$this->RescheduleIncompleteJobs->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No') %>
- <span class="w3-small normal"><%=$this->isInJobDefs('RescheduleIncompleteJobs', $this->RescheduleIncompleteJobs->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">ReRun Failed Levels</div>
+ <div class="w3-threequarter bold">
+ <%=$this->ReRunFailedLevels->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No') %>
+ <span class="w3-small normal"><%=$this->isInJobDefs('ReRunFailedLevels', $this->ReRunFailedLevels->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Reschedule Interval</div>
- <div class="w3-threequarter bold time">
- <%=$this->RescheduleInterval->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('RescheduleInterval', $this->RescheduleInterval->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ When ]%></legend>
+ <div class="w3-container">
+ <div class="w3-quarter">Schedule</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Schedule->getDirectiveValue() ?: '-' %>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Schedule', $this->Schedule->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container">
- <div class="w3-quarter">Reschedule Times</div>
- <div class="w3-threequarter bold">
- <%=$this->RescheduleTimes->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('RescheduleTimes', $this->RescheduleTimes->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Reschedule On Error</div>
+ <div class="w3-threequarter bold">
+ <%=$this->RescheduleOnError->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No') %>
+ <span class="w3-small normal"><%=$this->isInJobDefs('RescheduleOnError', $this->RescheduleOnError->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ Other directives ]%></legend>
- <div class="w3-container">
- <div class="w3-quarter">Messages</div>
- <div class="w3-threequarter bold">
- <%=$this->Messages->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Messages', $this->Messages->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container">
+ <div class="w3-quarter">Reschedule Incomplete Jobs</div>
+ <div class="w3-threequarter bold">
+ <%=$this->RescheduleIncompleteJobs->getDirectiveValue() ? Prado::localize('Yes') : Prado::localize('No') %>
+ <span class="w3-small normal"><%=$this->isInJobDefs('RescheduleIncompleteJobs', $this->RescheduleIncompleteJobs->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <com:TActiveLabel ID="CreateResourceErrorMsg" Display="None" CssClass="w3-text-red"></com:TActiveLabel>
+ <div class="w3-container">
+ <div class="w3-quarter">Reschedule Interval</div>
+ <div class="w3-threequarter bold time">
+ <%=$this->RescheduleInterval->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('RescheduleInterval', $this->RescheduleInterval->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
+ </div>
+ <div class="w3-container">
+ <div class="w3-quarter">Reschedule Times</div>
+ <div class="w3-threequarter bold">
+ <%=$this->RescheduleTimes->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('RescheduleTimes', $this->RescheduleTimes->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
+ </div>
+ </fieldset>
+ <fieldset>
+ <legend><%[ Other directives ]%></legend>
+ <div class="w3-container">
+ <div class="w3-quarter">Messages</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Messages->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Messages', $this->Messages->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
+ </div>
+ </fieldset>
+ <com:TActiveLabel ID="CreateResourceErrorMsg" Display="None" CssClass="w3-text-red"></com:TActiveLabel>
+ </div>
</com:TWizardStep>
</com:TWizard>
<script type="text/javascript">
</div>
<div id="selection_type_oldest_volume" style="display: none">
</div>
- <div id="selection_type_sql_query" style="display: none">
+ <div id="selection_type_sql_query" class="w3-half" style="float: none; display: none; margin: auto;">
<div class="w3-container w3-margin-top" style="position: relative">
<com:Application.Web.Portlets.DirectiveTextBox
ID="SelectionPatternSQLQuery"
</div>
</com:TWizardStep>
<com:TWizardStep ID="Step6" Title="<%[ Step 6 - summary ]%>" StepType="Finish">
- <fieldset>
- <legend><%[ General ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Job Name</div>
- <div class="w3-threequarter bold"><%=$this->Name->getDirectiveValue()%></div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Description</div>
- <div class="w3-threequarter bold"><%=$this->Description->getDirectiveValue() ?: '-'%></div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">JobDefs</div>
- <div class="w3-threequarter bold"><%=$this->JobDefs->getDirectiveValue() ?: '-'%></div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ What ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Source Pool</div>
- <div class="w3-threequarter bold">
- <%=$this->Pool->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Pool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-half" style="float: none; margin: auto">
+ <fieldset>
+ <legend><%[ General ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Job Name</div>
+ <div class="w3-threequarter bold"><%=$this->Name->getDirectiveValue()%></div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Source Storage</div>
- <div class="w3-threequarter bold">
- <%=$this->SourceStorage->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Storage', $this->SourceStorage->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Description</div>
+ <div class="w3-threequarter bold"><%=$this->Description->getDirectiveValue() ?: '-'%></div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ How ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Selection Type</div>
- <div class="w3-threequarter bold">
- <%=$this->sel_types[$this->SelectionType->getDirectiveValue()]%>
- <span class="w3-small normal"><%=$this->isInJobDefs('SelectionType', $this->SelectionType->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">JobDefs</div>
+ <div class="w3-threequarter bold"><%=$this->JobDefs->getDirectiveValue() ?: '-'%></div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Selection Pattern</div>
- <div class="w3-threequarter bold">
- <%=$this->getPage()->getSelectionPatternValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('SelectionPattern', ($this->getSelectionPatternControl() ? $this->getSelectionPatternControl()->getDirectiveValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ What ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Source Pool</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Pool->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Pool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ Where ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Destination Pool (NextPool)</div>
- <div class="w3-threequarter bold">
- <%=$this->NextPool->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('NextPool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Source Storage</div>
+ <div class="w3-threequarter bold">
+ <%=$this->SourceStorage->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Storage', $this->SourceStorage->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Destination Storage</div>
- <div class="w3-threequarter bold">
- <%=$this->DestinationStorage->getDirectiveValue()%>
+ </fieldset>
+ <fieldset>
+ <legend><%[ How ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Selection Type</div>
+ <div class="w3-threequarter bold">
+ <%=$this->sel_types[$this->SelectionType->getDirectiveValue()]%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('SelectionType', $this->SelectionType->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ Options ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Maximum Spawned Jobs</div>
- <div class="w3-threequarter bold">
- <%=$this->MaximumSpawnedJobs->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('MaximumSpawnedJobs', $this->MaximumSpawnedJobs->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Selection Pattern</div>
+ <div class="w3-threequarter bold">
+ <%=$this->getPage()->getSelectionPatternValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('SelectionPattern', ($this->getSelectionPatternControl() ? $this->getSelectionPatternControl()->getDirectiveValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Schedule</div>
- <div class="w3-threequarter bold">
- <%=$this->Schedule->getDirectiveValue() ?: '-' %>
- <span class="w3-small normal"><%=$this->isInJobDefs('Schedule', $this->Schedule->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ Where ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Destination Pool (NextPool)</div>
+ <div class="w3-threequarter bold">
+ <%=$this->NextPool->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('NextPool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Messages</div>
- <div class="w3-threequarter bold">
- <%=$this->Messages->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Messages', $this->Messages->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Destination Storage</div>
+ <div class="w3-threequarter bold">
+ <%=$this->DestinationStorage->getDirectiveValue()%>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Level</div>
- <div class="w3-threequarter bold">
- <%=$this->Level->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Level', $this->Level->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ Options ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Maximum Spawned Jobs</div>
+ <div class="w3-threequarter bold">
+ <%=$this->MaximumSpawnedJobs->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('MaximumSpawnedJobs', $this->MaximumSpawnedJobs->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Client</div>
- <div class="w3-threequarter bold">
- <%=$this->Client->getDirectiveValue()%>
- <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Client', $this->Client->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Schedule</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Schedule->getDirectiveValue() ?: '-' %>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Schedule', $this->Schedule->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">FileSet</div>
- <div class="w3-threequarter bold">
- <%=$this->FileSet->getDirectiveValue()%>
- <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Fileset', $this->FileSet->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Messages</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Messages->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Messages', $this->Messages->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <com:TActiveLabel ID="CreateResourceErrorMsg" Display="None" CssClass="w3-text-red"></com:TActiveLabel>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Level</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Level->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Level', $this->Level->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
+ </div>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Client</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Client->getDirectiveValue()%>
+ <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Client', $this->Client->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
+ </div>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">FileSet</div>
+ <div class="w3-threequarter bold">
+ <%=$this->FileSet->getDirectiveValue()%>
+ <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Fileset', $this->FileSet->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
+ </div>
+ </fieldset>
+ <com:TActiveLabel ID="CreateResourceErrorMsg" Display="None" CssClass="w3-text-red"></com:TActiveLabel>
+ </div>
</com:TWizardStep>
</com:TWizard>
</com:TContent>
</div>
<div id="selection_type_oldest_volume" style="display: none">
</div>
- <div id="selection_type_sql_query" style="display: none">
+ <div id="selection_type_sql_query" class="w3-half" style="float: none; display: none; margin: auto;">
<div class="w3-container w3-margin-top" style="position: relative">
<com:Application.Web.Portlets.DirectiveTextBox
ID="SelectionPatternSQLQuery"
</div>
</com:TWizardStep>
<com:TWizardStep ID="Step6" Title="<%[ Step 6 - summary ]%>" StepType="Finish">
- <fieldset>
- <legend><%[ General ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Job Name</div>
- <div class="w3-threequarter bold"><%=$this->Name->getDirectiveValue()%></div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Description</div>
- <div class="w3-threequarter bold"><%=$this->Description->getDirectiveValue() ?: '-'%></div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">JobDefs</div>
- <div class="w3-threequarter bold"><%=$this->JobDefs->getDirectiveValue() ?: '-'%></div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ What ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Source Pool</div>
- <div class="w3-threequarter bold">
- <%=$this->Pool->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Pool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-half" style="float: none; margin: auto">
+ <fieldset>
+ <legend><%[ General ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Job Name</div>
+ <div class="w3-threequarter bold"><%=$this->Name->getDirectiveValue()%></div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Source Storage</div>
- <div class="w3-threequarter bold">
- <%=$this->SourceStorage->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Storage', $this->SourceStorage->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Description</div>
+ <div class="w3-threequarter bold"><%=$this->Description->getDirectiveValue() ?: '-'%></div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ How ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Selection Type</div>
- <div class="w3-threequarter bold">
- <%=$this->sel_types[$this->SelectionType->getDirectiveValue()]%>
- <span class="w3-small normal"><%=$this->isInJobDefs('SelectionType', $this->SelectionType->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">JobDefs</div>
+ <div class="w3-threequarter bold"><%=$this->JobDefs->getDirectiveValue() ?: '-'%></div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Selection Pattern</div>
- <div class="w3-threequarter bold">
- <%=$this->getPage()->getSelectionPatternValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('SelectionPattern', ($this->getSelectionPatternControl() ? $this->getSelectionPatternControl()->getDirectiveValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ What ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Source Pool</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Pool->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Pool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small" style="display: <%=$this->SelectionType->getDirectiveValue() == 'PoolOccupancy' ? 'block' : 'none'%>">
- <div class="w3-quarter">Migration High Bytes</div>
- <div class="w3-threequarter bold">
- <%=$this->MigrationHighBytes->Directive->getText()%> <%=$this->MigrationHighBytes->SizeFormat->getSelectedItem()->getText()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('MigrationHighBytes', ($this->MigrationHighBytes->getValue() ? $this->MigrationHighBytes->getValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Source Storage</div>
+ <div class="w3-threequarter bold">
+ <%=$this->SourceStorage->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Storage', $this->SourceStorage->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small" style="display: <%=$this->SelectionType->getDirectiveValue() == 'PoolOccupancy' ? 'block' : 'none'%>">
- <div class="w3-quarter">Migration Low Bytes</div>
- <div class="w3-threequarter bold">
- <%=$this->MigrationLowBytes->Directive->getText()%> <%=$this->MigrationLowBytes->SizeFormat->getSelectedItem()->getText()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('MigrationLowBytes', ($this->MigrationLowBytes->getValue() ? $this->MigrationLowBytes->getValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ How ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Selection Type</div>
+ <div class="w3-threequarter bold">
+ <%=$this->sel_types[$this->SelectionType->getDirectiveValue()]%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('SelectionType', $this->SelectionType->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small" style="display: <%=$this->SelectionType->getDirectiveValue() == 'PoolTime' ? 'block' : 'none'%>">
- <div class="w3-quarter">Migration Time</div>
- <div class="w3-threequarter bold">
- <%=$this->MigrationTime->Directive->getText()%> <%=$this->MigrationTime->TimeFormat->getSelectedItem()->getText()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('MigrationTime', ($this->MigrationTime->getValue() ? $this->MigrationTime->getValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Selection Pattern</div>
+ <div class="w3-threequarter bold">
+ <%=$this->getPage()->getSelectionPatternValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('SelectionPattern', ($this->getSelectionPatternControl() ? $this->getSelectionPatternControl()->getDirectiveValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ Where ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Destination Pool (NextPool)</div>
- <div class="w3-threequarter bold">
- <%=$this->NextPool->getDirectiveValue()%>
- <span class="w3-small normal"><%=$this->isInJobDefs('NextPool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small" style="display: <%=$this->SelectionType->getDirectiveValue() == 'PoolOccupancy' ? 'block' : 'none'%>">
+ <div class="w3-quarter">Migration High Bytes</div>
+ <div class="w3-threequarter bold">
+ <%=$this->MigrationHighBytes->Directive->getText()%> <%=$this->MigrationHighBytes->SizeFormat->getSelectedItem()->getText()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('MigrationHighBytes', ($this->MigrationHighBytes->getValue() ? $this->MigrationHighBytes->getValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Destination Storage</div>
- <div class="w3-threequarter bold">
- <%=$this->DestinationStorage->getDirectiveValue()%>
+ <div class="w3-container w3-padding-small" style="display: <%=$this->SelectionType->getDirectiveValue() == 'PoolOccupancy' ? 'block' : 'none'%>">
+ <div class="w3-quarter">Migration Low Bytes</div>
+ <div class="w3-threequarter bold">
+ <%=$this->MigrationLowBytes->Directive->getText()%> <%=$this->MigrationLowBytes->SizeFormat->getSelectedItem()->getText()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('MigrationLowBytes', ($this->MigrationLowBytes->getValue() ? $this->MigrationLowBytes->getValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <fieldset>
- <legend><%[ Options ]%></legend>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Purge Migration Job</div>
- <div class="w3-threequarter bold">
- <%=$this->PurgeMigrationJob->getValue() ? Prado::localize('Yes') : Prado::localize('No')%>
- <span class="w3-small normal"><%=$this->isInJobDefs('PurgeMigrationJob', $this->PurgeMigrationJob->getValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small" style="display: <%=$this->SelectionType->getDirectiveValue() == 'PoolTime' ? 'block' : 'none'%>">
+ <div class="w3-quarter">Migration Time</div>
+ <div class="w3-threequarter bold">
+ <%=$this->MigrationTime->Directive->getText()%> <%=$this->MigrationTime->TimeFormat->getSelectedItem()->getText()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('MigrationTime', ($this->MigrationTime->getValue() ? $this->MigrationTime->getValue() : '')) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Maximum Spawned Jobs</div>
- <div class="w3-threequarter bold">
- <%=$this->MaximumSpawnedJobs->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('MaximumSpawnedJobs', $this->MaximumSpawnedJobs->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ Where ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Destination Pool (NextPool)</div>
+ <div class="w3-threequarter bold">
+ <%=$this->NextPool->getDirectiveValue()%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('NextPool', $this->Pool->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Schedule</div>
- <div class="w3-threequarter bold">
- <%=$this->Schedule->getDirectiveValue() ?: '-' %>
- <span class="w3-small normal"><%=$this->isInJobDefs('Schedule', $this->Schedule->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Destination Storage</div>
+ <div class="w3-threequarter bold">
+ <%=$this->DestinationStorage->getDirectiveValue()%>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Messages</div>
- <div class="w3-threequarter bold">
- <%=$this->Messages->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal"><%=$this->isInJobDefs('Messages', $this->Messages->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </fieldset>
+ <fieldset>
+ <legend><%[ Options ]%></legend>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Purge Migration Job</div>
+ <div class="w3-threequarter bold">
+ <%=$this->PurgeMigrationJob->getValue() ? Prado::localize('Yes') : Prado::localize('No')%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('PurgeMigrationJob', $this->PurgeMigrationJob->getValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Level</div>
- <div class="w3-threequarter bold">
- <%=$this->Level->getDirectiveValue() ?: '-'%>
- <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Level', $this->Level->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Maximum Spawned Jobs</div>
+ <div class="w3-threequarter bold">
+ <%=$this->MaximumSpawnedJobs->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('MaximumSpawnedJobs', $this->MaximumSpawnedJobs->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">Client</div>
- <div class="w3-threequarter bold">
- <%=$this->Client->getDirectiveValue()%>
- <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Client', $this->Client->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Schedule</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Schedule->getDirectiveValue() ?: '-' %>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Schedule', $this->Schedule->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- <div class="w3-container w3-padding-small">
- <div class="w3-quarter">FileSet</div>
- <div class="w3-threequarter bold">
- <%=$this->FileSet->getDirectiveValue()%>
- <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Fileset', $this->FileSet->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Messages</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Messages->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal"><%=$this->isInJobDefs('Messages', $this->Messages->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
</div>
- </div>
- </fieldset>
- <com:TActiveLabel ID="CreateResourceErrorMsg" Display="None" CssClass="w3-text-red"></com:TActiveLabel>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Level</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Level->getDirectiveValue() ?: '-'%>
+ <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Level', $this->Level->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
+ </div>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">Client</div>
+ <div class="w3-threequarter bold">
+ <%=$this->Client->getDirectiveValue()%>
+ <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Client', $this->Client->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
+ </div>
+ <div class="w3-container w3-padding-small">
+ <div class="w3-quarter">FileSet</div>
+ <div class="w3-threequarter bold">
+ <%=$this->FileSet->getDirectiveValue()%>
+ <span class="w3-small normal">(<%[ Not used ]%>) <%=$this->isInJobDefs('Fileset', $this->FileSet->getDirectiveValue()) ? ' (' . Prado::localize('inherited from JobDefs') . ')': ''%></span>
+ </div>
+ </div>
+ </fieldset>
+ <com:TActiveLabel ID="CreateResourceErrorMsg" Display="None" CssClass="w3-text-red"></com:TActiveLabel>
+ </div>
</com:TWizardStep>
</com:TWizard>
</com:TContent>