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/step0_1.tpl

    r19711 r19964  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <table width="502" border="0" cellspacing="1" cellpadding="0" summary=" "> 
    2322 
    24 <table width="502" border="0" cellspacing="1" cellpadding="0" summary=" "> 
    25 <tr><td height="20"></td></tr> 
    26 <tr><td align="left" class="fs12st">■必要なファイルのコピー</td></tr> 
    27 <tr> 
    28     <td bgcolor="#cccccc"> 
    29     <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    30         <tr> 
    31             <td bgcolor="#ffffff" class="fs12"> 
    32             <textarea name="disp_area" cols="70" rows="20" class="area70"><!--{$copy_mess}--></textarea></td> 
    33             </td> 
    34         </tr> 
    35     </table> 
    36     </td> 
    37 </tr> 
    38 </table> 
    3923 
    40 <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" "> 
     24<div class="contents"> 
     25  <div class="message"> 
     26    <h2>必要なファイルのコピー</h2> 
     27  </div> 
     28  <div class="result-info01"> 
     29    <textarea name="disp_area" cols="50" rows="20" class="box470"><!--{$copy_mess}--></textarea> 
     30  </div> 
    4131<form name="form1" id="form1" method="post" action="?"> 
    4232<input type="hidden" name="mode" value="<!--{$tpl_mode}-->"> 
     
    4636<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->"> 
    4737<!--{/foreach}--> 
    48     <tr><td height="20"></td></tr> 
    49     <tr> 
    50         <td align="center"> 
    51         <a href="#" onmouseover="chgImg('img/back_on.jpg','back')" onmouseout="chgImg('img/back.jpg','back')" onclick="document.form1['mode'].value='return_step0';document.form1.submit();return false;" /><img  width="105" src="img/back.jpg"  height="24" alt="前へ戻る" border="0" name="back"></a> 
    52         <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"> 
    53         </td> 
    54     </tr> 
    55     <tr><td height="30"></td></tr> 
     38  <div class="result-info02"> 
     39        <!--{if $hasErr}--> 
     40            <p class="action-message">[次へ進む] をクリックすると、チェックを再実行します。</p> 
     41            <div><input type="checkbox" name="mode_overwrite" value="step0" id="mode_overwrite"> <label for="mode_overwrite">問題点を無視して次へ進む (上級者向け)</label></div> 
     42            <div class="attention">※ 問題点を解決せずに無視して進めると、トラブルの原因となる場合があります。</div> 
     43        <!--{else}--> 
     44            <p class="action-message">必要なファイルのコピーを開始します。</p> 
     45        <!--{/if}--> 
     46  </div> 
     47</div> 
     48 
     49<div class="btn-area-top"></div> 
     50  <div class="btn-area"> 
     51    <ul> 
     52      <li><a href="#" class="btn-action" onclick="document.form1['mode'].value='return_step0';document.form1.submit();return false;" /><span class="btn-prev">前へ戻る</span></a></li> 
     53      <li><a class="btn-action" href="javascript:;" onclick="document.form1.submit(); return false;"><span class="btn-next">次へ進む</span></a></li> 
     54    </ul> 
     55  </div> 
     56  <div class="btn-area-bottom"></div> 
    5657</from> 
    57 </table> 
Note: See TracChangeset for help on using the changeset viewer.