3 // eXtreme Styles mod cache. Generated on Fri, 19 Aug 2005 09:40:23 -0400 (time=1124458823)
6 <h1><?php echo isset($this->vars['L_DATABASE_BACKUP']) ? $this->vars['L_DATABASE_BACKUP'] : $this->lang('L_DATABASE_BACKUP'); ?></h1>
8 <P><?php echo isset($this->vars['L_BACKUP_EXPLAIN']) ? $this->vars['L_BACKUP_EXPLAIN'] : $this->lang('L_BACKUP_EXPLAIN'); ?></p>
10 <form method="post" action="<?php echo isset($this->vars['S_DBUTILS_ACTION']) ? $this->vars['S_DBUTILS_ACTION'] : $this->lang('S_DBUTILS_ACTION'); ?>"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
12 <th colspan="2" class="thHead"><?php echo isset($this->vars['L_BACKUP_OPTIONS']) ? $this->vars['L_BACKUP_OPTIONS'] : $this->lang('L_BACKUP_OPTIONS'); ?></th>
15 <td class="row2"><?php echo isset($this->vars['L_FULL_BACKUP']) ? $this->vars['L_FULL_BACKUP'] : $this->lang('L_FULL_BACKUP'); ?></td>
16 <td class="row2"><input type="radio" name="backup_type" value="full" checked /></td>
19 <td class="row1"><?php echo isset($this->vars['L_STRUCTURE_BACKUP']) ? $this->vars['L_STRUCTURE_BACKUP'] : $this->lang('L_STRUCTURE_BACKUP'); ?></td>
20 <td class="row1"><input type="radio" name="backup_type" value="structure" /></td>
23 <td class="row2"><?php echo isset($this->vars['L_DATA_BACKUP']) ? $this->vars['L_DATA_BACKUP'] : $this->lang('L_DATA_BACKUP'); ?></td>
24 <td class="row2"><input type="radio" name="backup_type" value="data" /></td>
27 <td class="row1"><?php echo isset($this->vars['L_ADDITIONAL_TABLES']) ? $this->vars['L_ADDITIONAL_TABLES'] : $this->lang('L_ADDITIONAL_TABLES'); ?></td>
28 <td class="row1"><input class="post" type="text" name="additional_tables" /></td>
31 <td class="row1"><?php echo isset($this->vars['L_GZIP_COMPRESS']) ? $this->vars['L_GZIP_COMPRESS'] : $this->lang('L_GZIP_COMPRESS'); ?></td>
32 <td class="row1"><?php echo isset($this->vars['L_NO']) ? $this->vars['L_NO'] : $this->lang('L_NO'); ?> <input type="radio" name="gzipcompress" value="0" checked /> <?php echo isset($this->vars['L_YES']) ? $this->vars['L_YES'] : $this->lang('L_YES'); ?> <input type="radio" name="gzipcompress" value="1" /></td>
35 <td class="catBottom" colspan="2" align="center"><?php echo isset($this->vars['S_HIDDEN_FIELDS']) ? $this->vars['S_HIDDEN_FIELDS'] : $this->lang('S_HIDDEN_FIELDS'); ?><input type="submit" name="backupstart" value="<?php echo isset($this->vars['L_START_BACKUP']) ? $this->vars['L_START_BACKUP'] : $this->lang('L_START_BACKUP'); ?>" class="mainoption" /></td>