<div class="obc-full-body"> <div id="backupSetList" class="flow_container"> <div class="main_header_container"> <h2 class="restore_style">%SELECT_BACKUP_SET_TO_RESTORE_TITLE%</h2> <div id="backupSetsSortByContainer" style="width: 700px; margin-left: auto; margin-right: auto;"> <div style="float: right; display: inline;"> %SORT_BY% <select name="backupsets.select.sorting" size="1" onchange="" style="display: block;"> <option value="creationtime" selected>%CREATION_TIME%</option> <option value="name">%NAME%</option> </select> <div class="paragraph-break"></div> </div> </div> </div> <div class="main_container"> <div id="backupSetTableContainer"> <table id="backupSetTable"> </table> </div> <div style="clear:both;"></div> </div> </div> <div id="backupSetDest" class="flow_container"> <div class="main_header_container"> <h2 class="restore_style">%SELECT_DESTINATION_FROM_WHICH_TO_RESTORE_TITLE%</h2> </div> <div class="flow_main_container"> <div id="backupSetDestName"></div> <br> <div id="backupSetDestList"> <div id="backupSetDestListTableContainer"> <table id="backupSetDestListTable"> </table> </div> <div style="clear:both;"></div> </div> <br> <div id="bsRestoreAdvancedOptionShown" style="display: none;"> %TEMP_DIR_FOR_STORING_RESTORE_FILES%<br> <div class="line-break"></div> <div> <div style="float: left; width: calc(100% - 100px);"> <input type="text" name="restore.tempdir" size="50" value="" style="max-width: 100%;" disabled> </div> <div style="padding-left: 5px; padding-top: 1px; overflow: hidden;"> <button type="button" name="restore.tempdir.browse" class="cbs-grey_button">%BROWSE%</button> </div> </div> <div class="paragraph-break"></div> <div id="bsrestoreToShowAdvancedButton"><a onclick="$('#bsRestoreAdvancedOptionHidden').show(); $('#bsRestoreAdvancedOptionShown').hide();" class="restore_style link_button">%HIDE_ADVANCED_OPTION%</a></div> </div> <div id="bsRestoreAdvancedOptionHidden" style="display: block;"> <div id="bsrestoreToHideAdvancedButton"><a onclick="$('#bsRestoreAdvancedOptionShown').show(); $('#bsRestoreAdvancedOptionHidden').hide();" class="restore_style link_button">%SHOW_ADVANCED_OPTION%</a></div> </div> </div> </div> <div id="backupSetFrom" class="flow_container"> <div class="main_header_container"> <h2 class="restore_style">Select Your Files To Be Restored</h2> </div> <div class="flow_main_container"> <div> %SELECT_WHAT_TO_RESTORE%<br> <select name="bsrestore.from.type" size="1" onchange=""> <option value="0" selected="selected">%CHOOSE_FROM_FILES_AS_OF_JOB%</option> <option value="1">%CHOOSE_FROM_ALL_FILES%</option> </select> <select name="bsrestore.from.day" size="1" onchange=""> <option value="Today" selected="selected">%TODAY%</option> </select> <select name="bsrestore.from.job" size="1" onchange=""> <option value="Latest" selected="selected">%LATEST%</option> </select> </div> <div class="paragraph-break"></div> <div id="backupSetFilter" style="display: none;"> %FILTER_PATTERN% </div> <div id="bsrestore_src_browser" class="fs_browser_style" style="height: calc(100vh - 310px); content: 'viewport-units-buggyfill; height: calc(100vh - 310px );';"> </div> <div id="selectedSourceViewContainer" class="section_container" style="display: none;"> <h3 class="restore_style">Selected Source</h3><br> <div id="bsrestore_selected_src"> </div> </div> <div id="deselectedSourceViewContainer" class="section_container" style="display: none;"> <h3 class="restore_style">Deselected Source</h3><br> <div id="bsrestore_deselected_src"> </div> </div> </div> </div> <div id="backupSetTo" class="flow_container"> <div class="main_header_container"> <h2 class="restore_style">Choose Where The Files To Be Restored</h2> </div> <div class="flow_main_container"> <div> <div id="restore_to_location">Restore files to</div> <div class="line-break"></div> <div> <label> <input type="radio" name="bsrestore.to.location" value="O" checked> <span class="radio"></span> <span class="caption">%ORIGINAL_LOCATION%</span> </label> <div class="line-break"></div> <label> <input type="radio" name="bsrestore.to.location" value="A"> <span class="radio"></span> <span class="caption">%ALTERNATE_LOCATION%</span> </label> </div> <div id="bsrestore_target_browser" style="display: none;"> <div style="float: left; width: calc(100% - 100px);"> <input type="text" name="bsrestore.to.location.path" size="50" value="" style="max-width: 100%;" disabled> </div> <div style="padding-left: 5px; padding-top: 1px; overflow: hidden;"> <button type="button" name="bsrestore.to.location.change" class="cbs-grey_button">%BROWSE%</button> </div> <div class="line-break"></div> </div> <div class="paragraph-break"></div> </div> <div id="bsrestoreToShowAdvanced" style="display: none;"> %OVERWRITE_MODE%<br> <div class="line-break"></div> <label> <input type="radio" name="bsrestore.to.overwrite" value="NO_TO_ALL" checked> <span class="radio"></span> <span class="caption">%SKIP_ALL%</span> </label> <div class="line-break"></div> <label> <input type="radio" name="bsrestore.to.overwrite" value="YES_TO_ALL"> <span class="radio"></span> <span class="caption">%OVERWRITE_ALL%</span> </label> <div class="paragraph-break"></div> <label> <input type="checkbox" name="bsrestore.to.permissions"> <span class="check"></span> <span class="caption">%RESTORE_FILE_PERMISSIONS%</span> </label> <div class="line-break"></div> <label> <input type="checkbox" name="bsrestore.to.deleteextra"> <span class="check"></span> <span class="caption">%RESTORE_DELETE_EXTRA_FILES%</span> </label> <div class="line-break"></div> <label> <input type="checkbox" name="bsrestore.to.verifychecksum"> <span class="check"></span> <span class="caption">%RESTORE_VERIFY_DELTA_FILE_CHECKSUM%</span> </label> <div class="paragraph-break"></div> <div id="bsrestoreToShowAdvancedButton"><a onclick="$('#bsrestoreToHideAdvanced').show(); $('#bsrestoreToShowAdvanced').hide();" class="restore_style link_button">%HIDE_ADVANCED_OPTION%</a></div> </div> <div id="bsrestoreToHideAdvanced" style="display: block;"> <div id="bsrestoreToHideAdvancedButton"><a onclick="$('#bsrestoreToShowAdvanced').show(); $('#bsrestoreToHideAdvanced').hide();" class="restore_style link_button">%SHOW_ADVANCED_OPTION%</a></div> </div> </div> </div> <div id="backupSetProgress" class="flow_container"> <div class="main_header_container"> <h2 class="restore_style">%RESTORE%</h2> </div> <div class="flow_main_container"> <div id="backupSetProgressName"></div> <div id="backupSetProgressTableContainer"> <table id="backupSetProgressTable"> </table> </div> <div style="clear:both;"></div> </div> </div> <div id="backupSetLog" class="dialog_container" style="display: none;"> <div class="dialog_container_main" style="padding-left: 5%; padding-right: 5%;"> <div id="backupSetLogViewer" style="width: 100%; overflow: auto; padding: 1px;"> <div style="float: right; display: table; margin-bottom: 5px;"> <div style="display: table-cell; vertical-align: middle; padding-right: 5px;">%SHOW%</div> <div style="display: table-cell;"> <select name="bsrestore.log.filter" size="1"> <option value="" selected="selected">%ALL%</option> <option value="info">%INFORMATION%</option> <option value="warn">%WARNING%</option> <option value="erro">%ERROR%</option> </select> </div> </div> <table id="backupSetLogViewerTable" class="log_table"> <thead> <tr> <td nowrap="nowrap" class="type">%TYPE%</td> <td nowrap="nowrap" class="log">%LOG%</td> <td nowrap="nowrap" class="time">%TIME%</td> </tr> </thead> <tbody> </tbody> </table> </div> </div> <div class="css-buttons-table restore_style dialog_container_footer"> <div class="editTabsRightBtn"> <input type="button" name="bsrestore.buttons.closelog" value="%CLOSE%"> </div> <div class="editTabsMidBtn"> </div> <div class="editTabsLeftBtn"> </div> </div> </div> <div id="backupSetButtons" class="css-buttons-table restore_style" style="display: none;"> <div class="editTabsRightBtn"> <input type="button" name="bsrestore.buttons.back" value="%PREVIOUS%"> <input type="button" name="bsrestore.buttons.next" value="%NEXT%"> <input type="button" name="bsrestore.buttons.run" value="%RESTORE%"> <input type="button" name="bsrestore.buttons.cancel" value="%CANCEL%"> <input type="button" name="bsrestore.buttons.close" value="%CLOSE%"> <input type="button" name="bsrestore.buttons.help" value="%HELP%"> </div> <div class="editTabsMidBtn"> </div> <div class="editTabsLeftBtn"> </div> </div> </div> <script src="js/templates/restore.js?_=%TIMESTAMP%" type="text/javascript"></script>