+ ?><h2><?php printf (t('Installation of Jirafeau') . ' - ' . t('step') .
+ ' %d ' . t('out of') . ' %d', 2, 4);
+ ?></h2> <div id = "install"> <form method="post"> <input type =
+ "hidden" name = "jirafeau" value =
+ "<?php echo JIRAFEAU_VERSION; ?>" /><input type = "hidden" name =
+ "step" value = "2" /><fieldset> <legend><?php
+ echo t('Administration password');
+ ?></legend> <table> <tr> <td class = "info" colspan =
+ "2"><?php echo
+ t
+ ('Jirafeau has an administration interface (through admin.php). ' .
+ 'You can set a password to access the interface or leave it empty ' .
+ 'to disable the interface.');
+ ?></td> </tr> <tr> <td class = "label"><label for = "select_password"
+ ><?php echo t('Administration password') . ':';
+ ?></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('Previous step'); ?>" />
+ <input type = "submit" name = "next" value =
+ "<?php echo t('Next step'); ?>" /></td> </tr> </table>
+ </fieldset> </form> </div> <?php
+break;
+
+case 3:
+ ?><h2><?php printf (t('Installation of Jirafeau') . ' - ' . t('step') .
+ ' %d ' . t('out of') . ' %d', 3, 4);
+ ?></h2> <div id = "install"> <form method="post"> <input type =