bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{include file="pageheader.htm"}
<div class="list-div1">
  <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"}