source: branches/comu-utf8/data/Smarty/templates/admin/system/update_confirm.tpl @ 15099

Revision 15099, 1.3 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8FTPの接続が成功しました。<br/>
9以下のフォルダに、インストールファイルを一時的に格納します。</br>
10<!--{$local_save_dir}--><br/>
11親ディレクトリに書き込み権限を与えてください。</br>
12また、次の情報に注意して、インストールしてください</br>
13
14<!--{section name=cnt loop=$arrFile}-->
15    <!--{if $arrFile[cnt].main_file != ""}-->
16        ・<!--{$arrFile[cnt].main_file|escape}-->を書き込みます。</br>親ディレクトリに書き込み権限を与えてください。</br>
17    <!--{/if}-->
18    <!--{if $arrFile[cnt].sql_file != ""}-->
19        ・テーブル<!--{$arrFile[cnt].sql_file}-->を再構築しますので、ご注意ください。</br>データは自動的にバックアップを取ります</br>
20    <!--{/if}-->
21<!--{/section}-->
22
23<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
24<input type="hidden" name="mode" value="install">
25<input type="hidden" name="update_id" value="<!--{$smarty.post.update_id}-->">
26<input type="button" name="back" value="戻る" onclick="location.href='./update.php'";> <input type="submit" value="インストール">
27</form1>
Note: See TracBrowser for help on using the repository browser.