mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
189 lines
4.8 KiB
Smarty
189 lines
4.8 KiB
Smarty
<!-- begin setup_db_blocks.tpl -->
|
|
|
|
<!-- ================================== -->
|
|
|
|
<!-- BEGIN B_db_stage_1 -->
|
|
<tr>
|
|
<td align="center">
|
|
<img src="{img_incomplete}" alt="{notcomplete}" border="0">
|
|
</td>
|
|
<td>
|
|
{dbnotexist}<br>
|
|
{makesure}.<br>
|
|
<br>
|
|
{instr}<br>
|
|
<form action="index.php" method="post">
|
|
{createdb}<br>
|
|
DB root username: <input type="text" name="db_root" value="root">
|
|
DB root password: <input type="password" name="db_pass">
|
|
<input type="hidden" name="action" value="Create Database">
|
|
<input type="submit" name="label" value="{create_database}">
|
|
</form>
|
|
<form method="POST" action="index.php"> <br>
|
|
<input type="submit" value="Re-Check my database">
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<!-- END B_db_stage_1 -->
|
|
|
|
<!-- ================================== -->
|
|
|
|
<!-- BEGIN B_db_stage_2 -->
|
|
|
|
<tr>
|
|
<td align="center">
|
|
<img src="{img_incomplete}" alt="{notcomplete}" border="0">
|
|
</td>
|
|
<td>
|
|
{prebeta}
|
|
</td>
|
|
</tr>
|
|
<!-- END B_db_stage_2 -->
|
|
|
|
<!-- ================================== -->
|
|
|
|
<!-- BEGIN B_db_stage_3 -->
|
|
<tr>
|
|
<td align="center">
|
|
<img src="{img_incomplete}" alt="{Complete}" border="0">
|
|
</td>
|
|
<td>
|
|
<form action="index.php" method="post">
|
|
<input type="hidden" name="oldversion" value="new">
|
|
|
|
{dbexists}<br>
|
|
<input type="hidden" name="action" value="Install">
|
|
<input type="submit" name="label" value="{install}"> {allapps}
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<!-- END B_db_stage_3 -->
|
|
|
|
<!-- ================================== -->
|
|
|
|
<!-- BEGIN B_db_stage_4 -->
|
|
<tr>
|
|
<td align="center">
|
|
<img src="{img_incomplete}" alt="not complete" border="0">
|
|
</td>
|
|
<td>
|
|
{oldver}.<br>
|
|
{automatic}
|
|
{backupwarn}<br>
|
|
<form method="POST" action="index.php">
|
|
<input type="hidden" name="oldversion" value="{oldver}">
|
|
<input type="hidden" name="useglobalconfigsettings">
|
|
<input type="hidden" name="action" value="Upgrade">
|
|
<input type="submit" name="label" value="{upgrade}"><br>
|
|
</form>
|
|
|
|
<form method="POST" action="index.php">
|
|
<input type="hidden" name="oldversion" value="{oldver}">
|
|
<input type="hidden" name="useglobalconfigsettings">
|
|
<input type="hidden" name="action" value="Uninstall all applications">
|
|
<input type="submit" name="label" value="{uninstall_all_applications}"><br>({dropwarn})
|
|
</form>
|
|
<hr>
|
|
{dont_touch_my_data}. {goto}:
|
|
<form method="POST" action="config.php">
|
|
<input type="hidden" name="action" value="Dont touch my data">
|
|
<input type="submit" name="label" value="{configuration}">
|
|
</form>
|
|
<form method="POST" action="lang.php">
|
|
<input type="hidden" name="action" value="Dont touch my data">
|
|
<input type="submit" name="label" value="{language_management}">
|
|
</form>
|
|
<form method="POST" action="applications.php">
|
|
<input type="hidden" name="action" value="Dont touch my data">
|
|
<input type="submit" name="label" value="{applications}">
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<!-- END B_db_stage_4 -->
|
|
|
|
<!-- ================================== -->
|
|
|
|
<!-- BEGIN B_db_stage_5_pre -->
|
|
<tr>
|
|
<td align="center">
|
|
<img src="{img_incomplete}" alt="{notcomplete}" border="0">
|
|
</td>
|
|
<td>
|
|
<table width="100%">
|
|
<tr bgcolor="#486591">
|
|
<td>
|
|
<font color="#fefefe"> <b>{subtitle}</b></font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#e6e6e6">
|
|
<td>
|
|
{submsg}
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#486591">
|
|
<td>
|
|
<font color="#fefefe"> <b>{tblchange}</b></font>
|
|
</td>
|
|
</tr>
|
|
<!-- END B_db_stage_5_pre -->
|
|
|
|
<!-- ================================== -->
|
|
|
|
<!-- BEGIN B_db_stage_5_post -->
|
|
<tr bgcolor="#486591">
|
|
<td>
|
|
<font color="#fefefe"> <b>{status}</b></font>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#e6e6e6">
|
|
<td>{tableshave} {subaction}</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<form method="POST" action="index.php"> <br>
|
|
<input type="submit" value="{re-check_my_installation}">
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<!-- END B_db_stage_5_post -->
|
|
|
|
<!-- ================================== -->
|
|
|
|
<!-- BEGIN B_db_stage_10 -->
|
|
<tr>
|
|
<td align="center">
|
|
<img src="{img_completed}" alt="completed" border="0">
|
|
</td>
|
|
<td>
|
|
{tablescurrent}
|
|
<form method="POST" action="index.php">
|
|
<input type="hidden" name="oldversion" value="new"> <br>
|
|
{insanity}:
|
|
<input type="hidden" name="action" value="Uninstall all applications">
|
|
<input type="submit" name="label" value="{uninstall_all_applications}"><br>({dropwarn})
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<!-- END B_db_stage_10 -->
|
|
|
|
<!-- ================================== -->
|
|
|
|
<!-- BEGIN B_db_stage_default -->
|
|
<tr>
|
|
<td align="center">
|
|
<img src="{img_incomplete}" alt="not complete" border="0">
|
|
</td>
|
|
<td>
|
|
<form action="index.php" method="post">
|
|
{dbnotexist}.<br>
|
|
<input type="submit" value="{create_one_now}">
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<!-- END B_db_stage_default -->
|
|
|
|
<!-- ================================== -->
|
|
|
|
|
|
<!-- end setup_db_blocks.tpl -->
|