interactive update-process;

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-26 08:59:19 +00:00
parent 74a41adb1c
commit 2f55490548
14 changed files with 535 additions and 277 deletions

View File

@@ -0,0 +1,21 @@
$header
<form action="$filename" method="post">
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="page" value="$page"/>
<input type="hidden" name="send" value="send" />
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
<tr>
<td class="maintitle"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['update']['update']}</b></td>
</tr>
<tr>
<td class="field_name_center">{$update_information}</td>
</tr>
<tr>
<td class="field_name_center"><input type="hidden" name="send" value="send" /><input type="submit" class="bottom" value="{$lng['update']['proceed']}" /></td>
</tr>
</if>
</table>
</form>
<br />
<br />
$footer

View File

@@ -0,0 +1,13 @@
$header
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable_60">
<tr>
<td class="maintitle" colspan="2"><b>&nbsp;<img src="images/title.gif" alt="" />&nbsp;{$lng['update']['update']}</b></td>
</tr>
<tr>
<td class="field_name_center_noborder"><img src="images/info.png" alt="" /></td>
<td class="field_name">$success_message<if $redirect_url != ''><br /><a href="{$redirect_url}">{$lng['success']['clickheretocontinue']}</if></td>
</tr>
</table>
<br />
<br />
$footer

View File

@@ -0,0 +1,7 @@
</div>
</td>
</tr>
</table>
<br />
<br />
$footer

View File

@@ -0,0 +1,8 @@
$header
<table cellpadding="5" cellspacing="0" border="0" align="center" class="maintable">
<tr>
<td class="maintitle"><b><img src="images/title.gif" alt="" />&nbsp;{$lng['update']['update']}</b></td>
</tr>
<tr>
<td class="field_name_center">
<div class="update_progess">

View File

@@ -39,6 +39,11 @@ $header
<td class="field_name_center" colspan="3"><a href="$filename?action=forgotpwd">{$lng['login']['forgotpwd']}</a></td>
</tr>
</if>
<if $update_in_progress !== ''>
<tr>
<td class="field_name_center" colspan="3">{$update_in_progress}</td>
</tr>
</if>
</table>
</form>
<br />