File Manager

Current Path : /webspace/www.babilon.be/html/install_OLD/templates/
Upload File :
Current File : //webspace/www.babilon.be/html/install_OLD/templates/upgrade3.tpl

{foreach from=$errors item='error'}
<div class="error">{$error}</div>
{/foreach}


<table class="settings" border="0">
	<thead class="tbcaption">
		<tr>
			<td colspan="2">{lang_install a=upgrade_config}</td>
		</tr>
	</thead>
	<tbody>

		<tr class="{cycle values='row1,row2'}">
			<td>
				<strong>{lang_install a=upgrade_config_info}</strong>
		{if ! $result}
				<p class="error">{lang_install a=cannot_write_config 1=$config_file}</p>
		{/if}
			</td>
			<td class="col2">
		{if $result}
				<img src="images/green.gif" alt="{lang_install a=success}" title="{lang_install a=success}" />
		{else}
				<img class="{$test->res}" src="images/red.gif" alt="{lang_install a=failure}" title="{lang_install a=failue}" />
				<a class="external" rel="external" href="{$cms_upgrade_help_url}{if isset($error_fragment)}#{$error_fragment}{/if}">?</a>
		{/if}
			</td>
		</tr>
	</tbody>
</table>


<form action="{$smarty.server.PHP_SELF|htmlspecialchars}" method="post" name="page3form" id="page3form">
        <div class="continue">
		<input type="hidden" name="page" value="4" />
                <input type="hidden" name="default_cms_lang" value="{$default_cms_lang}" />
        </div>
{if $result}
        <div class="continue">
                <input type="submit" value="{lang_install a=install_continue}" />
        </div>
{else}
        <div class="failure">
                {lang_install a=upgrade_failed_again}
        </div>
        <div class="continue">
                <input type="submit" name="recheck" value="{lang_install a=install_try_again}" />
        </div>
{/if}
</form>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com