Ignore:
Timestamp:
2007/10/29 12:06:29 (17 years ago)
Author:
nanasess
Message:

ライセンス表記変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/install/templates/step3.tpl

    r16316 r16582  
    11<!--{* 
     2 * This file is part of EC-CUBE 
     3 * 
    24 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
    35 * 
    46 * http://www.lockon.co.jp/ 
     7 * 
     8 * This program is free software; you can redistribute it and/or 
     9 * modify it under the terms of the GNU General Public License 
     10 * as published by the Free Software Foundation; either version 2 
     11 * of the License, or (at your option) any later version. 
     12 * 
     13 * This program is distributed in the hope that it will be useful, 
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16 * GNU General Public License for more details. 
     17 * 
     18 * You should have received a copy of the GNU General Public License 
     19 * along with this program; if not, write to the Free Software 
     20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    521 *}--> 
    622<script type="text/javascript"> 
    723<!-- 
    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     } 
     24    // モードとキーを指定してSUBMITを行う。 
     25    function fnModeSubmit(mode) { 
     26        switch(mode) { 
     27        case 'drop': 
     28            if(!window.confirm('一度削除したデータは、元に戻せません。\n削除しても宜しいですか?')){ 
     29                return; 
     30            } 
     31            break; 
     32        default: 
     33            break; 
     34        } 
     35        document.form1['mode'].value = mode; 
     36        document.form1.submit(); 
     37    } 
    2238//--> 
    2339</script> 
     
    4359<!--{if count($arrErr) > 0 || $tpl_message != ""}--> 
    4460<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> 
     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> 
    5874</tr> 
    5975<!--{/if}--> 
     
    6177 
    6278<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('../user_data/templates/default/img/install/back_on.jpg','back')" onmouseout="chgImg('../user_data/templates/default/img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_step2';document.form1.submit();return false;" /><img  width="105" src="../user_data/templates/default/img/install/back.jpg"  height="24" alt="前へ戻る" border="0" name="back"></a> 
    67         <input type="image" onMouseover="chgImgImageSubmit('../user_data/templates/default/img/install/next_on.jpg',this)" onMouseout="chgImgImageSubmit('../user_data/templates/default/img/install/next.jpg',this)" src="../user_data/templates/default/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> 
     79    <tr><td height="20"></td></tr> 
     80    <tr> 
     81        <td align="center"> 
     82        <a href="#" onmouseover="chgImg('../user_data/templates/default/img/install/back_on.jpg','back')" onmouseout="chgImg('../user_data/templates/default/img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_step2';document.form1.submit();return false;" /><img  width="105" src="../user_data/templates/default/img/install/back.jpg"  height="24" alt="前へ戻る" border="0" name="back"></a> 
     83        <input type="image" onMouseover="chgImgImageSubmit('../user_data/templates/default/img/install/next_on.jpg',this)" onMouseout="chgImgImageSubmit('../user_data/templates/default/img/install/next.jpg',this)" src="../user_data/templates/default/img/install/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> 
    7187</from> 
    7288</table> 
Note: See TracChangeset for help on using the changeset viewer.