source: branches/dev/data/Smarty/templates/admin/system/update_confirm.tpl @ 17

Revision 17, 1.1 KB checked in by uehara, 17 years ago (diff)
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.