Ignore:
Timestamp:
2011/01/19 11:12:08 (13 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更) #633(インストーラの改善)

  • インストーラのデザインを管理画面に合わせる
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/install/templates/step3.tpl

    r19711 r19964  
    66 * http://www.lockon.co.jp/ 
    77 * 
    8  * This program is free software; you can redistribute it and/or 
     8 * This program is free software; you can attentionistribute it and/or 
    99 * modify it under the terms of the GNU General Public License 
    1010 * as published by the Free Software Foundation; either version 2 
     
    3939</script> 
    4040 
    41 <table width="502" border="0" cellspacing="1" cellpadding="0" summary=" "> 
    4241<form name="form1" id="form1" method="post" action="?"> 
    4342<input type="hidden" name="mode" value="<!--{$tpl_mode}-->"> 
     
    4847<!--{/foreach}--> 
    4948 
    50 <tr><td height="30"></td></tr> 
    51 <tr><td align="left" class="fs12st">■データベースの初期化</td></tr> 
    52 <tr><td align="left" class="fs12"><!--{if $tpl_db_version != ""}-->接続情報:<!--{$tpl_db_version}--><!--{/if}--></td></tr> 
    53 <tr><td align="left" class="fs12">データベースの初期化を開始します</td></tr> 
    54 <tr><td align="left" class="fs12">※すでにテーブル等が作成されている場合は中断されます</td></tr> 
    55 <!--{if $tpl_mode != 'complete'}--> 
    56 <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> 
     49<div class="contents"> 
     50  <div class="message"> 
     51    <h2>データベースの初期化</h2> 
     52  </div> 
     53  <div class="result-info02"> 
     54  <p class="action-message"> 
     55    <!--{if $tpl_db_version != ""}--><span class="bold">接続情報:</span><br /> 
     56      <!--{$tpl_db_version}--><!--{/if}--> 
     57      データベースの初期化を開始します。<br /> 
     58      ※すでにテーブル等が作成されている場合は中断されます。</P> 
     59      <!--{if $tpl_mode != 'complete'}--> 
     60      <input type="checkbox" id="skip" name="db_skip" <!--{if $tpl_db_skip == "on"}-->checked    <!--{/if}-->> <label for="skip">データベースの初期化処理を行わない</label> 
     61    <!--{/if}--> 
     62  </div> 
     63  <div class="result-info02"> 
     64<!--{if count($arrErr) > 0 || $tpl_message != ""}--> 
     65            <!--{$tpl_message}--><br> 
     66            <span class="attention top"><!--{$arrErr.all}--> 
     67            <!--{if $arrErr.all != ""}--></span> 
     68            <ul class="btn-area"> 
     69              <li><a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('drop'); return false;">既存データをすべて削除する</a></li> 
     70            </ul> 
     71            <!--{/if}--> 
    5772<!--{/if}--> 
     73  </div> 
     74</div> 
    5875 
    59 <!--{if count($arrErr) > 0 || $tpl_message != ""}--> 
    60 <tr> 
    61     <td bgcolor="#cccccc" class="fs12"> 
    62     <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    63         <tr> 
    64             <td bgcolor="#ffffff" class="fs12" height="50"> 
    65             <!--{$tpl_message}--><br> 
    66             <span class="red"><!--{$arrErr.all}--></span> 
    67             <!--{if $arrErr.all != ""}--> 
    68             <input type="button" onclick="fnModeSubmit('drop');" value="既存データをすべて削除する"> 
    69             <!--{/if}--> 
    70             </td> 
    71         </tr> 
    72     </table> 
    73     </td> 
    74 </tr> 
    75 <!--{/if}--> 
    76 </table> 
    77  
    78 <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    79     <tr><td height="20"></td></tr> 
    80     <tr> 
    81         <td align="center"> 
    82         <a href="#" onmouseover="chgImg('img/back_on.jpg','back')" onmouseout="chgImg('img/back.jpg','back')" onclick="document.form1['mode'].value='return_step2';document.form1.submit();return false;" /><img  width="105" src="img/back.jpg"  height="24" alt="前へ戻る" border="0" name="back"></a> 
    83         <input type="image" onMouseover="chgImgImageSubmit('img/next_on.jpg',this)" onMouseout="chgImgImageSubmit('img/next.jpg',this)" src="img/next.jpg" width="105" height="24" alt="次へ進む" border="0" name="next" onClick="document.body.style.cursor = 'wait';"> 
    84         </td> 
    85     </tr> 
    86     <tr><td height="30"></td></tr> 
     76<div class="btn-area-top"></div> 
     77  <div class="btn-area"> 
     78    <ul> 
     79        <li><a class="btn-action" href="javascript:;"onclick="document.form1['mode'].value='return_step2';document.form1.submit();return false;" /><span class="btn-prev">前へ戻る</span></a></li> 
     80    <li><a class="btn-action"href="javascript:;" onclick="document.body.style.cursor='wait'; document.form1.submit(); return false;"><span class="btn-next">次へ進む</span></a></li> 
     81    </ul> 
     82  </div> 
     83  <div class="btn-area-bottom"></div> 
    8784</from> 
    88 </table> 
Note: See TracChangeset for help on using the changeset viewer.