|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_ACP_RESTORE}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_ACP_RESTORE_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form id="acp_backup" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_RESTORE_OPTIONS}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="file">{L_SELECT_FILE}:</label>
|
|
|
4c79b5 |
<select id="file" name="file" size="10"><option value="{files.FILE}"<!-- IF files.S_LAST_ROW --> selected="selected">{files.NAME}</option></select>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<input class="button1" type="submit" id="submit" name="submit" value="{L_START_RESTORE}" />
|
|
|
4c79b5 |
<input class="button2" type="submit" id="delete" name="delete" value="{L_DELETE_BACKUP}" />
|
|
|
4c79b5 |
<input class="button2" type="submit" id="download" name="download" value="{L_DOWNLOAD_BACKUP}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_ACP_NO_ITEMS}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_ACP_BACKUP}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{L_ACP_BACKUP_EXPLAIN}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<script type="text/javascript">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
function selector(bool)
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
var table = document.getElementById('table');
|
|
|
4c79b5 |
|
|
|
4c79b5 |
for (var i = 0; i < table.options.length; i++)
|
|
|
4c79b5 |
{
|
|
|
4c79b5 |
table.options[i].selected = bool;
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</script>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<form id="acp_backup" method="post" action="{U_ACTION}">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<fieldset>
|
|
|
4c79b5 |
<legend>{L_BACKUP_OPTIONS}</legend>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="type">{L_BACKUP_TYPE}:</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="type" value="full" id="type" checked="checked" /> {L_FULL_BACKUP}</label>
|
|
|
4c79b5 |
<label><input type="radio" name="type" class="radio" value="structure" /> {L_STRUCTURE_ONLY}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="type" value="data" /> {L_DATA_ONLY}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="method">{L_FILE_TYPE}:</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label><input name="method"<!-- IF methods.S_FIRST_ROW --> id="method" checked="checked" type="radio" class="radio" value="{methods.TYPE}" /> {methods.TYPE}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="where">{L_ACTION}:</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="where" value="store_and_download" id="where" checked="checked" /> {L_STORE_AND_DOWNLOAD}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="where" value="store" /> {L_STORE_LOCAL}</label>
|
|
|
4c79b5 |
<label><input type="radio" class="radio" name="where" value="download" /> {L_DOWNLOAD}</label>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<label for="table">{L_TABLE_SELECT}:</label>
|
|
|
4c79b5 |
<select id="table" name="table[]" size="10" multiple="multiple">
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<option value="{tables.TABLE}">{tables.TABLE}</option>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
</select>
|
|
|
4c79b5 |
{L_SELECT_ALL} :: {L_DESELECT_ALL}
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
|
|
|
4c79b5 |
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
|
|
|
4c79b5 |
|
|
|
4c79b5 |
{S_FORM_TOKEN}
|
|
|
4c79b5 |
</fieldset>
|
|
|
4c79b5 |
</form>
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|
|
|
4c79b5 |
|