Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/Smarty/templates/default/inquiry/complete.tpl

    r16821 r18609  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    2 <html lang="ja"> 
    3 <!--{* 
    4  * This file is part of EC-CUBE 
    5  * 
    6  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
    7  * 
    8  * http://www.lockon.co.jp/ 
    9  * 
    10  * This program is free software; you can redistribute it and/or 
    11  * modify it under the terms of the GNU General Public License 
    12  * as published by the Free Software Foundation; either version 2 
    13  * of the License, or (at your option) any later version. 
    14  * 
    15  * This program is distributed in the hope that it will be useful, 
    16  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    18  * GNU General Public License for more details. 
    19  * 
    20  * You should have received a copy of the GNU General Public License 
    21  * along with this program; if not, write to the Free Software 
    22  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    23  *}--> 
    24 <head> 
    25 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css"> 
    26 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    27 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    28 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    29 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    30 <title><!--{$arrSiteInfo.shop_name}-->/アンケート(完了ページ)</title> 
    31 </head> 
     1<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="アンケート `$QUESTION.title`/完了画面"}--> 
    322 
    33 <body bgcolor="#ffffff" text="#555555" link="#0099cc" vlink="#CC0000" alink="#993399" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 
     3<div id="inquiry"> 
     4  <h1><!--{$QUESTION.title|escape}--></h1> 
     5  <form name="form1" id="form1" method="post" action=""> 
     6    <div class="message"> 
     7      <p> 
     8        アンケートの送信が完了いたしました。<br /> 
     9        ご協力ありがとうございました。 
     10      </p> 
     11      <button type="submit" name="subm1" onClick="window.close()"><span>閉じる</span></button> 
     12    </div> 
     13  </form> 
     14</div> 
    3415 
    35  
    36 <!--▲TITLE--> 
    37 <table width="760" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    38     <tr> 
    39         <td height="40" bgcolor="#f6f6f6" align="center"> 
    40         <table width="710" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    41             <tr> 
    42                 <td height="30" bgcolor="ff0000"><img src="../misc/_.gif" width="7" height="1" alt=""></td> 
    43                 <td height="30"><img src="../misc/_.gif" width="8" height="1" alt=""></td> 
    44  
    45                 <td height="30"width="695" class="red"><strong><span class="fs18n">アンケートタイトル</span></strong></td> 
    46             </tr> 
    47         </table> 
    48         </td> 
    49     </tr> 
    50     <tr> 
    51         <td bgcolor="#e2e2e2"><img src="../misc/_.gif" width="10" height="1" alt=""></td> 
    52     </tr> 
    53  
    54     <tr><td height="50"></td></tr> 
    55     <tr> 
    56         <td align="center"> 
    57         <table width="500" border="0" cellspacing="1" cellpadding="" summary=" " bgcolor="#cccccc"> 
    58         <form name="form1" id="form1" method="post" action=""> 
    59             <tr> 
    60                 <td bgcolor="#ffffff" height="250" align="center" class="fs12">アンケートの送信が完了いたしました。<br> 
    61                 ご協力ありがとうございました。<br><br><br> 
    62  
    63                 <input type="submit" name="subm1" value="閉じる" onClick="window.close()"></td> 
    64             </tr> 
    65         </form> 
    66         </table> 
    67         </td> 
    68     </tr>    
    69 </table> 
    70  
    71 </body> 
    72 </html> 
     16<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.