Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.15.211.55
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<div id='tabs'>
<ul>
<li><a href='#backup_and_restore_main_div'>General</a></li>
</ul>
<div id="backup_and_restore_main_div" align="center">
<table align='center'width="80%" class="content-tbl" border="0" cellspacing="1" cellpadding="1">
<tr>
<td align="right" ><b>Backup Type : </b></td>
<td align="left">
Back Up:<input type="radio" id = 'backup' name="bcak_type" value="BackUp" onclick = 'showCalendor(this.id)' checked>
Restore:<input type="radio" id = 'restore' name="bcak_type" value="Restore" onclick = 'showCalendor(this.id)'>
</td>
</tr>
<tr id= 'backup_date' style = "display:none;">
<td align="right" ><font color = 'red'>*</font> <b>Date : </b></td>
<td align="left">
<div class=' imageInputWrapperDate ' style='width:122px; float:left;'>
<input id='backup_start_date' class='inputWithImge' type='text' style='width:105px; ' value='' />
<script>$('#backup_start_date').datepicker({showOn: 'button',showButtonPanel: true, changeMonth: true, changeYear: true,dateFormat:'dd/mm/yy',buttonImage: 'images/date.gif', buttonImageOnly: true});</script>
</div>
</td>
</tr>
</table>
</div>
</div>
|