| 1 | <!--{*
|
|---|
| 2 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
|
|---|
| 3 | *
|
|---|
| 4 | * http://www.lockon.co.jp/
|
|---|
| 5 | *}-->
|
|---|
| 6 | <script type="text/javascript">
|
|---|
| 7 | <!--
|
|---|
| 8 | // モードとキーを指定してSUBMITを行う。
|
|---|
| 9 | function fnModeSubmit(mode) {
|
|---|
| 10 | switch(mode) {
|
|---|
| 11 | case 'drop':
|
|---|
| 12 | if(!window.confirm('一度削除したデータは、元に戻せません。\n削除しても宜しいですか?')){
|
|---|
| 13 | return;
|
|---|
| 14 | }
|
|---|
| 15 | break;
|
|---|
| 16 | default:
|
|---|
| 17 | break;
|
|---|
| 18 | }
|
|---|
| 19 | document.form1['mode'].value = mode;
|
|---|
| 20 | document.form1.submit();
|
|---|
| 21 | }
|
|---|
| 22 | //-->
|
|---|
| 23 | </script>
|
|---|
| 24 |
|
|---|
| 25 | <table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
|
|---|
| 26 | <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
|
|---|
| 27 | <input type="hidden" name="mode" value="<!--{$tpl_mode}-->">
|
|---|
| 28 | <input type="hidden" name="step" value="0">
|
|---|
| 29 |
|
|---|
| 30 | <!--{foreach key=key item=item from=$arrHidden}-->
|
|---|
| 31 | <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
|
|---|
| 32 | <!--{/foreach}-->
|
|---|
| 33 |
|
|---|
| 34 | <tr><td height="30"></td></tr>
|
|---|
| 35 | <tr><td align="left" class="fs12st">■データベースの初期化</td></tr>
|
|---|
| 36 | <tr><td align="left" class="fs12"><!--{if $tpl_db_version != ""}-->接続情報:<!--{$tpl_db_version}--><!--{/if}--></td></tr>
|
|---|
| 37 | <tr><td align="left" class="fs12">データベースの初期化を開始します</td></tr>
|
|---|
| 38 | <tr><td align="left" class="fs12">※すでにテーブル等が作成されている場合は中断されます</td></tr>
|
|---|
| 39 | <!--{if $tpl_mode != 'complete'}-->
|
|---|
| 40 | <tr><td align="left" class="fs12"><input type="checkbox" id="skip" name="db_skip" <!--{if $tpl_db_skip == "on"}-->checked<!--{/if}-->> <label for="skip">データベースの初期化処理を行わない</label></td></tr>
|
|---|
| 41 | <!--{/if}-->
|
|---|
| 42 |
|
|---|
| 43 | <!--{if count($arrErr) > 0 || $tpl_message != ""}-->
|
|---|
| 44 | <tr>
|
|---|
| 45 | <td bgcolor="#cccccc" class="fs12">
|
|---|
| 46 | <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
|
|---|
| 47 | <tr>
|
|---|
| 48 | <td bgcolor="#ffffff" class="fs12" height="50">
|
|---|
| 49 | <!--{$tpl_message}--><br>
|
|---|
| 50 | <span class="red"><!--{$arrErr.all}--></span>
|
|---|
| 51 | <!--{if $arrErr.all != ""}-->
|
|---|
| 52 | <input type="button" onclick="fnModeSubmit('drop');" value="既存データをすべて削除する">
|
|---|
| 53 | <!--{/if}-->
|
|---|
| 54 | </td>
|
|---|
| 55 | </tr>
|
|---|
| 56 | </table>
|
|---|
| 57 | </td>
|
|---|
| 58 | </tr>
|
|---|
| 59 | <!--{/if}-->
|
|---|
| 60 | </table>
|
|---|
| 61 |
|
|---|
| 62 | <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
|
|---|
| 63 | <tr><td height="20"></td></tr>
|
|---|
| 64 | <tr>
|
|---|
| 65 | <td align="center">
|
|---|
| 66 | <a href="#" onmouseover="chgImg('../img/install/back_on.jpg','back')" onmouseout="chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_step2';document.form1.submit();return false;" /><img width="105" src="../img/install/back.jpg" height="24" alt="前へ戻る" border="0" name="back"></a>
|
|---|
| 67 | <input type="image" onMouseover="chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="chgImgImageSubmit('../img/install/next.jpg',this)" src="../img/install/next.jpg" width="105" height="24" alt="次へ進む" border="0" name="next" onClick="document.body.style.cursor = 'wait';">
|
|---|
| 68 | </td>
|
|---|
| 69 | </tr>
|
|---|
| 70 | <tr><td height="30"></td></tr>
|
|---|
| 71 | </from>
|
|---|
| 72 | </table>
|
|---|