You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
894 B

{include file="pageheader.htm"}
<div class="list-div">
<div style="background:#FFF; padding: 20px 50px; margin: 2px;">
<table align="center" width="400">
<tr>
<td width="100%" valign="top">
<img src="images/information.gif" width="32" height="32" border="0" alt="information" />
<span style="font-size: 14px; font-weight: bold">{$title}</span>
</td>
</tr>
<tr>
<td>
{if $auto_redirect}
<a href="{$auto_link}">{$lang.backup_notice}</a>
<script>setTimeout("window.location.replace('{$auto_link}');", 1250);</script>
{else}
<ul>
{foreach from=$list item=file}
<li><a href="{$file.href}">{$file.name}</li>
{/foreach}
</ul>
{/if}
</td>
</tr>
</table>
</div>
</div>
{include file="pagefooter.htm"}