- "2"><?php echo
- _
- ('Jirafeau is setting the website according to the configuration you provided.');
- ?></td> </tr> <tr> <td class = "nav previous"><input type =
- "submit" name = "previous" value =
- "
- <?php
- echo _('Previous step');
- ?>" /></td> <td></td> </tr>
- </table> </fieldset> </form> </div>
- <?php
- $err = jirafeau_check_var_dir ($cfg['var_root']);
- if ($err['has_error'])
- {
- echo '<div class="error"><p>'.$err['why'].'<br />'.NL;
- ?><form action = "<?php echo basename(__FILE__); ?>" method =
- "post"> <input type = "hidden" name = "jirafeau" value =
- "<?php echo JIRAFEAU_VERSION; ?>" /><input type = "hidden" name =
- "step" value = "3" /><input type = "submit" name =
- "retry" value =
- "<?php echo _('Retry this step'); ?>" /></form>
- <?php echo '</p></div>';
- }
- else
- {
- echo '<div class="message"><p>' .
- _('Your website is now fully operational:') .
- '<br /><a href="' . $cfg['web_root'] . '">' .
- $cfg['web_root'].'</a></p></div>';
- }
- break;
+ "2"><?php echo t('ADMIN_INTERFACE_INFO');
+ ?></td> </tr> <tr> <td class = "label"><label for = "select_password"
+ ><?php echo t('ADMIN_PSW') . ':';
+ ?></label></td>
+ <td class = "field"><input type = "password" name = "admin_password"
+ id = "admin_password" size = "40" /></td>
+ </tr>
+ <tr class = "nav">
+ <td></td>
+ <td class = "nav next">
+ <input type = "submit"
+ class = "navleft" name = "previous" value = "<?php
+ echo t('PREV_STEP'); ?>" />
+ <input type = "submit" name = "next" value =
+ "<?php echo t('NEXT_STEP'); ?>" /></td> </tr> </table>
+ </fieldset> </form> </div> <?php
+break;