182 |
kaklik |
1 |
|
|
|
2 |
<h1>{L_DATABASE_BACKUP}</h1> |
|
|
3 |
|
|
|
4 |
<P>{L_BACKUP_EXPLAIN}</p> |
|
|
5 |
|
|
|
6 |
<form method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
|
|
7 |
<tr> |
|
|
8 |
<th colspan="2" class="thHead">{L_BACKUP_OPTIONS}</th> |
|
|
9 |
</tr> |
|
|
10 |
<tr> |
|
|
11 |
<td class="row2">{L_FULL_BACKUP}</td> |
|
|
12 |
<td class="row2"><input type="radio" name="backup_type" value="full" checked /></td> |
|
|
13 |
</tr> |
|
|
14 |
<tr> |
|
|
15 |
<td class="row1">{L_STRUCTURE_BACKUP}</td> |
|
|
16 |
<td class="row1"><input type="radio" name="backup_type" value="structure" /></td> |
|
|
17 |
</tr> |
|
|
18 |
<tr> |
|
|
19 |
<td class="row2">{L_DATA_BACKUP}</td> |
|
|
20 |
<td class="row2"><input type="radio" name="backup_type" value="data" /></td> |
|
|
21 |
</tr> |
|
|
22 |
<tr> |
|
|
23 |
<td class="row1">{L_ADDITIONAL_TABLES}</td> |
|
|
24 |
<td class="row1"><input class="post" type="text" name="additional_tables" /></td> |
|
|
25 |
</tr> |
|
|
26 |
<tr> |
|
|
27 |
<td class="row1">{L_GZIP_COMPRESS}</td> |
|
|
28 |
<td class="row1">{L_NO} <input type="radio" name="gzipcompress" value="0" checked /> {L_YES} <input type="radio" name="gzipcompress" value="1" /></td> |
|
|
29 |
</tr> |
|
|
30 |
<tr> |
|
|
31 |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="backupstart" value="{L_START_BACKUP}" class="mainoption" /></td> |
|
|
32 |
</tr> |
|
|
33 |
</table></form> |